{
  "info": {
    "name": "Elastic Path Commerce APIs",
    "description": "Complete API collection for Elastic Path Commerce Cloud, generated from OpenAPI specifications",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
    "_postman_id": "ade8bc70-245b-46fc-b1c9-031118fe7c04"
  },
  "item": [
    {
      "name": "Accounts",
      "description": "An Account represents the entity that participates in a Commerce transaction. Accounts can have Carts, Orders, Subscriptions, and Addresses.\n",
      "item": [
        {
          "id": "1e31c32f-784e-49e1-bfc7-7e2bd68d7416",
          "name": "Create an Account",
          "request": {
            "name": "Create an Account",
            "description": {
              "content": "With the account creation endpoint, you have the ability to create accounts which can optionally have another account as a parent.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "accounts"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"account\",\n    \"name\": \"acc-name\",\n    \"legal_name\": \"acc-legal-name\",\n    \"registration_id\": \"reg-id\",\n    \"external_ref\": \"ext-ref\"\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "f7a625b4-e19c-4eda-9a5c-8c78690e08bb",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "accounts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"account\",\n    \"name\": \"acc-name\",\n    \"legal_name\": \"acc-legal-name\",\n    \"registration_id\": \"reg-id\",\n    \"external_ref\": \"ext-ref\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"name\": \"acc-name\",\n    \"legal_name\": \"acc-legal-name\",\n    \"registration_id\": \"reg-id\",\n    \"external_ref\": \"ext-ref\",\n    \"parent_id\": \"96b1f750-55d3-4768-a3f8-adffba694a2c\",\n    \"id\": \"deb6b25f-8451-4211-9a22-95610333df23\",\n    \"meta\": {\n      \"timestamps\": {\n        \"created_at\": \"2021-02-23T09:40:33.882Z\",\n        \"updated_at\": \"2021-02-23T09:40:33.882Z\"\n      }\n    },\n    \"relationships\": {\n      \"account_tags\": {\n        \"data\": [\n          {\n            \"id\": \"deb6b25f-8451-4211-9a22-95610333df23\",\n            \"type\": \"string\"\n          },\n          {\n            \"id\": \"deb6b25f-8451-4211-9a22-95610333df23\",\n            \"type\": \"string\"\n          }\n        ]\n      },\n      \"ancestors\": [\n        {\n          \"data\": {\n            \"id\": \"deb6b25f-8451-4211-9a22-95610333df23\",\n            \"type\": \"string\"\n          }\n        },\n        {\n          \"data\": {\n            \"id\": \"deb6b25f-8451-4211-9a22-95610333df23\",\n            \"type\": \"string\"\n          }\n        }\n      ],\n      \"parent\": {\n        \"data\": {\n          \"type\": \"string\",\n          \"id\": \"deb6b25f-8451-4211-9a22-95610333df23\"\n        }\n      }\n    }\n  },\n  \"links\": {\n    \"self\": \"https://useast.api.elasticpath.com/v2/accounts/deb6b25f-8451-4211-9a22-95610333df23\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6e10bdd1-b1cb-4e26-9f4d-c41525789353",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "accounts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"account\",\n    \"name\": \"acc-name\",\n    \"legal_name\": \"acc-legal-name\",\n    \"registration_id\": \"reg-id\",\n    \"external_ref\": \"ext-ref\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"status\": \"400\",\n      \"detail\": \"Validation failed: field 'Name' on the 'min' tag.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "64a131ff-fe8b-4333-bf1c-0244a136364e",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "accounts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"account\",\n    \"name\": \"acc-name\",\n    \"legal_name\": \"acc-legal-name\",\n    \"registration_id\": \"reg-id\",\n    \"external_ref\": \"ext-ref\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"account not found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "945e4609-f403-4a57-bb51-22a1a731342c",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "accounts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"account\",\n    \"name\": \"acc-name\",\n    \"legal_name\": \"acc-legal-name\",\n    \"registration_id\": \"reg-id\",\n    \"external_ref\": \"ext-ref\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Conflict\",\n      \"status\": \"409\",\n      \"detail\": \"account membership with the given account id and account member id already exists\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "697241ae-82a3-4e47-b2a3-5bac0ee432da",
              "name": "Unprocessable Entity",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "accounts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"account\",\n    \"name\": \"acc-name\",\n    \"legal_name\": \"acc-legal-name\",\n    \"registration_id\": \"reg-id\",\n    \"external_ref\": \"ext-ref\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Unprocessable Entity\",\n      \"status\": \"422\",\n      \"detail\": \"store id mismatch\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "45eb7fbe-34a0-4eb6-80a6-01ea71ae336e",
              "name": "Internal server error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "accounts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"account\",\n    \"name\": \"acc-name\",\n    \"legal_name\": \"acc-legal-name\",\n    \"registration_id\": \"reg-id\",\n    \"external_ref\": \"ext-ref\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d045cc3f-2eae-42db-b226-d96df70caaef",
          "name": "Get All Accounts",
          "request": {
            "name": "Get All Accounts",
            "description": {
              "content": "Use this endpoint to Get all accounts.\n\nYou can use pagination with this resource. For more information, see [pagination](/guides/Getting-Started/pagination).\n\n### Filtering\nThe following operators and attributes are available for [filtering](/guides/Getting-Started/filtering) accounts:\n\n| Attribute         | Operators                     | Example                                                       |\n|-------------------|-------------------------------|---------------------------------------------------------------|\n| `id`              | `lt`,`le`,`eq`,`gt`,`ge`,`in` | `eq(id,3fa85f64-5717-4562-b3fc-2c963f66afa6)`                 |\n| `created_at`      | `lt`,`le`,`eq`,`gt`,`ge`      | `ge(created_at,2024-04-29T00:00:00.000Z)`                     |\n| `updated_at`      | `lt`,`le`,`eq`,`gt`,`ge`      | `le(updated_at,2024-04-29T00:00:00.000Z)`                     |\n| `name`            | `eq`,`like`                   | `like(name,*swan*)`                                           |\n| `legal_name`      | `eq`,`like`                   | `like(legal_name,*swan*)`                                     |\n| `registration_id` | `eq`,`like`                   | `like(registration_id,00000000-0000-1000-8000-*)`             |\n| `external_ref`    | `eq`,`like`,`in`              | `like(external_ref,16be*)`                                    |\n| `account_tags`    | `contains`                    | `contains(account_tags,26beb787-be6e-40c3-bbae-9c645820b075)` |\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "accounts"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Specifies the filter attributes.",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "ilike(name,\"*swan*\")"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The number of records per page.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "25"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The number of records to offset the results by.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "10"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Specifies the order in which accounts will be returned. For more information, see [Sorting](/guides/Getting-Started/sorting). (This can only be one of created_at,-created_at,id,-id,name,-name,updated_at,-updated_at)",
                    "type": "text/plain"
                  },
                  "key": "sort",
                  "value": "id"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "94d1a25c-3741-4f22-a447-4775783bf19d",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "accounts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the filter attributes.",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "ilike(name,\"*swan*\")"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "25"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the order in which accounts will be returned. For more information, see [Sorting](/guides/Getting-Started/sorting). (This can only be one of created_at,-created_at,id,-id,name,-name,updated_at,-updated_at)",
                        "type": "text/plain"
                      },
                      "key": "sort",
                      "value": "id"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"type\": \"string\",\n      \"name\": \"acc-name\",\n      \"legal_name\": \"acc-legal-name\",\n      \"registration_id\": \"reg-id\",\n      \"external_ref\": \"ext-ref\",\n      \"parent_id\": \"96b1f750-55d3-4768-a3f8-adffba694a2c\",\n      \"id\": \"deb6b25f-8451-4211-9a22-95610333df23\",\n      \"meta\": {\n        \"timestamps\": {\n          \"created_at\": \"2021-02-23T09:40:33.882Z\",\n          \"updated_at\": \"2021-02-23T09:40:33.882Z\"\n        }\n      },\n      \"relationships\": {\n        \"account_tags\": {\n          \"data\": [\n            {\n              \"id\": \"deb6b25f-8451-4211-9a22-95610333df23\",\n              \"type\": \"string\"\n            },\n            {\n              \"id\": \"deb6b25f-8451-4211-9a22-95610333df23\",\n              \"type\": \"string\"\n            }\n          ]\n        },\n        \"ancestors\": [\n          {\n            \"data\": {\n              \"id\": \"deb6b25f-8451-4211-9a22-95610333df23\",\n              \"type\": \"string\"\n            }\n          },\n          {\n            \"data\": {\n              \"id\": \"deb6b25f-8451-4211-9a22-95610333df23\",\n              \"type\": \"string\"\n            }\n          }\n        ],\n        \"parent\": {\n          \"data\": {\n            \"type\": \"string\",\n            \"id\": \"deb6b25f-8451-4211-9a22-95610333df23\"\n          }\n        }\n      },\n      \"links\": {\n        \"self\": \"https://useast.api.elasticpath.com/v2/accounts/deb6b25f-8451-4211-9a22-95610333df23\"\n      }\n    },\n    {\n      \"type\": \"string\",\n      \"name\": \"acc-name\",\n      \"legal_name\": \"acc-legal-name\",\n      \"registration_id\": \"reg-id\",\n      \"external_ref\": \"ext-ref\",\n      \"parent_id\": \"96b1f750-55d3-4768-a3f8-adffba694a2c\",\n      \"id\": \"deb6b25f-8451-4211-9a22-95610333df23\",\n      \"meta\": {\n        \"timestamps\": {\n          \"created_at\": \"2021-02-23T09:40:33.882Z\",\n          \"updated_at\": \"2021-02-23T09:40:33.882Z\"\n        }\n      },\n      \"relationships\": {\n        \"account_tags\": {\n          \"data\": [\n            {\n              \"id\": \"deb6b25f-8451-4211-9a22-95610333df23\",\n              \"type\": \"string\"\n            },\n            {\n              \"id\": \"deb6b25f-8451-4211-9a22-95610333df23\",\n              \"type\": \"string\"\n            }\n          ]\n        },\n        \"ancestors\": [\n          {\n            \"data\": {\n              \"id\": \"deb6b25f-8451-4211-9a22-95610333df23\",\n              \"type\": \"string\"\n            }\n          },\n          {\n            \"data\": {\n              \"id\": \"deb6b25f-8451-4211-9a22-95610333df23\",\n              \"type\": \"string\"\n            }\n          }\n        ],\n        \"parent\": {\n          \"data\": {\n            \"type\": \"string\",\n            \"id\": \"deb6b25f-8451-4211-9a22-95610333df23\"\n          }\n        }\n      },\n      \"links\": {\n        \"self\": \"https://useast.api.elasticpath.com/v2/accounts/deb6b25f-8451-4211-9a22-95610333df23\"\n      }\n    }\n  ],\n  \"meta\": {\n    \"page\": {\n      \"limit\": 25,\n      \"current\": 0,\n      \"offset\": 0,\n      \"total\": 1\n    },\n    \"results\": {\n      \"total\": 1\n    }\n  },\n  \"links\": {\n    \"current\": \"https://wTnMLRMFaqnvKAEMtzkEHXKk.dlRSe1l4XykxVViPI1MFOG0RzNmXClYeqmoWgp8LU9CilGREvsZWpG0kMoPDhr7Jaln2n\",\n    \"first\": \"http://OzmvxTYLfJalEPrIYrRQNoNHxsVUFQHG.lhjI.lOdfGb6X8KM0IXQDnxiYGpojIqpzzA7ATo+FwtEHmq.\",\n    \"last\": \"http://dBGNMABYGFRX.ioxhB,ngMPayODMDCIjldIrTmDTN+pa\",\n    \"next\": \"string\",\n    \"prev\": \"string\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4e83fbc4-f9f9-4fd1-99d1-31603353a68f",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "accounts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the filter attributes.",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "ilike(name,\"*swan*\")"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "25"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the order in which accounts will be returned. For more information, see [Sorting](/guides/Getting-Started/sorting). (This can only be one of created_at,-created_at,id,-id,name,-name,updated_at,-updated_at)",
                        "type": "text/plain"
                      },
                      "key": "sort",
                      "value": "id"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"status\": \"400\",\n      \"detail\": \"Validation failed: field 'Name' on the 'min' tag.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "012fafa7-5c70-4cfa-9408-9df01d1d08ca",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "accounts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the filter attributes.",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "ilike(name,\"*swan*\")"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "25"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the order in which accounts will be returned. For more information, see [Sorting](/guides/Getting-Started/sorting). (This can only be one of created_at,-created_at,id,-id,name,-name,updated_at,-updated_at)",
                        "type": "text/plain"
                      },
                      "key": "sort",
                      "value": "id"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Unauthorized\",\n      \"status\": \"401\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9b913d44-1288-43c9-a755-d7dd8c043243",
              "name": "Internal server error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "accounts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the filter attributes.",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "ilike(name,\"*swan*\")"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "25"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the order in which accounts will be returned. For more information, see [Sorting](/guides/Getting-Started/sorting). (This can only be one of created_at,-created_at,id,-id,name,-name,updated_at,-updated_at)",
                        "type": "text/plain"
                      },
                      "key": "sort",
                      "value": "id"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d889a038-4cef-4335-bddd-2c7ac2b7a811",
          "name": "Get an Account",
          "request": {
            "name": "Get an Account",
            "description": {
              "content": "View a specific account contained within your store",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "accounts",
                ":accountID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                  "key": "accountID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the account you want to retrieve.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "cb21f702-7fde-446f-8175-6dd17b73db79",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "accounts",
                    ":accountID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the account you want to retrieve.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                      "key": "accountID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"name\": \"acc-name\",\n    \"legal_name\": \"acc-legal-name\",\n    \"registration_id\": \"reg-id\",\n    \"external_ref\": \"ext-ref\",\n    \"parent_id\": \"96b1f750-55d3-4768-a3f8-adffba694a2c\",\n    \"id\": \"deb6b25f-8451-4211-9a22-95610333df23\",\n    \"meta\": {\n      \"timestamps\": {\n        \"created_at\": \"2021-02-23T09:40:33.882Z\",\n        \"updated_at\": \"2021-02-23T09:40:33.882Z\"\n      }\n    },\n    \"relationships\": {\n      \"account_tags\": {\n        \"data\": [\n          {\n            \"id\": \"deb6b25f-8451-4211-9a22-95610333df23\",\n            \"type\": \"string\"\n          },\n          {\n            \"id\": \"deb6b25f-8451-4211-9a22-95610333df23\",\n            \"type\": \"string\"\n          }\n        ]\n      },\n      \"ancestors\": [\n        {\n          \"data\": {\n            \"id\": \"deb6b25f-8451-4211-9a22-95610333df23\",\n            \"type\": \"string\"\n          }\n        },\n        {\n          \"data\": {\n            \"id\": \"deb6b25f-8451-4211-9a22-95610333df23\",\n            \"type\": \"string\"\n          }\n        }\n      ],\n      \"parent\": {\n        \"data\": {\n          \"type\": \"string\",\n          \"id\": \"deb6b25f-8451-4211-9a22-95610333df23\"\n        }\n      }\n    }\n  },\n  \"links\": {\n    \"self\": \"https://useast.api.elasticpath.com/v2/accounts/deb6b25f-8451-4211-9a22-95610333df23\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e833b60e-bd47-42e5-b9cd-f67970d5ffaf",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "accounts",
                    ":accountID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the account you want to retrieve.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                      "key": "accountID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"account not found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "53540b66-3812-46e5-a605-e20c04eeb655",
              "name": "Internal server error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "accounts",
                    ":accountID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the account you want to retrieve.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                      "key": "accountID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4c309e48-7a8d-4368-b5f7-affa7b29cb98",
          "name": "Update an Account",
          "request": {
            "name": "Update an Account",
            "description": {
              "content": "Update the information contained on an account.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "accounts",
                ":accountID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                  "key": "accountID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the account you want to retrieve.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"account\",\n    \"name\": \"acc-name\",\n    \"legal_name\": \"acc-legal-name\",\n    \"registration_id\": \"reg-id\",\n    \"external_ref\": \"ext-ref\"\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "ea7c291b-bcb6-41a3-982e-51d56528c37e",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "accounts",
                    ":accountID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the account you want to retrieve.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                      "key": "accountID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"account\",\n    \"name\": \"acc-name\",\n    \"legal_name\": \"acc-legal-name\",\n    \"registration_id\": \"reg-id\",\n    \"external_ref\": \"ext-ref\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"name\": \"acc-name\",\n    \"legal_name\": \"acc-legal-name\",\n    \"registration_id\": \"reg-id\",\n    \"external_ref\": \"ext-ref\",\n    \"parent_id\": \"96b1f750-55d3-4768-a3f8-adffba694a2c\",\n    \"id\": \"deb6b25f-8451-4211-9a22-95610333df23\",\n    \"meta\": {\n      \"timestamps\": {\n        \"created_at\": \"2021-02-23T09:40:33.882Z\",\n        \"updated_at\": \"2021-02-23T09:40:33.882Z\"\n      }\n    },\n    \"relationships\": {\n      \"account_tags\": {\n        \"data\": [\n          {\n            \"id\": \"deb6b25f-8451-4211-9a22-95610333df23\",\n            \"type\": \"string\"\n          },\n          {\n            \"id\": \"deb6b25f-8451-4211-9a22-95610333df23\",\n            \"type\": \"string\"\n          }\n        ]\n      },\n      \"ancestors\": [\n        {\n          \"data\": {\n            \"id\": \"deb6b25f-8451-4211-9a22-95610333df23\",\n            \"type\": \"string\"\n          }\n        },\n        {\n          \"data\": {\n            \"id\": \"deb6b25f-8451-4211-9a22-95610333df23\",\n            \"type\": \"string\"\n          }\n        }\n      ],\n      \"parent\": {\n        \"data\": {\n          \"type\": \"string\",\n          \"id\": \"deb6b25f-8451-4211-9a22-95610333df23\"\n        }\n      }\n    }\n  },\n  \"links\": {\n    \"self\": \"http://ZTvLQlVJxqmyPqx.udqbgoZrCCEIYxH5wsqNGDRxSmH7swbzAA3zSetcqIWs5Db-GBZxYvCBdQQ566fsBQfu2F\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7cc225eb-2fa0-4430-bc28-bb4b40872f78",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "accounts",
                    ":accountID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the account you want to retrieve.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                      "key": "accountID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"account\",\n    \"name\": \"acc-name\",\n    \"legal_name\": \"acc-legal-name\",\n    \"registration_id\": \"reg-id\",\n    \"external_ref\": \"ext-ref\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"Validation failed: field 'Name' on the 'min' tag.\",\n      \"status\": \"400\",\n      \"title\": \"Bad Request\"\n    },\n    {\n      \"detail\": \"Validation failed: field 'Name' on the 'min' tag.\",\n      \"status\": \"400\",\n      \"title\": \"Bad Request\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c5e75b85-833d-47e1-865f-3134f3d051de",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "accounts",
                    ":accountID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the account you want to retrieve.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                      "key": "accountID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"account\",\n    \"name\": \"acc-name\",\n    \"legal_name\": \"acc-legal-name\",\n    \"registration_id\": \"reg-id\",\n    \"external_ref\": \"ext-ref\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"account not found\",\n      \"status\": \"404\",\n      \"title\": \"Not Found\"\n    },\n    {\n      \"detail\": \"account not found\",\n      \"status\": \"404\",\n      \"title\": \"Not Found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1b9130f5-bcaf-4c06-b6a7-67c20c294049",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "accounts",
                    ":accountID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the account you want to retrieve.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                      "key": "accountID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"account\",\n    \"name\": \"acc-name\",\n    \"legal_name\": \"acc-legal-name\",\n    \"registration_id\": \"reg-id\",\n    \"external_ref\": \"ext-ref\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Conflict\",\n      \"status\": \"409\",\n      \"detail\": \"account membership with the given account id and account member id already exists\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5d57444c-af95-4cdd-94ce-c9f48cc7a561",
              "name": "Internal server error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "accounts",
                    ":accountID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the account you want to retrieve.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                      "key": "accountID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"account\",\n    \"name\": \"acc-name\",\n    \"legal_name\": \"acc-legal-name\",\n    \"registration_id\": \"reg-id\",\n    \"external_ref\": \"ext-ref\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0cc0f850-09aa-4fae-a01a-93a5dbbc6e1b",
          "name": "Delete an Account",
          "request": {
            "name": "Delete an Account",
            "description": {
              "content": "Delete a specific account within a store",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "accounts",
                ":accountID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                  "key": "accountID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the account you want to retrieve.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "0d06ed3d-6796-4cff-8abb-9c3cb70c2084",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "accounts",
                    ":accountID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the account you want to retrieve.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                      "key": "accountID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "4f3a861a-7afb-4732-b724-b5ad97d583f0",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "accounts",
                    ":accountID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the account you want to retrieve.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                      "key": "accountID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"account not found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5205b6bf-f4d0-418f-8249-e82361afaa13",
              "name": "Internal server error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "accounts",
                    ":accountID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the account you want to retrieve.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                      "key": "accountID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c9f8d0f5-c123-4a97-af0a-6bff55aa5640",
          "name": "Get an Account's Tags Relationship",
          "request": {
            "name": "Get an Account's Tags Relationship",
            "description": {
              "content": "Get a list of Account Tags on an Account",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "accounts",
                ":accountID",
                "relationships",
                "account-tags"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                  "key": "accountID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the account you want to retrieve.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "e5465da3-ba8f-43e4-bb9e-34846188af38",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "accounts",
                    ":accountID",
                    "relationships",
                    "account-tags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the account you want to retrieve.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                      "key": "accountID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"652e39d8-d613-493e-8c20-fef99ad6327a\",\n      \"type\": \"string\"\n    },\n    {\n      \"id\": \"652e39d8-d613-493e-8c20-fef99ad6327a\",\n      \"type\": \"string\"\n    }\n  ],\n  \"links\": {\n    \"self\": \"https://useast.api.elasticpath.com/v2/accounts/deb6b25f-8451-4211-9a22-95610333df23/relationships/account-tags\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "eaa81b64-a898-4289-93ec-e36736ce8ab1",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "accounts",
                    ":accountID",
                    "relationships",
                    "account-tags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the account you want to retrieve.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                      "key": "accountID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"account not found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8faba804-dfd0-49d7-b5d3-887277c6a92c",
              "name": "Internal server error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "accounts",
                    ":accountID",
                    "relationships",
                    "account-tags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the account you want to retrieve.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                      "key": "accountID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d2c5bb2e-9268-4b74-a8e2-4cd6825c7ea1",
          "name": "Add Account Tags",
          "request": {
            "name": "Add Account Tags",
            "description": {
              "content": "Add Account Tags onto an Account. Please note that after adding a tag to an account, the account member token should be regenerated to reflect the updated account status, allowing other services to react accordingly. See [Account Management Authentication Token](/docs/api/accounts/post-v-2-account-members-tokens).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "accounts",
                ":accountID",
                "relationships",
                "account-tags"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                  "key": "accountID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the account you want to retrieve.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": [\n    {\n      \"type\": \"account_tag\",\n      \"id\": \"030693ce-39ad-4f4c-9941-d2d596478e94\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "1c1a7629-7021-42bf-a8ea-2a1dc479d883",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "accounts",
                    ":accountID",
                    "relationships",
                    "account-tags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the account you want to retrieve.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                      "key": "accountID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"type\": \"account_tag\",\n      \"id\": \"030693ce-39ad-4f4c-9941-d2d596478e94\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"652e39d8-d613-493e-8c20-fef99ad6327a\",\n      \"type\": \"string\"\n    },\n    {\n      \"id\": \"652e39d8-d613-493e-8c20-fef99ad6327a\",\n      \"type\": \"string\"\n    }\n  ],\n  \"links\": {\n    \"self\": \"https://useast.api.elasticpath.com/v2/accounts/deb6b25f-8451-4211-9a22-95610333df23/relationships/account-tags\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5147746b-ff01-4962-baa7-3cf2b69179cb",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "accounts",
                    ":accountID",
                    "relationships",
                    "account-tags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the account you want to retrieve.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                      "key": "accountID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"type\": \"account_tag\",\n      \"id\": \"030693ce-39ad-4f4c-9941-d2d596478e94\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"status\": \"400\",\n      \"detail\": \"Validation failed: field 'Name' on the 'min' tag.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1bb9cc05-f3d3-4eff-a50d-3711e9609868",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "accounts",
                    ":accountID",
                    "relationships",
                    "account-tags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the account you want to retrieve.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                      "key": "accountID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"type\": \"account_tag\",\n      \"id\": \"030693ce-39ad-4f4c-9941-d2d596478e94\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"account not found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "999553b6-1839-4b56-9fd1-abb5f349e4c2",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "accounts",
                    ":accountID",
                    "relationships",
                    "account-tags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the account you want to retrieve.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                      "key": "accountID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"type\": \"account_tag\",\n      \"id\": \"030693ce-39ad-4f4c-9941-d2d596478e94\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Conflict\",\n      \"status\": \"409\",\n      \"detail\": \"account membership with the given account id and account member id already exists\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3f008be9-a2c9-4e3f-ad3c-4059d841ccf9",
              "name": "Internal server error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "accounts",
                    ":accountID",
                    "relationships",
                    "account-tags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the account you want to retrieve.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                      "key": "accountID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"type\": \"account_tag\",\n      \"id\": \"030693ce-39ad-4f4c-9941-d2d596478e94\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "89725ad6-e9e5-4b0f-a191-74871398d7b1",
          "name": "Remove Account Tags",
          "request": {
            "name": "Remove Account Tags",
            "description": {
              "content": "Remove Account Tags from an Account. Please note that after removing a tag from an account, the account member token should be regenerated to reflect the updated status, allowing other services to react accordingly. See [Account Management Authentication Token](/docs/api/accounts/post-v-2-account-members-tokens).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "accounts",
                ":accountID",
                "relationships",
                "account-tags"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                  "key": "accountID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the account you want to retrieve.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": [\n    {\n      \"type\": \"account_tag\",\n      \"id\": \"030693ce-39ad-4f4c-9941-d2d596478e94\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "1f8486ed-7916-4d3e-9e51-83900f28060d",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "accounts",
                    ":accountID",
                    "relationships",
                    "account-tags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the account you want to retrieve.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                      "key": "accountID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"type\": \"account_tag\",\n      \"id\": \"030693ce-39ad-4f4c-9941-d2d596478e94\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"652e39d8-d613-493e-8c20-fef99ad6327a\",\n      \"type\": \"string\"\n    },\n    {\n      \"id\": \"652e39d8-d613-493e-8c20-fef99ad6327a\",\n      \"type\": \"string\"\n    }\n  ],\n  \"links\": {\n    \"self\": \"https://useast.api.elasticpath.com/v2/accounts/deb6b25f-8451-4211-9a22-95610333df23/relationships/account-tags\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5bd20aa8-b700-4787-bf3e-468c57b4e151",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "accounts",
                    ":accountID",
                    "relationships",
                    "account-tags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the account you want to retrieve.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                      "key": "accountID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"type\": \"account_tag\",\n      \"id\": \"030693ce-39ad-4f4c-9941-d2d596478e94\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"status\": \"400\",\n      \"detail\": \"Validation failed: field 'Name' on the 'min' tag.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e1db74d6-e059-4cce-9243-c2921ca5d00e",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "accounts",
                    ":accountID",
                    "relationships",
                    "account-tags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the account you want to retrieve.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                      "key": "accountID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"type\": \"account_tag\",\n      \"id\": \"030693ce-39ad-4f4c-9941-d2d596478e94\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"account not found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f4f8b016-dc80-481d-af2b-2d80eff48f91",
              "name": "Internal server error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "accounts",
                    ":accountID",
                    "relationships",
                    "account-tags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the account you want to retrieve.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                      "key": "accountID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"type\": \"account_tag\",\n      \"id\": \"030693ce-39ad-4f4c-9941-d2d596478e94\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Account Members",
      "description": "An `Account Member` resource is a user that you can add to accounts using account memberships.\n\nAccount members API is read only, and you cannot add users using this API. There is a 1 to 1 correspondence between User Authentication Info and an Account Member, the corresponding objects have the same id. You must use the `user_authentication_info` object to create users in the authentication realm of account authentication settings. For more information on adding account members, see the [Adding Accounts and Account Members](/guides/How-To/Accounts/add-account-and-member) section.\n",
      "item": [
        {
          "id": "1e3b5230-7fe2-4780-bd8d-c4819740b052",
          "name": "Get all Account Members",
          "request": {
            "name": "Get all Account Members",
            "description": {
              "content": "Get all account members contained within your store.\n\n    ### Filtering\n\n\n    The following operators and attributes are available for\n[filtering](/guides/Getting-Started/filtering) account members.\n\n| Attribute | Type | Operator | Example | | :--- | :--- | :--- | :--- | | `email`       | `string` | `ilike`           | `ilike(email,'ronswanson@example.com')` | | `name`        | `string` | `ilike`           | `ilike(name,'*swan*')`                  | | `given_name`  | `string` | `ilike`/`is_null` | `ilike(given_name,'ron*')`              | | `middle_name` | `string` | `ilike`/`is_null` | `is_null(middle_name)`                  | | `family_name` | `string` | `ilike`/`is_null` | `is_null(family_name)`                  |\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "account-members"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "The number of records per page.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "25"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The number of records to offset the results by.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "10"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Specifies the filter attributes.",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "ilike(name,\"*swan*\")"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Specifies the order in which account members will be returned. For more information, see [Sorting](/guides/Getting-Started/sorting). (This can only be one of created_at,-created_at,email,-email,id,-id,name,-name,updated_at,-updated_at)",
                    "type": "text/plain"
                  },
                  "key": "sort",
                  "value": "id"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "fdf28d53-60e7-410f-95a9-c9142381eea2",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "account-members"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "25"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the filter attributes.",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "ilike(name,\"*swan*\")"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the order in which account members will be returned. For more information, see [Sorting](/guides/Getting-Started/sorting). (This can only be one of created_at,-created_at,email,-email,id,-id,name,-name,updated_at,-updated_at)",
                        "type": "text/plain"
                      },
                      "key": "sort",
                      "value": "id"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"908f7849-60da-4e4a-a3b1-51d4cbe3b953\",\n      \"type\": \"string\",\n      \"name\": \"Ron Swanson\",\n      \"given_name\": \"Ron\",\n      \"middle_name\": \"Ulysses\",\n      \"family_name\": \"Swanson\",\n      \"email\": \"ron@swanson.com\",\n      \"meta\": {\n        \"timestamps\": {\n          \"created_at\": \"2021-02-23T09:40:33.882Z\",\n          \"updated_at\": \"2021-02-23T09:40:33.882Z\"\n        }\n      },\n      \"links\": {\n        \"self\": \"https://useast.api.elasticpath.com/v2/account-members/908f7849-60da-4e4a-a3b1-51d4cbe3b953\"\n      }\n    },\n    {\n      \"id\": \"908f7849-60da-4e4a-a3b1-51d4cbe3b953\",\n      \"type\": \"string\",\n      \"name\": \"Ron Swanson\",\n      \"given_name\": \"Ron\",\n      \"middle_name\": \"Ulysses\",\n      \"family_name\": \"Swanson\",\n      \"email\": \"ron@swanson.com\",\n      \"meta\": {\n        \"timestamps\": {\n          \"created_at\": \"2021-02-23T09:40:33.882Z\",\n          \"updated_at\": \"2021-02-23T09:40:33.882Z\"\n        }\n      },\n      \"links\": {\n        \"self\": \"https://useast.api.elasticpath.com/v2/account-members/908f7849-60da-4e4a-a3b1-51d4cbe3b953\"\n      }\n    }\n  ],\n  \"meta\": {\n    \"page\": {\n      \"limit\": 25,\n      \"current\": 0,\n      \"offset\": 0,\n      \"total\": 1\n    },\n    \"results\": {\n      \"total\": 1\n    }\n  },\n  \"links\": {\n    \"current\": \"https://xaAPQARJxtiBehskKhxydAARYB.anoih7HWiuqcm4p.0LVtSdA6Z0HV5FuqiJia3buIPFzta+\",\n    \"first\": \"https://JOONMqvEuQVSeiMLqfsJTkiSaWEtWx.juaxtbEjhu28WYNKKu5pAUfTPiX+Wt0,FebccqmEXHpmIjpXRrX44KS9Z\",\n    \"last\": \"https://uLpQJcFZgWYyxtNGKsnEGbvMNNrzwlRi.difEZ-eS7996nuYqujehwcZUC46C3gSPtwQx7h7\",\n    \"next\": \"string\",\n    \"prev\": \"string\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4790ba09-9977-461a-a59a-0769dd902896",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "account-members"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "25"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the filter attributes.",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "ilike(name,\"*swan*\")"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the order in which account members will be returned. For more information, see [Sorting](/guides/Getting-Started/sorting). (This can only be one of created_at,-created_at,email,-email,id,-id,name,-name,updated_at,-updated_at)",
                        "type": "text/plain"
                      },
                      "key": "sort",
                      "value": "id"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"status\": \"400\",\n      \"detail\": \"Validation failed: field 'Name' on the 'min' tag.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "050f3b52-a461-4ea6-91a8-cdd5bea24686",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "account-members"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "25"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the filter attributes.",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "ilike(name,\"*swan*\")"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the order in which account members will be returned. For more information, see [Sorting](/guides/Getting-Started/sorting). (This can only be one of created_at,-created_at,email,-email,id,-id,name,-name,updated_at,-updated_at)",
                        "type": "text/plain"
                      },
                      "key": "sort",
                      "value": "id"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Unauthorized\",\n      \"status\": \"401\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1bfc2405-ba3f-41ba-9cc3-d925cff75e02",
              "name": "Internal server error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "account-members"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "25"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the filter attributes.",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "ilike(name,\"*swan*\")"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the order in which account members will be returned. For more information, see [Sorting](/guides/Getting-Started/sorting). (This can only be one of created_at,-created_at,email,-email,id,-id,name,-name,updated_at,-updated_at)",
                        "type": "text/plain"
                      },
                      "key": "sort",
                      "value": "id"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "103e830a-4297-45da-9d84-e267e6caaac1",
          "name": "Get an Account Member",
          "request": {
            "name": "Get an Account Member",
            "description": {
              "content": "Get an account member from your store",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "account-members",
                ":accountMemberID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                  "key": "accountMemberID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the account member that you want to retrieve.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "cc9f66c3-042d-4078-a90f-f8e25be4d645",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "account-members",
                    ":accountMemberID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the account member that you want to retrieve.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                      "key": "accountMemberID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"908f7849-60da-4e4a-a3b1-51d4cbe3b953\",\n    \"type\": \"string\",\n    \"name\": \"Ron Swanson\",\n    \"given_name\": \"Ron\",\n    \"middle_name\": \"Ulysses\",\n    \"family_name\": \"Swanson\",\n    \"email\": \"ron@swanson.com\",\n    \"meta\": {\n      \"timestamps\": {\n        \"created_at\": \"2021-02-23T09:40:33.882Z\",\n        \"updated_at\": \"2021-02-23T09:40:33.882Z\"\n      }\n    },\n    \"links\": {\n      \"self\": \"https://useast.api.elasticpath.com/v2/account-members/908f7849-60da-4e4a-a3b1-51d4cbe3b953\"\n    }\n  },\n  \"links\": {\n    \"self\": \"https://useast.api.elasticpath.com/v2/account-members/deb6b25f-8451-4211-9a22-95610333df23\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8f8545e0-c38f-41d6-ad61-b88adb436fc1",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "account-members",
                    ":accountMemberID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the account member that you want to retrieve.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                      "key": "accountMemberID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"status\": \"400\",\n      \"detail\": \"Validation failed: field 'Name' on the 'min' tag.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6afaf964-f3e4-40bf-96bf-e051753d2d23",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "account-members",
                    ":accountMemberID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the account member that you want to retrieve.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                      "key": "accountMemberID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"account not found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "65753e3d-90c5-495e-82c6-11c82e05e8e1",
              "name": "Internal server error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "account-members",
                    ":accountMemberID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the account member that you want to retrieve.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                      "key": "accountMemberID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e357bd75-fdcb-46f9-a60f-4368ab10ef22",
          "name": "Update an account member",
          "request": {
            "name": "Update an account member",
            "description": {
              "content": "This endpoint can be used to update an account member.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "account-members",
                ":accountMemberID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                  "key": "accountMemberID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the account member that you want to update the flows of.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"account_member\"\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "f35c5c1e-3d2c-4b22-8fd6-b3d61b71f7ae",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "account-members",
                    ":accountMemberID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the account member that you want to update the flows of.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                      "key": "accountMemberID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"account_member\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"908f7849-60da-4e4a-a3b1-51d4cbe3b953\",\n    \"type\": \"string\",\n    \"name\": \"Ron Swanson\",\n    \"given_name\": \"Ron\",\n    \"middle_name\": \"Ulysses\",\n    \"family_name\": \"Swanson\",\n    \"email\": \"ron@swanson.com\",\n    \"meta\": {\n      \"timestamps\": {\n        \"created_at\": \"2021-02-23T09:40:33.882Z\",\n        \"updated_at\": \"2021-02-23T09:40:33.882Z\"\n      }\n    },\n    \"links\": {\n      \"self\": \"https://useast.api.elasticpath.com/v2/account-members/908f7849-60da-4e4a-a3b1-51d4cbe3b953\"\n    }\n  },\n  \"links\": {\n    \"self\": \"https://useast.api.elasticpath.com/v2/account-members/908f7849-60da-4e4a-a3b1-51d4cbe3b953\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fb371f66-c4e6-4d7f-839f-030ee3b6f253",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "account-members",
                    ":accountMemberID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the account member that you want to update the flows of.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                      "key": "accountMemberID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"account_member\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"status\": \"400\",\n      \"detail\": \"Validation failed: field 'Name' on the 'min' tag.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "56f20af6-ba1e-4bcf-85ee-c953d7a1ef40",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "account-members",
                    ":accountMemberID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the account member that you want to update the flows of.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                      "key": "accountMemberID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"account_member\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"account not found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1b0830c2-7ad7-424f-96f2-fb1b3fff374a",
              "name": "Internal server error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "account-members",
                    ":accountMemberID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the account member that you want to update the flows of.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                      "key": "accountMemberID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"account_member\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Account Membership",
      "description": "The `Account Membership` resource represents the relationship between an account and an account member. This relationship is many to many. Each account can have multiple account members, and each account member can be a member of multiple accounts.",
      "item": [
        {
          "id": "45e36828-0d04-44ed-bac3-820451117fc6",
          "name": "Create an Account Membership",
          "request": {
            "name": "Create an Account Membership",
            "description": {
              "content": ":::caution\n\nYou can only create up to 1000 account memberships in an account.\n\n:::\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "accounts",
                ":accountID",
                "account-memberships"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                  "key": "accountID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the account that the account is associated with.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"account_membership\",\n    \"account_member_id\": \"908f7849-60da-4e4a-a3b1-51d4cbe3b953\"\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "e3eabf8f-cab3-4e0c-8302-12e36e0d99d5",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "accounts",
                    ":accountID",
                    "account-memberships"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the account that the account is associated with.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                      "key": "accountID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"account_membership\",\n    \"account_member_id\": \"908f7849-60da-4e4a-a3b1-51d4cbe3b953\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"24e939f6-178f-497b-9d64-5bf2b5a70a2e\",\n    \"type\": \"string\",\n    \"meta\": {\n      \"timestamps\": {\n        \"created_at\": \"2021-02-23T09:40:33.882Z\",\n        \"updated_at\": \"2021-02-23T09:40:33.882Z\"\n      }\n    },\n    \"relationships\": {\n      \"account_member\": {\n        \"data\": {\n          \"id\": \"908f7849-60da-4e4a-a3b1-51d4cbe3b953\",\n          \"type\": \"string\"\n        }\n      }\n    },\n    \"links\": {\n      \"self\": \"https://useast.api.elasticpath.com/v2/accounts/5b495058-9ffc-4b9b-810a-c9d43ffc6500/account-memberships/24e939f6-178f-497b-9d64-5bf2b5a70a2e\"\n    }\n  },\n  \"links\": {\n    \"self\": \"https://useast.api.elasticpath.com/v2/accounts/deb6b25f-8451-4211-9a22-95610333df23/account-memberships/5ac48b3b-825d-43a3-9fcd-962230629d5e\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8c77c945-2962-4079-bbe0-0d83b147a33b",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "accounts",
                    ":accountID",
                    "account-memberships"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the account that the account is associated with.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                      "key": "accountID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"account_membership\",\n    \"account_member_id\": \"908f7849-60da-4e4a-a3b1-51d4cbe3b953\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"status\": \"400\",\n      \"detail\": \"Validation failed: field 'Name' on the 'min' tag.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ea9bd5f7-be13-49a6-b62a-a2f830b42255",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "accounts",
                    ":accountID",
                    "account-memberships"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the account that the account is associated with.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                      "key": "accountID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"account_membership\",\n    \"account_member_id\": \"908f7849-60da-4e4a-a3b1-51d4cbe3b953\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"account not found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b87e2688-e67f-415c-9b46-afc8cea35d23",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "accounts",
                    ":accountID",
                    "account-memberships"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the account that the account is associated with.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                      "key": "accountID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"account_membership\",\n    \"account_member_id\": \"908f7849-60da-4e4a-a3b1-51d4cbe3b953\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Conflict\",\n      \"status\": \"409\",\n      \"detail\": \"account membership with the given account id and account member id already exists\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e7312e8e-4029-4ec2-b2f6-a25731232152",
              "name": "Unprocessable Entity",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "accounts",
                    ":accountID",
                    "account-memberships"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the account that the account is associated with.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                      "key": "accountID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"account_membership\",\n    \"account_member_id\": \"908f7849-60da-4e4a-a3b1-51d4cbe3b953\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Unprocessable Entity\",\n      \"status\": \"422\",\n      \"detail\": \"store id mismatch\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "642d8e6c-59f3-4cf4-8c64-6f649e317769",
              "name": "Internal server error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "accounts",
                    ":accountID",
                    "account-memberships"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the account that the account is associated with.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                      "key": "accountID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"account_membership\",\n    \"account_member_id\": \"908f7849-60da-4e4a-a3b1-51d4cbe3b953\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ca3e602c-34d2-4fb7-b5d8-e27a3b9f5be7",
          "name": "Get all Account Memberships",
          "request": {
            "name": "Get all Account Memberships",
            "description": {
              "content": "You can also use `include=account_member` to retrieve details about the account members associated with the account memberships. With this option, you can get more information about the account members such as name and email in a single request. For more information see [including resources](/guides/Getting-Started/includes).\n\n### Filtering\n\nThe following operators and attributes are available for [filtering](/guides/Getting-Started/filtering) account memberships.\n\n| Operator | Description |\n| :--- | :--- |\n| `eq` | Checks whether the values of two operands are equal. If the values are equal, the condition is true. |\n| `like` | Checks if the operand contains the specified string. You can use wildcard characters in operand. |\n\n| Attribute | Type | Operator | Example |\n| :--- | :--- | :--- | :--- |\n| `account_member_id` | `string` | `eq` / `like` | `eq(account_member_id,00000000-0000-1000-8000-0000000)` |",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "accounts",
                ":accountID",
                "account-memberships"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Specifies the filter attributes.",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "ilike(name,\"*swan*\")"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The number of records per page.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "25"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The number of records to offset the results by.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "10"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Parameter to retrieve more information about any related resources like account members.",
                    "type": "text/plain"
                  },
                  "key": "include",
                  "value": "account_member"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Specifies the order in which account memberships will be returned. For more information, see [Sorting](/guides/Getting-Started/sorting). (This can only be one of created_at,-created_at,updated_at,-updated_at,id,-id)",
                    "type": "text/plain"
                  },
                  "key": "sort",
                  "value": "id"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                  "key": "accountID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the account for which you want to get the list of unassigned account members.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "d57a87b0-3bb6-487a-a2dd-cea9f47aa96d",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "accounts",
                    ":accountID",
                    "account-memberships"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the filter attributes.",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "ilike(name,\"*swan*\")"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "25"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Parameter to retrieve more information about any related resources like account members.",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "account_member"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the order in which account memberships will be returned. For more information, see [Sorting](/guides/Getting-Started/sorting). (This can only be one of created_at,-created_at,updated_at,-updated_at,id,-id)",
                        "type": "text/plain"
                      },
                      "key": "sort",
                      "value": "id"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the account for which you want to get the list of unassigned account members.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                      "key": "accountID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"24e939f6-178f-497b-9d64-5bf2b5a70a2e\",\n      \"type\": \"string\",\n      \"meta\": {\n        \"timestamps\": {\n          \"created_at\": \"2021-02-23T09:40:33.882Z\",\n          \"updated_at\": \"2021-02-23T09:40:33.882Z\"\n        }\n      },\n      \"relationships\": {\n        \"account_member\": {\n          \"data\": {\n            \"id\": \"908f7849-60da-4e4a-a3b1-51d4cbe3b953\",\n            \"type\": \"string\"\n          }\n        }\n      },\n      \"links\": {\n        \"self\": \"https://useast.api.elasticpath.com/v2/accounts/5b495058-9ffc-4b9b-810a-c9d43ffc6500/account-memberships/24e939f6-178f-497b-9d64-5bf2b5a70a2e\"\n      },\n      \"account_member_id\": \"deb6b25f-8451-4211-9a22-95610333df23\"\n    },\n    {\n      \"id\": \"24e939f6-178f-497b-9d64-5bf2b5a70a2e\",\n      \"type\": \"string\",\n      \"meta\": {\n        \"timestamps\": {\n          \"created_at\": \"2021-02-23T09:40:33.882Z\",\n          \"updated_at\": \"2021-02-23T09:40:33.882Z\"\n        }\n      },\n      \"relationships\": {\n        \"account_member\": {\n          \"data\": {\n            \"id\": \"908f7849-60da-4e4a-a3b1-51d4cbe3b953\",\n            \"type\": \"string\"\n          }\n        }\n      },\n      \"links\": {\n        \"self\": \"https://useast.api.elasticpath.com/v2/accounts/5b495058-9ffc-4b9b-810a-c9d43ffc6500/account-memberships/24e939f6-178f-497b-9d64-5bf2b5a70a2e\"\n      },\n      \"account_member_id\": \"deb6b25f-8451-4211-9a22-95610333df23\"\n    }\n  ],\n  \"meta\": {\n    \"page\": {\n      \"limit\": 25,\n      \"current\": 0,\n      \"offset\": 0,\n      \"total\": 1\n    },\n    \"results\": {\n      \"total\": 1\n    }\n  },\n  \"links\": {\n    \"current\": \"http://BQKefqcWKFDc.nruzb1xYVcMZo5ejmK+PCmWywmvDatMprxf9nYNOVZHYTC\",\n    \"first\": \"http://UBFNwBJkfJPgBrzjqpzsVOIaspwsE.mjxtch3oiLCZyUQaSq-jPPlbf-cQsPN-WmB.SMXW0Hvd9m53vB.vqUHEzDDX\",\n    \"last\": \"https://IhqxpJgdGFjRJJrDbcfVKpVZpsfSn.xvPseTVXUFvPkKEP5mZN1VTB0uEfkgN\",\n    \"next\": \"string\",\n    \"prev\": \"string\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3b583568-cc68-45bd-9108-22f0f6be1f1e",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "accounts",
                    ":accountID",
                    "account-memberships"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the filter attributes.",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "ilike(name,\"*swan*\")"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "25"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Parameter to retrieve more information about any related resources like account members.",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "account_member"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the order in which account memberships will be returned. For more information, see [Sorting](/guides/Getting-Started/sorting). (This can only be one of created_at,-created_at,updated_at,-updated_at,id,-id)",
                        "type": "text/plain"
                      },
                      "key": "sort",
                      "value": "id"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the account for which you want to get the list of unassigned account members.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                      "key": "accountID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"status\": \"400\",\n      \"detail\": \"Validation failed: field 'Name' on the 'min' tag.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c063e0e2-6dd3-460a-a1d9-c5c4765dd317",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "accounts",
                    ":accountID",
                    "account-memberships"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the filter attributes.",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "ilike(name,\"*swan*\")"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "25"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Parameter to retrieve more information about any related resources like account members.",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "account_member"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the order in which account memberships will be returned. For more information, see [Sorting](/guides/Getting-Started/sorting). (This can only be one of created_at,-created_at,updated_at,-updated_at,id,-id)",
                        "type": "text/plain"
                      },
                      "key": "sort",
                      "value": "id"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the account for which you want to get the list of unassigned account members.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                      "key": "accountID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"account not found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ff2b5d8e-5041-4172-a82c-ac161a536a2d",
              "name": "Internal server error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "accounts",
                    ":accountID",
                    "account-memberships"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the filter attributes.",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "ilike(name,\"*swan*\")"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "25"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Parameter to retrieve more information about any related resources like account members.",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "account_member"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the order in which account memberships will be returned. For more information, see [Sorting](/guides/Getting-Started/sorting). (This can only be one of created_at,-created_at,updated_at,-updated_at,id,-id)",
                        "type": "text/plain"
                      },
                      "key": "sort",
                      "value": "id"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the account for which you want to get the list of unassigned account members.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                      "key": "accountID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "94d155ea-4595-4592-9397-3f130226ba38",
          "name": "Get a List of Account Memberships of Account Member",
          "request": {
            "name": "Get a List of Account Memberships of Account Member",
            "description": {
              "content": "You can also use `include=account` to retrieve details about the accounts associated with the account memberships. For more information see [including resources](/guides/Getting-Started/includes).\n\nYou can use pagination with this resource. For more information, see [pagination](/guides/Getting-Started/pagination).\n\n### Filtering\n\nThe following operators and attributes are available for [filtering](/guides/Getting-Started/filtering) account memberships.\n\n| Operator | Description |\n| :--- | :--- |\n| `eq` | Checks whether the values of two operands are equal. If the values are equal, the condition is true. |\n| `like` | Checks if the operand contains the specified string. You can use wildcard characters in operand. |\n\n| Attribute | Type | Operator | Example |\n| :--- | :--- | :--- | :--- |\n| `account_member_id` | `string` | `eq` / `like` | `eq(account_member_id,00000000-0000-1000-8000-0000000)` |\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "account-members",
                ":accountMemberId",
                "account-memberships"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Specifies the filter attributes.",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "ilike(name,\"*swan*\")"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Parameter to retrieve more information about any related resources like accounts.",
                    "type": "text/plain"
                  },
                  "key": "include",
                  "value": "account"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Specifies the order in which account memberships will be returned. For more information, see [Sorting](/guides/Getting-Started/sorting). (This can only be one of created_at,-created_at,id,-id,updated_at,-updated_at)",
                    "type": "text/plain"
                  },
                  "key": "sort",
                  "value": "-updated_at"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                  "key": "accountMemberId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the account member for which you want to list the memberships.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "5dd2b03e-6e9f-47a4-bc3f-42f6f16966ca",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "account-members",
                    ":accountMemberId",
                    "account-memberships"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the filter attributes.",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "ilike(name,\"*swan*\")"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Parameter to retrieve more information about any related resources like accounts.",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "account"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the order in which account memberships will be returned. For more information, see [Sorting](/guides/Getting-Started/sorting). (This can only be one of created_at,-created_at,id,-id,updated_at,-updated_at)",
                        "type": "text/plain"
                      },
                      "key": "sort",
                      "value": "-updated_at"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the account member for which you want to list the memberships.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                      "key": "accountMemberId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"24e939f6-178f-497b-9d64-5bf2b5a70a2e\",\n      \"type\": \"string\",\n      \"meta\": {\n        \"timestamps\": {\n          \"created_at\": \"2021-02-23T09:40:33.882Z\",\n          \"updated_at\": \"2021-02-23T09:40:33.882Z\"\n        }\n      },\n      \"relationships\": {\n        \"account\": {\n          \"data\": {\n            \"id\": \"908f7849-60da-4e4a-a3b1-51d4cbe3b953\",\n            \"type\": \"string\"\n          }\n        }\n      },\n      \"links\": {\n        \"self\": \"https://useast.api.elasticpath.com/v2/accounts/5b495058-9ffc-4b9b-810a-c9d43ffc6500/account-memberships/24e939f6-178f-497b-9d64-5bf2b5a70a2e\"\n      },\n      \"account_member_id\": \"deb6b25f-8451-4211-9a22-95610333df23\"\n    },\n    {\n      \"id\": \"24e939f6-178f-497b-9d64-5bf2b5a70a2e\",\n      \"type\": \"string\",\n      \"meta\": {\n        \"timestamps\": {\n          \"created_at\": \"2021-02-23T09:40:33.882Z\",\n          \"updated_at\": \"2021-02-23T09:40:33.882Z\"\n        }\n      },\n      \"relationships\": {\n        \"account\": {\n          \"data\": {\n            \"id\": \"908f7849-60da-4e4a-a3b1-51d4cbe3b953\",\n            \"type\": \"string\"\n          }\n        }\n      },\n      \"links\": {\n        \"self\": \"https://useast.api.elasticpath.com/v2/accounts/5b495058-9ffc-4b9b-810a-c9d43ffc6500/account-memberships/24e939f6-178f-497b-9d64-5bf2b5a70a2e\"\n      },\n      \"account_member_id\": \"deb6b25f-8451-4211-9a22-95610333df23\"\n    }\n  ],\n  \"meta\": {\n    \"page\": {\n      \"limit\": 25,\n      \"current\": 0,\n      \"offset\": 0,\n      \"total\": 1\n    },\n    \"results\": {\n      \"total\": 1\n    }\n  },\n  \"links\": {\n    \"current\": \"https://PzSmsIan.evVxLvsk.t.0ma\",\n    \"first\": \"https://k.gcfCv2ckk20ZyICj.UkEbmDqeOVigqEuy5SagLKka2\",\n    \"last\": \"https://cGNFsjjKl.pehuNJX50mAkXXQRCl,\",\n    \"next\": \"string\",\n    \"prev\": \"string\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "76dc6977-8bff-4ef5-a2f7-b9eea5baa471",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "account-members",
                    ":accountMemberId",
                    "account-memberships"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the filter attributes.",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "ilike(name,\"*swan*\")"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Parameter to retrieve more information about any related resources like accounts.",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "account"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the order in which account memberships will be returned. For more information, see [Sorting](/guides/Getting-Started/sorting). (This can only be one of created_at,-created_at,id,-id,updated_at,-updated_at)",
                        "type": "text/plain"
                      },
                      "key": "sort",
                      "value": "-updated_at"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the account member for which you want to list the memberships.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                      "key": "accountMemberId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"status\": \"400\",\n      \"detail\": \"Validation failed: field 'Name' on the 'min' tag.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8a6aef9e-99ff-4572-ba3f-7ed0d258a942",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "account-members",
                    ":accountMemberId",
                    "account-memberships"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the filter attributes.",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "ilike(name,\"*swan*\")"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Parameter to retrieve more information about any related resources like accounts.",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "account"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the order in which account memberships will be returned. For more information, see [Sorting](/guides/Getting-Started/sorting). (This can only be one of created_at,-created_at,id,-id,updated_at,-updated_at)",
                        "type": "text/plain"
                      },
                      "key": "sort",
                      "value": "-updated_at"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the account member for which you want to list the memberships.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                      "key": "accountMemberId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"account not found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4904433b-9726-4cba-b709-1df306d10279",
              "name": "Internal server error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "account-members",
                    ":accountMemberId",
                    "account-memberships"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the filter attributes.",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "ilike(name,\"*swan*\")"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Parameter to retrieve more information about any related resources like accounts.",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "account"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the order in which account memberships will be returned. For more information, see [Sorting](/guides/Getting-Started/sorting). (This can only be one of created_at,-created_at,id,-id,updated_at,-updated_at)",
                        "type": "text/plain"
                      },
                      "key": "sort",
                      "value": "-updated_at"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the account member for which you want to list the memberships.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                      "key": "accountMemberId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a34d99b4-3191-41ad-b865-3dcdcd61237e",
          "name": "Get a List of Unassigned Account Members",
          "request": {
            "name": "Get a List of Unassigned Account Members",
            "description": {
              "content": "Use this resource to get a list of all account members that are not assigned to an account.\n\n### Filtering\n\nThe following operators and attributes are available for [filtering](/guides/Getting-Started/filtering) unassigned account members.\n\n| Operator | Description   |\n| :------- | :--------------------------------------------------------------------------------------------------- |\n| `eq`     | Checks whether the values of two operands are equal. If the values are equal, the condition is true. |\n| `like`   | Checks if the operand contains the specified string. You can use wildcard characters in operand.     |\n\n| Attribute | Type     | Operator      | Example |\n| :-------- | :------- | :------------ | :--------------------------------- |\n| `email`   | `string` | `eq` / `like` | `eq(email,ronswanson@example.com)` |\n| `name`    | `string` | `eq` / `like` | `like(name,*swan*)` |\n\n:::note\n\nYou can use pagination with this resource. For more information, see [pagination](/guides/Getting-Started/pagination).\n\n:::",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "accounts",
                ":accountID",
                "account-memberships",
                "unassigned-account-members"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "The number of records per page.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "25"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The number of records to offset the results by.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "10"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Specifies the filter attributes.",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "ilike(name,\"*swan*\")"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Specifies the order in which unassigned account members will be returned. For more information, see [Sorting](/guides/Getting-Started/sorting). (This can only be one of created_at,-created_at,updated_at,updated_at)",
                    "type": "text/plain"
                  },
                  "key": "sort",
                  "value": "id"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                  "key": "accountID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the account for which you want to get the list of unassigned account members.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "5a867a78-5f43-4b79-be22-00c3df10edcb",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "accounts",
                    ":accountID",
                    "account-memberships",
                    "unassigned-account-members"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "25"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the filter attributes.",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "ilike(name,\"*swan*\")"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the order in which unassigned account members will be returned. For more information, see [Sorting](/guides/Getting-Started/sorting). (This can only be one of created_at,-created_at,updated_at,updated_at)",
                        "type": "text/plain"
                      },
                      "key": "sort",
                      "value": "id"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the account for which you want to get the list of unassigned account members.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                      "key": "accountID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"908f7849-60da-4e4a-a3b1-51d4cbe3b953\",\n      \"type\": \"string\",\n      \"name\": \"Ron Swanson\",\n      \"given_name\": \"Ron\",\n      \"middle_name\": \"Ulysses\",\n      \"family_name\": \"Swanson\",\n      \"email\": \"ron@swanson.com\",\n      \"meta\": {\n        \"timestamps\": {\n          \"created_at\": \"2021-02-23T09:40:33.882Z\",\n          \"updated_at\": \"2021-02-23T09:40:33.882Z\"\n        }\n      },\n      \"links\": {\n        \"self\": \"https://useast.api.elasticpath.com/v2/account-members/908f7849-60da-4e4a-a3b1-51d4cbe3b953\"\n      }\n    },\n    {\n      \"id\": \"908f7849-60da-4e4a-a3b1-51d4cbe3b953\",\n      \"type\": \"string\",\n      \"name\": \"Ron Swanson\",\n      \"given_name\": \"Ron\",\n      \"middle_name\": \"Ulysses\",\n      \"family_name\": \"Swanson\",\n      \"email\": \"ron@swanson.com\",\n      \"meta\": {\n        \"timestamps\": {\n          \"created_at\": \"2021-02-23T09:40:33.882Z\",\n          \"updated_at\": \"2021-02-23T09:40:33.882Z\"\n        }\n      },\n      \"links\": {\n        \"self\": \"https://useast.api.elasticpath.com/v2/account-members/908f7849-60da-4e4a-a3b1-51d4cbe3b953\"\n      }\n    }\n  ],\n  \"meta\": {\n    \"page\": {\n      \"limit\": 25,\n      \"current\": 0,\n      \"offset\": 0,\n      \"total\": 1\n    },\n    \"results\": {\n      \"total\": 1\n    }\n  },\n  \"links\": {\n    \"current\": \"http://Iekhw.vlxREvAq8rIx569xGKcMCIwvnMm7Nt4B8yuSV61.\",\n    \"first\": \"http://JlLLwdlWWHLkoOhRZjfqUznXc.uxxPLeJ6ok5Wcs6ef2W-J2UAFdtSCYOY+JmB6PTKKomBAtcxlW,,tL\",\n    \"last\": \"http://rTAV.echuUQODpdiZl9RYpS3AgEnh9P,Kxjp-n3N7.XgKY+C-SzCoI2pR.PIXZLhD-\",\n    \"next\": \"string\",\n    \"prev\": \"string\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "13bb8d7d-b35f-4642-9813-e7a08f65b1da",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "accounts",
                    ":accountID",
                    "account-memberships",
                    "unassigned-account-members"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "25"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the filter attributes.",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "ilike(name,\"*swan*\")"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the order in which unassigned account members will be returned. For more information, see [Sorting](/guides/Getting-Started/sorting). (This can only be one of created_at,-created_at,updated_at,updated_at)",
                        "type": "text/plain"
                      },
                      "key": "sort",
                      "value": "id"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the account for which you want to get the list of unassigned account members.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                      "key": "accountID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"status\": \"400\",\n      \"detail\": \"Validation failed: field 'Name' on the 'min' tag.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e8782784-e044-48db-9fdd-b7609e696b6f",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "accounts",
                    ":accountID",
                    "account-memberships",
                    "unassigned-account-members"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "25"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the filter attributes.",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "ilike(name,\"*swan*\")"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the order in which unassigned account members will be returned. For more information, see [Sorting](/guides/Getting-Started/sorting). (This can only be one of created_at,-created_at,updated_at,updated_at)",
                        "type": "text/plain"
                      },
                      "key": "sort",
                      "value": "id"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the account for which you want to get the list of unassigned account members.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                      "key": "accountID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"account not found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d56a5654-b0de-413b-b2bd-cd33c65cbd33",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "accounts",
                    ":accountID",
                    "account-memberships",
                    "unassigned-account-members"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "25"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the filter attributes.",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "ilike(name,\"*swan*\")"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the order in which unassigned account members will be returned. For more information, see [Sorting](/guides/Getting-Started/sorting). (This can only be one of created_at,-created_at,updated_at,updated_at)",
                        "type": "text/plain"
                      },
                      "key": "sort",
                      "value": "id"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the account for which you want to get the list of unassigned account members.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                      "key": "accountID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Conflict\",\n      \"status\": \"409\",\n      \"detail\": \"account membership with the given account id and account member id already exists\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0ba17e9b-fe07-4a3d-9c8b-9f459f31f55a",
              "name": "Internal server error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "accounts",
                    ":accountID",
                    "account-memberships",
                    "unassigned-account-members"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "25"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the filter attributes.",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "ilike(name,\"*swan*\")"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the order in which unassigned account members will be returned. For more information, see [Sorting](/guides/Getting-Started/sorting). (This can only be one of created_at,-created_at,updated_at,updated_at)",
                        "type": "text/plain"
                      },
                      "key": "sort",
                      "value": "id"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the account for which you want to get the list of unassigned account members.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                      "key": "accountID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "38410b0a-5fbc-4449-93db-96dc03548056",
          "name": "Get an Account Membership",
          "request": {
            "name": "Get an Account Membership",
            "description": {
              "content": "Get an account membership from an account in your store.\n\nYou can also use `include=account_member` to retrieve details about the account member associated with this account membership. With this option, you can get more information about the account member such as name and email in a single request. For more information see [including resources](/guides/Getting-Started/includes).\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "accounts",
                ":accountID",
                "account-memberships",
                ":membershipID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Parameter to retrieve more information about any related resources like account members.",
                    "type": "text/plain"
                  },
                  "key": "include",
                  "value": "account_member"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                  "key": "accountID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the account that the account member is associated with.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                  "key": "membershipID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the account membership to update the details of the account member.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "65207adf-0a30-42ce-b38a-ceb09d9cf143",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "accounts",
                    ":accountID",
                    "account-memberships",
                    ":membershipID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Parameter to retrieve more information about any related resources like account members.",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "account_member"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the account that the account member is associated with.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                      "key": "accountID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the account membership to update the details of the account member.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                      "key": "membershipID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"24e939f6-178f-497b-9d64-5bf2b5a70a2e\",\n    \"type\": \"string\",\n    \"meta\": {\n      \"timestamps\": {\n        \"created_at\": \"2021-02-23T09:40:33.882Z\",\n        \"updated_at\": \"2021-02-23T09:40:33.882Z\"\n      }\n    },\n    \"relationships\": {\n      \"account_member\": {\n        \"data\": {\n          \"id\": \"908f7849-60da-4e4a-a3b1-51d4cbe3b953\",\n          \"type\": \"string\"\n        }\n      }\n    },\n    \"links\": {\n      \"self\": \"https://useast.api.elasticpath.com/v2/accounts/5b495058-9ffc-4b9b-810a-c9d43ffc6500/account-memberships/24e939f6-178f-497b-9d64-5bf2b5a70a2e\"\n    }\n  },\n  \"links\": {\n    \"self\": \"https://useast.api.elasticpath.com/v2/accounts/deb6b25f-8451-4211-9a22-95610333df23/account-memberships/5ac48b3b-825d-43a3-9fcd-962230629d5e\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7e9a6989-21c7-46c2-83d7-048f8f7f706f",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "accounts",
                    ":accountID",
                    "account-memberships",
                    ":membershipID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Parameter to retrieve more information about any related resources like account members.",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "account_member"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the account that the account member is associated with.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                      "key": "accountID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the account membership to update the details of the account member.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                      "key": "membershipID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"account not found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9110f0b3-951b-4482-b51a-65328b99283f",
              "name": "Internal server error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "accounts",
                    ":accountID",
                    "account-memberships",
                    ":membershipID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Parameter to retrieve more information about any related resources like account members.",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "account_member"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the account that the account member is associated with.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                      "key": "accountID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the account membership to update the details of the account member.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                      "key": "membershipID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a2976706-1914-4fd6-9be9-a679a0e43084",
          "name": "Update an Account Membership",
          "request": {
            "name": "Update an Account Membership",
            "description": {
              "content": "You can update and extend an account member details using [core flows](/docs/api/flows/flows#extend-an-existing-resource). However, you cannot update the `account_member_id` of an account member.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "accounts",
                ":accountID",
                "account-memberships",
                ":membershipID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                  "key": "accountID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the account that the account member is associated with.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                  "key": "membershipID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the account membership to update the details of the account member.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"account_membership\",\n    \"account_member_id\": \"908f7849-60da-4e4a-a3b1-51d4cbe3b953\"\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "4119f64b-ce8f-4c25-b4f5-a7a9c4bead35",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "accounts",
                    ":accountID",
                    "account-memberships",
                    ":membershipID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the account that the account member is associated with.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                      "key": "accountID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the account membership to update the details of the account member.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                      "key": "membershipID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"account_membership\",\n    \"account_member_id\": \"908f7849-60da-4e4a-a3b1-51d4cbe3b953\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"24e939f6-178f-497b-9d64-5bf2b5a70a2e\",\n    \"type\": \"string\",\n    \"meta\": {\n      \"timestamps\": {\n        \"created_at\": \"2021-02-23T09:40:33.882Z\",\n        \"updated_at\": \"2021-02-23T09:40:33.882Z\"\n      }\n    },\n    \"relationships\": {\n      \"account_member\": {\n        \"data\": {\n          \"id\": \"908f7849-60da-4e4a-a3b1-51d4cbe3b953\",\n          \"type\": \"string\"\n        }\n      }\n    },\n    \"links\": {\n      \"self\": \"https://useast.api.elasticpath.com/v2/accounts/5b495058-9ffc-4b9b-810a-c9d43ffc6500/account-memberships/24e939f6-178f-497b-9d64-5bf2b5a70a2e\"\n    }\n  },\n  \"links\": {\n    \"self\": \"https://useast.api.elasticpath.com/v2/accounts/deb6b25f-8451-4211-9a22-95610333df23/account-memberships/5ac48b3b-825d-43a3-9fcd-962230629d5e\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7c71738d-2bff-4694-8e9c-e8ada4a98c67",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "accounts",
                    ":accountID",
                    "account-memberships",
                    ":membershipID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the account that the account member is associated with.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                      "key": "accountID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the account membership to update the details of the account member.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                      "key": "membershipID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"account_membership\",\n    \"account_member_id\": \"908f7849-60da-4e4a-a3b1-51d4cbe3b953\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"status\": \"400\",\n      \"detail\": \"Validation failed: field 'Name' on the 'min' tag.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c7ce4933-1d05-44cd-84b1-e2ac212dfe97",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "accounts",
                    ":accountID",
                    "account-memberships",
                    ":membershipID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the account that the account member is associated with.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                      "key": "accountID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the account membership to update the details of the account member.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                      "key": "membershipID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"account_membership\",\n    \"account_member_id\": \"908f7849-60da-4e4a-a3b1-51d4cbe3b953\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"account not found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "95a5dc72-cad7-4126-a5c7-67497a1ca014",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "accounts",
                    ":accountID",
                    "account-memberships",
                    ":membershipID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the account that the account member is associated with.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                      "key": "accountID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the account membership to update the details of the account member.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                      "key": "membershipID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"account_membership\",\n    \"account_member_id\": \"908f7849-60da-4e4a-a3b1-51d4cbe3b953\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Conflict\",\n      \"status\": \"409\",\n      \"detail\": \"account membership with the given account id and account member id already exists\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4ab5b5eb-0f26-4c94-9f20-543f343effb1",
              "name": "Internal server error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "accounts",
                    ":accountID",
                    "account-memberships",
                    ":membershipID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the account that the account member is associated with.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                      "key": "accountID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the account membership to update the details of the account member.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                      "key": "membershipID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"account_membership\",\n    \"account_member_id\": \"908f7849-60da-4e4a-a3b1-51d4cbe3b953\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2a53ae04-cb47-4aea-a6d6-210d9fdd586c",
          "name": "Delete an Account Membership",
          "request": {
            "name": "Delete an Account Membership",
            "description": {
              "content": "Delete a membership from an account",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "accounts",
                ":accountID",
                "account-memberships",
                ":membershipID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                  "key": "accountID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the account that the account member is associated with.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                  "key": "membershipID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the account membership to update the details of the account member.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "52a0fcb1-ae76-41c6-9258-1d2dd57bf802",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "accounts",
                    ":accountID",
                    "account-memberships",
                    ":membershipID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the account that the account member is associated with.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                      "key": "accountID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the account membership to update the details of the account member.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                      "key": "membershipID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "139dce60-bd39-48d9-bc9d-1c9a2bc1f086",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "accounts",
                    ":accountID",
                    "account-memberships",
                    ":membershipID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the account that the account member is associated with.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                      "key": "accountID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the account membership to update the details of the account member.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                      "key": "membershipID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"account not found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "79df3e03-7b93-4484-b9b7-5e16ef35fe77",
              "name": "Internal server error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "accounts",
                    ":accountID",
                    "account-memberships",
                    ":membershipID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the account that the account member is associated with.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                      "key": "accountID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the account membership to update the details of the account member.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "bb8db425-8051-3b3f-0e95-d455e93762bb",
                      "key": "membershipID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Account Membership Settings",
      "description": "Account Membership Settings allow Account Members to be associated to, at most, N accounts at a time. You can set this value to any number up to 10,000. The default value is 10,000.\n\nThis setting is only applied to new account memberships. If an account member is added to 3 accounts, and the setting is reduced to 1, the account member remains in the 3 accounts and can no longer be added to more.\n",
      "item": [
        {
          "id": "ef17c9ae-0bcb-47cd-bef4-16d14d81672c",
          "name": "Get Account Membership Settings",
          "request": {
            "name": "Get Account Membership Settings",
            "description": {
              "content": "Use this endpoint to get all account membership settings.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "settings",
                "account-membership"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "a5f84721-6531-429e-b75d-e25f5e8f5ce3",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "account-membership"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"account_membership_setting\",\n    \"membership_limit\": 100\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0e8317f0-1f25-4a17-a421-d4c31bd1df60",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "account-membership"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"status\": \"400\",\n      \"detail\": \"Validation failed: field 'Name' on the 'min' tag.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7478d23d-88f9-4d96-81d7-cae7728b8ca1",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "account-membership"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Unauthorized\",\n      \"status\": \"401\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f1105abe-6c2b-43be-b256-bda34fb2128c",
              "name": "Internal server error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "account-membership"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "41b4d4b2-77e9-4f22-a4a5-b9decd95b672",
          "name": "Update Account Membership Settings",
          "request": {
            "name": "Update Account Membership Settings",
            "description": {
              "content": "Use this endpoint to update account membership settings.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "settings",
                "account-membership"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"account_membership_setting\",\n    \"membership_limit\": 1000\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "f809d955-861a-49a6-a734-5c2da66208d0",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "account-membership"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"account_membership_setting\",\n    \"membership_limit\": 1000\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"account_membership_setting\",\n    \"membership_limit\": 100\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ccee0961-8f23-43e0-abda-354a346fb782",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "account-membership"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"account_membership_setting\",\n    \"membership_limit\": 1000\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"status\": \"400\",\n      \"detail\": \"Validation failed: field 'Name' on the 'min' tag.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "70f7c825-1922-4871-bf45-37200fc265a1",
              "name": "Internal server error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "account-membership"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"account_membership_setting\",\n    \"membership_limit\": 1000\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Account Management Authentication",
      "description": "Commerce provides authentication tokens for an `Account` and an `Account Member`.",
      "item": [
        {
          "id": "32cd783d-422c-4aae-b1db-39e0b1b44a9e",
          "name": "Generate an Account Management Authentication Token",
          "request": {
            "name": "Generate an Account Management Authentication Token",
            "description": {
              "content": "Commerce provides authentication tokens for anyone using the Account Management APIs, including accounts and account members.\n\nFor each element in the list returned by the account member authentication API, a token value is returned. In order for a shopper to authenticate as the account, this value should be set as the `EP-Account-Management-Authentication-Token` header when calling Commerce. This header grants access to additional resources associated with the account, such as [carts](/docs/api/carts/account-cart-associations), [orders](/docs/api/carts/orders), [catalogs with associated rules](/docs/api/pxm/catalog/rules), and [addresses](/docs/api/addresses/addresses-introduction).\n\nThe set of permissions available to a shopper using an Account Management Authentication token is documented in [Permissions](/docs/authentication/tokens/permissions)\n\nCommerce provides authentication tokens for an account and an account member using:\n\n- OpenID Connect\n- Username and password\n- Self signup\n- One-time password token\n- Switch account token\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "account-members",
                "tokens"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"account_management_authentication_token\",\n    \"authentication_mechanism\": \"oidc\",\n    \"oauth_authorization_code\": \"c2490f06-6d8e-4927-99aa-4bf02b419e96\",\n    \"oauth_redirect_uri\": \"https://example-store.com/oauth2/callback\",\n    \"oauth_code_verifier\": \"0E934PurR8ExVg6Pj7T4kQewxKzWSfSFG5d15FGfww8\"\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "a36a3918-8210-4b05-9f95-abfc3128bbe1",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "account-members",
                    "tokens"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"account_management_authentication_token\",\n    \"authentication_mechanism\": \"oidc\",\n    \"oauth_authorization_code\": \"c2490f06-6d8e-4927-99aa-4bf02b419e96\",\n    \"oauth_redirect_uri\": \"https://example-store.com/oauth2/callback\",\n    \"oauth_code_verifier\": \"0E934PurR8ExVg6Pj7T4kQewxKzWSfSFG5d15FGfww8\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"type\": \"string\",\n      \"account_name\": \"acc-name-1\",\n      \"account_id\": \"908f7849-60da-4e4a-a3b1-51d4cbe3b953\",\n      \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOiIyMDIxLTAzLTE2VDE5OjM2OjExLjA3MFoiLCJpYXQiOiIyMDIxLTAzLTE1VDE5OjM2OjExLjA3MFoiLCJzY29wZSI6IjFjNDVlNGVjLTI2ZTAtNDA0My04NmU0LWMxNWI5Y2Y5ODVhMyIsInN1YiI6IjFjNDVlNGVjLTI2ZTAtNDA0My04NmU0LWMxNWI5Y2Y5ODVhMiJ9.ytQ3UutTl_RJ8NiB1xN29Ta23p-FXsYOhcUM7MUQ4CM\",\n      \"expires\": \"2021-03-16T19:36:11.070Z\"\n    },\n    {\n      \"type\": \"string\",\n      \"account_name\": \"acc-name-1\",\n      \"account_id\": \"908f7849-60da-4e4a-a3b1-51d4cbe3b953\",\n      \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOiIyMDIxLTAzLTE2VDE5OjM2OjExLjA3MFoiLCJpYXQiOiIyMDIxLTAzLTE1VDE5OjM2OjExLjA3MFoiLCJzY29wZSI6IjFjNDVlNGVjLTI2ZTAtNDA0My04NmU0LWMxNWI5Y2Y5ODVhMyIsInN1YiI6IjFjNDVlNGVjLTI2ZTAtNDA0My04NmU0LWMxNWI5Y2Y5ODVhMiJ9.ytQ3UutTl_RJ8NiB1xN29Ta23p-FXsYOhcUM7MUQ4CM\",\n      \"expires\": \"2021-03-16T19:36:11.070Z\"\n    }\n  ],\n  \"meta\": {\n    \"page\": {\n      \"limit\": 25,\n      \"current\": 0,\n      \"offset\": 0,\n      \"total\": 1\n    },\n    \"results\": {\n      \"total\": 1\n    },\n    \"account_member_id\": \"f5d08d48-bbc8-4f61-818f-a78583045f56\"\n  },\n  \"links\": {\n    \"current\": \"http://Xts.asmlhO.NQlnqsO1K51SdESaFPdhB\",\n    \"first\": \"https://qvKKtDktxdLeqkyorkafgIN.dxuTpvlAWujI3qitK1j4oAPgzgAUkQjcAqR20TlkFcsZmRztARIkkiHHvFu\",\n    \"last\": \"http://XqXoAtuiTKpXAZVBLidBZEHSJdGpOe.ztgak9t0HcIA4lOPnNZfa38VKeBeOuUFVZuc-qkq\",\n    \"next\": \"string\",\n    \"prev\": \"string\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ce87d60e-60f1-4d22-802d-d053154fdbe7",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "account-members",
                    "tokens"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"account_management_authentication_token\",\n    \"authentication_mechanism\": \"oidc\",\n    \"oauth_authorization_code\": \"c2490f06-6d8e-4927-99aa-4bf02b419e96\",\n    \"oauth_redirect_uri\": \"https://example-store.com/oauth2/callback\",\n    \"oauth_code_verifier\": \"0E934PurR8ExVg6Pj7T4kQewxKzWSfSFG5d15FGfww8\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"status\": \"400\",\n      \"detail\": \"Validation failed: field 'Name' on the 'min' tag.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "74cabe0c-bb38-492c-b9ac-54007f22bfc9",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "account-members",
                    "tokens"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"account_management_authentication_token\",\n    \"authentication_mechanism\": \"oidc\",\n    \"oauth_authorization_code\": \"c2490f06-6d8e-4927-99aa-4bf02b419e96\",\n    \"oauth_redirect_uri\": \"https://example-store.com/oauth2/callback\",\n    \"oauth_code_verifier\": \"0E934PurR8ExVg6Pj7T4kQewxKzWSfSFG5d15FGfww8\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Unauthorized\",\n      \"status\": \"401\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "34038f2e-d56c-4df9-9c23-3332cd30a87f",
              "name": "Forbidden Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "account-members",
                    "tokens"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"account_management_authentication_token\",\n    \"authentication_mechanism\": \"oidc\",\n    \"oauth_authorization_code\": \"c2490f06-6d8e-4927-99aa-4bf02b419e96\",\n    \"oauth_redirect_uri\": \"https://example-store.com/oauth2/callback\",\n    \"oauth_code_verifier\": \"0E934PurR8ExVg6Pj7T4kQewxKzWSfSFG5d15FGfww8\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Forbidden\",\n      \"status\": \"403\",\n      \"detail\": \"forbidden\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b2ddaf84-c3a3-4a20-9bd3-f2d7507181d6",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "account-members",
                    "tokens"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"account_management_authentication_token\",\n    \"authentication_mechanism\": \"oidc\",\n    \"oauth_authorization_code\": \"c2490f06-6d8e-4927-99aa-4bf02b419e96\",\n    \"oauth_redirect_uri\": \"https://example-store.com/oauth2/callback\",\n    \"oauth_code_verifier\": \"0E934PurR8ExVg6Pj7T4kQewxKzWSfSFG5d15FGfww8\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"account not found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7c644fdf-817a-48d3-9a25-6efa020e15df",
              "name": "Unprocessable Entity",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "account-members",
                    "tokens"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"account_management_authentication_token\",\n    \"authentication_mechanism\": \"oidc\",\n    \"oauth_authorization_code\": \"c2490f06-6d8e-4927-99aa-4bf02b419e96\",\n    \"oauth_redirect_uri\": \"https://example-store.com/oauth2/callback\",\n    \"oauth_code_verifier\": \"0E934PurR8ExVg6Pj7T4kQewxKzWSfSFG5d15FGfww8\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Unprocessable Entity\",\n      \"status\": \"422\",\n      \"detail\": \"store id mismatch\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "57882111-7f9a-4e32-aa91-e4690b489fe1",
              "name": "Internal server error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "account-members",
                    "tokens"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"account_management_authentication_token\",\n    \"authentication_mechanism\": \"oidc\",\n    \"oauth_authorization_code\": \"c2490f06-6d8e-4927-99aa-4bf02b419e96\",\n    \"oauth_redirect_uri\": \"https://example-store.com/oauth2/callback\",\n    \"oauth_code_verifier\": \"0E934PurR8ExVg6Pj7T4kQewxKzWSfSFG5d15FGfww8\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Account Authentication Settings",
      "description": "You can use the Account Authentication Settings endpoint to retrieve or modify how settings controlling account and account member authentication.",
      "item": [
        {
          "id": "7f973647-aea4-42e7-a677-ad3be0c51ff9",
          "name": "Get Account Authentication Settings",
          "request": {
            "name": "Get Account Authentication Settings",
            "description": {
              "content": "Use this endpoint to view account authentication settings",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "settings",
                "account-authentication"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "3b0a86ce-b901-4357-95f4-08f7db336d15",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "account-authentication"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"enable_self_signup\": true,\n    \"auto_create_account_for_account_members\": true,\n    \"account_member_self_management\": \"disabled\",\n    \"account_management_authentication_token_timeout_secs\": 86400,\n    \"id\": \"deb6b25f-8451-4211-9a22-95610333df23\",\n    \"relationships\": {\n      \"authentication_realm\": {\n        \"data\": {\n          \"id\": \"3418c54e-d768-42c1-a9db-d7afd2a18452\",\n          \"type\": \"string\",\n          \"links\": {\n            \"self\": \"https://useast.api.elasticpath.com/v2/authentication-realms/3418c54e-d768-42c1-a9db-d7afd2a18452\"\n          }\n        }\n      }\n    },\n    \"meta\": {\n      \"client_id\": \"account-management\"\n    }\n  },\n  \"links\": {\n    \"self\": \"https://useast.api.elasticpath.com/v2/account_authentication_settings\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1e174d8b-8db3-43ee-8a77-c9b82b6cb1fa",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "account-authentication"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"status\": \"400\",\n      \"detail\": \"Validation failed: field 'Name' on the 'min' tag.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d7ef8a74-69b4-4a57-b058-d2ef45e41127",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "account-authentication"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Unauthorized\",\n      \"status\": \"401\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0e8b6f71-d6ca-4045-a0e0-ce72629f0602",
              "name": "Internal server error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "account-authentication"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "fc0833bb-75e7-4b4f-9667-aaa804c72234",
          "name": "Update Account Authentication Settings",
          "request": {
            "name": "Update Account Authentication Settings",
            "description": {
              "content": "Use this endpoint to update account authentication settings",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "settings",
                "account-authentication"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"enable_self_signup\": true,\n    \"auto_create_account_for_account_members\": true,\n    \"account_member_self_management\": \"disabled\",\n    \"account_management_authentication_token_timeout_secs\": 86400\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "3ce2367b-a32c-41da-b65d-d20adbc0a869",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "account-authentication"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"enable_self_signup\": true,\n    \"auto_create_account_for_account_members\": true,\n    \"account_member_self_management\": \"disabled\",\n    \"account_management_authentication_token_timeout_secs\": 86400\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"enable_self_signup\": true,\n    \"auto_create_account_for_account_members\": true,\n    \"account_member_self_management\": \"disabled\",\n    \"account_management_authentication_token_timeout_secs\": 86400,\n    \"id\": \"deb6b25f-8451-4211-9a22-95610333df23\",\n    \"relationships\": {\n      \"authentication_realm\": {\n        \"data\": {\n          \"id\": \"3418c54e-d768-42c1-a9db-d7afd2a18452\",\n          \"type\": \"string\",\n          \"links\": {\n            \"self\": \"https://useast.api.elasticpath.com/v2/authentication-realms/3418c54e-d768-42c1-a9db-d7afd2a18452\"\n          }\n        }\n      }\n    },\n    \"meta\": {\n      \"client_id\": \"account-management\"\n    }\n  },\n  \"links\": {\n    \"self\": \"https://useast.api.elasticpath.com/v2/account_authentication_settings\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "93ff5712-79b0-4f0d-bd9d-61c924ed260c",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "account-authentication"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"enable_self_signup\": true,\n    \"auto_create_account_for_account_members\": true,\n    \"account_member_self_management\": \"disabled\",\n    \"account_management_authentication_token_timeout_secs\": 86400\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"status\": \"400\",\n      \"detail\": \"Validation failed: field 'Name' on the 'min' tag.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "81865f19-84ce-435b-9b89-0f411393a8de",
              "name": "Unprocessable Entity",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "account-authentication"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"enable_self_signup\": true,\n    \"auto_create_account_for_account_members\": true,\n    \"account_member_self_management\": \"disabled\",\n    \"account_management_authentication_token_timeout_secs\": 86400\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Unprocessable Entity\",\n      \"status\": \"422\",\n      \"detail\": \"store id mismatch\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d1e3a4a5-18ee-4fb6-a6c4-6fcc2ad3a486",
              "name": "Internal server error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "account-authentication"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"enable_self_signup\": true,\n    \"auto_create_account_for_account_members\": true,\n    \"account_member_self_management\": \"disabled\",\n    \"account_management_authentication_token_timeout_secs\": 86400\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Account Tags",
      "description": "Account Tags are custom labels or metadata that can be attached to accounts to help organize and filter them based on specific attributes or criteria.\n",
      "item": [
        {
          "id": "4cd7388f-f944-4672-b3e5-7ce2b4047af5",
          "name": "Create an Account Tag",
          "request": {
            "name": "Create an Account Tag",
            "description": {
              "content": "Create an Account Tag",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "account-tags"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"account_tag\",\n    \"name\": \"Account Name\",\n    \"description\": \"Account Description\"\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "8ae810b4-e052-4e84-ae25-395b8a847de8",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "account-tags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"account_tag\",\n    \"name\": \"Account Name\",\n    \"description\": \"Account Description\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"name\": \"account-name-tag\",\n    \"description\": \"string\",\n    \"id\": \"deb6b25f-8451-4211-9a22-95610333df23\",\n    \"meta\": {\n      \"timestamps\": {\n        \"created_at\": \"2021-02-23T09:40:33.882Z\",\n        \"updated_at\": \"2021-02-23T09:40:33.882Z\"\n      }\n    },\n    \"links\": {\n      \"self\": \"https://useast.api.elasticpath.com/v2/account-tags/deb6b25f-8451-4211-9a22-95610333df23\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9c88c8b1-ef28-4439-b2f9-3e6f70fd434c",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "account-tags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"account_tag\",\n    \"name\": \"Account Name\",\n    \"description\": \"Account Description\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"status\": \"400\",\n      \"detail\": \"Validation failed: field 'Name' on the 'min' tag.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ff3cdca0-d4a0-4134-b938-2ae9b4dee321",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "account-tags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"account_tag\",\n    \"name\": \"Account Name\",\n    \"description\": \"Account Description\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Conflict\",\n      \"status\": \"409\",\n      \"detail\": \"account membership with the given account id and account member id already exists\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fcedac78-eace-4b97-940b-fa6750bb6f4a",
              "name": "Internal server error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "account-tags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"account_tag\",\n    \"name\": \"Account Name\",\n    \"description\": \"Account Description\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7e97034d-44f3-4225-b1fe-c3b11ee86353",
          "name": "List Account Tags",
          "request": {
            "name": "List Account Tags",
            "description": {
              "content": "Retrieves a list of Account Tags\n\n## Filtering\nThe following operators and attributes are available for [filtering](/guides/Getting-Started/filtering) Account Tags:\n\n| Attribute        | Operators                     | Example                                       |\n|------------------|-------------------------------|-----------------------------------------------|\n| `id`             | `lt`,`le`,`eq`,`gt`,`ge`,`in` | `eq(id,3fa85f64-5717-4562-b3fc-2c963f66afa6)` |\n| `created_at`     | `lt`,`le`,`eq`,`gt`,`ge`      | `ge(created_at,2024-04-29T00:00:00.000Z)`     |\n| `updated_at`     | `lt`,`le`,`eq`,`gt`,`ge`      | `le(updated_at,2024-04-29T00:00:00.000Z)`     |\n| `name`           | `eq`,`like`                   | `eq(name,AccountName)`                        |\n\n## Sorting\nThe following attributes are available for sorting. When specified, the results are sorted in ascending order based on the value of the field. To sort in descending order, prefix the attribute with `-`, for example, `-updated_at`. The default sort order is `created_at` in descending order.\n- `id`\n- `created_at`\n- `updated_at`\n- `name`\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "account-tags"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Specifies the filter attributes.",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "ilike(name,\"*swan*\")"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The number of records per page.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "25"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The number of records to offset the results by.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "10"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Specifies the order in which account tags will be returned. For more information, see [Sorting](/guides/Getting-Started/sorting). (This can only be one of created_at,-created_at,id,-id,updated_at,-updated_at)",
                    "type": "text/plain"
                  },
                  "key": "sort",
                  "value": "id"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "f6bd5be2-1d8e-49e5-a9a1-f7e862728fb7",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "account-tags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the filter attributes.",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "ilike(name,\"*swan*\")"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "25"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the order in which account tags will be returned. For more information, see [Sorting](/guides/Getting-Started/sorting). (This can only be one of created_at,-created_at,id,-id,updated_at,-updated_at)",
                        "type": "text/plain"
                      },
                      "key": "sort",
                      "value": "id"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"type\": \"string\",\n      \"name\": \"account-name-tag\",\n      \"description\": \"string\",\n      \"id\": \"deb6b25f-8451-4211-9a22-95610333df23\",\n      \"meta\": {\n        \"timestamps\": {\n          \"created_at\": \"2021-02-23T09:40:33.882Z\",\n          \"updated_at\": \"2021-02-23T09:40:33.882Z\"\n        }\n      },\n      \"links\": {\n        \"self\": \"https://useast.api.elasticpath.com/v2/account-tags/deb6b25f-8451-4211-9a22-95610333df23\"\n      }\n    },\n    {\n      \"type\": \"string\",\n      \"name\": \"account-name-tag\",\n      \"description\": \"string\",\n      \"id\": \"deb6b25f-8451-4211-9a22-95610333df23\",\n      \"meta\": {\n        \"timestamps\": {\n          \"created_at\": \"2021-02-23T09:40:33.882Z\",\n          \"updated_at\": \"2021-02-23T09:40:33.882Z\"\n        }\n      },\n      \"links\": {\n        \"self\": \"https://useast.api.elasticpath.com/v2/account-tags/deb6b25f-8451-4211-9a22-95610333df23\"\n      }\n    }\n  ],\n  \"meta\": {\n    \"page\": {\n      \"limit\": 25,\n      \"current\": 0,\n      \"offset\": 0,\n      \"total\": 1\n    },\n    \"results\": {\n      \"total\": 1\n    }\n  },\n  \"links\": {\n    \"current\": \"https://AmlIrCOPrZXK.bonUwGFsEcPht92bZ-kERjVqComZuWliwnDfKZXljmrV+0Sb\",\n    \"first\": \"https://gjTuOQXpkpNKdcBbbp.cifbsDbl1hpfiRUtupPgTlME\",\n    \"last\": \"http://EfDXwRCrxZwEWHY.anjhgDBqA2A9BFBiiVuDJPgDQH2BTxLqbR7gjWXMhRVeB5\",\n    \"next\": \"string\",\n    \"prev\": \"string\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e65c7607-8b0a-4547-9a33-d7d526f3ded6",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "account-tags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the filter attributes.",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "ilike(name,\"*swan*\")"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "25"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the order in which account tags will be returned. For more information, see [Sorting](/guides/Getting-Started/sorting). (This can only be one of created_at,-created_at,id,-id,updated_at,-updated_at)",
                        "type": "text/plain"
                      },
                      "key": "sort",
                      "value": "id"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"status\": \"400\",\n      \"detail\": \"Validation failed: field 'Name' on the 'min' tag.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "70331809-7758-49e1-adad-007ced57f943",
              "name": "Internal server error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "account-tags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the filter attributes.",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "ilike(name,\"*swan*\")"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "25"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the order in which account tags will be returned. For more information, see [Sorting](/guides/Getting-Started/sorting). (This can only be one of created_at,-created_at,id,-id,updated_at,-updated_at)",
                        "type": "text/plain"
                      },
                      "key": "sort",
                      "value": "id"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "01bcbd75-597d-4010-b1ed-cc3de0504046",
          "name": "Get an Account Tag",
          "request": {
            "name": "Get an Account Tag",
            "description": {
              "content": "Get an Account Tag",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "account-tags",
                ":tag_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                  "key": "tag_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the Account Tag.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "7330d228-d37a-46b4-aeba-a995eee54cdf",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "account-tags",
                    ":tag_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the Account Tag.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "tag_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"name\": \"account-name-tag\",\n    \"description\": \"string\",\n    \"id\": \"deb6b25f-8451-4211-9a22-95610333df23\",\n    \"meta\": {\n      \"timestamps\": {\n        \"created_at\": \"2021-02-23T09:40:33.882Z\",\n        \"updated_at\": \"2021-02-23T09:40:33.882Z\"\n      }\n    },\n    \"links\": {\n      \"self\": \"https://useast.api.elasticpath.com/v2/account-tags/deb6b25f-8451-4211-9a22-95610333df23\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7e936c62-25ac-4dcb-8c27-91f378a1ded1",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "account-tags",
                    ":tag_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the Account Tag.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "tag_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"account not found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cf98c7ab-b39c-43ff-b4dc-6705b7783e75",
              "name": "Internal server error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "account-tags",
                    ":tag_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the Account Tag.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "tag_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2f25fce1-7d0e-447d-972c-ddab828d6c2f",
          "name": "Update an Account Tag",
          "request": {
            "name": "Update an Account Tag",
            "description": {
              "content": "Update an Account Tag",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "account-tags",
                ":tag_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                  "key": "tag_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the Account Tag.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"account_tag\",\n    \"name\": \"Account Name\",\n    \"description\": \"Account Description\"\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "df77dcc5-cb37-4b61-ae9a-9d906a8ab6c9",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "account-tags",
                    ":tag_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the Account Tag.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "tag_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"account_tag\",\n    \"name\": \"Account Name\",\n    \"description\": \"Account Description\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"name\": \"account-name-tag\",\n    \"description\": \"string\",\n    \"id\": \"deb6b25f-8451-4211-9a22-95610333df23\",\n    \"meta\": {\n      \"timestamps\": {\n        \"created_at\": \"2021-02-23T09:40:33.882Z\",\n        \"updated_at\": \"2021-02-23T09:40:33.882Z\"\n      }\n    },\n    \"links\": {\n      \"self\": \"https://useast.api.elasticpath.com/v2/account-tags/deb6b25f-8451-4211-9a22-95610333df23\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0c86284a-1fb6-4c9c-8c69-079b76aba47f",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "account-tags",
                    ":tag_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the Account Tag.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "tag_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"account_tag\",\n    \"name\": \"Account Name\",\n    \"description\": \"Account Description\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"status\": \"400\",\n      \"detail\": \"Validation failed: field 'Name' on the 'min' tag.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ddb1351a-4fca-4577-a65f-b6d568e83bc4",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "account-tags",
                    ":tag_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the Account Tag.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "tag_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"account_tag\",\n    \"name\": \"Account Name\",\n    \"description\": \"Account Description\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"account not found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f18bb695-2cb5-407b-a489-023169ae27f7",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "account-tags",
                    ":tag_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the Account Tag.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "tag_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"account_tag\",\n    \"name\": \"Account Name\",\n    \"description\": \"Account Description\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Conflict\",\n      \"status\": \"409\",\n      \"detail\": \"account membership with the given account id and account member id already exists\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d68723a3-4564-4878-8269-b54ba8a61de0",
              "name": "Internal server error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "account-tags",
                    ":tag_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the Account Tag.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "tag_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"account_tag\",\n    \"name\": \"Account Name\",\n    \"description\": \"Account Description\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "89046aec-889f-4db6-a944-f85fc75d4991",
          "name": "Delete an Account Tag",
          "request": {
            "name": "Delete an Account Tag",
            "description": {
              "content": "Delete an Account Tag",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "account-tags",
                ":tag_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                  "key": "tag_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the Account Tag.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "6b3168fa-d32a-4353-8108-28c22bb64df8",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "account-tags",
                    ":tag_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the Account Tag.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "tag_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "33602988-854e-4a42-8ce9-3fbd98f80e51",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "account-tags",
                    ":tag_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the Account Tag.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "tag_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"account not found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f142fe09-637f-4208-b7aa-b1024e91fcaa",
              "name": "Internal server error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "account-tags",
                    ":tag_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the Account Tag.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "tag_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Account Addresses",
      "description": "The API to organize account addresses.",
      "item": [
        {
          "id": "1d329013-e260-47f5-bcb8-722e3f3d374c",
          "name": "Create an Account Address",
          "request": {
            "name": "Create an Account Address",
            "description": {
              "content": "Create an address for an Account.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "accounts",
                ":accountID",
                "addresses"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "accountID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the account you want to create an address for.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"first_name\": \"Ron\",\n    \"last_name\": \"Swanson\",\n    \"name\": \"Home\",\n    \"phone_number\": \"(555) 555-1234\",\n    \"instructions\": \"Leave behind bin\",\n    \"company_name\": \"Ron Swanson Enterprises\",\n    \"line_1\": \"1 Sunny Street\",\n    \"line_2\": \"Unit 101\",\n    \"city\": \"Sunny Town\",\n    \"county\": \"Sunnyville\",\n    \"region\": \"acc-legal-name\",\n    \"postcode\": \"SU33 1YY\",\n    \"country\": \"GB\"\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "ff61835b-dcef-4af1-9e8f-79183616605a",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "accounts",
                    ":accountID",
                    "addresses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the account you want to create an address for.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "accountID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"first_name\": \"Ron\",\n    \"last_name\": \"Swanson\",\n    \"name\": \"Home\",\n    \"phone_number\": \"(555) 555-1234\",\n    \"instructions\": \"Leave behind bin\",\n    \"company_name\": \"Ron Swanson Enterprises\",\n    \"line_1\": \"1 Sunny Street\",\n    \"line_2\": \"Unit 101\",\n    \"city\": \"Sunny Town\",\n    \"county\": \"Sunnyville\",\n    \"region\": \"acc-legal-name\",\n    \"postcode\": \"SU33 1YY\",\n    \"country\": \"GB\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"first_name\": \"Ron\",\n    \"last_name\": \"Swanson\",\n    \"name\": \"Home\",\n    \"phone_number\": \"(555) 555-1234\",\n    \"instructions\": \"Leave behind bin\",\n    \"company_name\": \"Ron Swanson Enterprises\",\n    \"line_1\": \"1 Sunny Street\",\n    \"line_2\": \"Unit 101\",\n    \"city\": \"Sunny Town\",\n    \"county\": \"Sunnyville\",\n    \"region\": \"acc-legal-name\",\n    \"postcode\": \"SU33 1YY\",\n    \"country\": \"GB\",\n    \"id\": \"5f8da740-6680-463e-b31c-190b2db4bf9d\",\n    \"meta\": {\n      \"timestamps\": {\n        \"created_at\": \"2021-02-23T09:40:33.882Z\",\n        \"updated_at\": \"2021-02-23T09:40:33.882Z\"\n      }\n    },\n    \"links\": {\n      \"self\": \"https://useast.api.elasticpath.com/v2/accounts/deb6b25f-8451-4211-9a22-95610333df23/addresses\"\n    },\n    \"relationships\": {\n      \"account\": {\n        \"id\": \"11afcf9b-971b-4fdb-8e10-f2ecf970718e\",\n        \"type\": \"account\"\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "90f779b8-a7c9-43a8-bb91-e4a6f5723df0",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "accounts",
                    ":accountID",
                    "addresses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the account you want to create an address for.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "accountID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"first_name\": \"Ron\",\n    \"last_name\": \"Swanson\",\n    \"name\": \"Home\",\n    \"phone_number\": \"(555) 555-1234\",\n    \"instructions\": \"Leave behind bin\",\n    \"company_name\": \"Ron Swanson Enterprises\",\n    \"line_1\": \"1 Sunny Street\",\n    \"line_2\": \"Unit 101\",\n    \"city\": \"Sunny Town\",\n    \"county\": \"Sunnyville\",\n    \"region\": \"acc-legal-name\",\n    \"postcode\": \"SU33 1YY\",\n    \"country\": \"GB\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"first_name\": \"Ron\",\n    \"last_name\": \"Swanson\",\n    \"name\": \"Home\",\n    \"phone_number\": \"(555) 555-1234\",\n    \"instructions\": \"Leave behind bin\",\n    \"company_name\": \"Ron Swanson Enterprises\",\n    \"line_1\": \"1 Sunny Street\",\n    \"line_2\": \"Unit 101\",\n    \"city\": \"Sunny Town\",\n    \"county\": \"Sunnyville\",\n    \"region\": \"acc-legal-name\",\n    \"postcode\": \"SU33 1YY\",\n    \"country\": \"GB\",\n    \"id\": \"5f8da740-6680-463e-b31c-190b2db4bf9d\",\n    \"meta\": {\n      \"timestamps\": {\n        \"created_at\": \"2021-02-23T09:40:33.882Z\",\n        \"updated_at\": \"2021-02-23T09:40:33.882Z\"\n      }\n    },\n    \"links\": {\n      \"self\": \"https://useast.api.elasticpath.com/v2/accounts/deb6b25f-8451-4211-9a22-95610333df23/addresses\"\n    },\n    \"relationships\": {\n      \"account\": {\n        \"id\": \"11afcf9b-971b-4fdb-8e10-f2ecf970718e\",\n        \"type\": \"account\"\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dd6b3043-0577-4acb-8508-897b46fabd9b",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "accounts",
                    ":accountID",
                    "addresses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the account you want to create an address for.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "accountID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"first_name\": \"Ron\",\n    \"last_name\": \"Swanson\",\n    \"name\": \"Home\",\n    \"phone_number\": \"(555) 555-1234\",\n    \"instructions\": \"Leave behind bin\",\n    \"company_name\": \"Ron Swanson Enterprises\",\n    \"line_1\": \"1 Sunny Street\",\n    \"line_2\": \"Unit 101\",\n    \"city\": \"Sunny Town\",\n    \"county\": \"Sunnyville\",\n    \"region\": \"acc-legal-name\",\n    \"postcode\": \"SU33 1YY\",\n    \"country\": \"GB\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": 400,\n      \"title\": \"Bad Request\",\n      \"detail\": \"Validation failed: field 'Name' on the 'min' tag.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c68ed7e0-339a-4f50-8554-33b14f79e4ff",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "accounts",
                    ":accountID",
                    "addresses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the account you want to create an address for.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "accountID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"first_name\": \"Ron\",\n    \"last_name\": \"Swanson\",\n    \"name\": \"Home\",\n    \"phone_number\": \"(555) 555-1234\",\n    \"instructions\": \"Leave behind bin\",\n    \"company_name\": \"Ron Swanson Enterprises\",\n    \"line_1\": \"1 Sunny Street\",\n    \"line_2\": \"Unit 101\",\n    \"city\": \"Sunny Town\",\n    \"county\": \"Sunnyville\",\n    \"region\": \"acc-legal-name\",\n    \"postcode\": \"SU33 1YY\",\n    \"country\": \"GB\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": 404,\n      \"title\": \"Not Found\",\n      \"detail\": \"account not found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e00e58d7-ca57-431e-b6d1-c0ba79a9746f",
          "name": "Get Account Addresses",
          "request": {
            "name": "Get Account Addresses",
            "description": {
              "content": "Get all addresses for an Account.\n\nYou can use pagination with this resource. For more information, see [pagination](/guides/Getting-Started/pagination).\n\n### Filtering\n\nThe following operators and attributes are available for [filtering](/guides/Getting-Started/filtering) addresses:\n\n| Attribute      | Operators                       | Example                               |\n|----------------|---------------------------------|---------------------------------------|\n| `name`         | `eq`,`in`,`like`,`ilike`,`text` | `ilike(name,\"*home*\")`                |\n| `first_name`   | `eq`,`in`,`like`,`ilike`,`text` | `ilike(first_name,\"Ron*\")`            |\n| `last_name`    | `eq`,`in`,`like`,`ilike`,`text` | `ilike(last_name,\"*swan*\")`           |\n| `phone_number` | `eq`,`in`,`like`,`ilike`,`text` | `ilike(phone_number,\"*555*\")`         |\n| `company_name` | `eq`,`in`,`like`,`ilike`,`text` | `ilike(company_name,\"*enterprises*\")` |\n| `instructions` | `eq`,`in`,`like`,`ilike`,`text` | `text(instructions,\"behind bin\")`     |\n| `line_1`       | `eq`,`in`,`like`,`ilike`,`text` | `ilike(line_1,\"*Sunny Street*\")`      |\n| `line_2`       | `eq`,`in`,`like`,`ilike`,`text` | `ilike(line_2,\"*Unit*\")`              |\n| `city`         | `eq`,`in`,`like`,`ilike`,`text` | `eq(city,\"Sunny Town\")`               |\n| `county`       | `eq`,`in`,`like`,`ilike`,`text` | `eq(county,\"Sunnyville\")`             |\n| `region`       | `eq`,`in`,`like`,`ilike`,`text` | `eq(region,\"California\")`             |\n| `postcode`     | `eq`,`in`,`like`,`ilike`,`text` | `eq(postcode,\"SU33 1YY\")`             |\n| `country`      | `eq`,`in`,`like`,`ilike`,`text` | `eq(country,\"GB\")`                    |\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "accounts",
                ":accountID",
                "addresses"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "The number of records to offset the results by.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "0"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The number of records per page. If not specified, defaults to the `page_length` setting from the Settings API.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "25"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The method used to calculate the total count. `lower_bound` limits expensive count operations, `observed` uses a lightweight +1 fetch strategy that will indicate if there is a next page. (This can only be one of lower_bound,observed)",
                    "type": "text/plain"
                  },
                  "key": "page[total_method]",
                  "value": "lower_bound"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter addresses using a simple query language.",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "string"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "accountID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the account you want to retrieve.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "9a47f62a-e32e-4269-ba57-1c3cd2fd41da",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "accounts",
                    ":accountID",
                    "addresses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page. If not specified, defaults to the `page_length` setting from the Settings API.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "25"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The method used to calculate the total count. `lower_bound` limits expensive count operations, `observed` uses a lightweight +1 fetch strategy that will indicate if there is a next page. (This can only be one of lower_bound,observed)",
                        "type": "text/plain"
                      },
                      "key": "page[total_method]",
                      "value": "lower_bound"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter addresses using a simple query language.",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the account you want to retrieve.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "accountID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"type\": \"string\",\n      \"first_name\": \"Ron\",\n      \"last_name\": \"Swanson\",\n      \"name\": \"Home\",\n      \"phone_number\": \"(555) 555-1234\",\n      \"instructions\": \"Leave behind bin\",\n      \"company_name\": \"Ron Swanson Enterprises\",\n      \"line_1\": \"1 Sunny Street\",\n      \"line_2\": \"Unit 101\",\n      \"city\": \"Sunny Town\",\n      \"county\": \"Sunnyville\",\n      \"region\": \"acc-legal-name\",\n      \"postcode\": \"SU33 1YY\",\n      \"country\": \"GB\",\n      \"id\": \"5f8da740-6680-463e-b31c-190b2db4bf9d\",\n      \"meta\": {\n        \"timestamps\": {\n          \"created_at\": \"2021-02-23T09:40:33.882Z\",\n          \"updated_at\": \"2021-02-23T09:40:33.882Z\"\n        }\n      },\n      \"links\": {\n        \"self\": \"https://useast.api.elasticpath.com/v2/accounts/deb6b25f-8451-4211-9a22-95610333df23/addresses\"\n      },\n      \"relationships\": {\n        \"account\": {\n          \"id\": \"11afcf9b-971b-4fdb-8e10-f2ecf970718e\",\n          \"type\": \"account\"\n        }\n      }\n    },\n    {\n      \"type\": \"string\",\n      \"first_name\": \"Ron\",\n      \"last_name\": \"Swanson\",\n      \"name\": \"Home\",\n      \"phone_number\": \"(555) 555-1234\",\n      \"instructions\": \"Leave behind bin\",\n      \"company_name\": \"Ron Swanson Enterprises\",\n      \"line_1\": \"1 Sunny Street\",\n      \"line_2\": \"Unit 101\",\n      \"city\": \"Sunny Town\",\n      \"county\": \"Sunnyville\",\n      \"region\": \"acc-legal-name\",\n      \"postcode\": \"SU33 1YY\",\n      \"country\": \"GB\",\n      \"id\": \"5f8da740-6680-463e-b31c-190b2db4bf9d\",\n      \"meta\": {\n        \"timestamps\": {\n          \"created_at\": \"2021-02-23T09:40:33.882Z\",\n          \"updated_at\": \"2021-02-23T09:40:33.882Z\"\n        }\n      },\n      \"links\": {\n        \"self\": \"https://useast.api.elasticpath.com/v2/accounts/deb6b25f-8451-4211-9a22-95610333df23/addresses\"\n      },\n      \"relationships\": {\n        \"account\": {\n          \"id\": \"11afcf9b-971b-4fdb-8e10-f2ecf970718e\",\n          \"type\": \"account\"\n        }\n      }\n    }\n  ],\n  \"meta\": {\n    \"page\": {\n      \"limit\": 25,\n      \"offset\": 0,\n      \"current\": 1,\n      \"total\": 3\n    },\n    \"results\": {\n      \"total\": 75,\n      \"total_method\": \"exact\"\n    }\n  },\n  \"links\": {\n    \"current\": \"https://useast.api.elasticpath.com/v2/accounts/deb6b25f-8451-4211-9a22-95610333df23/addresses?page[offset]=0&page[limit]=25\",\n    \"first\": \"https://useast.api.elasticpath.com/v2/accounts/deb6b25f-8451-4211-9a22-95610333df23/addresses?page[offset]=0&page[limit]=25\",\n    \"last\": \"https://useast.api.elasticpath.com/v2/accounts/deb6b25f-8451-4211-9a22-95610333df23/addresses?page[offset]=50&page[limit]=25\",\n    \"next\": \"https://useast.api.elasticpath.com/v2/accounts/deb6b25f-8451-4211-9a22-95610333df23/addresses?page[offset]=25&page[limit]=25\",\n    \"prev\": null\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "101ba805-06fe-499c-b26a-60d7e955d7a1",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "accounts",
                    ":accountID",
                    "addresses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page. If not specified, defaults to the `page_length` setting from the Settings API.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "25"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The method used to calculate the total count. `lower_bound` limits expensive count operations, `observed` uses a lightweight +1 fetch strategy that will indicate if there is a next page. (This can only be one of lower_bound,observed)",
                        "type": "text/plain"
                      },
                      "key": "page[total_method]",
                      "value": "lower_bound"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter addresses using a simple query language.",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the account you want to retrieve.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "accountID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": 400,\n      \"title\": \"Bad Request\",\n      \"detail\": \"Validation failed: field 'Name' on the 'min' tag.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8cb78032-8a79-4625-88f6-8d055d0509a6",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "accounts",
                    ":accountID",
                    "addresses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page. If not specified, defaults to the `page_length` setting from the Settings API.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "25"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The method used to calculate the total count. `lower_bound` limits expensive count operations, `observed` uses a lightweight +1 fetch strategy that will indicate if there is a next page. (This can only be one of lower_bound,observed)",
                        "type": "text/plain"
                      },
                      "key": "page[total_method]",
                      "value": "lower_bound"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter addresses using a simple query language.",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the account you want to retrieve.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "accountID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": 404,\n      \"title\": \"Not Found\",\n      \"detail\": \"account not found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0a2f4c38-d072-447a-b9a6-bbe174911786",
          "name": "Get an Account Address",
          "request": {
            "name": "Get an Account Address",
            "description": {
              "content": "Get a specific address for an Account.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "accounts",
                ":accountID",
                "addresses",
                ":addressID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "accountID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the account you want to retrieve.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "addressID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the address you want to retrieve.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "616655ba-2b4b-44f1-a127-935fd5c12c35",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "accounts",
                    ":accountID",
                    "addresses",
                    ":addressID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the account you want to retrieve.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "accountID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the address you want to retrieve.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "addressID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"first_name\": \"Ron\",\n    \"last_name\": \"Swanson\",\n    \"name\": \"Home\",\n    \"phone_number\": \"(555) 555-1234\",\n    \"instructions\": \"Leave behind bin\",\n    \"company_name\": \"Ron Swanson Enterprises\",\n    \"line_1\": \"1 Sunny Street\",\n    \"line_2\": \"Unit 101\",\n    \"city\": \"Sunny Town\",\n    \"county\": \"Sunnyville\",\n    \"region\": \"acc-legal-name\",\n    \"postcode\": \"SU33 1YY\",\n    \"country\": \"GB\",\n    \"id\": \"5f8da740-6680-463e-b31c-190b2db4bf9d\",\n    \"meta\": {\n      \"timestamps\": {\n        \"created_at\": \"2021-02-23T09:40:33.882Z\",\n        \"updated_at\": \"2021-02-23T09:40:33.882Z\"\n      }\n    },\n    \"links\": {\n      \"self\": \"https://useast.api.elasticpath.com/v2/accounts/deb6b25f-8451-4211-9a22-95610333df23/addresses\"\n    },\n    \"relationships\": {\n      \"account\": {\n        \"id\": \"11afcf9b-971b-4fdb-8e10-f2ecf970718e\",\n        \"type\": \"account\"\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1ec77d7b-4445-4db8-91df-c2605c891a4e",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "accounts",
                    ":accountID",
                    "addresses",
                    ":addressID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the account you want to retrieve.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "accountID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the address you want to retrieve.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "addressID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": 404,\n      \"title\": \"Not Found\",\n      \"detail\": \"account not found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8db00fb7-8c4c-4a26-9865-45308b14e0e1",
          "name": "Update an Account Address",
          "request": {
            "name": "Update an Account Address",
            "description": {
              "content": "Update an address for an Account.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "accounts",
                ":accountID",
                "addresses",
                ":addressID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "accountID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the account you want to create an address for.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "addressID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the address you want to update.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"first_name\": \"Ron\",\n    \"last_name\": \"Swanson\",\n    \"name\": \"Home\",\n    \"phone_number\": \"(555) 555-1234\",\n    \"instructions\": \"Leave behind bin\",\n    \"company_name\": \"Ron Swanson Enterprises\",\n    \"line_1\": \"1 Sunny Street\",\n    \"line_2\": \"Unit 101\",\n    \"city\": \"Sunny Town\",\n    \"county\": \"Sunnyville\",\n    \"region\": \"acc-legal-name\",\n    \"postcode\": \"SU33 1YY\",\n    \"country\": \"GB\"\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "8a418f71-ebf6-482f-b2e3-644b657ea25c",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "accounts",
                    ":accountID",
                    "addresses",
                    ":addressID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the account you want to create an address for.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "accountID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the address you want to update.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "addressID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"first_name\": \"Ron\",\n    \"last_name\": \"Swanson\",\n    \"name\": \"Home\",\n    \"phone_number\": \"(555) 555-1234\",\n    \"instructions\": \"Leave behind bin\",\n    \"company_name\": \"Ron Swanson Enterprises\",\n    \"line_1\": \"1 Sunny Street\",\n    \"line_2\": \"Unit 101\",\n    \"city\": \"Sunny Town\",\n    \"county\": \"Sunnyville\",\n    \"region\": \"acc-legal-name\",\n    \"postcode\": \"SU33 1YY\",\n    \"country\": \"GB\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"first_name\": \"Ron\",\n    \"last_name\": \"Swanson\",\n    \"name\": \"Home\",\n    \"phone_number\": \"(555) 555-1234\",\n    \"instructions\": \"Leave behind bin\",\n    \"company_name\": \"Ron Swanson Enterprises\",\n    \"line_1\": \"1 Sunny Street\",\n    \"line_2\": \"Unit 101\",\n    \"city\": \"Sunny Town\",\n    \"county\": \"Sunnyville\",\n    \"region\": \"acc-legal-name\",\n    \"postcode\": \"SU33 1YY\",\n    \"country\": \"GB\",\n    \"id\": \"5f8da740-6680-463e-b31c-190b2db4bf9d\",\n    \"meta\": {\n      \"timestamps\": {\n        \"created_at\": \"2021-02-23T09:40:33.882Z\",\n        \"updated_at\": \"2021-02-23T09:40:33.882Z\"\n      }\n    },\n    \"links\": {\n      \"self\": \"https://useast.api.elasticpath.com/v2/accounts/deb6b25f-8451-4211-9a22-95610333df23/addresses\"\n    },\n    \"relationships\": {\n      \"account\": {\n        \"id\": \"11afcf9b-971b-4fdb-8e10-f2ecf970718e\",\n        \"type\": \"account\"\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c33a91b3-a0a6-4e22-a47e-49f9420b6263",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "accounts",
                    ":accountID",
                    "addresses",
                    ":addressID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the account you want to create an address for.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "accountID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the address you want to update.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "addressID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"first_name\": \"Ron\",\n    \"last_name\": \"Swanson\",\n    \"name\": \"Home\",\n    \"phone_number\": \"(555) 555-1234\",\n    \"instructions\": \"Leave behind bin\",\n    \"company_name\": \"Ron Swanson Enterprises\",\n    \"line_1\": \"1 Sunny Street\",\n    \"line_2\": \"Unit 101\",\n    \"city\": \"Sunny Town\",\n    \"county\": \"Sunnyville\",\n    \"region\": \"acc-legal-name\",\n    \"postcode\": \"SU33 1YY\",\n    \"country\": \"GB\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": 400,\n      \"title\": \"Bad Request\",\n      \"detail\": \"Validation failed: field 'Name' on the 'min' tag.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8756cce0-e2d2-4f76-bea9-3b59abc58280",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "accounts",
                    ":accountID",
                    "addresses",
                    ":addressID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the account you want to create an address for.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "accountID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the address you want to update.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "addressID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"first_name\": \"Ron\",\n    \"last_name\": \"Swanson\",\n    \"name\": \"Home\",\n    \"phone_number\": \"(555) 555-1234\",\n    \"instructions\": \"Leave behind bin\",\n    \"company_name\": \"Ron Swanson Enterprises\",\n    \"line_1\": \"1 Sunny Street\",\n    \"line_2\": \"Unit 101\",\n    \"city\": \"Sunny Town\",\n    \"county\": \"Sunnyville\",\n    \"region\": \"acc-legal-name\",\n    \"postcode\": \"SU33 1YY\",\n    \"country\": \"GB\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": 404,\n      \"title\": \"Not Found\",\n      \"detail\": \"account not found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3b1f5fe0-ea04-4aa7-8c93-5230e7bd6244",
          "name": "Delete an Account Address",
          "request": {
            "name": "Delete an Account Address",
            "description": {
              "content": "Delete an address for an Account.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "accounts",
                ":accountID",
                "addresses",
                ":addressID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "accountID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the account that contains the address to delete.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "addressID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the address to delete.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "d6c5868d-8b92-4cd2-9739-e9014dbf611b",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "accounts",
                    ":accountID",
                    "addresses",
                    ":addressID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the account that contains the address to delete.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "accountID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the address to delete.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "addressID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "f92fd2a3-58c4-4d2a-8ad1-d7d069358c97",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "accounts",
                    ":accountID",
                    "addresses",
                    ":addressID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the account that contains the address to delete.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "accountID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the address to delete.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "addressID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": 404,\n      \"title\": \"Not Found\",\n      \"detail\": \"account not found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Generate an Access Token",
      "description": "",
      "item": [
        {
          "id": "c49871e1-717c-4d36-9a66-4ea366815f0f",
          "name": "Create an Access Token",
          "request": {
            "name": "Create an Access Token",
            "description": {
              "content": "\n### Client Credentials\n\nA `client_credentials` token is used when the credentials are not publicly exposed, usually a server-side language such as PHP or Node.js. This type of authentication enables `CRUD` access to all resources.\n\n`client_id` and `client_secret` are created and managed via [Application Keys](/docs/api/application-keys/create-an-application-key).\n\nTo see the access granted by a `client_credentials` token, refer to [Permissions](/docs/authentication/tokens/permissions).\n\n\n### Implicit\n\nAn `implicit` token is typically used for situations where you are requesting data on the client side and you are exposing your public key. When authenticated implicitly, you can only fetch (`GET`) data with live status (products, categories, brands, etc).\n\nThe `implicit` token is most appropriate for use inside client-side applications, such as JavaScript.\n\n:::caution\nAn `implicit` token can be thought of as a **Read only** token.\n:::\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "oauth",
                "access_token"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/x-www-form-urlencoded"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "urlencoded",
              "urlencoded": [
                {
                  "disabled": false,
                  "description": {
                    "content": "(Required) The grant type.",
                    "type": "text/plain"
                  },
                  "key": "grant_type",
                  "value": "implicit"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "(Required) Your `client_id`",
                    "type": "text/plain"
                  },
                  "key": "client_id",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Your `client_secret`. Only required for client credentials.",
                    "type": "text/plain"
                  },
                  "key": "client_secret",
                  "value": "string"
                }
              ]
            },
            "auth": null
          },
          "response": [
            {
              "id": "1a1bc8d8-30e6-4631-8d5d-30fc8e979485",
              "name": "Access Token",
              "originalRequest": {
                "url": {
                  "path": [
                    "oauth",
                    "access_token"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/x-www-form-urlencoded"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "urlencoded",
                  "urlencoded": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The grant type.",
                        "type": "text/plain"
                      },
                      "key": "grant_type",
                      "value": "implicit"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Your `client_id`",
                        "type": "text/plain"
                      },
                      "key": "client_id",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Your `client_secret`. Only required for client credentials.",
                        "type": "text/plain"
                      },
                      "key": "client_secret",
                      "value": "string"
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"access_token\": \"xa3521ca621113e44eeed9232fa3e54571cb08bc\",\n  \"token_type\": \"Bearer\",\n  \"expires_in\": 3600,\n  \"expires\": 1524486008,\n  \"identifier\": \"client_credentials\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4184b2a9-fcdc-4dc4-8db3-ea8dfec93f18",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "oauth",
                    "access_token"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/x-www-form-urlencoded"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "urlencoded",
                  "urlencoded": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The grant type.",
                        "type": "text/plain"
                      },
                      "key": "grant_type",
                      "value": "implicit"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Your `client_id`",
                        "type": "text/plain"
                      },
                      "key": "client_id",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Your `client_secret`. Only required for client credentials.",
                        "type": "text/plain"
                      },
                      "key": "client_secret",
                      "value": "string"
                    }
                  ]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"status\": \"400\",\n      \"detail\": \"The field 'name' is required\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1ddb30ab-7531-41b9-8cd7-d4a6cdf2700e",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "oauth",
                    "access_token"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/x-www-form-urlencoded"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "urlencoded",
                  "urlencoded": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The grant type.",
                        "type": "text/plain"
                      },
                      "key": "grant_type",
                      "value": "implicit"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Your `client_id`",
                        "type": "text/plain"
                      },
                      "key": "client_id",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Your `client_secret`. Only required for client credentials.",
                        "type": "text/plain"
                      },
                      "key": "client_secret",
                      "value": "string"
                    }
                  ]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Unauthorized\",\n      \"status\": \"401\",\n      \"detail\": \"Unauthorized\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f54ec482-a598-4bd1-ac9b-8dabc4307060",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "oauth",
                    "access_token"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/x-www-form-urlencoded"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "urlencoded",
                  "urlencoded": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The grant type.",
                        "type": "text/plain"
                      },
                      "key": "grant_type",
                      "value": "implicit"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Your `client_id`",
                        "type": "text/plain"
                      },
                      "key": "client_id",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Your `client_secret`. Only required for client credentials.",
                        "type": "text/plain"
                      },
                      "key": "client_secret",
                      "value": "string"
                    }
                  ]
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Customer Addresses",
      "description": "The API to organize customer addresses.",
      "item": [
        {
          "id": "1f5c3101-3736-4596-a977-9a7eaf54d149",
          "name": "Create a Customer Address",
          "request": {
            "name": "Create a Customer Address",
            "description": {
              "content": "Create an address for a Customer.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "customers",
                ":customerID",
                "addresses"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "customerID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the customer you want to create an address for.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"address\",\n    \"first_name\": \"Ron\",\n    \"last_name\": \"Swanson\",\n    \"name\": \"Home\",\n    \"phone_number\": \"(555) 555-1234\",\n    \"instructions\": \"Leave behind bin\",\n    \"company_name\": \"Ron Swanson Enterprises\",\n    \"line_1\": \"1 Sunny Street\",\n    \"line_2\": \"Unit 101\",\n    \"city\": \"Sunny Town\",\n    \"county\": \"Sunnyville\",\n    \"region\": \"acc-legal-name\",\n    \"postcode\": \"SU33 1YY\",\n    \"country\": \"GB\"\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "65e54f71-bf5b-40b9-a8d8-a57e34d96d2d",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "customers",
                    ":customerID",
                    "addresses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the customer you want to create an address for.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "customerID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"address\",\n    \"first_name\": \"Ron\",\n    \"last_name\": \"Swanson\",\n    \"name\": \"Home\",\n    \"phone_number\": \"(555) 555-1234\",\n    \"instructions\": \"Leave behind bin\",\n    \"company_name\": \"Ron Swanson Enterprises\",\n    \"line_1\": \"1 Sunny Street\",\n    \"line_2\": \"Unit 101\",\n    \"city\": \"Sunny Town\",\n    \"county\": \"Sunnyville\",\n    \"region\": \"acc-legal-name\",\n    \"postcode\": \"SU33 1YY\",\n    \"country\": \"GB\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"address\",\n    \"first_name\": \"Ron\",\n    \"last_name\": \"Swanson\",\n    \"name\": \"Home\",\n    \"phone_number\": \"(555) 555-1234\",\n    \"instructions\": \"Leave behind bin\",\n    \"company_name\": \"Ron Swanson Enterprises\",\n    \"line_1\": \"1 Sunny Street\",\n    \"line_2\": \"Unit 101\",\n    \"city\": \"Sunny Town\",\n    \"county\": \"Sunnyville\",\n    \"region\": \"acc-legal-name\",\n    \"postcode\": \"SU33 1YY\",\n    \"country\": \"GB\",\n    \"id\": \"5f8da740-6680-463e-b31c-190b2db4bf9d\",\n    \"meta\": {\n      \"timestamps\": {\n        \"created_at\": \"2021-02-23T09:40:33.882Z\",\n        \"updated_at\": \"2021-02-23T09:40:33.882Z\"\n      }\n    },\n    \"links\": {\n      \"self\": \"https://useast.api.elasticpath.com/v2/customers/deb6b25f-8451-4211-9a22-95610333df23/addresses\"\n    },\n    \"relationships\": {\n      \"customer\": {\n        \"id\": \"11afcf9b-971b-4fdb-8e10-f2ecf970718e\",\n        \"type\": \"customer\"\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "44924d38-a956-44d4-b2f7-b78dedfc6dad",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "customers",
                    ":customerID",
                    "addresses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the customer you want to create an address for.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "customerID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"address\",\n    \"first_name\": \"Ron\",\n    \"last_name\": \"Swanson\",\n    \"name\": \"Home\",\n    \"phone_number\": \"(555) 555-1234\",\n    \"instructions\": \"Leave behind bin\",\n    \"company_name\": \"Ron Swanson Enterprises\",\n    \"line_1\": \"1 Sunny Street\",\n    \"line_2\": \"Unit 101\",\n    \"city\": \"Sunny Town\",\n    \"county\": \"Sunnyville\",\n    \"region\": \"acc-legal-name\",\n    \"postcode\": \"SU33 1YY\",\n    \"country\": \"GB\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"address\",\n    \"first_name\": \"Ron\",\n    \"last_name\": \"Swanson\",\n    \"name\": \"Home\",\n    \"phone_number\": \"(555) 555-1234\",\n    \"instructions\": \"Leave behind bin\",\n    \"company_name\": \"Ron Swanson Enterprises\",\n    \"line_1\": \"1 Sunny Street\",\n    \"line_2\": \"Unit 101\",\n    \"city\": \"Sunny Town\",\n    \"county\": \"Sunnyville\",\n    \"region\": \"acc-legal-name\",\n    \"postcode\": \"SU33 1YY\",\n    \"country\": \"GB\",\n    \"id\": \"5f8da740-6680-463e-b31c-190b2db4bf9d\",\n    \"meta\": {\n      \"timestamps\": {\n        \"created_at\": \"2021-02-23T09:40:33.882Z\",\n        \"updated_at\": \"2021-02-23T09:40:33.882Z\"\n      }\n    },\n    \"links\": {\n      \"self\": \"https://useast.api.elasticpath.com/v2/customers/deb6b25f-8451-4211-9a22-95610333df23/addresses\"\n    },\n    \"relationships\": {\n      \"customer\": {\n        \"id\": \"11afcf9b-971b-4fdb-8e10-f2ecf970718e\",\n        \"type\": \"customer\"\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3c09d241-1671-4544-9ccf-993e89fb11fa",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "customers",
                    ":customerID",
                    "addresses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the customer you want to create an address for.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "customerID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"address\",\n    \"first_name\": \"Ron\",\n    \"last_name\": \"Swanson\",\n    \"name\": \"Home\",\n    \"phone_number\": \"(555) 555-1234\",\n    \"instructions\": \"Leave behind bin\",\n    \"company_name\": \"Ron Swanson Enterprises\",\n    \"line_1\": \"1 Sunny Street\",\n    \"line_2\": \"Unit 101\",\n    \"city\": \"Sunny Town\",\n    \"county\": \"Sunnyville\",\n    \"region\": \"acc-legal-name\",\n    \"postcode\": \"SU33 1YY\",\n    \"country\": \"GB\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": 400,\n      \"title\": \"Bad Request\",\n      \"detail\": \"Validation failed: field 'Name' on the 'min' tag.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e2e9ed09-9c35-44f2-aa69-e74b8a732513",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "customers",
                    ":customerID",
                    "addresses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the customer you want to create an address for.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "customerID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"address\",\n    \"first_name\": \"Ron\",\n    \"last_name\": \"Swanson\",\n    \"name\": \"Home\",\n    \"phone_number\": \"(555) 555-1234\",\n    \"instructions\": \"Leave behind bin\",\n    \"company_name\": \"Ron Swanson Enterprises\",\n    \"line_1\": \"1 Sunny Street\",\n    \"line_2\": \"Unit 101\",\n    \"city\": \"Sunny Town\",\n    \"county\": \"Sunnyville\",\n    \"region\": \"acc-legal-name\",\n    \"postcode\": \"SU33 1YY\",\n    \"country\": \"GB\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": 404,\n      \"title\": \"Not Found\",\n      \"detail\": \"customer not found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ee133350-0562-4eb4-84cb-6aa11862e74e",
          "name": "Get Customer Addresses",
          "request": {
            "name": "Get Customer Addresses",
            "description": {
              "content": "Get all addresses for a Customer.\n\nYou can use pagination with this resource. For more information, see [pagination](/guides/Getting-Started/pagination).\n\n### Filtering\n\nThe following operators and attributes are available for [filtering](/guides/Getting-Started/filtering) addresses:\n\n| Attribute      | Operators                       | Example                               |\n|----------------|---------------------------------|---------------------------------------|\n| `name`         | `eq`,`in`,`like`,`ilike`,`text` | `ilike(name,\"*home*\")`                |\n| `first_name`   | `eq`,`in`,`like`,`ilike`,`text` | `ilike(first_name,\"Ron*\")`            |\n| `last_name`    | `eq`,`in`,`like`,`ilike`,`text` | `ilike(last_name,\"*swan*\")`           |\n| `phone_number` | `eq`,`in`,`like`,`ilike`,`text` | `ilike(phone_number,\"*555*\")`         |\n| `company_name` | `eq`,`in`,`like`,`ilike`,`text` | `ilike(company_name,\"*enterprises*\")` |\n| `instructions` | `eq`,`in`,`like`,`ilike`,`text` | `text(instructions,\"behind bin\")`     |\n| `line_1`       | `eq`,`in`,`like`,`ilike`,`text` | `ilike(line_1,\"*Sunny Street*\")`      |\n| `line_2`       | `eq`,`in`,`like`,`ilike`,`text` | `ilike(line_2,\"*Unit*\")`              |\n| `city`         | `eq`,`in`,`like`,`ilike`,`text` | `eq(city,\"Sunny Town\")`               |\n| `county`       | `eq`,`in`,`like`,`ilike`,`text` | `eq(county,\"Sunnyville\")`             |\n| `region`       | `eq`,`in`,`like`,`ilike`,`text` | `eq(region,\"California\")`             |\n| `postcode`     | `eq`,`in`,`like`,`ilike`,`text` | `eq(postcode,\"SU33 1YY\")`             |\n| `country`      | `eq`,`in`,`like`,`ilike`,`text` | `eq(country,\"GB\")`                    |\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "customers",
                ":customerID",
                "addresses"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "The number of records to offset the results by.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "0"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The number of records per page. If not specified, defaults to the `page_length` setting from the Settings API.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "25"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The method used to calculate the total count. `lower_bound` limits expensive count operations, `observed` uses a lightweight +1 fetch strategy that will indicate if there is a next page. (This can only be one of lower_bound,observed)",
                    "type": "text/plain"
                  },
                  "key": "page[total_method]",
                  "value": "lower_bound"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter addresses using a simple query language.",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "string"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "customerID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the customer you want to retrieve.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "55415736-e1e0-442d-b4ed-7f7e2eeef989",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "customers",
                    ":customerID",
                    "addresses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page. If not specified, defaults to the `page_length` setting from the Settings API.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "25"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The method used to calculate the total count. `lower_bound` limits expensive count operations, `observed` uses a lightweight +1 fetch strategy that will indicate if there is a next page. (This can only be one of lower_bound,observed)",
                        "type": "text/plain"
                      },
                      "key": "page[total_method]",
                      "value": "lower_bound"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter addresses using a simple query language.",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the customer you want to retrieve.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "customerID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"type\": \"address\",\n      \"first_name\": \"Ron\",\n      \"last_name\": \"Swanson\",\n      \"name\": \"Home\",\n      \"phone_number\": \"(555) 555-1234\",\n      \"instructions\": \"Leave behind bin\",\n      \"company_name\": \"Ron Swanson Enterprises\",\n      \"line_1\": \"1 Sunny Street\",\n      \"line_2\": \"Unit 101\",\n      \"city\": \"Sunny Town\",\n      \"county\": \"Sunnyville\",\n      \"region\": \"acc-legal-name\",\n      \"postcode\": \"SU33 1YY\",\n      \"country\": \"GB\",\n      \"id\": \"5f8da740-6680-463e-b31c-190b2db4bf9d\",\n      \"meta\": {\n        \"timestamps\": {\n          \"created_at\": \"2021-02-23T09:40:33.882Z\",\n          \"updated_at\": \"2021-02-23T09:40:33.882Z\"\n        }\n      },\n      \"links\": {\n        \"self\": \"https://useast.api.elasticpath.com/v2/customers/deb6b25f-8451-4211-9a22-95610333df23/addresses\"\n      },\n      \"relationships\": {\n        \"customer\": {\n          \"id\": \"11afcf9b-971b-4fdb-8e10-f2ecf970718e\",\n          \"type\": \"customer\"\n        }\n      }\n    },\n    {\n      \"type\": \"address\",\n      \"first_name\": \"Ron\",\n      \"last_name\": \"Swanson\",\n      \"name\": \"Home\",\n      \"phone_number\": \"(555) 555-1234\",\n      \"instructions\": \"Leave behind bin\",\n      \"company_name\": \"Ron Swanson Enterprises\",\n      \"line_1\": \"1 Sunny Street\",\n      \"line_2\": \"Unit 101\",\n      \"city\": \"Sunny Town\",\n      \"county\": \"Sunnyville\",\n      \"region\": \"acc-legal-name\",\n      \"postcode\": \"SU33 1YY\",\n      \"country\": \"GB\",\n      \"id\": \"5f8da740-6680-463e-b31c-190b2db4bf9d\",\n      \"meta\": {\n        \"timestamps\": {\n          \"created_at\": \"2021-02-23T09:40:33.882Z\",\n          \"updated_at\": \"2021-02-23T09:40:33.882Z\"\n        }\n      },\n      \"links\": {\n        \"self\": \"https://useast.api.elasticpath.com/v2/customers/deb6b25f-8451-4211-9a22-95610333df23/addresses\"\n      },\n      \"relationships\": {\n        \"customer\": {\n          \"id\": \"11afcf9b-971b-4fdb-8e10-f2ecf970718e\",\n          \"type\": \"customer\"\n        }\n      }\n    }\n  ],\n  \"meta\": {\n    \"page\": {\n      \"limit\": 25,\n      \"offset\": 0,\n      \"current\": 1,\n      \"total\": 3\n    },\n    \"results\": {\n      \"total\": 75,\n      \"total_method\": \"exact\"\n    }\n  },\n  \"links\": {\n    \"current\": \"https://useast.api.elasticpath.com/v2/customers/deb6b25f-8451-4211-9a22-95610333df23/addresses?page[offset]=0&page[limit]=25\",\n    \"first\": \"https://useast.api.elasticpath.com/v2/customers/deb6b25f-8451-4211-9a22-95610333df23/addresses?page[offset]=0&page[limit]=25\",\n    \"last\": \"https://useast.api.elasticpath.com/v2/customers/deb6b25f-8451-4211-9a22-95610333df23/addresses?page[offset]=50&page[limit]=25\",\n    \"next\": \"https://useast.api.elasticpath.com/v2/customers/deb6b25f-8451-4211-9a22-95610333df23/addresses?page[offset]=25&page[limit]=25\",\n    \"prev\": null\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0446c7bf-93db-486a-acf4-7e5de852afb4",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "customers",
                    ":customerID",
                    "addresses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page. If not specified, defaults to the `page_length` setting from the Settings API.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "25"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The method used to calculate the total count. `lower_bound` limits expensive count operations, `observed` uses a lightweight +1 fetch strategy that will indicate if there is a next page. (This can only be one of lower_bound,observed)",
                        "type": "text/plain"
                      },
                      "key": "page[total_method]",
                      "value": "lower_bound"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter addresses using a simple query language.",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the customer you want to retrieve.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "customerID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": 400,\n      \"title\": \"Bad Request\",\n      \"detail\": \"Validation failed: field 'Name' on the 'min' tag.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5336ba70-dc28-42b2-93b7-5b994a2c6d8e",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "customers",
                    ":customerID",
                    "addresses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page. If not specified, defaults to the `page_length` setting from the Settings API.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "25"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The method used to calculate the total count. `lower_bound` limits expensive count operations, `observed` uses a lightweight +1 fetch strategy that will indicate if there is a next page. (This can only be one of lower_bound,observed)",
                        "type": "text/plain"
                      },
                      "key": "page[total_method]",
                      "value": "lower_bound"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter addresses using a simple query language.",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the customer you want to retrieve.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "customerID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": 404,\n      \"title\": \"Not Found\",\n      \"detail\": \"customer not found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6f8fe206-65e2-4f15-991b-0d3315a043b9",
          "name": "Get an Customer Address",
          "request": {
            "name": "Get an Customer Address",
            "description": {
              "content": "Get an address for a Customer.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "customers",
                ":customerID",
                "addresses",
                ":addressID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "customerID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the customer you want to retrieve.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "addressID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the address you want to retrieve.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "20e16e8f-a971-4dd4-b7cf-d27d558bb18e",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "customers",
                    ":customerID",
                    "addresses",
                    ":addressID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the customer you want to retrieve.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "customerID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the address you want to retrieve.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "addressID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"address\",\n    \"first_name\": \"Ron\",\n    \"last_name\": \"Swanson\",\n    \"name\": \"Home\",\n    \"phone_number\": \"(555) 555-1234\",\n    \"instructions\": \"Leave behind bin\",\n    \"company_name\": \"Ron Swanson Enterprises\",\n    \"line_1\": \"1 Sunny Street\",\n    \"line_2\": \"Unit 101\",\n    \"city\": \"Sunny Town\",\n    \"county\": \"Sunnyville\",\n    \"region\": \"acc-legal-name\",\n    \"postcode\": \"SU33 1YY\",\n    \"country\": \"GB\",\n    \"id\": \"5f8da740-6680-463e-b31c-190b2db4bf9d\",\n    \"meta\": {\n      \"timestamps\": {\n        \"created_at\": \"2021-02-23T09:40:33.882Z\",\n        \"updated_at\": \"2021-02-23T09:40:33.882Z\"\n      }\n    },\n    \"links\": {\n      \"self\": \"https://useast.api.elasticpath.com/v2/customers/deb6b25f-8451-4211-9a22-95610333df23/addresses\"\n    },\n    \"relationships\": {\n      \"customer\": {\n        \"id\": \"11afcf9b-971b-4fdb-8e10-f2ecf970718e\",\n        \"type\": \"customer\"\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cb72926e-ec3d-4713-a5e3-ab1509f09f8f",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "customers",
                    ":customerID",
                    "addresses",
                    ":addressID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the customer you want to retrieve.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "customerID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the address you want to retrieve.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "addressID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": 404,\n      \"title\": \"Not Found\",\n      \"detail\": \"customer not found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d6bb2c59-bf69-48c0-8e13-9e5fa863df20",
          "name": "Update an Customer Address",
          "request": {
            "name": "Update an Customer Address",
            "description": {
              "content": "Update an address for a Customer.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "customers",
                ":customerID",
                "addresses",
                ":addressID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "customerID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the customer you want to create an address for.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "addressID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the customer you want to update.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"address\",\n    \"first_name\": \"Ron\",\n    \"last_name\": \"Swanson\",\n    \"name\": \"Home\",\n    \"phone_number\": \"(555) 555-1234\",\n    \"instructions\": \"Leave behind bin\",\n    \"company_name\": \"Ron Swanson Enterprises\",\n    \"line_1\": \"1 Sunny Street\",\n    \"line_2\": \"Unit 101\",\n    \"city\": \"Sunny Town\",\n    \"county\": \"Sunnyville\",\n    \"region\": \"acc-legal-name\",\n    \"postcode\": \"SU33 1YY\",\n    \"country\": \"GB\"\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "0f3b8720-e4b7-469a-9c54-d5de489d4693",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "customers",
                    ":customerID",
                    "addresses",
                    ":addressID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the customer you want to create an address for.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "customerID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the customer you want to update.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "addressID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"address\",\n    \"first_name\": \"Ron\",\n    \"last_name\": \"Swanson\",\n    \"name\": \"Home\",\n    \"phone_number\": \"(555) 555-1234\",\n    \"instructions\": \"Leave behind bin\",\n    \"company_name\": \"Ron Swanson Enterprises\",\n    \"line_1\": \"1 Sunny Street\",\n    \"line_2\": \"Unit 101\",\n    \"city\": \"Sunny Town\",\n    \"county\": \"Sunnyville\",\n    \"region\": \"acc-legal-name\",\n    \"postcode\": \"SU33 1YY\",\n    \"country\": \"GB\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"address\",\n    \"first_name\": \"Ron\",\n    \"last_name\": \"Swanson\",\n    \"name\": \"Home\",\n    \"phone_number\": \"(555) 555-1234\",\n    \"instructions\": \"Leave behind bin\",\n    \"company_name\": \"Ron Swanson Enterprises\",\n    \"line_1\": \"1 Sunny Street\",\n    \"line_2\": \"Unit 101\",\n    \"city\": \"Sunny Town\",\n    \"county\": \"Sunnyville\",\n    \"region\": \"acc-legal-name\",\n    \"postcode\": \"SU33 1YY\",\n    \"country\": \"GB\",\n    \"id\": \"5f8da740-6680-463e-b31c-190b2db4bf9d\",\n    \"meta\": {\n      \"timestamps\": {\n        \"created_at\": \"2021-02-23T09:40:33.882Z\",\n        \"updated_at\": \"2021-02-23T09:40:33.882Z\"\n      }\n    },\n    \"links\": {\n      \"self\": \"https://useast.api.elasticpath.com/v2/customers/deb6b25f-8451-4211-9a22-95610333df23/addresses\"\n    },\n    \"relationships\": {\n      \"customer\": {\n        \"id\": \"11afcf9b-971b-4fdb-8e10-f2ecf970718e\",\n        \"type\": \"customer\"\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "748bb687-cad6-4640-86b3-f1e1a3ffe7d4",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "customers",
                    ":customerID",
                    "addresses",
                    ":addressID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the customer you want to create an address for.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "customerID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the customer you want to update.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "addressID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"address\",\n    \"first_name\": \"Ron\",\n    \"last_name\": \"Swanson\",\n    \"name\": \"Home\",\n    \"phone_number\": \"(555) 555-1234\",\n    \"instructions\": \"Leave behind bin\",\n    \"company_name\": \"Ron Swanson Enterprises\",\n    \"line_1\": \"1 Sunny Street\",\n    \"line_2\": \"Unit 101\",\n    \"city\": \"Sunny Town\",\n    \"county\": \"Sunnyville\",\n    \"region\": \"acc-legal-name\",\n    \"postcode\": \"SU33 1YY\",\n    \"country\": \"GB\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": 400,\n      \"title\": \"Bad Request\",\n      \"detail\": \"Validation failed: field 'Name' on the 'min' tag.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e7d9a186-81d2-45b6-8048-ad7b7a6240cd",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "customers",
                    ":customerID",
                    "addresses",
                    ":addressID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the customer you want to create an address for.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "customerID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the customer you want to update.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "addressID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"address\",\n    \"first_name\": \"Ron\",\n    \"last_name\": \"Swanson\",\n    \"name\": \"Home\",\n    \"phone_number\": \"(555) 555-1234\",\n    \"instructions\": \"Leave behind bin\",\n    \"company_name\": \"Ron Swanson Enterprises\",\n    \"line_1\": \"1 Sunny Street\",\n    \"line_2\": \"Unit 101\",\n    \"city\": \"Sunny Town\",\n    \"county\": \"Sunnyville\",\n    \"region\": \"acc-legal-name\",\n    \"postcode\": \"SU33 1YY\",\n    \"country\": \"GB\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": 404,\n      \"title\": \"Not Found\",\n      \"detail\": \"customer not found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1ada15da-4487-494a-adcf-d4d3cf5ddc95",
          "name": "Delete a Customer Address",
          "request": {
            "name": "Delete a Customer Address",
            "description": {
              "content": "Delete an address for a Customer.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "customers",
                ":customerID",
                "addresses",
                ":addressID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "customerID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the customer that contains the address to delete.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "addressID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the address to delete.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "11a911a9-037e-4963-9384-667bb648cd02",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "customers",
                    ":customerID",
                    "addresses",
                    ":addressID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the customer that contains the address to delete.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "customerID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the address to delete.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "addressID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "efbbb076-5cb6-4ed6-80dc-1a1b4b0ffd91",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "customers",
                    ":customerID",
                    "addresses",
                    ":addressID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the customer that contains the address to delete.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "customerID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the address to delete.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "addressID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": 404,\n      \"title\": \"Not Found\",\n      \"detail\": \"customer not found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Application Keys",
      "description": "You can use application keys to generate `client_credentials` and `implicit` tokens.",
      "item": [
        {
          "id": "8e8ae913-2b9c-43c3-a6a0-853e37754d3d",
          "name": "Create an Application Key",
          "request": {
            "name": "Create an Application Key",
            "description": {
              "content": "Create an Application Key",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "application-keys"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"application_key\",\n    \"name\": \"Storefront-Key\",\n    \"reserved_rate_limit\": 0\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "26956282-2335-496c-80d1-f41b8760d7c3",
              "name": "An Application Key",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "application-keys"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"application_key\",\n    \"name\": \"Storefront-Key\",\n    \"reserved_rate_limit\": 0\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"397c6817-58f8-4e89-8ee2-c7a063546230\",\n    \"type\": \"string\",\n    \"name\": \"string\",\n    \"reserved_rate_limit\": 2878,\n    \"client_id\": \"Z2dDp1f1Tg30p2C6ZVit7W1AKUtVhMVSTAPOIK4adA\",\n    \"meta\": {\n      \"timestamps\": {\n        \"created_at\": \"2017-01-10T11:41:19.244Z\",\n        \"updated_at\": \"2017-01-10T11:41:19.244Z\",\n        \"last_used_at\": \"2017-01-10T11:41:19.244Z\"\n      }\n    },\n    \"client_secret\": \"jN8qLHneOn8C1rv0r3J3XZK1cRiZG3rajcLi9X1cZZ\"\n  },\n  \"links\": {\n    \"self\": \"http://YobcUYv.tfSJY6USq7Qaj4ZwRvmWu.V2R2XTewk,DQQxE6d\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4557e7a1-32c6-4b8a-a3d9-2a705eee0033",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "application-keys"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"application_key\",\n    \"name\": \"Storefront-Key\",\n    \"reserved_rate_limit\": 0\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"status\": \"400\",\n      \"detail\": \"The field 'name' is required.\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b9254af5-09db-4f87-98ba-7f22a9580516",
              "name": "Unable to perform the operation at this time.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "application-keys"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"application_key\",\n    \"name\": \"Storefront-Key\",\n    \"reserved_rate_limit\": 0\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Conflict\",\n      \"status\": \"409\",\n      \"detail\": \"Requested reserved rate limit will exceed the maximum.\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9806e640-e17f-4ecb-a156-4d03f2ab4277",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "application-keys"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"application_key\",\n    \"name\": \"Storefront-Key\",\n    \"reserved_rate_limit\": 0\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3773b9ee-5f78-450a-a081-9f75d35f2d5d",
          "name": "List Application Keys",
          "request": {
            "name": "List Application Keys",
            "description": {
              "content": "Retrieves a list of Application Keys\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "application-keys"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "0"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "100"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "00fe570a-7ba5-4218-a801-d6546f106254",
              "name": "List of Application Keys",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "application-keys"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"85b6ef9d-2e24-f1a4-b6c1-882d3f501851\",\n      \"type\": \"string\",\n      \"name\": \"string\",\n      \"reserved_rate_limit\": 1288,\n      \"client_id\": \"Z2dDp1f1Tg30p2C6ZVit7W1AKUtVhMVSTAPOIK4adA\",\n      \"meta\": {\n        \"timestamps\": {\n          \"created_at\": \"2017-01-10T11:41:19.244Z\",\n          \"updated_at\": \"2017-01-10T11:41:19.244Z\",\n          \"last_used_at\": \"2017-01-10T11:41:19.244Z\"\n        }\n      }\n    },\n    {\n      \"id\": \"e5140917-b634-52c2-bfc6-c857931e762e\",\n      \"type\": \"string\",\n      \"name\": \"string\",\n      \"reserved_rate_limit\": 8195,\n      \"client_id\": \"Z2dDp1f1Tg30p2C6ZVit7W1AKUtVhMVSTAPOIK4adA\",\n      \"meta\": {\n        \"timestamps\": {\n          \"created_at\": \"2017-01-10T11:41:19.244Z\",\n          \"updated_at\": \"2017-01-10T11:41:19.244Z\",\n          \"last_used_at\": \"2017-01-10T11:41:19.244Z\"\n        }\n      }\n    }\n  ],\n  \"meta\": {\n    \"results\": {\n      \"total\": 7519\n    },\n    \"page\": {\n      \"limit\": 100,\n      \"offset\": 0,\n      \"current\": 1,\n      \"total\": 1\n    },\n    \"total_reserved_rate_limit\": 100\n  },\n  \"links\": {\n    \"current\": \"http://pSymQMzUoPgQgUrhvadxlLXanjS.uruzq6d,uVmYnrEZfbw+K22CCNvcEwpxKqqbPvoHaFHJjYxRc9Fje4uH58Rj1R8VBQjq\",\n    \"first\": null,\n    \"last\": null,\n    \"next\": \"http://QOMQJPcinJkKfFyHi.qihUJfdc2385fbx4CNzsZJ12sar1MWU-ZCePNZfkolOx73rQK4EsBPy.\",\n    \"prev\": \"https://tryraoQGIpjpBznYwyCytqEoNeShHdWt.kumwknzTmGVmUXmRK+EDUCTyohDFD,ppxK2.LqCxl\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f4776b70-ccb0-4d02-9cb2-514c6e51b1b0",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "application-keys"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"status\": \"400\",\n      \"detail\": \"The field 'name' is required.\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "83c47718-82aa-45b3-b94f-f99cad505a80",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "application-keys"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d662bd68-2367-4b4d-8e0e-6c25f1627fc6",
          "name": "Get an Application Key",
          "request": {
            "name": "Get an Application Key",
            "description": {
              "content": "Get an Application Key",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "application-keys",
                ":application-key-id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                  "key": "application-key-id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the Application Key.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "85044551-11dc-4e4f-850f-ea73418e156e",
              "name": "An Application Key",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "application-keys",
                    ":application-key-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Application Key.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "application-key-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"25968722-2c36-02d6-9d2f-0756407acb49\",\n    \"type\": \"string\",\n    \"name\": \"string\",\n    \"reserved_rate_limit\": 1641,\n    \"client_id\": \"Z2dDp1f1Tg30p2C6ZVit7W1AKUtVhMVSTAPOIK4adA\",\n    \"meta\": {\n      \"timestamps\": {\n        \"created_at\": \"2017-01-10T11:41:19.244Z\",\n        \"updated_at\": \"2017-01-10T11:41:19.244Z\",\n        \"last_used_at\": \"2017-01-10T11:41:19.244Z\"\n      }\n    }\n  },\n  \"links\": {\n    \"self\": null\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0ad2fded-3374-410d-a33b-214e2ec2346d",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "application-keys",
                    ":application-key-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Application Key.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "application-key-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"status\": \"400\",\n      \"detail\": \"The field 'name' is required.\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "219bdcdb-9c71-41f1-973f-7adbef3a3723",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "application-keys",
                    ":application-key-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Application Key.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "application-key-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"Not found\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "37ab6ec7-a32f-42f1-9663-5481afa49859",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "application-keys",
                    ":application-key-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Application Key.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "application-key-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "fdd97f0d-8f53-4e48-9bf5-97880b4e5c0c",
          "name": "Update an Application Key",
          "request": {
            "name": "Update an Application Key",
            "description": {
              "content": "Update an Application Key",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "application-keys",
                ":application-key-id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                  "key": "application-key-id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the Application Key.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"application_key\",\n    \"name\": \"Batch-Processing\",\n    \"reserved_rate_limit\": 10\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "f8797a1a-5dc2-4848-ba65-306fd55ccfeb",
              "name": "An Application Key",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "application-keys",
                    ":application-key-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Application Key.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "application-key-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"application_key\",\n    \"name\": \"Batch-Processing\",\n    \"reserved_rate_limit\": 10\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"25968722-2c36-02d6-9d2f-0756407acb49\",\n    \"type\": \"string\",\n    \"name\": \"string\",\n    \"reserved_rate_limit\": 1641,\n    \"client_id\": \"Z2dDp1f1Tg30p2C6ZVit7W1AKUtVhMVSTAPOIK4adA\",\n    \"meta\": {\n      \"timestamps\": {\n        \"created_at\": \"2017-01-10T11:41:19.244Z\",\n        \"updated_at\": \"2017-01-10T11:41:19.244Z\",\n        \"last_used_at\": \"2017-01-10T11:41:19.244Z\"\n      }\n    }\n  },\n  \"links\": {\n    \"self\": null\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5de6beea-d922-4400-ab89-8c8bb43cc5e6",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "application-keys",
                    ":application-key-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Application Key.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "application-key-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"application_key\",\n    \"name\": \"Batch-Processing\",\n    \"reserved_rate_limit\": 10\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"status\": \"400\",\n      \"detail\": \"The field 'name' is required.\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6599b26f-fcf9-44b0-836e-baebbc07cd2b",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "application-keys",
                    ":application-key-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Application Key.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "application-key-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"application_key\",\n    \"name\": \"Batch-Processing\",\n    \"reserved_rate_limit\": 10\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"Not found\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "54f65f6a-4de9-48c8-9386-ca5161983f94",
              "name": "Unable to perform the operation at this time.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "application-keys",
                    ":application-key-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Application Key.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "application-key-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"application_key\",\n    \"name\": \"Batch-Processing\",\n    \"reserved_rate_limit\": 10\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Conflict\",\n      \"status\": \"409\",\n      \"detail\": \"Requested reserved rate limit will exceed the maximum.\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2e97b92d-f56b-4d88-8a89-a99b0169aa9d",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "application-keys",
                    ":application-key-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Application Key.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "application-key-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"application_key\",\n    \"name\": \"Batch-Processing\",\n    \"reserved_rate_limit\": 10\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e6e929a6-20a7-4a03-8238-fa1f1fae6b3b",
          "name": "Delete an Application Key",
          "request": {
            "name": "Delete an Application Key",
            "description": {
              "content": "Delete an Application Key",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "application-keys",
                ":application-key-id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                  "key": "application-key-id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the Application Key.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "bf207d01-593e-430f-8cb8-121bf4c199b7",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "application-keys",
                    ":application-key-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Application Key.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "application-key-id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "825ad338-eff9-401e-9c1e-9b4f2eeac5f7",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "application-keys",
                    ":application-key-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Application Key.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "application-key-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"status\": \"400\",\n      \"detail\": \"The field 'name' is required.\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "58f980c3-b877-4046-8981-14fadbdbf4fb",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "application-keys",
                    ":application-key-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Application Key.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "application-key-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"Not found\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3dcc1422-a243-4769-8123-09cd301b5480",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "application-keys",
                    ":application-key-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Application Key.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "application-key-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "id": "c7e762cb-adec-4466-8fde-3115296da0aa",
      "name": "Get the Merchant Realm Mapping for the current store",
      "request": {
        "name": "Get the Merchant Realm Mapping for the current store",
        "description": {
          "content": "This API is used to obtain an [Authentication Realm](/docs/api/single-sign-on/authentication-realms) if there is none yet for the current store.\n",
          "type": "text/plain"
        },
        "url": {
          "path": [
            "v2",
            "merchant-realm-mappings"
          ],
          "host": [
            "{{baseUrl}}"
          ],
          "query": [],
          "variable": []
        },
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "method": "GET",
        "body": {},
        "auth": null
      },
      "response": [
        {
          "id": "92e09fd5-c57d-49ad-9dd1-78e0a2ffe743",
          "name": "OK",
          "originalRequest": {
            "url": {
              "path": [
                "v2",
                "merchant-realm-mappings"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "description": {
                  "content": "Added as a part of security scheme: bearer",
                  "type": "text/plain"
                },
                "key": "Authorization",
                "value": "Bearer <token>"
              }
            ],
            "method": "GET",
            "body": {}
          },
          "status": "OK",
          "code": 200,
          "header": [
            {
              "key": "Content-Type",
              "value": "application/json"
            }
          ],
          "body": "{\n  \"data\": {\n    \"id\": \"0c45e4ec-26e0-4043-86e4-c15b9cf985a0\",\n    \"prefix\": \"myCompany\",\n    \"type\": \"string\",\n    \"realm_id\": \"e730bf37-ed95-4ca9-b4c4-2c5ee08b21d7\",\n    \"store_id\": \"88888888-4444-4333-8333-111111111111\"\n  }\n}",
          "cookie": [],
          "_postman_previewlanguage": "json"
        },
        {
          "id": "48e906a1-25a6-4750-8ea9-31500c2e6667",
          "name": "Unauthorized",
          "originalRequest": {
            "url": {
              "path": [
                "v2",
                "merchant-realm-mappings"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "description": {
                  "content": "Added as a part of security scheme: bearer",
                  "type": "text/plain"
                },
                "key": "Authorization",
                "value": "Bearer <token>"
              }
            ],
            "method": "GET",
            "body": {}
          },
          "status": "Unauthorized",
          "code": 401,
          "header": [
            {
              "key": "Content-Type",
              "value": "application/json"
            }
          ],
          "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Unauthorized\",\n      \"status\": \"401\"\n    }\n  ]\n}\n",
          "cookie": [],
          "_postman_previewlanguage": "json"
        },
        {
          "id": "a790c4fd-a1f5-4e80-b5fa-3a6b7f16390f",
          "name": "Internal server error. There was a system failure in the platform.",
          "originalRequest": {
            "url": {
              "path": [
                "v2",
                "merchant-realm-mappings"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "description": {
                  "content": "Added as a part of security scheme: bearer",
                  "type": "text/plain"
                },
                "key": "Authorization",
                "value": "Bearer <token>"
              }
            ],
            "method": "GET",
            "body": {}
          },
          "header": [
            {
              "key": "Content-Type",
              "value": "application/json"
            }
          ],
          "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}\n",
          "cookie": [],
          "_postman_previewlanguage": "json"
        }
      ],
      "event": [],
      "protocolProfileBehavior": {
        "disableBodyPruning": true
      }
    },
    {
      "id": "74e0ae85-19d2-4c67-bd11-aa6bc4fd5438",
      "name": "Get a Merchant Realm Mapping",
      "request": {
        "name": "Get a Merchant Realm Mapping",
        "description": {},
        "url": {
          "path": [
            "v2",
            "merchant-realm-mappings",
            ":mapping_id"
          ],
          "host": [
            "{{baseUrl}}"
          ],
          "query": [],
          "variable": [
            {
              "type": "any",
              "value": "0c45e4ec-26e0-4043-86e4-c15b9cf985a0",
              "key": "mapping_id",
              "disabled": false,
              "description": {
                "content": "(Required) The id of the Application Key.",
                "type": "text/plain"
              }
            }
          ]
        },
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "method": "GET",
        "body": {},
        "auth": null
      },
      "response": [
        {
          "id": "38ffabc1-7b12-40f1-87be-285ccde63439",
          "name": "OK",
          "originalRequest": {
            "url": {
              "path": [
                "v2",
                "merchant-realm-mappings",
                ":mapping_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "description": {
                    "content": "(Required) The id of the Application Key.",
                    "type": "text/plain"
                  },
                  "type": "any",
                  "value": "0c45e4ec-26e0-4043-86e4-c15b9cf985a0",
                  "key": "mapping_id"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "description": {
                  "content": "Added as a part of security scheme: bearer",
                  "type": "text/plain"
                },
                "key": "Authorization",
                "value": "Bearer <token>"
              }
            ],
            "method": "GET",
            "body": {}
          },
          "status": "OK",
          "code": 200,
          "header": [
            {
              "key": "Content-Type",
              "value": "application/json"
            }
          ],
          "body": "{\n  \"data\": {\n    \"id\": \"0c45e4ec-26e0-4043-86e4-c15b9cf985a0\",\n    \"prefix\": \"myCompany\",\n    \"type\": \"string\",\n    \"realm_id\": \"e730bf37-ed95-4ca9-b4c4-2c5ee08b21d7\",\n    \"store_id\": \"88888888-4444-4333-8333-111111111111\"\n  }\n}",
          "cookie": [],
          "_postman_previewlanguage": "json"
        },
        {
          "id": "6b8fc05b-31cb-44dd-be53-f7f0dbeabe74",
          "name": "Not found. The requested entity does not exist.",
          "originalRequest": {
            "url": {
              "path": [
                "v2",
                "merchant-realm-mappings",
                ":mapping_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "description": {
                    "content": "(Required) The id of the Application Key.",
                    "type": "text/plain"
                  },
                  "type": "any",
                  "value": "0c45e4ec-26e0-4043-86e4-c15b9cf985a0",
                  "key": "mapping_id"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "description": {
                  "content": "Added as a part of security scheme: bearer",
                  "type": "text/plain"
                },
                "key": "Authorization",
                "value": "Bearer <token>"
              }
            ],
            "method": "GET",
            "body": {}
          },
          "status": "Not Found",
          "code": 404,
          "header": [
            {
              "key": "Content-Type",
              "value": "application/json"
            }
          ],
          "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"merchant realm mapping not found\",\n      \"status\": \"404\",\n      \"title\": \"Not Found\"\n    }\n  ]\n}\n",
          "cookie": [],
          "_postman_previewlanguage": "json"
        },
        {
          "id": "155b1ba1-cd90-43ce-acd7-97efc2c4ad17",
          "name": "Internal server error. There was a system failure in the platform.",
          "originalRequest": {
            "url": {
              "path": [
                "v2",
                "merchant-realm-mappings",
                ":mapping_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "description": {
                    "content": "(Required) The id of the Application Key.",
                    "type": "text/plain"
                  },
                  "type": "any",
                  "value": "0c45e4ec-26e0-4043-86e4-c15b9cf985a0",
                  "key": "mapping_id"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "description": {
                  "content": "Added as a part of security scheme: bearer",
                  "type": "text/plain"
                },
                "key": "Authorization",
                "value": "Bearer <token>"
              }
            ],
            "method": "GET",
            "body": {}
          },
          "header": [
            {
              "key": "Content-Type",
              "value": "application/json"
            }
          ],
          "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}\n",
          "cookie": [],
          "_postman_previewlanguage": "json"
        }
      ],
      "event": [],
      "protocolProfileBehavior": {
        "disableBodyPruning": true
      }
    },
    {
      "id": "34ac2e92-5752-438b-95b0-5a525e572037",
      "name": "Update a Merchant Realm Mapping",
      "request": {
        "name": "Update a Merchant Realm Mapping",
        "description": {},
        "url": {
          "path": [
            "v2",
            "merchant-realm-mappings",
            ":mapping_id"
          ],
          "host": [
            "{{baseUrl}}"
          ],
          "query": [],
          "variable": [
            {
              "type": "any",
              "value": "0c45e4ec-26e0-4043-86e4-c15b9cf985a0",
              "key": "mapping_id",
              "disabled": false,
              "description": {
                "content": "(Required) The id of the Application Key.",
                "type": "text/plain"
              }
            }
          ]
        },
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          },
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "method": "PUT",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": {\n    \"prefix\": \"myCompany\",\n    \"type\": \"string\"\n  }\n}",
          "options": {
            "raw": {
              "headerFamily": "json",
              "language": "json"
            }
          }
        },
        "auth": null
      },
      "response": [
        {
          "id": "39de5adf-b031-45cb-a1f1-c2a0f2274b60",
          "name": "OK",
          "originalRequest": {
            "url": {
              "path": [
                "v2",
                "merchant-realm-mappings",
                ":mapping_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "description": {
                    "content": "(Required) The id of the Application Key.",
                    "type": "text/plain"
                  },
                  "type": "any",
                  "value": "0c45e4ec-26e0-4043-86e4-c15b9cf985a0",
                  "key": "mapping_id"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "description": {
                  "content": "Added as a part of security scheme: bearer",
                  "type": "text/plain"
                },
                "key": "Authorization",
                "value": "Bearer <token>"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"prefix\": \"myCompany\",\n    \"type\": \"string\"\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            }
          },
          "status": "OK",
          "code": 200,
          "header": [
            {
              "key": "Content-Type",
              "value": "application/json"
            }
          ],
          "body": "{\n  \"data\": {\n    \"id\": \"0c45e4ec-26e0-4043-86e4-c15b9cf985a0\",\n    \"prefix\": \"myCompany\",\n    \"type\": \"string\",\n    \"realm_id\": \"e730bf37-ed95-4ca9-b4c4-2c5ee08b21d7\",\n    \"store_id\": \"88888888-4444-4333-8333-111111111111\"\n  }\n}",
          "cookie": [],
          "_postman_previewlanguage": "json"
        },
        {
          "id": "3eadac77-c328-4ff4-bfd0-3c803fd78ad0",
          "name": "Bad request. The request failed validation.",
          "originalRequest": {
            "url": {
              "path": [
                "v2",
                "merchant-realm-mappings",
                ":mapping_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "description": {
                    "content": "(Required) The id of the Application Key.",
                    "type": "text/plain"
                  },
                  "type": "any",
                  "value": "0c45e4ec-26e0-4043-86e4-c15b9cf985a0",
                  "key": "mapping_id"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "description": {
                  "content": "Added as a part of security scheme: bearer",
                  "type": "text/plain"
                },
                "key": "Authorization",
                "value": "Bearer <token>"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"prefix\": \"myCompany\",\n    \"type\": \"string\"\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            }
          },
          "status": "Bad Request",
          "code": 400,
          "header": [
            {
              "key": "Content-Type",
              "value": "application/json"
            }
          ],
          "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"The field 'prefix' is required.\",\n      \"status\": \"400\",\n      \"title\": \"Bad Request\"\n    }\n  ]\n}\n",
          "cookie": [],
          "_postman_previewlanguage": "json"
        },
        {
          "id": "2d8905b0-b4d6-409b-a9b5-66fcc8d15ee9",
          "name": "Not found. The requested entity does not exist.",
          "originalRequest": {
            "url": {
              "path": [
                "v2",
                "merchant-realm-mappings",
                ":mapping_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "description": {
                    "content": "(Required) The id of the Application Key.",
                    "type": "text/plain"
                  },
                  "type": "any",
                  "value": "0c45e4ec-26e0-4043-86e4-c15b9cf985a0",
                  "key": "mapping_id"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "description": {
                  "content": "Added as a part of security scheme: bearer",
                  "type": "text/plain"
                },
                "key": "Authorization",
                "value": "Bearer <token>"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"prefix\": \"myCompany\",\n    \"type\": \"string\"\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            }
          },
          "status": "Not Found",
          "code": 404,
          "header": [
            {
              "key": "Content-Type",
              "value": "application/json"
            }
          ],
          "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"merchant realm mapping not found\",\n      \"status\": \"404\",\n      \"title\": \"Not Found\"\n    }\n  ]\n}\n",
          "cookie": [],
          "_postman_previewlanguage": "json"
        },
        {
          "id": "a86d392c-51a9-48f9-9278-95140fae7066",
          "name": "Conflict",
          "originalRequest": {
            "url": {
              "path": [
                "v2",
                "merchant-realm-mappings",
                ":mapping_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "description": {
                    "content": "(Required) The id of the Application Key.",
                    "type": "text/plain"
                  },
                  "type": "any",
                  "value": "0c45e4ec-26e0-4043-86e4-c15b9cf985a0",
                  "key": "mapping_id"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "description": {
                  "content": "Added as a part of security scheme: bearer",
                  "type": "text/plain"
                },
                "key": "Authorization",
                "value": "Bearer <token>"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"prefix\": \"myCompany\",\n    \"type\": \"string\"\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            }
          },
          "status": "Conflict",
          "code": 409,
          "header": [
            {
              "key": "Content-Type",
              "value": "application/json"
            }
          ],
          "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"the prefix is already in use\",\n      \"status\": \"409\",\n      \"title\": \"Conflict\"\n    }\n  ]\n}\n",
          "cookie": [],
          "_postman_previewlanguage": "json"
        },
        {
          "id": "80c0acd4-e464-4a27-9426-9ebe243c1ef6",
          "name": "Internal server error. There was a system failure in the platform.",
          "originalRequest": {
            "url": {
              "path": [
                "v2",
                "merchant-realm-mappings",
                ":mapping_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "description": {
                    "content": "(Required) The id of the Application Key.",
                    "type": "text/plain"
                  },
                  "type": "any",
                  "value": "0c45e4ec-26e0-4043-86e4-c15b9cf985a0",
                  "key": "mapping_id"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "description": {
                  "content": "Added as a part of security scheme: bearer",
                  "type": "text/plain"
                },
                "key": "Authorization",
                "value": "Bearer <token>"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"prefix\": \"myCompany\",\n    \"type\": \"string\"\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            }
          },
          "header": [
            {
              "key": "Content-Type",
              "value": "application/json"
            }
          ],
          "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}\n",
          "cookie": [],
          "_postman_previewlanguage": "json"
        }
      ],
      "event": [],
      "protocolProfileBehavior": {
        "disableBodyPruning": true
      }
    },
    {
      "name": "Catalogs",
      "description": "A catalog contains the products available for sale either in your organization or store. A catalog also contains information about how to organize those products for navigation menus and search facets in a shopper experience.\n\nBefore you create a catalog you must define the following resources:\n\n- Hierarchies: hierarchies and nodes to categorize the products. See [**Hierarchies**](/docs/api/pxm/products/hierarchies).\n- Products: product information, associated assets, and links to hierarchy nodes. See [**Products**](/docs/api/pxm/products/products).\n- Price Books: prices for the products associated with the hierarchies. See [**Price Books**](/docs/api/pxm/pricebooks).\n\nA catalog is a combination of hierarchies and a price book.\n\n### Products\n\nCommerce automatically assigns types to the products you create. Product types can be used in catalogs. For example, in your catalog, you can filter on `parent` so that only your parent products are displayed in your storefront.\n\nYou can use product tags to store or assign a key word against a product or service that you sell in your store. The product tag can then be used to describe or label that product. Product tags represent similarities between products who do not share the same attributes. Using product tags means that you can group your products together, for example, by brand, category, subcategory, colors, types, industries, and so on. Product tags can be used in catalogs. For example, you can categorize your products based on color. Your shoppers can then search your products by color, enabling shoppers to quickly find what they are looking for, increasing the likelihood of a purchase, and boosting conversion rates.\n\n### Hierarchies\n\nThe hierarchies determine which products appear in the catalog, that is, only the products that are associated with the selected hierarchies are included in the catalog. You can also specify the order you want your hierarchies to display in a published catalog. You can order your hierarchies on a catalog-by-catalog basis.\n\n![Hierarchy_sorting](/assets/hierarchy_sorting.png)\n\nFor more information, see [**create a Catalog**](/docs/api/pxm/catalog/create-catalog).\n\n#### Understanding How Products And Nodes Are Associated\n\nYou can use `breadcrumb` metadata to understand how products and nodes are associated. it explains how products are associated with parent nodes and the relationship among the array of nodes. This is useful if you want to improve how your shoppers search within your store.\n\nThe `breadcrumb` information that you get in an endpoint response depends on whether the endpoint is retrieving product or node details.\n\n|  Object |  Product/Node |  Description |\n| --- | --- | --- |\n| `breadcrumb` | Node | A list of nodes that a product is associated with. Up to 10 levels of nodes are displayed, depending on the number of levels of nodes you have. |\n| `bread_crumbs` | Product | The relationship among the array of nodes a product is associated with, demonstrating the linking of the children nodes with the parent nodes. Up to 10 levels of nodes are displayed, depending on the number of levels of nodes you have. |\n| `bread_crumb_nodes` | Product | An array of parent node IDs that a product is associated with. The `bread_crumb_node` metadata lists up to 10 levels of parent nodes, depending on the number of levels of parent nodes you have. |\n\n#### Understanding `bread_crumbs` Metadata\n\nThe following diagram illustrates a parent and child nodes.\n\n![Breadcrumbs](/assets/breadcrumbs.PNG)\n\n1. The product is in **Node 2**. The ID for **Node 2** is shown first in the first set of breadcrumbs.\n1. **Node 2** is part of **Hierarchy 1**. The ID for **Hierarchy 1** is shown second.\n1. **Node 1** is the parent node of **Node 2**. The ID for **Node 1** is shown last.\n1. The product is also in **Node 3**. The ID for **Node 3** is shown first in the second set of breadcrumbs.\n1. **Node 3** is in the root of **Hierarchy 1**. The ID for **Hierarchy 1** is shown last.\n\nIn the `bread_crumb_nodes` metadata, you can see a list of parent nodes a product is associated with.\n\nIf you subsequently add a product to a new node, then the `bread_crumb_nodes` metadata appends the new node to the top of the list. Using the example above, if we add the product to **Node 1**:\n\n1. The `bread_crumb_nodes` metadata is generated to show the new node appended to the top of the list.\n1. The `bread_crumbs` metadata is updated with the new node.\n\n#### Understanding Breadcrumb Metadata for Child Products\n\nWhen a catalog is published, the breadcrumb information for a child product includes the metadata mentioned for the parent product, in addition to the information specific to the child product. For example, **Product A** is the parent product, associated with **Node 1** and **Node 2**. The metadata for child **Product B** includes **Node 1** and **Node 2**, in addition to its own metadata information.\n\n### Nodes\n\nThe nodes determine which products appear under this in the catalog, that is, only the products that are associated with the selected node are shown under this node.\n\n### Price books\n\nA price book contains the prices for each of the products in the catalog. You can create multiple price books for different scenarios, such as seasonal sales, business versus retail customer pricing, and reward programs. When creating a catalog, you can specify up to five price books. You must set a priority for your price books. Product prices are displayed in the catalog according to the priority of the price books. See [Create a catalog](/docs/api/pxm/catalog/create-catalog).\n",
      "item": [
        {
          "id": "1afd934c-ffe4-4c53-bdd0-dc399439de82",
          "name": "Creates a new catalog",
          "request": {
            "name": "Creates a new catalog",
            "description": {
              "content": "Before you create a catalog, you must define the following resources:\n\n- Hierarchies - hierarchies and nodes to categorize the products.\n- Products - product information, associated assets, and links to hierarchy nodes.\n- Price Books - prices for the products associated with the hierarchies. You can create multiple price books for different scenarios, such as seasonal sales, business versus retail customer pricing, and reward programs. When creating a catalog, you can specify up to five price books. You must configure a priority for your price books. Product prices are displayed in the catalog according to the priority of the price books. Priority is a number and the price book with the highest number has the highest priority.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "catalogs"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"catalog\",\n    \"attributes\": {\n      \"name\": \"catalog-123\",\n      \"hierarchy_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"description\": \"Catalog for Store 123\",\n      \"pricebook_id\": \"string\",\n      \"pricebook_ids\": [\n        {\n          \"priority\": 9534,\n          \"id\": \"f13a2ada-50b9-d3c5-8d39-6b84045acec2\"\n        },\n        {\n          \"priority\": 8032,\n          \"id\": \"a036e0aa-bc14-af21-e02f-43ee9948ff31\"\n        }\n      ],\n      \"locales\": {\n        \"key_0\": {\n          \"key_0\": \"string\"\n        },\n        \"key_1\": {\n          \"key_0\": \"string\",\n          \"key_1\": \"string\",\n          \"key_2\": \"string\"\n        }\n      },\n      \"enable_price_segmentation\": true,\n      \"include_draft_products\": false\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "b4c87fd7-fd4d-481f-aead-99bce6c2b84d",
              "name": "The created catalog",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalogs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"catalog\",\n    \"attributes\": {\n      \"name\": \"catalog-123\",\n      \"hierarchy_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"description\": \"Catalog for Store 123\",\n      \"pricebook_id\": \"string\",\n      \"pricebook_ids\": [\n        {\n          \"priority\": 9534,\n          \"id\": \"f13a2ada-50b9-d3c5-8d39-6b84045acec2\"\n        },\n        {\n          \"priority\": 8032,\n          \"id\": \"a036e0aa-bc14-af21-e02f-43ee9948ff31\"\n        }\n      ],\n      \"locales\": {\n        \"key_0\": {\n          \"key_0\": \"string\"\n        },\n        \"key_1\": {\n          \"key_0\": \"string\",\n          \"key_1\": \"string\",\n          \"key_2\": \"string\"\n        }\n      },\n      \"enable_price_segmentation\": true,\n      \"include_draft_products\": false\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\",\n    \"type\": \"catalog\",\n    \"attributes\": {\n      \"name\": \"catalog-123\",\n      \"hierarchy_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"created_at\": \"2020-09-22T09:00:00\",\n      \"updated_at\": \"2020-09-22T09:00:00\",\n      \"description\": \"Catalog for Store 123\",\n      \"pricebook_id\": \"string\",\n      \"pricebook_ids\": [\n        {\n          \"priority\": 1027,\n          \"id\": \"145c636c-ad03-8863-07ce-36d97d0fee4b\"\n        },\n        {\n          \"priority\": 3612,\n          \"id\": \"7b0b51cb-cdb7-0290-faaa-6d61ee7b7c7c\"\n        }\n      ],\n      \"locales\": {\n        \"key_0\": {\n          \"key_0\": \"string\"\n        }\n      },\n      \"owner\": \"store\",\n      \"enable_price_segmentation\": true,\n      \"include_draft_products\": false\n    },\n    \"relationships\": {\n      \"rules\": {\n        \"links\": {\n          \"related\": \"string\"\n        }\n      },\n      \"releases\": {\n        \"links\": {\n          \"related\": \"string\"\n        },\n        \"meta\": {\n          \"count\": 710\n        }\n      }\n    }\n  },\n  \"links\": {\n    \"self\": \"http://KWmDQrytyqyN.odqtsbxy9YrsrZPfw0-FKevxGlBit3uK8S.NgsYAP2NaGys6PlqtgC\",\n    \"first\": \"http://IxFnNKLFyAhPqbyd.hsiBDqA3Y9nWyE3ads\",\n    \"last\": \"http://UvtuIwsniNilmpSndFMfrmGVPc.ksrTv1BfRn4QM5yiR8Hz0IS+ua4\",\n    \"prev\": \"https://PDivYYHLSbQTOryljvEvMHVK.ozyvIloJeW.49+it3MrfkcAX9pmi3FhoQLCvDymBTJHy2ngcKiGF\",\n    \"next\": \"http://kFIoenWNfzCirnMXrTznKRFzygJ.befos4YbuA+3QvvvL1kkZAWRXXsu-+aWpsR7\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "db86f520-423c-4ea5-b24f-f3e462aca2fa",
              "name": "Unexpected error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalogs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"catalog\",\n    \"attributes\": {\n      \"name\": \"catalog-123\",\n      \"hierarchy_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"description\": \"Catalog for Store 123\",\n      \"pricebook_id\": \"string\",\n      \"pricebook_ids\": [\n        {\n          \"priority\": 9534,\n          \"id\": \"f13a2ada-50b9-d3c5-8d39-6b84045acec2\"\n        },\n        {\n          \"priority\": 8032,\n          \"id\": \"a036e0aa-bc14-af21-e02f-43ee9948ff31\"\n        }\n      ],\n      \"locales\": {\n        \"key_0\": {\n          \"key_0\": \"string\"\n        },\n        \"key_1\": {\n          \"key_0\": \"string\",\n          \"key_1\": \"string\",\n          \"key_2\": \"string\"\n        }\n      },\n      \"enable_price_segmentation\": true,\n      \"include_draft_products\": false\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    },\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ed8d5c0f-20a7-43b5-8808-1ed832a62125",
          "name": "Gets all authorized catalogs",
          "request": {
            "name": "Gets all authorized catalogs",
            "description": {
              "content": "Retrieves a list of all the catalogs that you are authorized to view. Currently, published catalogs are limited to the current release and two releases prior to the current release. You can see the differences between the last 2 consecutive catalog releases using the delta link returned in the response of a [publish a catalog](/docs/api/pxm/catalog/publish-release) endpoint.\n\nYou can use the `is_full_delta` attribute returned from the `get a release of a catalog` endpoint to determine if you need to refresh the data in your company system before publishing a catalog release and injecting fresh data in a delta link. The `is_full_delta` attribute tells you if this is a full publish of a catalog release. Using a search service as an example, if the `is_full_delta` attribute is `true`, you should remove all data about that catalog from the search service before publishing a catalog release and injecting fresh data from the delta file. See [Publish a catalog](/docs/api/pxm/catalog/publish-release).\n\nIf the `is_full_publish` attribute returned in the response is `false`, data from the previous catalog release overlaid the existing data in the delta file. The `is_full_publish` attribute is always `true` the first time a catalog is published. When determining whether delta data needs to be refreshed, ignore this attribute and always use the `is_full_delta` attribute.\n\n### Filtering\n\nThis endpoint supports filtering. For general filtering syntax, see [Filtering](/guides/Getting-Started/filtering). The following operators and attributes are available when filtering on this endpoint.\n\n| Operator | Description                                                                                     | Supported Attributes                                     | Example |\n|:---|:------------------------------------------------------------------------------------------------|:---------------------------------------------------------|:--- |\n| `eq` | Checks if the values of two operands are equal. If they are, the condition is true.       | `name`, | `filter=eq(name,some-name)` |\n| `in` | Checks if the values are included in the specified list. If they are, the condition is true. | `name`   | `filter=in(name,some-name,some-name2)` |\n| `like` | Checks if the operand contains the specified string. Wildcards are supported | `name`          | `filter=like(name,*some-name*)` |\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "catalogs"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "This endpoint supports filtering, see [Filtering](#filtering).\n",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "586"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "1029"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "8097e46e-fc6f-48bd-aaad-fc5b39577d41",
              "name": "The list of catalogs.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalogs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "This endpoint supports filtering, see [Filtering](#filtering).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "586"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "1029"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\",\n      \"type\": \"catalog\",\n      \"attributes\": {\n        \"name\": \"catalog-123\",\n        \"hierarchy_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"created_at\": \"2020-09-22T09:00:00\",\n        \"updated_at\": \"2020-09-22T09:00:00\",\n        \"description\": \"Catalog for Store 123\",\n        \"pricebook_id\": \"string\",\n        \"pricebook_ids\": [\n          {\n            \"priority\": 6411,\n            \"id\": \"2e810177-a94c-d445-9582-45ee69879301\"\n          },\n          {\n            \"priority\": 1530,\n            \"id\": \"9729d233-edfa-f50f-d2ea-ed2faa09b7cd\"\n          }\n        ],\n        \"locales\": {\n          \"key_0\": {\n            \"key_0\": \"string\"\n          },\n          \"key_1\": {\n            \"key_0\": \"string\",\n            \"key_1\": \"string\"\n          },\n          \"key_2\": {\n            \"key_0\": \"string\"\n          }\n        },\n        \"owner\": \"store\",\n        \"enable_price_segmentation\": true,\n        \"include_draft_products\": false\n      },\n      \"relationships\": {\n        \"rules\": {\n          \"links\": {\n            \"related\": \"string\"\n          }\n        },\n        \"releases\": {\n          \"links\": {\n            \"related\": \"string\"\n          },\n          \"meta\": {\n            \"count\": 923\n          }\n        }\n      }\n    },\n    {\n      \"id\": \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\",\n      \"type\": \"catalog\",\n      \"attributes\": {\n        \"name\": \"catalog-123\",\n        \"hierarchy_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"created_at\": \"2020-09-22T09:00:00\",\n        \"updated_at\": \"2020-09-22T09:00:00\",\n        \"description\": \"Catalog for Store 123\",\n        \"pricebook_id\": \"string\",\n        \"pricebook_ids\": [\n          {\n            \"priority\": 1218,\n            \"id\": \"d83610d4-5a82-fb29-d9b3-1d7540f25b2b\"\n          },\n          {\n            \"priority\": 9707,\n            \"id\": \"19ad2791-8dee-1ff8-8fc2-b529b394d747\"\n          }\n        ],\n        \"locales\": {\n          \"key_0\": {\n            \"key_0\": \"string\",\n            \"key_1\": \"string\",\n            \"key_2\": \"string\"\n          },\n          \"key_1\": {\n            \"key_0\": \"string\"\n          }\n        },\n        \"owner\": \"store\",\n        \"enable_price_segmentation\": true,\n        \"include_draft_products\": false\n      },\n      \"relationships\": {\n        \"rules\": {\n          \"links\": {\n            \"related\": \"string\"\n          }\n        },\n        \"releases\": {\n          \"links\": {\n            \"related\": \"string\"\n          },\n          \"meta\": {\n            \"count\": 9051\n          }\n        }\n      }\n    }\n  ],\n  \"meta\": {\n    \"results\": {\n      \"total\": 3006\n    },\n    \"page\": {\n      \"limit\": 3429,\n      \"offset\": 643,\n      \"current\": 8695,\n      \"total\": 2138\n    }\n  },\n  \"links\": {\n    \"self\": \"http://gwDwyjVrVmlKeAZogezcfGqMSbXwhmR.cfkgS.T.jSOsoGTYm84DzKVfkpAOB5ixLJXSXG\",\n    \"first\": \"http://oexYyPlfoKNPQ.kwT5w\",\n    \"last\": \"http://QzFHaGxFdiBkuQWplJivMqrjBslf.ehjdANFN7GFIyrUCXKxV4I-jg25O2SXo8Jwut0SwFYhNOO2Jiz3XKNTa3Fqq55TSGaaJ\",\n    \"prev\": \"https://qQHvfOQhqsZuhFKxSOJskwAQWDwdI.peseFeWMLeIJH2i,dFCIXnETTvlqaoJNXHIkDg,rmKuHboHT6ZF,ra\",\n    \"next\": \"https://whhneGyqoagaMxLhwbldATYoVvWwSmH.fovgtg6wVRxtIxzpn-AcunuLnK\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3362cb37-0f01-490e-8423-5ee93e88298f",
              "name": "An unexpected error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalogs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "This endpoint supports filtering, see [Filtering](#filtering).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "586"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "1029"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    },\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "50cea338-3d6b-455e-a21d-316595fe70b3",
          "name": "Get a catalog by ID",
          "request": {
            "name": "Get a catalog by ID",
            "description": {
              "content": "Retrieves the specified catalog.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "catalogs",
                ":catalog_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "catalog_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The catalog ID.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "f4b38f9c-b7fb-4a5c-8ce7-aee6ad3ee088",
              "name": "The catalog.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalogs",
                    ":catalog_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "catalog_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\",\n    \"type\": \"catalog\",\n    \"attributes\": {\n      \"name\": \"catalog-123\",\n      \"hierarchy_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"created_at\": \"2020-09-22T09:00:00\",\n      \"updated_at\": \"2020-09-22T09:00:00\",\n      \"description\": \"Catalog for Store 123\",\n      \"pricebook_id\": \"string\",\n      \"pricebook_ids\": [\n        {\n          \"priority\": 1027,\n          \"id\": \"145c636c-ad03-8863-07ce-36d97d0fee4b\"\n        },\n        {\n          \"priority\": 3612,\n          \"id\": \"7b0b51cb-cdb7-0290-faaa-6d61ee7b7c7c\"\n        }\n      ],\n      \"locales\": {\n        \"key_0\": {\n          \"key_0\": \"string\"\n        }\n      },\n      \"owner\": \"store\",\n      \"enable_price_segmentation\": true,\n      \"include_draft_products\": false\n    },\n    \"relationships\": {\n      \"rules\": {\n        \"links\": {\n          \"related\": \"string\"\n        }\n      },\n      \"releases\": {\n        \"links\": {\n          \"related\": \"string\"\n        },\n        \"meta\": {\n          \"count\": 710\n        }\n      }\n    }\n  },\n  \"links\": {\n    \"self\": \"http://KWmDQrytyqyN.odqtsbxy9YrsrZPfw0-FKevxGlBit3uK8S.NgsYAP2NaGys6PlqtgC\",\n    \"first\": \"http://IxFnNKLFyAhPqbyd.hsiBDqA3Y9nWyE3ads\",\n    \"last\": \"http://UvtuIwsniNilmpSndFMfrmGVPc.ksrTv1BfRn4QM5yiR8Hz0IS+ua4\",\n    \"prev\": \"https://PDivYYHLSbQTOryljvEvMHVK.ozyvIloJeW.49+it3MrfkcAX9pmi3FhoQLCvDymBTJHy2ngcKiGF\",\n    \"next\": \"http://kFIoenWNfzCirnMXrTznKRFzygJ.befos4YbuA+3QvvvL1kkZAWRXXsu-+aWpsR7\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b24bb292-94e2-4280-8f2f-a0ca5cd1dae7",
              "name": "An unexpected error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalogs",
                    ":catalog_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "catalog_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    },\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2d00b18f-8b6b-4395-a5c4-5a1b6126d4e8",
          "name": "Updates a catalog",
          "request": {
            "name": "Updates a catalog",
            "description": {
              "content": "Specify whichever attributes you want to change. The values of the other attributes remain the same. If the attributes section is empty, the catalog is not updated.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "catalogs",
                ":catalog_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "catalog_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The catalog ID.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"catalog\",\n    \"id\": \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\",\n    \"attributes\": {\n      \"name\": \"catalog-123\",\n      \"description\": \"Catalog for Store 123\",\n      \"hierarchy_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"pricebook_id\": \"string\",\n      \"pricebook_ids\": [\n        {\n          \"priority\": 4584,\n          \"id\": \"7d56b279-d9e6-fe51-4dd6-3760332cfea1\"\n        },\n        {\n          \"priority\": 1621,\n          \"id\": \"5a805af1-b2ed-2654-fa6d-40ecedf2cc57\"\n        }\n      ],\n      \"locales\": {\n        \"key_0\": {\n          \"key_0\": \"string\",\n          \"key_1\": \"string\",\n          \"key_2\": \"string\",\n          \"key_3\": \"string\"\n        }\n      },\n      \"enable_price_segmentation\": true,\n      \"include_draft_products\": false\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "152deed1-2022-4350-80d5-ac3b86e11da9",
              "name": "An updated catalog with the following attributes.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalogs",
                    ":catalog_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "catalog_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"catalog\",\n    \"id\": \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\",\n    \"attributes\": {\n      \"name\": \"catalog-123\",\n      \"description\": \"Catalog for Store 123\",\n      \"hierarchy_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"pricebook_id\": \"string\",\n      \"pricebook_ids\": [\n        {\n          \"priority\": 4584,\n          \"id\": \"7d56b279-d9e6-fe51-4dd6-3760332cfea1\"\n        },\n        {\n          \"priority\": 1621,\n          \"id\": \"5a805af1-b2ed-2654-fa6d-40ecedf2cc57\"\n        }\n      ],\n      \"locales\": {\n        \"key_0\": {\n          \"key_0\": \"string\",\n          \"key_1\": \"string\",\n          \"key_2\": \"string\",\n          \"key_3\": \"string\"\n        }\n      },\n      \"enable_price_segmentation\": true,\n      \"include_draft_products\": false\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\",\n    \"type\": \"catalog\",\n    \"attributes\": {\n      \"name\": \"catalog-123\",\n      \"hierarchy_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"created_at\": \"2020-09-22T09:00:00\",\n      \"updated_at\": \"2020-09-22T09:00:00\",\n      \"description\": \"Catalog for Store 123\",\n      \"pricebook_id\": \"string\",\n      \"pricebook_ids\": [\n        {\n          \"priority\": 1027,\n          \"id\": \"145c636c-ad03-8863-07ce-36d97d0fee4b\"\n        },\n        {\n          \"priority\": 3612,\n          \"id\": \"7b0b51cb-cdb7-0290-faaa-6d61ee7b7c7c\"\n        }\n      ],\n      \"locales\": {\n        \"key_0\": {\n          \"key_0\": \"string\"\n        }\n      },\n      \"owner\": \"store\",\n      \"enable_price_segmentation\": true,\n      \"include_draft_products\": false\n    },\n    \"relationships\": {\n      \"rules\": {\n        \"links\": {\n          \"related\": \"string\"\n        }\n      },\n      \"releases\": {\n        \"links\": {\n          \"related\": \"string\"\n        },\n        \"meta\": {\n          \"count\": 710\n        }\n      }\n    }\n  },\n  \"links\": {\n    \"self\": \"http://KWmDQrytyqyN.odqtsbxy9YrsrZPfw0-FKevxGlBit3uK8S.NgsYAP2NaGys6PlqtgC\",\n    \"first\": \"http://IxFnNKLFyAhPqbyd.hsiBDqA3Y9nWyE3ads\",\n    \"last\": \"http://UvtuIwsniNilmpSndFMfrmGVPc.ksrTv1BfRn4QM5yiR8Hz0IS+ua4\",\n    \"prev\": \"https://PDivYYHLSbQTOryljvEvMHVK.ozyvIloJeW.49+it3MrfkcAX9pmi3FhoQLCvDymBTJHy2ngcKiGF\",\n    \"next\": \"http://kFIoenWNfzCirnMXrTznKRFzygJ.befos4YbuA+3QvvvL1kkZAWRXXsu-+aWpsR7\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ec0a33d0-171a-4c10-9c20-8beec99ce1a0",
              "name": "Unexpected error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalogs",
                    ":catalog_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "catalog_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"catalog\",\n    \"id\": \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\",\n    \"attributes\": {\n      \"name\": \"catalog-123\",\n      \"description\": \"Catalog for Store 123\",\n      \"hierarchy_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"pricebook_id\": \"string\",\n      \"pricebook_ids\": [\n        {\n          \"priority\": 4584,\n          \"id\": \"7d56b279-d9e6-fe51-4dd6-3760332cfea1\"\n        },\n        {\n          \"priority\": 1621,\n          \"id\": \"5a805af1-b2ed-2654-fa6d-40ecedf2cc57\"\n        }\n      ],\n      \"locales\": {\n        \"key_0\": {\n          \"key_0\": \"string\",\n          \"key_1\": \"string\",\n          \"key_2\": \"string\",\n          \"key_3\": \"string\"\n        }\n      },\n      \"enable_price_segmentation\": true,\n      \"include_draft_products\": false\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    },\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "80978e33-e52e-421f-8b2e-d2a5e7110dcf",
          "name": "Deletes a catalog",
          "request": {
            "name": "Deletes a catalog",
            "description": {
              "content": "Deletes an unpublished catalog. Use [**Delete a Release**](/docs/api/pxm/catalog/delete-release-by-id) and [**Delete All Releases**](/docs/api/pxm/catalog/delete-releases) to delete releases of a catalog. If the catalog is associated with any catalog rules, you must first update the catalog rules to remove the catalog.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "catalogs",
                ":catalog_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "catalog_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The catalog ID.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "fcf5aff4-f008-4d3c-a92c-9fd64a8fe98d",
              "name": "A 204 response indicates that the catalog has been deleted.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalogs",
                    ":catalog_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "catalog_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "965bab31-2577-4d58-8c44-c130938d05b1",
              "name": "Unexpected error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalogs",
                    ":catalog_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "catalog_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    },\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Releases",
      "description": "When a catalog is published, a catalog release is created. A catalog release provides a snapshot of the product information taken at the time of publication. You can have one or more catalog releases available in your organization or in your store. If you publish a catalog for your organization, the catalog is available when the store is launched.\n\nIf you have more than one catalog published for your store, use catalog rules to specify when to display each catalog. For example, you can use [**catalog rules**](/docs/api/pxm/catalog/rules) to schedule a catalog to appear during a particular date and time, such as a seasonal catalog. The catalog may have different pricing than the other catalogs.\n\nWhen a catalog is ready to be used in a store, you publish it. You can create and publish catalogs for different contexts and channels.\n\nHere are some pointers to understand a catalogs' lifecycle.\n\n- The default catalog is always the oldest published catalog and must have have at least one release.\n- At any time, the most recent three catalog releases are maintained. Hence, if there is a fourth catalog release, the first catalog release is automatically removed.\n- Until the catalog is published again, the previously created three catalog releases stay permanently.\n- If you want any other catalog to become the default catalog, you must create a catalog rule.\n- If you want the oldest published catalog to become the default catalog, you must remove the catalog rule.\n- Use the `sort_order` value in the `variations` to program your storefront to display the variation options in the order that you want.\n\nHere is a diagram that describes a catalogs' lifecycle:\n\n![Catalogs' Lifecycle](/assets/catalog-lifecycle.png)\n\n### Publishing catalogs\n\nWhen you publish a catalog, the `live` products in the hierarchies appear in a catalog release. A catalog release provides a snapshot of product information taken at the time of publication. You can have one or more catalog releases available in your organization or in your store. If you publish a catalog for your organization, the catalog is available when the store is launched.\n\nIf you have more than one catalog published for your store, use catalog rules to specify when to display each catalog. For example, you can use [catalog rules](/docs/api/pxm/catalog/rules) to schedule a catalog to appear during a particular date and time, such as a seasonal catalog. The catalog may have different pricing than the other catalogs. You can have multiple published catalogs.\n\nWhen a catalog is ready to be used in a store, you publish it. You can create and publish catalogs for different contexts and channels. You can see the differences between the last two consecutive catalog releases. See [Publish a catalog](/docs/api/pxm/catalog/publish-release).\n\nYou retrieve catalogs for your shopper experience by using the [Catalog View API](/docs/api/pxm/catalog/releases).\n",
      "item": [
        {
          "id": "bfd9b2e5-f32c-4756-be0f-3ffb496caf4b",
          "name": "Get the catalog release as shoppers",
          "request": {
            "name": "Get the catalog release as shoppers",
            "description": {
              "content": "Returns a list of all published releases of the specified catalog.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "catalog"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "disabled": false,
                "description": {
                  "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                  "type": "text/plain"
                },
                "key": "accept-language",
                "value": "string"
              },
              {
                "disabled": false,
                "description": {
                  "content": "The list of channels in which this catalog can be displayed. A channel is the shopping experience, such as a mobile app or web storefront. If empty, the catalog rule matches all channels. The channel will eventually be included in the bearer token that is used for authorization, but currently, you must set the `EP-Channel` header in your requests.",
                  "type": "text/plain"
                },
                "key": "EP-Channel",
                "value": "string"
              },
              {
                "disabled": false,
                "description": {
                  "content": "Tags are used to refine the eligibility criteria for a rule. Requests populate the catalog rule tag using the `EP-Context-Tag` header.",
                  "type": "text/plain"
                },
                "key": "EP-Context-Tag",
                "value": "string"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "34f2ba6d-96f1-4f84-880b-bf52a424924d",
              "name": "The catalog.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalog"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                      "type": "text/plain"
                    },
                    "key": "accept-language",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "The list of channels in which this catalog can be displayed. A channel is the shopping experience, such as a mobile app or web storefront. If empty, the catalog rule matches all channels. The channel will eventually be included in the bearer token that is used for authorization, but currently, you must set the `EP-Channel` header in your requests.",
                      "type": "text/plain"
                    },
                    "key": "EP-Channel",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "Tags are used to refine the eligibility criteria for a rule. Requests populate the catalog rule tag using the `EP-Context-Tag` header.",
                      "type": "text/plain"
                    },
                    "key": "EP-Context-Tag",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\",\n    \"attributes\": {\n      \"name\": \"Clothing\",\n      \"published_at\": \"1970-01-01T00:00:00.000\",\n      \"catalog_id\": \"0194f54d-f2a1-4e33-9a6e-9ec366152490\",\n      \"description\": \"Catalog for Store 123\",\n      \"hierarchies\": [\n        {\n          \"id\": \"65477ce0-fcb8-436b-a120-3d57979421dd\",\n          \"label\": \"category\",\n          \"name\": \"Formal dresswear\"\n        },\n        {\n          \"id\": \"65477ce0-fcb8-436b-a120-3d57979421dd\",\n          \"label\": \"category\",\n          \"name\": \"Formal dresswear\"\n        }\n      ]\n    },\n    \"relationships\": {\n      \"delta\": {\n        \"links\": {\n          \"related\": \"string\"\n        }\n      },\n      \"products\": {\n        \"links\": {\n          \"related\": \"string\"\n        }\n      },\n      \"hierarchies\": {\n        \"links\": {\n          \"related\": \"string\"\n        }\n      }\n    },\n    \"type\": \"string\",\n    \"meta\": {\n      \"created_at\": \"1970-01-01T00:00:00.000\",\n      \"started_at\": \"1970-01-01T00:00:00.000\",\n      \"updated_at\": \"1970-01-01T00:00:00.000\",\n      \"release_status\": \"PUBLISHED\",\n      \"language\": \"en-GB\",\n      \"is_full_publish\": false,\n      \"is_full_delta\": false,\n      \"total_products\": 874,\n      \"total_nodes\": 3042,\n      \"percent_completed\": 5868,\n      \"owner\": \"organization\",\n      \"price_segmentation_enabled\": false,\n      \"indexing_duration_ms\": 220,\n      \"includes_draft_products\": false\n    }\n  },\n  \"links\": {\n    \"self\": \"http://RvBFU.spcklI5Hs7\",\n    \"first\": \"https://mVtPhuwqTpDKwXygciNcOkSpmcmJSv.jeuDE97cai82wIlmjhpmJiQ+-4dDYcNz+MvlN0QuGjaP8xl5sT\",\n    \"last\": \"http://tXjNkZtTMaHZETrHIj.kgouIKHMy2lfw1ybT-mJR91O32a6pQAUsKDfDp2dnqH6ZWEkaTXBQkP8kS9\",\n    \"prev\": \"https://QolWVaGlBaEGdy.onzukKZSG0SsD30vz.LBOsvA6OJK4wpa0.B3fgdQ0,TPiBGAi9MLWj8PUz+iPfV8QRZHRv\",\n    \"next\": \"http://lIaYEmcWGOpPNZ.kaR7ORvMutBlYs3Klu04vhm4k\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e97b8db8-1219-4546-a049-aebd800e4877",
              "name": "The unexpected error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalog"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                      "type": "text/plain"
                    },
                    "key": "accept-language",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "The list of channels in which this catalog can be displayed. A channel is the shopping experience, such as a mobile app or web storefront. If empty, the catalog rule matches all channels. The channel will eventually be included in the bearer token that is used for authorization, but currently, you must set the `EP-Channel` header in your requests.",
                      "type": "text/plain"
                    },
                    "key": "EP-Channel",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "Tags are used to refine the eligibility criteria for a rule. Requests populate the catalog rule tag using the `EP-Context-Tag` header.",
                      "type": "text/plain"
                    },
                    "key": "EP-Context-Tag",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    },\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1157c728-2f47-40f7-a95f-8ff4962da52c",
          "name": "Publishes a catalog",
          "request": {
            "name": "Publishes a catalog",
            "description": {
              "content": "\nPublishes a catalog. You must publish a catalog before you can retrieve that catalog in an organization or store. The hierarchies, live products, and prices associated with a published catalog are in read-only mode. If you make a change to these resources, for example, a change to your price book or hierarchies, you need to republish the catalog.\n\nYou can get [a catalog release](/docs/api/pxm/catalog/get-release-by-id) to retrieve a published catalog. Currently, published catalogs are limited to the current release and two releases prior to the current release.\n\nYou can see the differences between the last 2 consecutive catalog releases. This is useful if want to understand how your products have changed in your catalog, ensuring your site search integration is kept up-to-date.\n\nOnce a catalog release has completed publishing, the delta relationship links to the delta document.\n\nThe `delta` links are signed and only valid for 1 hour. Re-reading a catalog release, for example, using [Getting a release of a catalog](/docs/api/pxm/catalog/get-release-by-id) returns a fresh a link.\n\nYou can use the `is_full_delta` attribute returned from the `get a release of a catalog` endpoint to determine if you need to refresh the data in your company system before injecting fresh data in a `delta` link. The `is_full_delta` attribute tells you if this is a full publish of the catalog. Using a search service as an example, if the `is_full_delta` attribute is `true`, you should remove all data about that catalog from the search service before injecting fresh data from the `delta` file. If the `is_full_delta` attribute is `false`, then data from the previous catalog overlays the existing data in the `delta` file. To publish a catalog and inject fresh data in a `delta` link, set `export_full_delta` to `true`.\n\nIf a previous catalog publish date is greater than 90 days, then a full catalog publish is automatically performed. If you publish your catalogs infrequently, Commerce may perform a full publish when you are expecting a delta publish.\n\n:::caution\n\nGenerating a full delta is resource intensive and slows down the publishing process and so should only be performed in certain circumstances, for example, when initializing an integration with a service like Algolia.\n\n:::\n\nThe `is_full_delta` attribute is always `true` the first time a catalog is published. The information is stored in a collection of `json` documents in a compressed file. You can either manually check the file or, for example, use them to automatically update another company system you may have.\n\n- Delta files are only available for 30 days.\n- Delta files are removed when a catalog release is deleted.\n\nEach document has a `delta_type` with one of the following values, depending on whether a product has been deleted, updated or created in a catalog release.\n\n- `delete` describes products deleted from this release of a catalog.\n- `createupdate` describes products updated in this release of a catalog.\n\n### Multi-Store Management Solutions\n\nIn a multi-store management solution.\n\n- You can create organization catalogs. Your organization catalogs are available for your stores to use.\n- Your stores can create their own catalogs.\n- Your stores can create catalogs that have a combination of organization products and store products.\n\nIf you are publishing a catalog in a store that contains resources from an organization, in Commerce Manager, you must enable the **Include Organization Resources in Catalog Publishes** checkbox.\n\n1. Go to **SYSTEM** > **Store Settings**.\n2. Click **General Settings**.\n3. Select **PXM** from the list.\n4. Select the **Include Organization Resources in Catalog Publishes** checkbox.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "catalogs",
                ":catalog_id",
                "releases"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "catalog_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The catalog ID.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"export_full_delta\": false,\n    \"include_organization_resources\": false\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "7ee0e3de-ab88-4a4a-a02b-f565d144627a",
              "name": "Publishes a catalog release with the following attributes.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalogs",
                    ":catalog_id",
                    "releases"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "catalog_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"export_full_delta\": false,\n    \"include_organization_resources\": false\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\",\n    \"attributes\": {\n      \"name\": \"Clothing\",\n      \"published_at\": \"1970-01-01T00:00:00.000\",\n      \"catalog_id\": \"0194f54d-f2a1-4e33-9a6e-9ec366152490\",\n      \"description\": \"Catalog for Store 123\",\n      \"hierarchies\": [\n        {\n          \"id\": \"65477ce0-fcb8-436b-a120-3d57979421dd\",\n          \"label\": \"category\",\n          \"name\": \"Formal dresswear\"\n        },\n        {\n          \"id\": \"65477ce0-fcb8-436b-a120-3d57979421dd\",\n          \"label\": \"category\",\n          \"name\": \"Formal dresswear\"\n        }\n      ]\n    },\n    \"relationships\": {\n      \"delta\": {\n        \"links\": {\n          \"related\": \"string\"\n        }\n      },\n      \"products\": {\n        \"links\": {\n          \"related\": \"string\"\n        }\n      },\n      \"hierarchies\": {\n        \"links\": {\n          \"related\": \"string\"\n        }\n      }\n    },\n    \"type\": \"string\",\n    \"meta\": {\n      \"created_at\": \"1970-01-01T00:00:00.000\",\n      \"started_at\": \"1970-01-01T00:00:00.000\",\n      \"updated_at\": \"1970-01-01T00:00:00.000\",\n      \"release_status\": \"PUBLISHED\",\n      \"language\": \"en-GB\",\n      \"is_full_publish\": false,\n      \"is_full_delta\": false,\n      \"total_products\": 874,\n      \"total_nodes\": 3042,\n      \"percent_completed\": 5868,\n      \"owner\": \"organization\",\n      \"price_segmentation_enabled\": false,\n      \"indexing_duration_ms\": 220,\n      \"includes_draft_products\": false\n    }\n  },\n  \"links\": {\n    \"self\": \"http://RvBFU.spcklI5Hs7\",\n    \"first\": \"https://mVtPhuwqTpDKwXygciNcOkSpmcmJSv.jeuDE97cai82wIlmjhpmJiQ+-4dDYcNz+MvlN0QuGjaP8xl5sT\",\n    \"last\": \"http://tXjNkZtTMaHZETrHIj.kgouIKHMy2lfw1ybT-mJR91O32a6pQAUsKDfDp2dnqH6ZWEkaTXBQkP8kS9\",\n    \"prev\": \"https://QolWVaGlBaEGdy.onzukKZSG0SsD30vz.LBOsvA6OJK4wpa0.B3fgdQ0,TPiBGAi9MLWj8PUz+iPfV8QRZHRv\",\n    \"next\": \"http://lIaYEmcWGOpPNZ.kaR7ORvMutBlYs3Klu04vhm4k\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "284be053-19c6-4005-8b65-8393cc0d3942",
              "name": "Unexpected error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalogs",
                    ":catalog_id",
                    "releases"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "catalog_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"export_full_delta\": false,\n    \"include_organization_resources\": false\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    },\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d9ea3bdd-13ab-4d4b-a21c-254e12cebfe6",
          "name": "Gets all authorized catalog releases",
          "request": {
            "name": "Gets all authorized catalog releases",
            "description": {
              "content": "Returns a list of all published releases of the specified catalog. Currently, published catalogs are limited to the current release and two releases prior to the current release. You can see the differences between the last 2 consecutive catalog releases using the `delta` link returned in the response of a `publish a catalog` endpoint.\n\nYou can use the `is_full_delta` attribute returned from the `get a release of a catalog` endpoint to determine if you need to refresh the data in your company system before publishing a catalog release and injecting fresh data in a delta link. The `is_full_delta` attribute tells you if this is a full publish of a catalog release. Using a search service as an example, if the `is_full_delta` attribute is `true`, you should remove all data about that catalog from the search service before publishing a catalog release and injecting fresh data from the delta file. \n\nIf the `is_full_publish` attribute returned in the response is `false`, data from the previous catalog release overlaid the existing data in the delta file. The `is_full_publish` attribute is always `true` the first time a catalog is published. When determining whether delta data needs to be refreshed, ignore this attribute and always use the `is_full_delta` attribute.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "catalogs",
                ":catalog_id",
                "releases"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "catalog_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The catalog ID.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "disabled": false,
                "description": {
                  "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                  "type": "text/plain"
                },
                "key": "accept-language",
                "value": "string"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "fea58dcf-1454-47c0-b510-48a8d6df1e3a",
              "name": "The list of catalogs.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalogs",
                    ":catalog_id",
                    "releases"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "catalog_id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                      "type": "text/plain"
                    },
                    "key": "accept-language",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\",\n      \"attributes\": {\n        \"name\": \"Clothing\",\n        \"published_at\": \"1970-01-01T00:00:00.000\",\n        \"catalog_id\": \"0194f54d-f2a1-4e33-9a6e-9ec366152490\",\n        \"description\": \"Catalog for Store 123\",\n        \"hierarchies\": [\n          {\n            \"id\": \"65477ce0-fcb8-436b-a120-3d57979421dd\",\n            \"label\": \"category\",\n            \"name\": \"Formal dresswear\"\n          },\n          {\n            \"id\": \"65477ce0-fcb8-436b-a120-3d57979421dd\",\n            \"label\": \"category\",\n            \"name\": \"Formal dresswear\"\n          }\n        ]\n      },\n      \"relationships\": {\n        \"delta\": {\n          \"links\": {\n            \"related\": \"string\"\n          }\n        },\n        \"products\": {\n          \"links\": {\n            \"related\": \"string\"\n          }\n        },\n        \"hierarchies\": {\n          \"links\": {\n            \"related\": \"string\"\n          }\n        }\n      },\n      \"type\": \"string\",\n      \"meta\": {\n        \"created_at\": \"1970-01-01T00:00:00.000\",\n        \"started_at\": \"1970-01-01T00:00:00.000\",\n        \"updated_at\": \"1970-01-01T00:00:00.000\",\n        \"release_status\": \"PENDING\",\n        \"language\": \"en-GB\",\n        \"is_full_publish\": false,\n        \"is_full_delta\": false,\n        \"total_products\": 2650,\n        \"total_nodes\": 6099,\n        \"percent_completed\": 3820,\n        \"owner\": \"organization\",\n        \"price_segmentation_enabled\": false,\n        \"indexing_duration_ms\": 7099,\n        \"includes_draft_products\": false\n      }\n    },\n    {\n      \"id\": \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\",\n      \"attributes\": {\n        \"name\": \"Clothing\",\n        \"published_at\": \"1970-01-01T00:00:00.000\",\n        \"catalog_id\": \"0194f54d-f2a1-4e33-9a6e-9ec366152490\",\n        \"description\": \"Catalog for Store 123\",\n        \"hierarchies\": [\n          {\n            \"id\": \"65477ce0-fcb8-436b-a120-3d57979421dd\",\n            \"label\": \"category\",\n            \"name\": \"Formal dresswear\"\n          },\n          {\n            \"id\": \"65477ce0-fcb8-436b-a120-3d57979421dd\",\n            \"label\": \"category\",\n            \"name\": \"Formal dresswear\"\n          }\n        ]\n      },\n      \"relationships\": {\n        \"delta\": {\n          \"links\": {\n            \"related\": \"string\"\n          }\n        },\n        \"products\": {\n          \"links\": {\n            \"related\": \"string\"\n          }\n        },\n        \"hierarchies\": {\n          \"links\": {\n            \"related\": \"string\"\n          }\n        }\n      },\n      \"type\": \"string\",\n      \"meta\": {\n        \"created_at\": \"1970-01-01T00:00:00.000\",\n        \"started_at\": \"1970-01-01T00:00:00.000\",\n        \"updated_at\": \"1970-01-01T00:00:00.000\",\n        \"release_status\": \"IN_PROGRESS\",\n        \"language\": \"en-GB\",\n        \"is_full_publish\": false,\n        \"is_full_delta\": false,\n        \"total_products\": 4763,\n        \"total_nodes\": 2284,\n        \"percent_completed\": 4889,\n        \"owner\": \"organization\",\n        \"price_segmentation_enabled\": true,\n        \"indexing_duration_ms\": 5407,\n        \"includes_draft_products\": false\n      }\n    }\n  ],\n  \"links\": {\n    \"self\": \"https://ZrVBZZrXsiUfcCMLTRAGehg.rnmAz5HY7L\",\n    \"first\": \"https://kJAqapFDgoaaioXPkHGxlNdwcvvbZWh.fbshR5o02AsX.1+.w6S1QjNJMlJw1cUqy.VZ9ntaOYYMBpT51,Eov8uyphCbGaJz0dmMm8GuE5-JsGBJ,M2\",\n    \"last\": \"http://dSjSJ.vutedHzQ69Qr,9p68n5IGlHNr-y3nMHVkNt8sTXT\",\n    \"prev\": \"https://AxlODdjAGYYsbrPQQxMdTXz.fiocqNlS5DjJFm3\",\n    \"next\": \"http://UCYdaOxbnAdhBFeQZXFIDoBdusEZkE.wcF24stD8ETBNzkdDody6OC3k.MfvmAsZa-rVZ4VHDPuiQN\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b68d4c14-8832-4be4-a499-9d4af486a456",
              "name": "The unexpected error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalogs",
                    ":catalog_id",
                    "releases"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "catalog_id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                      "type": "text/plain"
                    },
                    "key": "accept-language",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    },\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "cc1230aa-641b-4818-9dae-9b746eac59a5",
          "name": "Deletes all releases",
          "request": {
            "name": "Deletes all releases",
            "description": {
              "content": "Deletes all releases of the specified published catalog.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "catalogs",
                ":catalog_id",
                "releases"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "catalog_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The catalog ID.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "2ded16f0-ebaa-44b6-8ef7-7b3842e9452a",
              "name": "A 204 response indicates that the releases have been deleted.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalogs",
                    ":catalog_id",
                    "releases"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "catalog_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "d1af6b32-b334-4dfe-bf3a-3a6c369b9291",
              "name": "Unexpected error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalogs",
                    ":catalog_id",
                    "releases"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "catalog_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    },\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "80348b06-e5dc-457b-b3d9-d5fac3e06095",
          "name": "Get a catalog release by ID",
          "request": {
            "name": "Get a catalog release by ID",
            "description": {
              "content": "Retrieves the specified catalog release.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "catalogs",
                ":catalog_id",
                "releases",
                ":release_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "catalog_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The catalog ID.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "release_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of a published release of the catalog or `latestPublished` for the most recently published version.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "disabled": false,
                "description": {
                  "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                  "type": "text/plain"
                },
                "key": "accept-language",
                "value": "string"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "afb14d37-357d-4a9d-b041-41aefa5689e0",
              "name": "The catalog.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalogs",
                    ":catalog_id",
                    "releases",
                    ":release_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "catalog_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a published release of the catalog or `latestPublished` for the most recently published version.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "release_id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                      "type": "text/plain"
                    },
                    "key": "accept-language",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\",\n    \"attributes\": {\n      \"name\": \"Clothing\",\n      \"published_at\": \"1970-01-01T00:00:00.000\",\n      \"catalog_id\": \"0194f54d-f2a1-4e33-9a6e-9ec366152490\",\n      \"description\": \"Catalog for Store 123\",\n      \"hierarchies\": [\n        {\n          \"id\": \"65477ce0-fcb8-436b-a120-3d57979421dd\",\n          \"label\": \"category\",\n          \"name\": \"Formal dresswear\"\n        },\n        {\n          \"id\": \"65477ce0-fcb8-436b-a120-3d57979421dd\",\n          \"label\": \"category\",\n          \"name\": \"Formal dresswear\"\n        }\n      ]\n    },\n    \"relationships\": {\n      \"delta\": {\n        \"links\": {\n          \"related\": \"string\"\n        }\n      },\n      \"products\": {\n        \"links\": {\n          \"related\": \"string\"\n        }\n      },\n      \"hierarchies\": {\n        \"links\": {\n          \"related\": \"string\"\n        }\n      }\n    },\n    \"type\": \"string\",\n    \"meta\": {\n      \"created_at\": \"1970-01-01T00:00:00.000\",\n      \"started_at\": \"1970-01-01T00:00:00.000\",\n      \"updated_at\": \"1970-01-01T00:00:00.000\",\n      \"release_status\": \"PUBLISHED\",\n      \"language\": \"en-GB\",\n      \"is_full_publish\": false,\n      \"is_full_delta\": false,\n      \"total_products\": 874,\n      \"total_nodes\": 3042,\n      \"percent_completed\": 5868,\n      \"owner\": \"organization\",\n      \"price_segmentation_enabled\": false,\n      \"indexing_duration_ms\": 220,\n      \"includes_draft_products\": false\n    }\n  },\n  \"links\": {\n    \"self\": \"http://RvBFU.spcklI5Hs7\",\n    \"first\": \"https://mVtPhuwqTpDKwXygciNcOkSpmcmJSv.jeuDE97cai82wIlmjhpmJiQ+-4dDYcNz+MvlN0QuGjaP8xl5sT\",\n    \"last\": \"http://tXjNkZtTMaHZETrHIj.kgouIKHMy2lfw1ybT-mJR91O32a6pQAUsKDfDp2dnqH6ZWEkaTXBQkP8kS9\",\n    \"prev\": \"https://QolWVaGlBaEGdy.onzukKZSG0SsD30vz.LBOsvA6OJK4wpa0.B3fgdQ0,TPiBGAi9MLWj8PUz+iPfV8QRZHRv\",\n    \"next\": \"http://lIaYEmcWGOpPNZ.kaR7ORvMutBlYs3Klu04vhm4k\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d8d1ba82-04d6-49fc-8252-be1f6cad2b1f",
              "name": "The unexpected error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalogs",
                    ":catalog_id",
                    "releases",
                    ":release_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "catalog_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a published release of the catalog or `latestPublished` for the most recently published version.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "release_id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                      "type": "text/plain"
                    },
                    "key": "accept-language",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    },\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "23582f73-5b48-4f6f-ae15-d99b7fe167ec",
          "name": "Deletes a release",
          "request": {
            "name": "Deletes a release",
            "description": {
              "content": "Deletes the specified published catalog release.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "catalogs",
                ":catalog_id",
                "releases",
                ":release_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "catalog_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The catalog ID.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "release_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of a published release of the catalog or `latestPublished` for the most recently published version.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "44a8fb90-afdb-4301-9699-c316553fb6ff",
              "name": "A 204 response indicates that the release has been deleted.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalogs",
                    ":catalog_id",
                    "releases",
                    ":release_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "catalog_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a published release of the catalog or `latestPublished` for the most recently published version.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "release_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "0ec2b501-e25c-4751-bd9e-96d6bc8d49a6",
              "name": "Unexpected error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalogs",
                    ":catalog_id",
                    "releases",
                    ":release_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "catalog_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a published release of the catalog or `latestPublished` for the most recently published version.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "release_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    },\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Rules",
      "description": "If your store requires multiple catalogs, add catalog rules to control when a catalog is displayed. A catalog rule contains a catalog plus the criteria under which to display the catalog.\n\n:::caution\n\nYou cannot create catalog rules for organization catalogs.\n\n:::\n\nYou can use catalog rules to schedule a catalog to appear during a particular period, such as on a specific date or during summer. The catalog might offer different pricing during this period. The pricing depends on the associated price book.\n\nThe following scenarios provides a few examples for using catalog rules.\n\n- **Multiple geographical regions**. Display different catalogs in different regions with suitable pricing or combine product hierarchies from two different regions to display in a third region.\n- **Multiple channels**. Display different catalogs based on how a shopper accesses your store, such as through a mobile app or a web storefront.\n- **Direct to business versus direct to customers**. Offer different products and prices for business customers versus retail customers.\n- **Preferred accounts**. Offer special pricing to a group of users while displaying a standard price catalog to other users.\n- **Preferred customers**. Offer special pricing to preferred customers while displaying a standard price catalog to all other shoppers.\n- **Reward programs**. Enable reward programs where catalog prices drop after a certain spending level is reached.\n- **Product sales**. Offer sale items for a limited time.\n- **Standard pricing**. Display a default catalog to the shoppers who do not meet the criteria of the other catalog rules.\n\nYou can define a catalog rule with any of the following criteria.\n\n- **Accounts**. List the accounts that should see a catalog. When a user has logged in with the account, they see the configured catalog.\n- **Customers**. List the customers that should see a catalog. When the customer is logged in, they see the configured catalog.\n- **Channel**. Specify a shopper experience, such as web storefront or mobile app. Set up the channel to retrieve the catalog from the catalog rule that matches that channel.\n- **Other tags**. Create your own user-defined tags. For example, you might want to tag by regions or you might want to distinguish between business and consumer customers.\n\nIf a catalog rule has no criteria defined, it is the default catalog rule.\n\n### Resolving catalog rules\n\nWhen there is a request for a catalog, the store displays the catalog with the rule that matches the most attributes of the shoppers context.\n\nThe request triggers the following steps:\n\n1. Compares the shoppers context against the defined catalog rules.\n1. Determines the best match.\n1. Retrieves the catalog associated with the matching catalog rule.\n\nThe follow examples show how the best match might be resolved:\n\n- A shopper matches one of the `customer_ids` in one catalog rule only. The catalog for that catalog rule is displayed.\n- A shopper matches one of the `customer_ids` in one catalog rule only, but doesnʼt match any of the `tags` specified in that catalog rule. Because there are no other catalog rules for this `customer_id`, the catalog for the catalog rule is displayed because it is the best match.\n- A shopper is browsing a store using the stores mobile app, which matches `channel=mobile` in two catalog rules. The catalog displayed depends on matches with the `tags` or `customer_ids` attributes. If there is no other matching attribute, the first catalog rule found by the store is used. The best practice is to create catalog rules that cover all cases so that you avoid this situation.\n- An unknown shopper is browsing the only channel offered by the seller. The store displays the base catalog.\n",
      "item": [
        {
          "id": "d2174af5-f8ae-460d-a61c-af44b7f16908",
          "name": "Creates a new catalog rule",
          "request": {
            "name": "Creates a new catalog rule",
            "description": {
              "content": "If you have multiple catalogs, create catalog rule resources. With catalog rules, you can display different catalogs to different shoppers. For example, you can display a preferred pricing catalog to a few special customers. Or you can display one catalog to shoppers using your website and a different catalog to shoppers using your mobile app. Finally, you can define custom criteria by creating tags.\n\n:::note\n\n- If you have one catalog for all customers and channels, you can omit creating this resource.\n- Due to the way catalogs are cached in Commerce, using catalog rules to display catalogs sometimes causes a 5-minute time delay before the catalogs are displayed.\n- You cannot create catalog rules for organization catalogs.\n\n:::\n\nFor ideas about the kinds of business scenarios you can achieve with catalog rules, see [Catalog Rules](/docs/api/pxm/catalog/rules). To understand how catalogs are matched to shoppers by using rules, see [Resolving Catalog Rules](/docs/api/pxm/catalog/rules#resolving-catalog-rules).\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "catalogs",
                "rules"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"catalog_rule\",\n    \"attributes\": {\n      \"name\": \"rule-123\",\n      \"catalog_id\": \"d09b4e16-08a5-4f42-817c-6e0d98acbb63\",\n      \"description\": \"Catalog Rule for most favored customers\",\n      \"account_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"account_tag_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"customer_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"channels\": [\n        \"string\",\n        \"string\"\n      ],\n      \"tags\": [\n        \"string\",\n        \"string\"\n      ],\n      \"schedules\": [\n        {\n          \"valid_from\": \"2020-09-22T09:00:00\",\n          \"valid_to\": \"2020-09-22T09:00:00\"\n        },\n        {\n          \"valid_from\": \"2020-09-22T09:00:00\",\n          \"valid_to\": \"2020-09-22T09:00:00\"\n        }\n      ],\n      \"pricebook_ids\": [\n        {\n          \"priority\": 5091,\n          \"id\": \"48b2357a-b537-59f9-72f2-56b8791aaf0f\"\n        },\n        {\n          \"priority\": 3070,\n          \"id\": \"dc2f814a-fe2f-9ca8-359f-577da573d8d6\"\n        }\n      ],\n      \"search_profile_slug\": \"vip-search\"\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "04976a5d-1f84-4c42-afb8-783af7e7355c",
              "name": "The created catalog rule",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalogs",
                    "rules"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"catalog_rule\",\n    \"attributes\": {\n      \"name\": \"rule-123\",\n      \"catalog_id\": \"d09b4e16-08a5-4f42-817c-6e0d98acbb63\",\n      \"description\": \"Catalog Rule for most favored customers\",\n      \"account_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"account_tag_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"customer_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"channels\": [\n        \"string\",\n        \"string\"\n      ],\n      \"tags\": [\n        \"string\",\n        \"string\"\n      ],\n      \"schedules\": [\n        {\n          \"valid_from\": \"2020-09-22T09:00:00\",\n          \"valid_to\": \"2020-09-22T09:00:00\"\n        },\n        {\n          \"valid_from\": \"2020-09-22T09:00:00\",\n          \"valid_to\": \"2020-09-22T09:00:00\"\n        }\n      ],\n      \"pricebook_ids\": [\n        {\n          \"priority\": 5091,\n          \"id\": \"48b2357a-b537-59f9-72f2-56b8791aaf0f\"\n        },\n        {\n          \"priority\": 3070,\n          \"id\": \"dc2f814a-fe2f-9ca8-359f-577da573d8d6\"\n        }\n      ],\n      \"search_profile_slug\": \"vip-search\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\",\n    \"type\": \"catalog_rule\",\n    \"attributes\": {\n      \"name\": \"rule-123\",\n      \"catalog_id\": \"d09b4e16-08a5-4f42-817c-6e0d98acbb63\",\n      \"created_at\": \"2020-09-22T09:00:00\",\n      \"updated_at\": \"2020-09-22T09:00:00\",\n      \"description\": \"Catalog Rule for most favored customers\",\n      \"account_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"account_tag_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"customer_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"channels\": [\n        \"string\",\n        \"string\"\n      ],\n      \"tags\": [\n        \"string\",\n        \"string\"\n      ],\n      \"schedules\": [\n        {\n          \"valid_from\": \"2020-09-22T09:00:00\",\n          \"valid_to\": \"2020-09-22T09:00:00\"\n        },\n        {\n          \"valid_from\": \"2020-09-22T09:00:00\",\n          \"valid_to\": \"2020-09-22T09:00:00\"\n        }\n      ],\n      \"pricebook_ids\": [\n        {\n          \"priority\": 5844,\n          \"id\": \"cea8f4a9-9e93-70ef-357d-89f2d0f19cbc\"\n        },\n        {\n          \"priority\": 6424,\n          \"id\": \"4491e260-4135-a981-915c-0f53a0e8be7a\"\n        }\n      ],\n      \"search_profile_slug\": \"vip-search\"\n    },\n    \"meta\": {\n      \"similarity_score\": 100,\n      \"active\": false,\n      \"resolved_for_shopper\": true,\n      \"release_id\": \"string\"\n    }\n  },\n  \"links\": {\n    \"self\": \"https://qZhDmYmiJQoawHXYHGlDjaZhyDZtWmJp.jkjoDRjl.vOqH\",\n    \"first\": \"https://uIxdFUKXDEkZflKaD.pumcDao2u7WNPYv0BpDc7DRQOZb2kB,\",\n    \"last\": \"https://QGtjPAvSrQPNGs.pipaf8FURztwNHdI0LF9H+1dXWrfJBkxKDgF\",\n    \"prev\": \"https://SgxwHuZdZYrjzNgOPRFqqBvqIIDsRVib.fdhePu7W5ckH7Zaz1DaiAtEfus7CeaYv,aS4N7mJvn1KX2Z0ala28-OkFRkbqrgQrR0HFcvv\",\n    \"next\": \"https://jJBldgoy.kwOD4S,,Tk1ei-0GGuS.,V5R2nKTGUBjE5Mjt+xTVYTZbNH2,q--\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4c811bca-45dc-4a27-8748-a43235ab71d2",
              "name": "Unexpected error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalogs",
                    "rules"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"catalog_rule\",\n    \"attributes\": {\n      \"name\": \"rule-123\",\n      \"catalog_id\": \"d09b4e16-08a5-4f42-817c-6e0d98acbb63\",\n      \"description\": \"Catalog Rule for most favored customers\",\n      \"account_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"account_tag_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"customer_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"channels\": [\n        \"string\",\n        \"string\"\n      ],\n      \"tags\": [\n        \"string\",\n        \"string\"\n      ],\n      \"schedules\": [\n        {\n          \"valid_from\": \"2020-09-22T09:00:00\",\n          \"valid_to\": \"2020-09-22T09:00:00\"\n        },\n        {\n          \"valid_from\": \"2020-09-22T09:00:00\",\n          \"valid_to\": \"2020-09-22T09:00:00\"\n        }\n      ],\n      \"pricebook_ids\": [\n        {\n          \"priority\": 5091,\n          \"id\": \"48b2357a-b537-59f9-72f2-56b8791aaf0f\"\n        },\n        {\n          \"priority\": 3070,\n          \"id\": \"dc2f814a-fe2f-9ca8-359f-577da573d8d6\"\n        }\n      ],\n      \"search_profile_slug\": \"vip-search\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    },\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c6a518a9-7ed7-497f-b869-42d779416b86",
          "name": "Gets all authorized catalog rules",
          "request": {
            "name": "Gets all authorized catalog rules",
            "description": {
              "content": "Retrieves all authorized catalog rules.\n\n### Filtering\n\nThis endpoint supports filtering. For general filtering syntax, see [Filtering](/guides/Getting-Started/filtering). The following operators and attributes are supported.\n\n| Operator | Description | Supported Attributes | Example |\n|:--- |:--- |:--- |:--- |\n| `eq` | Equals. Checks if the values of two operands are equal. If they are, the condition is true. | `id`,`catalog_id`,`account_ids`,`customer_ids`,`channels`,`tags`,`pricebook_ids`,`search_profile_slug` | `filter=eq(id,some-id)` | \n| `in` | Checks if the values are included in the specified string. If they are, the condition is true. | `id`,`account_ids`,`customer_ids`,`channels`,`tags`,`pricebook_ids`,`search_profile_slug` | `filter=in(account_ids,some-id,another-id)` | \n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "catalogs",
                "rules"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "This endpoint supports filtering. See [Filtering](#filtering).\n",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "586"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "1029"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "782058e3-f504-45b1-b73a-ea1ca5c3740c",
              "name": "The list of catalog rules.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalogs",
                    "rules"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "This endpoint supports filtering. See [Filtering](#filtering).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "586"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "1029"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\",\n      \"type\": \"catalog_rule\",\n      \"attributes\": {\n        \"name\": \"rule-123\",\n        \"catalog_id\": \"d09b4e16-08a5-4f42-817c-6e0d98acbb63\",\n        \"created_at\": \"2020-09-22T09:00:00\",\n        \"updated_at\": \"2020-09-22T09:00:00\",\n        \"description\": \"Catalog Rule for most favored customers\",\n        \"account_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"account_tag_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"customer_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"channels\": [\n          \"string\",\n          \"string\"\n        ],\n        \"tags\": [\n          \"string\",\n          \"string\"\n        ],\n        \"schedules\": [\n          {\n            \"valid_from\": \"2020-09-22T09:00:00\",\n            \"valid_to\": \"2020-09-22T09:00:00\"\n          },\n          {\n            \"valid_from\": \"2020-09-22T09:00:00\",\n            \"valid_to\": \"2020-09-22T09:00:00\"\n          }\n        ],\n        \"pricebook_ids\": [\n          {\n            \"priority\": 8059,\n            \"id\": \"8eec3ab5-e718-f751-3fbb-3883eccfbdba\"\n          },\n          {\n            \"priority\": 9478,\n            \"id\": \"4cf13a72-c0f3-e14d-87cf-8c1626dff9d8\"\n          }\n        ],\n        \"search_profile_slug\": \"vip-search\"\n      },\n      \"meta\": {\n        \"similarity_score\": 100,\n        \"active\": false,\n        \"resolved_for_shopper\": true,\n        \"release_id\": \"string\"\n      }\n    },\n    {\n      \"id\": \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\",\n      \"type\": \"catalog_rule\",\n      \"attributes\": {\n        \"name\": \"rule-123\",\n        \"catalog_id\": \"d09b4e16-08a5-4f42-817c-6e0d98acbb63\",\n        \"created_at\": \"2020-09-22T09:00:00\",\n        \"updated_at\": \"2020-09-22T09:00:00\",\n        \"description\": \"Catalog Rule for most favored customers\",\n        \"account_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"account_tag_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"customer_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"channels\": [\n          \"string\",\n          \"string\"\n        ],\n        \"tags\": [\n          \"string\",\n          \"string\"\n        ],\n        \"schedules\": [\n          {\n            \"valid_from\": \"2020-09-22T09:00:00\",\n            \"valid_to\": \"2020-09-22T09:00:00\"\n          },\n          {\n            \"valid_from\": \"2020-09-22T09:00:00\",\n            \"valid_to\": \"2020-09-22T09:00:00\"\n          }\n        ],\n        \"pricebook_ids\": [\n          {\n            \"priority\": 4867,\n            \"id\": \"7d60027f-5826-b524-41b6-d51fc6913799\"\n          },\n          {\n            \"priority\": 7765,\n            \"id\": \"0ca8603a-c93e-7308-6a2b-0ad4edbf5f15\"\n          }\n        ],\n        \"search_profile_slug\": \"vip-search\"\n      },\n      \"meta\": {\n        \"similarity_score\": 100,\n        \"active\": false,\n        \"resolved_for_shopper\": true,\n        \"release_id\": \"string\"\n      }\n    }\n  ],\n  \"meta\": {\n    \"results\": {\n      \"total\": 9824\n    },\n    \"page\": {\n      \"limit\": 1368,\n      \"offset\": 2852,\n      \"current\": 8111,\n      \"total\": 3907\n    }\n  },\n  \"links\": {\n    \"self\": \"https://IjzABZFTNxEkJOttxAEoqC.wjnHl.FTI0Yk4ydOTMC.VmQK.IiSJ-Ec-DmxTsV9KBtGUAjYcJkQHQdFcTqW.bG+rx2Yqu6XfCQt\",\n    \"first\": \"https://pYymtGukccJhUEkF.sbcHNoIm+AzYqgvC5D5w0idjioq2noQZGGMAsfX6YDS\",\n    \"last\": \"http://cMrGxijoADMGKjXhJEWbNsWNL.tyVxkmqjkhBcvOSFY+EEGvFo7chdMhVLpaZVBqtk34QUgBs0OHJaaFSxoBfH7\",\n    \"prev\": \"https://HHNskkOuXHzIoLaLEyNBvoMdKZmIoi.nvcsajjOoH3NwYqVSEylofTpnrvEbKo,,t\",\n    \"next\": \"https://BMvphIYGmYo.ijuzRf+YMLOr9hY91YuwFIvxQmFYK51\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "beca1123-50c9-4181-9f18-97b39c94a7ac",
              "name": "An unexpected error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalogs",
                    "rules"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "This endpoint supports filtering. See [Filtering](#filtering).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "586"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "1029"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    },\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6ffa8e9a-70ad-4746-a2f8-e5e5d6b236b3",
          "name": "Get a catalog rule by ID",
          "request": {
            "name": "Get a catalog rule by ID",
            "description": {},
            "url": {
              "path": [
                "catalogs",
                "rules",
                ":catalog_rule_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "catalog_rule_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The catalog rule ID.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "7cd2cb09-6673-4073-a345-ae52be7bc554",
              "name": "The catalog rile.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalogs",
                    "rules",
                    ":catalog_rule_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog rule ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "catalog_rule_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\",\n    \"type\": \"catalog_rule\",\n    \"attributes\": {\n      \"name\": \"rule-123\",\n      \"catalog_id\": \"d09b4e16-08a5-4f42-817c-6e0d98acbb63\",\n      \"created_at\": \"2020-09-22T09:00:00\",\n      \"updated_at\": \"2020-09-22T09:00:00\",\n      \"description\": \"Catalog Rule for most favored customers\",\n      \"account_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"account_tag_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"customer_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"channels\": [\n        \"string\",\n        \"string\"\n      ],\n      \"tags\": [\n        \"string\",\n        \"string\"\n      ],\n      \"schedules\": [\n        {\n          \"valid_from\": \"2020-09-22T09:00:00\",\n          \"valid_to\": \"2020-09-22T09:00:00\"\n        },\n        {\n          \"valid_from\": \"2020-09-22T09:00:00\",\n          \"valid_to\": \"2020-09-22T09:00:00\"\n        }\n      ],\n      \"pricebook_ids\": [\n        {\n          \"priority\": 5844,\n          \"id\": \"cea8f4a9-9e93-70ef-357d-89f2d0f19cbc\"\n        },\n        {\n          \"priority\": 6424,\n          \"id\": \"4491e260-4135-a981-915c-0f53a0e8be7a\"\n        }\n      ],\n      \"search_profile_slug\": \"vip-search\"\n    },\n    \"meta\": {\n      \"similarity_score\": 100,\n      \"active\": false,\n      \"resolved_for_shopper\": true,\n      \"release_id\": \"string\"\n    }\n  },\n  \"links\": {\n    \"self\": \"https://qZhDmYmiJQoawHXYHGlDjaZhyDZtWmJp.jkjoDRjl.vOqH\",\n    \"first\": \"https://uIxdFUKXDEkZflKaD.pumcDao2u7WNPYv0BpDc7DRQOZb2kB,\",\n    \"last\": \"https://QGtjPAvSrQPNGs.pipaf8FURztwNHdI0LF9H+1dXWrfJBkxKDgF\",\n    \"prev\": \"https://SgxwHuZdZYrjzNgOPRFqqBvqIIDsRVib.fdhePu7W5ckH7Zaz1DaiAtEfus7CeaYv,aS4N7mJvn1KX2Z0ala28-OkFRkbqrgQrR0HFcvv\",\n    \"next\": \"https://jJBldgoy.kwOD4S,,Tk1ei-0GGuS.,V5R2nKTGUBjE5Mjt+xTVYTZbNH2,q--\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "36b87730-91f2-4716-8776-4a1b90f38874",
              "name": "An unexpected error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalogs",
                    "rules",
                    ":catalog_rule_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog rule ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "catalog_rule_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    },\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6e94d70e-754e-4d32-a98e-1f08c1c6cc85",
          "name": "Updates a catalog rule",
          "request": {
            "name": "Updates a catalog rule",
            "description": {
              "content": "Specify whichever attributes you want to change. The values of the other attributes remain the same. If the attributes section is empty, the catalog rule is not updated.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "catalogs",
                "rules",
                ":catalog_rule_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "catalog_rule_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The catalog rule ID.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"id\": \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\",\n    \"type\": \"catalog_rule\",\n    \"attributes\": {\n      \"name\": \"rule-123\",\n      \"description\": \"Catalog Rule for most favored customers\",\n      \"account_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"account_tag_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"customer_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"channels\": [\n        \"string\",\n        \"string\"\n      ],\n      \"schedules\": [\n        {\n          \"valid_from\": \"2020-09-22T09:00:00\",\n          \"valid_to\": \"2020-09-22T09:00:00\"\n        },\n        {\n          \"valid_from\": \"2020-09-22T09:00:00\",\n          \"valid_to\": \"2020-09-22T09:00:00\"\n        }\n      ],\n      \"tags\": [\n        \"string\",\n        \"string\"\n      ],\n      \"catalog_id\": \"d09b4e16-08a5-4f42-817c-6e0d98acbb63\",\n      \"pricebook_ids\": [\n        {\n          \"priority\": 8383,\n          \"id\": \"ae026b26-3c29-f1a6-c4cb-2c36547d7c4d\"\n        },\n        {\n          \"priority\": 7832,\n          \"id\": \"02a80e3a-36ee-65ac-3635-87304eda738a\"\n        }\n      ],\n      \"search_profile_slug\": \"vip-search\"\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "3e154d01-33e1-4280-a51f-e556cb94ec25",
              "name": "An Updated catalog rule with the following attributes.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalogs",
                    "rules",
                    ":catalog_rule_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog rule ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "catalog_rule_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\",\n    \"type\": \"catalog_rule\",\n    \"attributes\": {\n      \"name\": \"rule-123\",\n      \"description\": \"Catalog Rule for most favored customers\",\n      \"account_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"account_tag_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"customer_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"channels\": [\n        \"string\",\n        \"string\"\n      ],\n      \"schedules\": [\n        {\n          \"valid_from\": \"2020-09-22T09:00:00\",\n          \"valid_to\": \"2020-09-22T09:00:00\"\n        },\n        {\n          \"valid_from\": \"2020-09-22T09:00:00\",\n          \"valid_to\": \"2020-09-22T09:00:00\"\n        }\n      ],\n      \"tags\": [\n        \"string\",\n        \"string\"\n      ],\n      \"catalog_id\": \"d09b4e16-08a5-4f42-817c-6e0d98acbb63\",\n      \"pricebook_ids\": [\n        {\n          \"priority\": 8383,\n          \"id\": \"ae026b26-3c29-f1a6-c4cb-2c36547d7c4d\"\n        },\n        {\n          \"priority\": 7832,\n          \"id\": \"02a80e3a-36ee-65ac-3635-87304eda738a\"\n        }\n      ],\n      \"search_profile_slug\": \"vip-search\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\",\n    \"type\": \"catalog_rule\",\n    \"attributes\": {\n      \"name\": \"rule-123\",\n      \"catalog_id\": \"d09b4e16-08a5-4f42-817c-6e0d98acbb63\",\n      \"created_at\": \"2020-09-22T09:00:00\",\n      \"updated_at\": \"2020-09-22T09:00:00\",\n      \"description\": \"Catalog Rule for most favored customers\",\n      \"account_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"account_tag_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"customer_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"channels\": [\n        \"string\",\n        \"string\"\n      ],\n      \"tags\": [\n        \"string\",\n        \"string\"\n      ],\n      \"schedules\": [\n        {\n          \"valid_from\": \"2020-09-22T09:00:00\",\n          \"valid_to\": \"2020-09-22T09:00:00\"\n        },\n        {\n          \"valid_from\": \"2020-09-22T09:00:00\",\n          \"valid_to\": \"2020-09-22T09:00:00\"\n        }\n      ],\n      \"pricebook_ids\": [\n        {\n          \"priority\": 5844,\n          \"id\": \"cea8f4a9-9e93-70ef-357d-89f2d0f19cbc\"\n        },\n        {\n          \"priority\": 6424,\n          \"id\": \"4491e260-4135-a981-915c-0f53a0e8be7a\"\n        }\n      ],\n      \"search_profile_slug\": \"vip-search\"\n    },\n    \"meta\": {\n      \"similarity_score\": 100,\n      \"active\": false,\n      \"resolved_for_shopper\": true,\n      \"release_id\": \"string\"\n    }\n  },\n  \"links\": {\n    \"self\": \"https://qZhDmYmiJQoawHXYHGlDjaZhyDZtWmJp.jkjoDRjl.vOqH\",\n    \"first\": \"https://uIxdFUKXDEkZflKaD.pumcDao2u7WNPYv0BpDc7DRQOZb2kB,\",\n    \"last\": \"https://QGtjPAvSrQPNGs.pipaf8FURztwNHdI0LF9H+1dXWrfJBkxKDgF\",\n    \"prev\": \"https://SgxwHuZdZYrjzNgOPRFqqBvqIIDsRVib.fdhePu7W5ckH7Zaz1DaiAtEfus7CeaYv,aS4N7mJvn1KX2Z0ala28-OkFRkbqrgQrR0HFcvv\",\n    \"next\": \"https://jJBldgoy.kwOD4S,,Tk1ei-0GGuS.,V5R2nKTGUBjE5Mjt+xTVYTZbNH2,q--\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5c773855-17a7-4836-a718-df0bbc6875ad",
              "name": "Unexpected error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalogs",
                    "rules",
                    ":catalog_rule_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog rule ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "catalog_rule_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\",\n    \"type\": \"catalog_rule\",\n    \"attributes\": {\n      \"name\": \"rule-123\",\n      \"description\": \"Catalog Rule for most favored customers\",\n      \"account_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"account_tag_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"customer_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"channels\": [\n        \"string\",\n        \"string\"\n      ],\n      \"schedules\": [\n        {\n          \"valid_from\": \"2020-09-22T09:00:00\",\n          \"valid_to\": \"2020-09-22T09:00:00\"\n        },\n        {\n          \"valid_from\": \"2020-09-22T09:00:00\",\n          \"valid_to\": \"2020-09-22T09:00:00\"\n        }\n      ],\n      \"tags\": [\n        \"string\",\n        \"string\"\n      ],\n      \"catalog_id\": \"d09b4e16-08a5-4f42-817c-6e0d98acbb63\",\n      \"pricebook_ids\": [\n        {\n          \"priority\": 8383,\n          \"id\": \"ae026b26-3c29-f1a6-c4cb-2c36547d7c4d\"\n        },\n        {\n          \"priority\": 7832,\n          \"id\": \"02a80e3a-36ee-65ac-3635-87304eda738a\"\n        }\n      ],\n      \"search_profile_slug\": \"vip-search\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    },\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c04ae273-fced-4755-8b9a-f225ac7d23cb",
          "name": "Deletes a catalog rule",
          "request": {
            "name": "Deletes a catalog rule",
            "description": {},
            "url": {
              "path": [
                "catalogs",
                "rules",
                ":catalog_rule_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "catalog_rule_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The catalog rule ID.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "5bfeca4a-1e68-41cf-a1e2-2390cc52622e",
              "name": "A 204 response indicates that the catalog rule has been deleted.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalogs",
                    "rules",
                    ":catalog_rule_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog rule ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "catalog_rule_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "7f02a84f-d9ee-4eb1-80fc-4c8fc05c221b",
              "name": "Unexpected error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalogs",
                    "rules",
                    ":catalog_rule_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog rule ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "catalog_rule_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    },\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2f6a6bef-6e2b-49ba-9621-cc2ea9e2f451",
          "name": "Validate catalog rules for a given context",
          "request": {
            "name": "Validate catalog rules for a given context",
            "description": {
              "content": "Validates catalog rules for a given context and returns a list of matching catalog rules.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "catalogs",
                "rules",
                "validate"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "586"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "1029"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"match_type\": \"filter\",\n    \"channels\": [\n      \"string\",\n      \"string\"\n    ],\n    \"tags\": [\n      \"string\",\n      \"string\"\n    ],\n    \"account_ids\": [\n      \"string\",\n      \"string\"\n    ],\n    \"account_tag_ids\": [\n      \"string\",\n      \"string\"\n    ],\n    \"customer_ids\": [\n      \"string\",\n      \"string\"\n    ],\n    \"pricebook_ids\": [\n      \"string\",\n      \"string\"\n    ],\n    \"schedules\": [\n      {\n        \"valid_from\": \"1971-07-18T15:03:35.756Z\",\n        \"valid_to\": \"1989-09-15T20:18:28.337Z\"\n      },\n      {\n        \"valid_from\": \"2025-11-20T18:20:36.103Z\",\n        \"valid_to\": \"2023-03-02T13:01:15.254Z\"\n      }\n    ],\n    \"name\": \"string\",\n    \"catalog_id\": \"string\",\n    \"search_profile_slug\": \"vip-search\",\n    \"match_date\": \"2004-10-16T18:00:03.829Z\"\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "cd048e0d-7eb2-4f80-b878-d7641e4409bf",
              "name": "List of matching catalog rules",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalogs",
                    "rules",
                    "validate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "586"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "1029"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"match_type\": \"filter\",\n    \"channels\": [\n      \"string\",\n      \"string\"\n    ],\n    \"tags\": [\n      \"string\",\n      \"string\"\n    ],\n    \"account_ids\": [\n      \"string\",\n      \"string\"\n    ],\n    \"account_tag_ids\": [\n      \"string\",\n      \"string\"\n    ],\n    \"customer_ids\": [\n      \"string\",\n      \"string\"\n    ],\n    \"pricebook_ids\": [\n      \"string\",\n      \"string\"\n    ],\n    \"schedules\": [\n      {\n        \"valid_from\": \"1971-07-18T15:03:35.756Z\",\n        \"valid_to\": \"1989-09-15T20:18:28.337Z\"\n      },\n      {\n        \"valid_from\": \"2025-11-20T18:20:36.103Z\",\n        \"valid_to\": \"2023-03-02T13:01:15.254Z\"\n      }\n    ],\n    \"name\": \"string\",\n    \"catalog_id\": \"string\",\n    \"search_profile_slug\": \"vip-search\",\n    \"match_date\": \"2004-10-16T18:00:03.829Z\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\",\n      \"type\": \"catalog_rule\",\n      \"attributes\": {\n        \"name\": \"rule-123\",\n        \"catalog_id\": \"d09b4e16-08a5-4f42-817c-6e0d98acbb63\",\n        \"created_at\": \"2020-09-22T09:00:00\",\n        \"updated_at\": \"2020-09-22T09:00:00\",\n        \"description\": \"Catalog Rule for most favored customers\",\n        \"account_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"account_tag_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"customer_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"channels\": [\n          \"string\",\n          \"string\"\n        ],\n        \"tags\": [\n          \"string\",\n          \"string\"\n        ],\n        \"schedules\": [\n          {\n            \"valid_from\": \"2020-09-22T09:00:00\",\n            \"valid_to\": \"2020-09-22T09:00:00\"\n          },\n          {\n            \"valid_from\": \"2020-09-22T09:00:00\",\n            \"valid_to\": \"2020-09-22T09:00:00\"\n          }\n        ],\n        \"pricebook_ids\": [\n          {\n            \"priority\": 8059,\n            \"id\": \"8eec3ab5-e718-f751-3fbb-3883eccfbdba\"\n          },\n          {\n            \"priority\": 9478,\n            \"id\": \"4cf13a72-c0f3-e14d-87cf-8c1626dff9d8\"\n          }\n        ],\n        \"search_profile_slug\": \"vip-search\"\n      },\n      \"meta\": {\n        \"similarity_score\": 100,\n        \"active\": false,\n        \"resolved_for_shopper\": true,\n        \"release_id\": \"string\"\n      }\n    },\n    {\n      \"id\": \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\",\n      \"type\": \"catalog_rule\",\n      \"attributes\": {\n        \"name\": \"rule-123\",\n        \"catalog_id\": \"d09b4e16-08a5-4f42-817c-6e0d98acbb63\",\n        \"created_at\": \"2020-09-22T09:00:00\",\n        \"updated_at\": \"2020-09-22T09:00:00\",\n        \"description\": \"Catalog Rule for most favored customers\",\n        \"account_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"account_tag_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"customer_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"channels\": [\n          \"string\",\n          \"string\"\n        ],\n        \"tags\": [\n          \"string\",\n          \"string\"\n        ],\n        \"schedules\": [\n          {\n            \"valid_from\": \"2020-09-22T09:00:00\",\n            \"valid_to\": \"2020-09-22T09:00:00\"\n          },\n          {\n            \"valid_from\": \"2020-09-22T09:00:00\",\n            \"valid_to\": \"2020-09-22T09:00:00\"\n          }\n        ],\n        \"pricebook_ids\": [\n          {\n            \"priority\": 4867,\n            \"id\": \"7d60027f-5826-b524-41b6-d51fc6913799\"\n          },\n          {\n            \"priority\": 7765,\n            \"id\": \"0ca8603a-c93e-7308-6a2b-0ad4edbf5f15\"\n          }\n        ],\n        \"search_profile_slug\": \"vip-search\"\n      },\n      \"meta\": {\n        \"similarity_score\": 100,\n        \"active\": false,\n        \"resolved_for_shopper\": true,\n        \"release_id\": \"string\"\n      }\n    }\n  ],\n  \"meta\": {\n    \"results\": {\n      \"total\": 9824\n    },\n    \"page\": {\n      \"limit\": 1368,\n      \"offset\": 2852,\n      \"current\": 8111,\n      \"total\": 3907\n    }\n  },\n  \"links\": {\n    \"self\": \"https://IjzABZFTNxEkJOttxAEoqC.wjnHl.FTI0Yk4ydOTMC.VmQK.IiSJ-Ec-DmxTsV9KBtGUAjYcJkQHQdFcTqW.bG+rx2Yqu6XfCQt\",\n    \"first\": \"https://pYymtGukccJhUEkF.sbcHNoIm+AzYqgvC5D5w0idjioq2noQZGGMAsfX6YDS\",\n    \"last\": \"http://cMrGxijoADMGKjXhJEWbNsWNL.tyVxkmqjkhBcvOSFY+EEGvFo7chdMhVLpaZVBqtk34QUgBs0OHJaaFSxoBfH7\",\n    \"prev\": \"https://HHNskkOuXHzIoLaLEyNBvoMdKZmIoi.nvcsajjOoH3NwYqVSEylofTpnrvEbKo,,t\",\n    \"next\": \"https://BMvphIYGmYo.ijuzRf+YMLOr9hY91YuwFIvxQmFYK51\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "393c5a42-7c69-48fc-94c9-737f83966e2e",
              "name": "Unexpected error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalogs",
                    "rules",
                    "validate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "586"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "1029"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"match_type\": \"filter\",\n    \"channels\": [\n      \"string\",\n      \"string\"\n    ],\n    \"tags\": [\n      \"string\",\n      \"string\"\n    ],\n    \"account_ids\": [\n      \"string\",\n      \"string\"\n    ],\n    \"account_tag_ids\": [\n      \"string\",\n      \"string\"\n    ],\n    \"customer_ids\": [\n      \"string\",\n      \"string\"\n    ],\n    \"pricebook_ids\": [\n      \"string\",\n      \"string\"\n    ],\n    \"schedules\": [\n      {\n        \"valid_from\": \"1971-07-18T15:03:35.756Z\",\n        \"valid_to\": \"1989-09-15T20:18:28.337Z\"\n      },\n      {\n        \"valid_from\": \"2025-11-20T18:20:36.103Z\",\n        \"valid_to\": \"2023-03-02T13:01:15.254Z\"\n      }\n    ],\n    \"name\": \"string\",\n    \"catalog_id\": \"string\",\n    \"search_profile_slug\": \"vip-search\",\n    \"match_date\": \"2004-10-16T18:00:03.829Z\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    },\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Administrator Latest Releases Catalog API",
      "description": "Use the Administrator Latest Releases Catalog View API to retrieve product, hierarchy and node information.\n\n:::danger\n\nThe Administrator Latest Releases Catalog View API is for Administrator use only. Do not use these endpoints on your customer-facing frontends.\n\n:::\n\nPublishing a catalog creates a release of that catalog that you can use in an organization or in a specific store or other shopper experience. You can retrieve the hierarchies, nodes, and the `live` products associated with a catalog release. You can see which parent nodes a product is associated with. This is useful if want to improve how your shoppers search your store, for example.\n\nCurrently, published catalogs are limited to the current release and two releases prior to the current release.\n",
      "item": [
        {
          "id": "87e7f4da-fabb-4c38-a46d-325bc5586f93",
          "name": "Get all Hierarchies",
          "request": {
            "name": "Get all Hierarchies",
            "description": {
              "content": "Returns the hierarchies from a published catalog.\n\n:::note\n\nCurrently, published catalogs are limited to the current release and two releases prior to the current release.\n\n:::\n\n### Filtering\n\nThis endpoint supports filtering. For general syntax, see [Filtering](/guides/Getting-Started/filtering).\n\n| Operator | Description | Supported Attributes | Example |\n|:--- |:--- |:--- |:--- |\n| `Eq` | Checks if the values of two operands are equal. If they are, the condition is true. | `name`, `slug`| `filter=eq(name,some-name)` |\n| `In` | Checks if the values are included in the specified string. If they are, the condition is true. | `id` | `filter=in(id,some-id)` | \n\n### Building breadcrumbs in a storefront\n\nIn a catalog, you can use the nodes directly attached to a product to build breadcrumbs in your storefront. This eliminates the need for additional queries to fetch hierarchy or parent node details. Each node contains all the necessary information in `breadcrumbs` metadata, such as its own details and the details of its parent hierarchy/node(s), to construct the complete breadcrumb path without requiring additional queries.\n\nAn example is shown below:\n\n`filter=in(id,c83bfe55-0d87-4302-a86d-ab19e7e323f1,6003d7ef-84f3-49bb-a8bd-4cbfa203dcbb)`\n\n- Specify the node IDs directly attached to the product in the filter expression.\n- You can include as many node IDs as required.\n- It does not matter what order you specify the node IDs. The nodes are returned in the order they were last updated.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "catalogs",
                ":catalog_id",
                "releases",
                ":release_id",
                "hierarchies"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "\nThis endpoints supports filtering. See [Filtering](#filtering).\n",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "586"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "1029"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "catalog_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The catalog ID.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "release_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of a published release of the catalog or `latestPublished` for the most recently published version.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "disabled": false,
                "description": {
                  "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                  "type": "text/plain"
                },
                "key": "accept-language",
                "value": "string"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "4a4186cb-e62d-4ee7-8449-62ff65727f13",
              "name": "The hierarchies of a catalog.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalogs",
                    ":catalog_id",
                    "releases",
                    ":release_id",
                    "hierarchies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "\nThis endpoints supports filtering. See [Filtering](#filtering).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "586"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "1029"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "catalog_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a published release of the catalog or `latestPublished` for the most recently published version.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "release_id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                      "type": "text/plain"
                    },
                    "key": "accept-language",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"meta\": {\n    \"results\": {\n      \"total\": 5505\n    },\n    \"page\": {\n      \"limit\": 8958,\n      \"offset\": 2260,\n      \"current\": 3994,\n      \"total\": 2830\n    }\n  },\n  \"data\": [\n    {\n      \"attributes\": {\n        \"created_at\": \"1970-01-01T00:00:00.000\",\n        \"published_at\": \"1970-01-01T00:00:00.000\",\n        \"description\": \"Formal dresswear\",\n        \"name\": \"Formal dresswear\",\n        \"slug\": \"formal\",\n        \"shopper_attributes\": {\n          \"key_0\": \"string\",\n          \"key_1\": \"string\"\n        },\n        \"updated_at\": \"1970-01-01T00:00:00.000\"\n      },\n      \"id\": \"e871df93-c769-49a9-9394-a6fd555b8e8a\",\n      \"relationships\": {\n        \"products\": {\n          \"links\": {\n            \"related\": \"string\"\n          }\n        },\n        \"children\": {\n          \"links\": {\n            \"related\": \"string\"\n          }\n        },\n        \"nodes\": {\n          \"links\": {\n            \"related\": \"string\"\n          }\n        }\n      },\n      \"type\": \"hierarchy\",\n      \"meta\": {\n        \"language\": \"en-GB\",\n        \"breadcrumbs\": [\n          {\n            \"id\": \"e871df93-c769-49a9-9394-a6fd555b8e8a\",\n            \"name\": \"Formal dresswear\",\n            \"slug\": \"formal\"\n          },\n          {\n            \"id\": \"e871df93-c769-49a9-9394-a6fd555b8e8a\",\n            \"name\": \"Formal dresswear\",\n            \"slug\": \"formal\"\n          }\n        ],\n        \"has_children\": true\n      }\n    },\n    {\n      \"attributes\": {\n        \"created_at\": \"1970-01-01T00:00:00.000\",\n        \"published_at\": \"1970-01-01T00:00:00.000\",\n        \"description\": \"Formal dresswear\",\n        \"name\": \"Formal dresswear\",\n        \"slug\": \"formal\",\n        \"shopper_attributes\": {\n          \"key_0\": \"string\",\n          \"key_1\": \"string\"\n        },\n        \"updated_at\": \"1970-01-01T00:00:00.000\"\n      },\n      \"id\": \"e871df93-c769-49a9-9394-a6fd555b8e8a\",\n      \"relationships\": {\n        \"products\": {\n          \"links\": {\n            \"related\": \"string\"\n          }\n        },\n        \"children\": {\n          \"links\": {\n            \"related\": \"string\"\n          }\n        },\n        \"nodes\": {\n          \"links\": {\n            \"related\": \"string\"\n          }\n        }\n      },\n      \"type\": \"hierarchy\",\n      \"meta\": {\n        \"language\": \"en-GB\",\n        \"breadcrumbs\": [\n          {\n            \"id\": \"e871df93-c769-49a9-9394-a6fd555b8e8a\",\n            \"name\": \"Formal dresswear\",\n            \"slug\": \"formal\"\n          },\n          {\n            \"id\": \"e871df93-c769-49a9-9394-a6fd555b8e8a\",\n            \"name\": \"Formal dresswear\",\n            \"slug\": \"formal\"\n          }\n        ],\n        \"has_children\": true\n      }\n    }\n  ],\n  \"links\": {\n    \"self\": \"http://qHyfwweNUI.swrITvl4Kkp-Tqc0gnfAnDBfrNkbcqfXVlv8MuqYD\",\n    \"first\": \"http://fAFSfRrbGXzbGTxBCMLYsLgPF.aewTdcMdPp.An-WMKuzjbpP0Ik5aY0QqXcbGFzC,ZxnZ5d-1ExyQVXoNd3Gz6DnJvB\",\n    \"last\": \"https://lOiDJDHEectjEmZBaBUxeDRaFE.jmeXkRgzs1WMV,TO,3enPfUWes8QFwSm9HF54OeL\",\n    \"prev\": \"http://qcOQhKxxUYLRNOdEBiv.lqdMZNglQZaSrFCM2ZRHY9uubW\",\n    \"next\": \"https://QqGJLjdRWJbjzRCQ.xjE,QG6xC4S9FvY46Z-T8UWNXvklUVkxctM1ZK7vo+ESjZFp5QYxI6gHAxAvGcLfp1r27NzHN7bkA3\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "81d8e163-7aa5-487c-ab67-6f0e496427c6",
              "name": "An unexpected error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalogs",
                    ":catalog_id",
                    "releases",
                    ":release_id",
                    "hierarchies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "\nThis endpoints supports filtering. See [Filtering](#filtering).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "586"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "1029"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "catalog_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a published release of the catalog or `latestPublished` for the most recently published version.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "release_id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                      "type": "text/plain"
                    },
                    "key": "accept-language",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    },\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "bfab0747-cf91-427d-8da9-0e5fed44f302",
          "name": "Get a Hierarchy",
          "request": {
            "name": "Get a Hierarchy",
            "description": {
              "content": "Returns the specified hierarchy from a published catalog.\n\n:::note\n\nCurrently, published catalogs are limited to the current release and two releases prior to the current release.\n\n:::\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "catalogs",
                ":catalog_id",
                "releases",
                ":release_id",
                "hierarchies",
                ":hierarchy_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "catalog_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The catalog ID.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "release_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of a published release of the catalog or `latestPublished` for the most recently published version.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "hierarchy_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The catalog hierarchy ID.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "disabled": false,
                "description": {
                  "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                  "type": "text/plain"
                },
                "key": "accept-language",
                "value": "string"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "abb06da2-2b01-489a-8ae1-188152a13c29",
              "name": "The catalog hierarchy.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalogs",
                    ":catalog_id",
                    "releases",
                    ":release_id",
                    "hierarchies",
                    ":hierarchy_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "catalog_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a published release of the catalog or `latestPublished` for the most recently published version.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "release_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog hierarchy ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "hierarchy_id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                      "type": "text/plain"
                    },
                    "key": "accept-language",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"attributes\": {\n      \"created_at\": \"1970-01-01T00:00:00.000\",\n      \"published_at\": \"1970-01-01T00:00:00.000\",\n      \"description\": \"Formal dresswear\",\n      \"name\": \"Formal dresswear\",\n      \"slug\": \"formal\",\n      \"shopper_attributes\": {\n        \"key_0\": \"string\"\n      },\n      \"updated_at\": \"1970-01-01T00:00:00.000\"\n    },\n    \"id\": \"e871df93-c769-49a9-9394-a6fd555b8e8a\",\n    \"relationships\": {\n      \"products\": {\n        \"links\": {\n          \"related\": \"string\"\n        }\n      },\n      \"children\": {\n        \"links\": {\n          \"related\": \"string\"\n        }\n      },\n      \"nodes\": {\n        \"links\": {\n          \"related\": \"string\"\n        }\n      }\n    },\n    \"type\": \"hierarchy\",\n    \"meta\": {\n      \"language\": \"en-GB\",\n      \"breadcrumbs\": [\n        {\n          \"id\": \"e871df93-c769-49a9-9394-a6fd555b8e8a\",\n          \"name\": \"Formal dresswear\",\n          \"slug\": \"formal\"\n        },\n        {\n          \"id\": \"e871df93-c769-49a9-9394-a6fd555b8e8a\",\n          \"name\": \"Formal dresswear\",\n          \"slug\": \"formal\"\n        }\n      ],\n      \"has_children\": true\n    }\n  },\n  \"links\": {\n    \"self\": \"http://tpYXvhkYyUoBWVWiIf.usscOBm3FxeXYCSYVcAq1xXxzksSZ4pGTj2h0ja6,e8fAMcBE3h2E4npv,+hGaPIce\",\n    \"first\": \"https://QYhixDptKyOjMYALBWowHiKGldmerS.rdakWKihnxj4abyJkm801PNmn,Nb0HUlZ6BHhs8QDTjeh7kE\",\n    \"last\": \"https://Igyiqsi.hwRR4xNBr734K\",\n    \"prev\": \"http://kNlBBUftYEdxRhopfqsrWKoFVlg.rbV3UOVzHTl5KrTon1Pze.\",\n    \"next\": \"https://RROniucPuSyChTqkJlRUItfjXiIGoi.nxfrBTlTxU,XST6\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c0ffed2d-a6b7-4214-9e0f-7ae7042d7110",
              "name": "The unexpected error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalogs",
                    ":catalog_id",
                    "releases",
                    ":release_id",
                    "hierarchies",
                    ":hierarchy_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "catalog_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a published release of the catalog or `latestPublished` for the most recently published version.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "release_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog hierarchy ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "hierarchy_id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                      "type": "text/plain"
                    },
                    "key": "accept-language",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    },\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d552bb6a-ecd4-48f8-b890-46a006e1e632",
          "name": "Get a Hierarchy's Nodes",
          "request": {
            "name": "Get a Hierarchy's Nodes",
            "description": {
              "content": "Returns all nodes for the specified hierarchy from a published catalog.\n\n:::note\n\nCurrently, published catalogs are limited to the current release and two releases prior to the current release.\n\n:::\n\nIn the `breadcrumbs` metadata, you can identify the parent nodes that a node is associated with. This is useful if you want to improve how your shoppers search your store, for example. See [Product and Node Associations in Breadcrumb Metadata](/guides/How-To/Catalogs/breadcrumbs).\n\n### Filtering\n\nThis endpoint supports filtering. For general syntax, see [Filtering](/guides/Getting-Started/filtering).\n\n| Operator | Description | Supported Attributes | Example |\n|:--- |:--- |:--- |:--- |\n| `Eq` | Checks if the values of two operands are equal. If they are, the condition is true. | `name`, `slug`| `filter=eq(name,some-name)` |\n| `In` | Checks if the values are included in the specified string. If they are, the condition is true. | `id` | `filter=in(id,some-id)` | \n\n### Building breadcrumbs in a storefront\n\nIn a catalog, you can use the nodes directly attached to a product to build breadcrumbs in your storefront. This eliminates the need for additional queries to fetch hierarchy or parent node details. Each node contains all the necessary information in `breadcrumbs` metadata, such as its own details and the details of its parent hierarchy/node(s), to construct the complete breadcrumb path without requiring additional queries.\n\nAn example is shown below:\n\n`filter=in(id,c83bfe55-0d87-4302-a86d-ab19e7e323f1,6003d7ef-84f3-49bb-a8bd-4cbfa203dcbb)`\n\n- Specify the node IDs directly attached to the product in the filter expression.\n- You can include as many node IDs as required.\n- It does not matter what order you specify the node IDs. The nodes are returned in the order they were last updated.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "catalogs",
                ":catalog_id",
                "releases",
                ":release_id",
                "hierarchies",
                ":hierarchy_id",
                "nodes"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "This endpoint supports filtering, see [Filtering](#filtering).\n",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "586"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "1029"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "catalog_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The catalog ID.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "release_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of a published release of the catalog or `latestPublished` for the most recently published version.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "hierarchy_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The catalog hierarchy ID.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "disabled": false,
                "description": {
                  "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                  "type": "text/plain"
                },
                "key": "accept-language",
                "value": "string"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "d6a3b221-d352-4f4e-ac77-2a0f2070cdbc",
              "name": "The child nodes of a catalog hierarchy.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalogs",
                    ":catalog_id",
                    "releases",
                    ":release_id",
                    "hierarchies",
                    ":hierarchy_id",
                    "nodes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "This endpoint supports filtering, see [Filtering](#filtering).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "586"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "1029"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "catalog_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a published release of the catalog or `latestPublished` for the most recently published version.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "release_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog hierarchy ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "hierarchy_id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                      "type": "text/plain"
                    },
                    "key": "accept-language",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"meta\": {\n    \"results\": {\n      \"total\": 8821\n    },\n    \"page\": {\n      \"limit\": 8969,\n      \"offset\": 4837,\n      \"current\": 173,\n      \"total\": 4965\n    }\n  },\n  \"data\": [\n    {\n      \"attributes\": {\n        \"created_at\": \"1970-01-01T00:00:00.000\",\n        \"published_at\": \"1970-01-01T00:00:00.000\",\n        \"description\": \"Formal dresswear\",\n        \"label\": \"category\",\n        \"name\": \"Formal dresswear\",\n        \"slug\": \"formal\",\n        \"curated_products\": [\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\",\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n        ],\n        \"status\": \"live\",\n        \"shopper_attributes\": {\n          \"key_0\": \"string\"\n        },\n        \"updated_at\": \"1970-01-01T00:00:00.000\"\n      },\n      \"id\": \"e871df93-c769-49a9-9394-a6fd555b8e8a\",\n      \"relationships\": {\n        \"products\": {\n          \"data\": [\n            {\n              \"id\": \"f1f211c4-eace-60c0-96d3-ba17d77a47de\",\n              \"type\": \"product\"\n            },\n            {\n              \"id\": \"ee063e77-0e76-efea-2cfe-189ac49c52bd\",\n              \"type\": \"product\"\n            }\n          ],\n          \"links\": {\n            \"related\": \"string\"\n          }\n        },\n        \"children\": {\n          \"links\": {\n            \"related\": \"string\"\n          }\n        },\n        \"parent\": {\n          \"data\": {\n            \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n            \"type\": \"node\"\n          },\n          \"links\": {\n            \"related\": \"string\"\n          }\n        },\n        \"hierarchy\": {\n          \"data\": {\n            \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n            \"type\": \"hierarchy\"\n          },\n          \"links\": {\n            \"related\": \"string\"\n          }\n        }\n      },\n      \"type\": \"node\",\n      \"meta\": {\n        \"language\": \"en-GB\",\n        \"bread_crumb\": [\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\",\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n        ],\n        \"breadcrumbs\": [\n          {\n            \"id\": \"e871df93-c769-49a9-9394-a6fd555b8e8a\",\n            \"name\": \"Formal dresswear\",\n            \"slug\": \"formal\"\n          },\n          {\n            \"id\": \"e871df93-c769-49a9-9394-a6fd555b8e8a\",\n            \"name\": \"Formal dresswear\",\n            \"slug\": \"formal\"\n          }\n        ],\n        \"has_children\": true\n      }\n    },\n    {\n      \"attributes\": {\n        \"created_at\": \"1970-01-01T00:00:00.000\",\n        \"published_at\": \"1970-01-01T00:00:00.000\",\n        \"description\": \"Formal dresswear\",\n        \"label\": \"category\",\n        \"name\": \"Formal dresswear\",\n        \"slug\": \"formal\",\n        \"curated_products\": [\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\",\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n        ],\n        \"status\": \"live\",\n        \"shopper_attributes\": {\n          \"key_0\": \"string\",\n          \"key_1\": \"string\"\n        },\n        \"updated_at\": \"1970-01-01T00:00:00.000\"\n      },\n      \"id\": \"e871df93-c769-49a9-9394-a6fd555b8e8a\",\n      \"relationships\": {\n        \"products\": {\n          \"data\": [\n            {\n              \"id\": \"d2a020c5-ac81-dd30-65da-da95e0588fce\",\n              \"type\": \"product\"\n            },\n            {\n              \"id\": \"0afb0b70-b95a-f3ed-0e49-1c731889d9ae\",\n              \"type\": \"product\"\n            }\n          ],\n          \"links\": {\n            \"related\": \"string\"\n          }\n        },\n        \"children\": {\n          \"links\": {\n            \"related\": \"string\"\n          }\n        },\n        \"parent\": {\n          \"data\": {\n            \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n            \"type\": \"node\"\n          },\n          \"links\": {\n            \"related\": \"string\"\n          }\n        },\n        \"hierarchy\": {\n          \"data\": {\n            \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n            \"type\": \"hierarchy\"\n          },\n          \"links\": {\n            \"related\": \"string\"\n          }\n        }\n      },\n      \"type\": \"node\",\n      \"meta\": {\n        \"language\": \"en-GB\",\n        \"bread_crumb\": [\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\",\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n        ],\n        \"breadcrumbs\": [\n          {\n            \"id\": \"e871df93-c769-49a9-9394-a6fd555b8e8a\",\n            \"name\": \"Formal dresswear\",\n            \"slug\": \"formal\"\n          },\n          {\n            \"id\": \"e871df93-c769-49a9-9394-a6fd555b8e8a\",\n            \"name\": \"Formal dresswear\",\n            \"slug\": \"formal\"\n          }\n        ],\n        \"has_children\": true\n      }\n    }\n  ],\n  \"links\": {\n    \"self\": \"https://hlravajgYPOjI.amvfuScA2+7+-Ln8Ij0JrW.AQHcUfkAP6h2jeKWccpQaSy\",\n    \"first\": \"http://GSZRPBSPGQcsDXkoPJzHNfCTXhduW.alwA-d,7bqrm5NERpvdfjEGsHsHOSFWEcx-JZp-Sg81XuZw-pBMtfj+yuChR\",\n    \"last\": \"http://ubIZljvQocQezSuIsnEQaTDQEm.huG.cOLJ+aIs3U5t-BqFGgbnUaKhCezJgwY3o1SDDM9BogtP14oTGfvWFQBOI2gbMhAs\",\n    \"prev\": \"http://iMUQNdZcG.dlcyEO9MhrXgr5ll1IVF13k4oxGFaIZUEfEJ1S-6-Rv56rGC\",\n    \"next\": \"http://bDvbACfzVDJyBArkHVumiDTjdjaK.kjDNEPLeoPuAHOFTBYGbBr,ujBG0ZrbxV\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "eccd9239-599b-4786-82df-b5de5dc9df34",
              "name": "The unexpected error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalogs",
                    ":catalog_id",
                    "releases",
                    ":release_id",
                    "hierarchies",
                    ":hierarchy_id",
                    "nodes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "This endpoint supports filtering, see [Filtering](#filtering).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "586"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "1029"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "catalog_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a published release of the catalog or `latestPublished` for the most recently published version.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "release_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog hierarchy ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "hierarchy_id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                      "type": "text/plain"
                    },
                    "key": "accept-language",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    },\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e14bea2f-3c96-4625-b9c9-6239567e4b12",
          "name": "Get a Hierarchy's Children",
          "request": {
            "name": "Get a Hierarchy's Children",
            "description": {
              "content": "Returns the parent nodes for the specified hierarchy from a published catalog.\n\n![Parent Nodes](/assets/rootnodes.PNG)\n\n:::note\n\nCurrently, published catalogs are limited to the current release and two releases prior to the current release.\n\n:::\n\nIn the `breadcrumbs` metadata, you can identify the parent nodes that a node is associated with. This is useful if you want to improve how your shoppers search your store, for example. See [Product and Node Associations in Breadcrumb Metadata](/guides/How-To/Catalogs/breadcrumbs).\n\n### Filtering\n\nThis endpoint supports filtering. For general syntax, see [Filtering](/guides/Getting-Started/filtering).\n\n| Operator | Description | Supported Attributes | Example |\n|:--- |:--- |:--- |:--- |\n| `Eq` | Checks if the values of two operands are equal. If they are, the condition is true. | `name`, `slug`| `filter=eq(name,some-name)` |\n| `In` | Checks if the values are included in the specified string. If they are, the condition is true. | `id` | `filter=in(id,some-id)` | \n\n### Building breadcrumbs in a storefront\n\nIn a catalog, you can use the nodes directly attached to a product to build breadcrumbs in your storefront. This eliminates the need for additional queries to fetch hierarchy or parent node details. Each node contains all the necessary information in `breadcrumbs` metadata, such as its own details and the details of its parent hierarchy/node(s), to construct the complete breadcrumb path without requiring additional queries.\n\nAn example is shown below:\n\n`filter=in(id,c83bfe55-0d87-4302-a86d-ab19e7e323f1,6003d7ef-84f3-49bb-a8bd-4cbfa203dcbb)`\n\n- Specify the node IDs directly attached to the product in the filter expression.\n- You can include as many node IDs as required.\n- It does not matter what order you specify the node IDs. The nodes are returned in the order they were last updated.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "catalogs",
                ":catalog_id",
                "releases",
                ":release_id",
                "hierarchies",
                ":hierarchy_id",
                "children"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "This endpoint supports filtering, see [Filtering](#filtering).\n",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "586"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "1029"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "catalog_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The catalog ID.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "release_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of a published release of the catalog or `latestPublished` for the most recently published version.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "hierarchy_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The catalog hierarchy ID.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "disabled": false,
                "description": {
                  "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                  "type": "text/plain"
                },
                "key": "accept-language",
                "value": "string"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "a56071c3-dd0e-480a-bb35-e22f04d3f5f0",
              "name": "The child nodes of a catalog hierarchy.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalogs",
                    ":catalog_id",
                    "releases",
                    ":release_id",
                    "hierarchies",
                    ":hierarchy_id",
                    "children"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "This endpoint supports filtering, see [Filtering](#filtering).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "586"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "1029"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "catalog_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a published release of the catalog or `latestPublished` for the most recently published version.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "release_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog hierarchy ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "hierarchy_id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                      "type": "text/plain"
                    },
                    "key": "accept-language",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"meta\": {\n    \"results\": {\n      \"total\": 8821\n    },\n    \"page\": {\n      \"limit\": 8969,\n      \"offset\": 4837,\n      \"current\": 173,\n      \"total\": 4965\n    }\n  },\n  \"data\": [\n    {\n      \"attributes\": {\n        \"created_at\": \"1970-01-01T00:00:00.000\",\n        \"published_at\": \"1970-01-01T00:00:00.000\",\n        \"description\": \"Formal dresswear\",\n        \"label\": \"category\",\n        \"name\": \"Formal dresswear\",\n        \"slug\": \"formal\",\n        \"curated_products\": [\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\",\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n        ],\n        \"status\": \"live\",\n        \"shopper_attributes\": {\n          \"key_0\": \"string\"\n        },\n        \"updated_at\": \"1970-01-01T00:00:00.000\"\n      },\n      \"id\": \"e871df93-c769-49a9-9394-a6fd555b8e8a\",\n      \"relationships\": {\n        \"products\": {\n          \"data\": [\n            {\n              \"id\": \"f1f211c4-eace-60c0-96d3-ba17d77a47de\",\n              \"type\": \"product\"\n            },\n            {\n              \"id\": \"ee063e77-0e76-efea-2cfe-189ac49c52bd\",\n              \"type\": \"product\"\n            }\n          ],\n          \"links\": {\n            \"related\": \"string\"\n          }\n        },\n        \"children\": {\n          \"links\": {\n            \"related\": \"string\"\n          }\n        },\n        \"parent\": {\n          \"data\": {\n            \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n            \"type\": \"node\"\n          },\n          \"links\": {\n            \"related\": \"string\"\n          }\n        },\n        \"hierarchy\": {\n          \"data\": {\n            \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n            \"type\": \"hierarchy\"\n          },\n          \"links\": {\n            \"related\": \"string\"\n          }\n        }\n      },\n      \"type\": \"node\",\n      \"meta\": {\n        \"language\": \"en-GB\",\n        \"bread_crumb\": [\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\",\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n        ],\n        \"breadcrumbs\": [\n          {\n            \"id\": \"e871df93-c769-49a9-9394-a6fd555b8e8a\",\n            \"name\": \"Formal dresswear\",\n            \"slug\": \"formal\"\n          },\n          {\n            \"id\": \"e871df93-c769-49a9-9394-a6fd555b8e8a\",\n            \"name\": \"Formal dresswear\",\n            \"slug\": \"formal\"\n          }\n        ],\n        \"has_children\": true\n      }\n    },\n    {\n      \"attributes\": {\n        \"created_at\": \"1970-01-01T00:00:00.000\",\n        \"published_at\": \"1970-01-01T00:00:00.000\",\n        \"description\": \"Formal dresswear\",\n        \"label\": \"category\",\n        \"name\": \"Formal dresswear\",\n        \"slug\": \"formal\",\n        \"curated_products\": [\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\",\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n        ],\n        \"status\": \"live\",\n        \"shopper_attributes\": {\n          \"key_0\": \"string\",\n          \"key_1\": \"string\"\n        },\n        \"updated_at\": \"1970-01-01T00:00:00.000\"\n      },\n      \"id\": \"e871df93-c769-49a9-9394-a6fd555b8e8a\",\n      \"relationships\": {\n        \"products\": {\n          \"data\": [\n            {\n              \"id\": \"d2a020c5-ac81-dd30-65da-da95e0588fce\",\n              \"type\": \"product\"\n            },\n            {\n              \"id\": \"0afb0b70-b95a-f3ed-0e49-1c731889d9ae\",\n              \"type\": \"product\"\n            }\n          ],\n          \"links\": {\n            \"related\": \"string\"\n          }\n        },\n        \"children\": {\n          \"links\": {\n            \"related\": \"string\"\n          }\n        },\n        \"parent\": {\n          \"data\": {\n            \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n            \"type\": \"node\"\n          },\n          \"links\": {\n            \"related\": \"string\"\n          }\n        },\n        \"hierarchy\": {\n          \"data\": {\n            \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n            \"type\": \"hierarchy\"\n          },\n          \"links\": {\n            \"related\": \"string\"\n          }\n        }\n      },\n      \"type\": \"node\",\n      \"meta\": {\n        \"language\": \"en-GB\",\n        \"bread_crumb\": [\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\",\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n        ],\n        \"breadcrumbs\": [\n          {\n            \"id\": \"e871df93-c769-49a9-9394-a6fd555b8e8a\",\n            \"name\": \"Formal dresswear\",\n            \"slug\": \"formal\"\n          },\n          {\n            \"id\": \"e871df93-c769-49a9-9394-a6fd555b8e8a\",\n            \"name\": \"Formal dresswear\",\n            \"slug\": \"formal\"\n          }\n        ],\n        \"has_children\": true\n      }\n    }\n  ],\n  \"links\": {\n    \"self\": \"https://hlravajgYPOjI.amvfuScA2+7+-Ln8Ij0JrW.AQHcUfkAP6h2jeKWccpQaSy\",\n    \"first\": \"http://GSZRPBSPGQcsDXkoPJzHNfCTXhduW.alwA-d,7bqrm5NERpvdfjEGsHsHOSFWEcx-JZp-Sg81XuZw-pBMtfj+yuChR\",\n    \"last\": \"http://ubIZljvQocQezSuIsnEQaTDQEm.huG.cOLJ+aIs3U5t-BqFGgbnUaKhCezJgwY3o1SDDM9BogtP14oTGfvWFQBOI2gbMhAs\",\n    \"prev\": \"http://iMUQNdZcG.dlcyEO9MhrXgr5ll1IVF13k4oxGFaIZUEfEJ1S-6-Rv56rGC\",\n    \"next\": \"http://bDvbACfzVDJyBArkHVumiDTjdjaK.kjDNEPLeoPuAHOFTBYGbBr,ujBG0ZrbxV\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "71dc79e5-77c9-49e4-b22d-326f93f6dabb",
              "name": "The unexpected error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalogs",
                    ":catalog_id",
                    "releases",
                    ":release_id",
                    "hierarchies",
                    ":hierarchy_id",
                    "children"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "This endpoint supports filtering, see [Filtering](#filtering).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "586"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "1029"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "catalog_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a published release of the catalog or `latestPublished` for the most recently published version.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "release_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog hierarchy ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "hierarchy_id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                      "type": "text/plain"
                    },
                    "key": "accept-language",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    },\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9173bcad-4212-4ca0-ae15-7b17cc6a9b57",
          "name": "Get all Nodes",
          "request": {
            "name": "Get all Nodes",
            "description": {
              "content": "Returns the child nodes from a published catalog.\n\n:::note\n\nCurrently, published catalogs are limited to the current release and two releases prior to the current release.\n\n:::\n\nYou can see the parent nodes a node is associated with in the `breadcrumbs` metadata for each node. This is useful if you want to improve how your shoppers search your store, for example. See [Product and Node Associations in Breadcrumb Metadata](/guides/How-To/Catalogs/breadcrumbs).\n\nIn a catalog, you can use a filter to return a list of nodes in a hierarchy structure that a product belongs to. You can use this to build breadcrumbs in your storefront. See [Building breadcrumbs in a storefront](#building-breadcrumbs-in-a-storefront).\n\nThe response lists the products associated with the nodes. If products are [curated](/guides/How-To/Products/curating-products), they are displayed in `curated_products`. Product curation allows you to promote specific products within each of your hierarchies, enabling you to create unique product collections in your storefront.\n\n- If you don't provide any `curated_products`, products are listed by their `updated_at` time in descending order, with the most recently updated product first.\n- If you configure `curated_products` for only a few products, the curated products are displayed first and the other products are displayed in the order of `updated_at` time.\n- You can only curate 20 products or less. You cannot have more than 20 curated products.\n- If a curated product is removed from a node, the product is also removed from the `curated_products` list.\n- A product that is curated has the `\"curated_product\": true` attribute displayed.\n\n### Filtering\n\nThis endpoint supports filtering. For general syntax, see [Filtering](/guides/Getting-Started/filtering). The following operators and attributes are available.\n\n| Operator  | Description | Attributes | Example |\n| --- | --- | --- | --- |\n| `Eq` | Checks if the values of two operands are equal. If they are, the condition is true. | `name`, `slug` | `filter=eq(name,some-name)` |\n| `in`      | Checks if the values are included in the specified string. If they are, the condition is true.\n| `Id` |  `filter=in(id,9214719b-17fe-4ea7-896c-d61e60fc0d05,e104d541-2c52-47fa-8a9a-c4382480d97c,65daaf68-ff2e-4632-8944-370de835967d)` |\n\n### Building breadcrumbs in a storefront\n\nIn a catalog, you can use the nodes directly attached to a product to build breadcrumbs in your storefront. This eliminates the need for additional queries to fetch hierarchy or parent node details. Each node contains all the necessary information in `breadcrumbs` metadata, such as its own details and the details of its parent hierarchy/node(s), to construct the complete breadcrumb path without requiring additional queries.\n\nAn example is shown below:\n\n`filter=in(id,c83bfe55-0d87-4302-a86d-ab19e7e323f1,6003d7ef-84f3-49bb-a8bd-4cbfa203dcbb)`\n\n- Specify the node IDs directly attached to the product in the filter expression.\n- You can include as many node IDs as required.\n- It does not matter what order you specify the node IDs. The nodes are returned in the order they were last updated.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "catalogs",
                ":catalog_id",
                "releases",
                ":release_id",
                "nodes"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "This endpoint supports filtering, see [Filtering](#filtering).\n",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "586"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "1029"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "catalog_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The catalog ID.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "release_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of a published release of the catalog or `latestPublished` for the most recently published version.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "disabled": false,
                "description": {
                  "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                  "type": "text/plain"
                },
                "key": "accept-language",
                "value": "string"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "de765257-8db6-435c-9c08-3873e2414621",
              "name": "The nodes of a catalog.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalogs",
                    ":catalog_id",
                    "releases",
                    ":release_id",
                    "nodes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "This endpoint supports filtering, see [Filtering](#filtering).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "586"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "1029"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "catalog_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a published release of the catalog or `latestPublished` for the most recently published version.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "release_id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                      "type": "text/plain"
                    },
                    "key": "accept-language",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"meta\": {\n    \"results\": {\n      \"total\": 8821\n    },\n    \"page\": {\n      \"limit\": 8969,\n      \"offset\": 4837,\n      \"current\": 173,\n      \"total\": 4965\n    }\n  },\n  \"data\": [\n    {\n      \"attributes\": {\n        \"created_at\": \"1970-01-01T00:00:00.000\",\n        \"published_at\": \"1970-01-01T00:00:00.000\",\n        \"description\": \"Formal dresswear\",\n        \"label\": \"category\",\n        \"name\": \"Formal dresswear\",\n        \"slug\": \"formal\",\n        \"curated_products\": [\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\",\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n        ],\n        \"status\": \"live\",\n        \"shopper_attributes\": {\n          \"key_0\": \"string\"\n        },\n        \"updated_at\": \"1970-01-01T00:00:00.000\"\n      },\n      \"id\": \"e871df93-c769-49a9-9394-a6fd555b8e8a\",\n      \"relationships\": {\n        \"products\": {\n          \"data\": [\n            {\n              \"id\": \"f1f211c4-eace-60c0-96d3-ba17d77a47de\",\n              \"type\": \"product\"\n            },\n            {\n              \"id\": \"ee063e77-0e76-efea-2cfe-189ac49c52bd\",\n              \"type\": \"product\"\n            }\n          ],\n          \"links\": {\n            \"related\": \"string\"\n          }\n        },\n        \"children\": {\n          \"links\": {\n            \"related\": \"string\"\n          }\n        },\n        \"parent\": {\n          \"data\": {\n            \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n            \"type\": \"node\"\n          },\n          \"links\": {\n            \"related\": \"string\"\n          }\n        },\n        \"hierarchy\": {\n          \"data\": {\n            \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n            \"type\": \"hierarchy\"\n          },\n          \"links\": {\n            \"related\": \"string\"\n          }\n        }\n      },\n      \"type\": \"node\",\n      \"meta\": {\n        \"language\": \"en-GB\",\n        \"bread_crumb\": [\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\",\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n        ],\n        \"breadcrumbs\": [\n          {\n            \"id\": \"e871df93-c769-49a9-9394-a6fd555b8e8a\",\n            \"name\": \"Formal dresswear\",\n            \"slug\": \"formal\"\n          },\n          {\n            \"id\": \"e871df93-c769-49a9-9394-a6fd555b8e8a\",\n            \"name\": \"Formal dresswear\",\n            \"slug\": \"formal\"\n          }\n        ],\n        \"has_children\": true\n      }\n    },\n    {\n      \"attributes\": {\n        \"created_at\": \"1970-01-01T00:00:00.000\",\n        \"published_at\": \"1970-01-01T00:00:00.000\",\n        \"description\": \"Formal dresswear\",\n        \"label\": \"category\",\n        \"name\": \"Formal dresswear\",\n        \"slug\": \"formal\",\n        \"curated_products\": [\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\",\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n        ],\n        \"status\": \"live\",\n        \"shopper_attributes\": {\n          \"key_0\": \"string\",\n          \"key_1\": \"string\"\n        },\n        \"updated_at\": \"1970-01-01T00:00:00.000\"\n      },\n      \"id\": \"e871df93-c769-49a9-9394-a6fd555b8e8a\",\n      \"relationships\": {\n        \"products\": {\n          \"data\": [\n            {\n              \"id\": \"d2a020c5-ac81-dd30-65da-da95e0588fce\",\n              \"type\": \"product\"\n            },\n            {\n              \"id\": \"0afb0b70-b95a-f3ed-0e49-1c731889d9ae\",\n              \"type\": \"product\"\n            }\n          ],\n          \"links\": {\n            \"related\": \"string\"\n          }\n        },\n        \"children\": {\n          \"links\": {\n            \"related\": \"string\"\n          }\n        },\n        \"parent\": {\n          \"data\": {\n            \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n            \"type\": \"node\"\n          },\n          \"links\": {\n            \"related\": \"string\"\n          }\n        },\n        \"hierarchy\": {\n          \"data\": {\n            \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n            \"type\": \"hierarchy\"\n          },\n          \"links\": {\n            \"related\": \"string\"\n          }\n        }\n      },\n      \"type\": \"node\",\n      \"meta\": {\n        \"language\": \"en-GB\",\n        \"bread_crumb\": [\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\",\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n        ],\n        \"breadcrumbs\": [\n          {\n            \"id\": \"e871df93-c769-49a9-9394-a6fd555b8e8a\",\n            \"name\": \"Formal dresswear\",\n            \"slug\": \"formal\"\n          },\n          {\n            \"id\": \"e871df93-c769-49a9-9394-a6fd555b8e8a\",\n            \"name\": \"Formal dresswear\",\n            \"slug\": \"formal\"\n          }\n        ],\n        \"has_children\": true\n      }\n    }\n  ],\n  \"links\": {\n    \"self\": \"https://hlravajgYPOjI.amvfuScA2+7+-Ln8Ij0JrW.AQHcUfkAP6h2jeKWccpQaSy\",\n    \"first\": \"http://GSZRPBSPGQcsDXkoPJzHNfCTXhduW.alwA-d,7bqrm5NERpvdfjEGsHsHOSFWEcx-JZp-Sg81XuZw-pBMtfj+yuChR\",\n    \"last\": \"http://ubIZljvQocQezSuIsnEQaTDQEm.huG.cOLJ+aIs3U5t-BqFGgbnUaKhCezJgwY3o1SDDM9BogtP14oTGfvWFQBOI2gbMhAs\",\n    \"prev\": \"http://iMUQNdZcG.dlcyEO9MhrXgr5ll1IVF13k4oxGFaIZUEfEJ1S-6-Rv56rGC\",\n    \"next\": \"http://bDvbACfzVDJyBArkHVumiDTjdjaK.kjDNEPLeoPuAHOFTBYGbBr,ujBG0ZrbxV\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "63205089-5544-419c-8890-89a7b897ecb9",
              "name": "An unexpected error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalogs",
                    ":catalog_id",
                    "releases",
                    ":release_id",
                    "nodes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "This endpoint supports filtering, see [Filtering](#filtering).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "586"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "1029"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "catalog_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a published release of the catalog or `latestPublished` for the most recently published version.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "release_id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                      "type": "text/plain"
                    },
                    "key": "accept-language",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    },\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4ae38405-05f2-4d91-9cfb-23d5b7fee881",
          "name": "Get a Node",
          "request": {
            "name": "Get a Node",
            "description": {
              "content": "Returns a node from a published catalog.\n\n:::note\n\nCurrently, published catalogs are limited to the current release and two releases prior to the current release.\n\n:::\n\nYou can see the parent nodes a node is associated with in the `breadcrumbs` metadata for each node. This is useful if you want to improve how your shoppers search your store, for example. See [Product and Node Associations in Breadcrumb Metadata](/guides/How-To/Catalogs/breadcrumbs).\n\nThe response lists the products associated with the nodes. If products are [curated](/guides/How-To/Products/curating-products), they are displayed in `curated_products`. Product curation allows you to promote specific products within each of your hierarchies, enabling you to create unique product collections in your storefront.\n\n- If you don't provide any `curated_products`, products are listed by their `updated_at` time in descending order, with the most recently updated product first.\n- If you configure `curated_products` for only a few products, the curated products are displayed first and the other products are displayed in the order of `updated_at` time.\n- You can only curate 20 products or less. You cannot have more than 20 curated products.\n- If a curated product is removed from a node, the product is also removed from the `curated_products` list.\n- A product that is curated has the `\"curated_product\": true` attribute displayed.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "catalogs",
                ":catalog_id",
                "releases",
                ":release_id",
                "nodes",
                ":node_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "catalog_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The catalog ID.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "release_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of a published release of the catalog or `latestPublished` for the most recently published version.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "node_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The catalog node ID.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "disabled": false,
                "description": {
                  "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                  "type": "text/plain"
                },
                "key": "accept-language",
                "value": "string"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "4ccd363b-bed6-4deb-a623-122b131c17d6",
              "name": "The catalog node.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalogs",
                    ":catalog_id",
                    "releases",
                    ":release_id",
                    "nodes",
                    ":node_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "catalog_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a published release of the catalog or `latestPublished` for the most recently published version.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "release_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog node ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "node_id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                      "type": "text/plain"
                    },
                    "key": "accept-language",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"attributes\": {\n      \"created_at\": \"1970-01-01T00:00:00.000\",\n      \"published_at\": \"1970-01-01T00:00:00.000\",\n      \"description\": \"Formal dresswear\",\n      \"label\": \"category\",\n      \"name\": \"Formal dresswear\",\n      \"slug\": \"formal\",\n      \"curated_products\": [\n        \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\",\n        \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n      ],\n      \"status\": \"live\",\n      \"shopper_attributes\": {\n        \"key_0\": \"string\",\n        \"key_1\": \"string\",\n        \"key_2\": \"string\"\n      },\n      \"updated_at\": \"1970-01-01T00:00:00.000\"\n    },\n    \"id\": \"e871df93-c769-49a9-9394-a6fd555b8e8a\",\n    \"relationships\": {\n      \"products\": {\n        \"data\": [\n          {\n            \"id\": \"bafda40b-d30b-107e-1b04-4b4cc7702082\",\n            \"type\": \"product\"\n          },\n          {\n            \"id\": \"34a52e92-fae4-36fe-eeac-80ab2f98ca6f\",\n            \"type\": \"product\"\n          }\n        ],\n        \"links\": {\n          \"related\": \"string\"\n        }\n      },\n      \"children\": {\n        \"links\": {\n          \"related\": \"string\"\n        }\n      },\n      \"parent\": {\n        \"data\": {\n          \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n          \"type\": \"node\"\n        },\n        \"links\": {\n          \"related\": \"string\"\n        }\n      },\n      \"hierarchy\": {\n        \"data\": {\n          \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n          \"type\": \"hierarchy\"\n        },\n        \"links\": {\n          \"related\": \"string\"\n        }\n      }\n    },\n    \"type\": \"node\",\n    \"meta\": {\n      \"language\": \"en-GB\",\n      \"bread_crumb\": [\n        \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\",\n        \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n      ],\n      \"breadcrumbs\": [\n        {\n          \"id\": \"e871df93-c769-49a9-9394-a6fd555b8e8a\",\n          \"name\": \"Formal dresswear\",\n          \"slug\": \"formal\"\n        },\n        {\n          \"id\": \"e871df93-c769-49a9-9394-a6fd555b8e8a\",\n          \"name\": \"Formal dresswear\",\n          \"slug\": \"formal\"\n        }\n      ],\n      \"has_children\": true\n    }\n  },\n  \"links\": {\n    \"self\": \"https://dLqGRREmCSMLHhpuFX.gjioI6Iiw.ciNSpDsXaML6,KYfBU37.V6-+Q\",\n    \"first\": \"http://BXGDkjSLyjPFZKCO.bfhsaKo73KcLCds\",\n    \"last\": \"http://wMdKghjDobSyQHDOFr.cpSFpqZsnv3cEdV09JD\",\n    \"prev\": \"http://YIPQHeqNiTJLs.rxtzZO0GIdKo-rvsbe\",\n    \"next\": \"https://JnZSIVGPvAFjBuzVWLA.vhnupIZ4WVBwx3Lur-XAPZiPtpyhZhQ5h2iNE2T2\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5e728d0c-5b48-45b0-b345-b62f9c6e97ee",
              "name": "The unexpected error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalogs",
                    ":catalog_id",
                    "releases",
                    ":release_id",
                    "nodes",
                    ":node_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "catalog_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a published release of the catalog or `latestPublished` for the most recently published version.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "release_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog node ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "node_id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                      "type": "text/plain"
                    },
                    "key": "accept-language",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    },\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e50ee211-5443-4672-8df7-1f988aacbe84",
          "name": "Get a Node's Children",
          "request": {
            "name": "Get a Node's Children",
            "description": {
              "content": "Returns the child nodes for a node from a published catalog.\n\n:::note\n\nCurrently, published catalogs are limited to the current release and two releases prior to the current release.\n\n:::\n\nYou can see the parent nodes a node is associated with in the `breadcrumbs` metadata for each node. This is useful if you want to improve how your shoppers search your store, for example. See [Product and Node Associations in Breadcrumb Metadata](/guides/How-To/Catalogs/breadcrumbs).\n\nIn a catalog, you can use a filter to return a list of nodes in a hierarchy structure that a product belongs to. You can use this to build breadcrumbs in your storefront. For more information, see [Building breadcrumbs in a storefront](#building-breadcrumbs-in-a-storefront).\n\nThe response lists the products associated with the nodes. If products are [curated](/guides/How-To/Products/curating-products), they are displayed in `curated_products`. Product curation allows you to promote specific products within each of your hierarchies, enabling you to create unique product collections in your storefront.\n\n- If you don't provide any `curated_products`, products are listed by their `updated_at` time in descending order, with the most recently updated product first.\n- If you configure `curated_products` for only a few products, the curated products are displayed first and the other products are displayed in the order of `updated_at` time.\n- You can only curate 20 products or less. You cannot have more than 20 curated products.\n- If a curated product is removed from a node, the product is also removed from the `curated_products` list.\n- A product that is curated has the `\"curated_product\": true` attribute displayed.\n\n### Filtering\n\nThis endpoint supports filtering. For general syntax, see [Filtering](/guides/Getting-Started/filtering). The following operators and attributes are available.\n\n| Operator  | Description | Attributes | Example |\n| --- | --- | --- | --- |\n| `Eq` | Checks if the values of two operands are equal. If they are, the condition is true. | `name`, `slug` | `filter=eq(name,some-name)` |\n| `in`      | Checks if the values are included in the specified string. If they are, the condition is true.\n| `Id` |  `filter=in(id,9214719b-17fe-4ea7-896c-d61e60fc0d05,e104d541-2c52-47fa-8a9a-c4382480d97c,65daaf68-ff2e-4632-8944-370de835967d)` |\n\n### Building breadcrumbs in a storefront\n\nIn a catalog, you can use the nodes directly attached to a product to build breadcrumbs in your storefront. This eliminates the need for additional queries to fetch hierarchy or parent node details. Each node contains all the necessary information in `breadcrumbs` metadata, such as its own details and the details of its parent hierarchy/node(s), to construct the complete breadcrumb path without requiring additional queries.\n\nAn example is shown below:\n\n`filter=in(id,c83bfe55-0d87-4302-a86d-ab19e7e323f1,6003d7ef-84f3-49bb-a8bd-4cbfa203dcbb)`\n\n- Specify the node IDs directly attached to the product in the filter expression.\n- You can include as many node IDs as required.\n- It does not matter what order you specify the node IDs. The nodes are returned in the order they were last updated.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "catalogs",
                ":catalog_id",
                "releases",
                ":release_id",
                "nodes",
                ":node_id",
                "relationships",
                "children"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "This endpoint supports filtering, see [Filtering](#filtering).\n",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "586"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "1029"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "catalog_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The catalog ID.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "release_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of a published release of the catalog or `latestPublished` for the most recently published version.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "node_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The catalog node ID.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "disabled": false,
                "description": {
                  "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                  "type": "text/plain"
                },
                "key": "accept-language",
                "value": "string"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "3c7abfc9-f18f-432c-930a-55a4845e30a3",
              "name": "The child nodes of a catalog node.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalogs",
                    ":catalog_id",
                    "releases",
                    ":release_id",
                    "nodes",
                    ":node_id",
                    "relationships",
                    "children"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "This endpoint supports filtering, see [Filtering](#filtering).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "586"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "1029"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "catalog_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a published release of the catalog or `latestPublished` for the most recently published version.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "release_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog node ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "node_id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                      "type": "text/plain"
                    },
                    "key": "accept-language",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"meta\": {\n    \"results\": {\n      \"total\": 8821\n    },\n    \"page\": {\n      \"limit\": 8969,\n      \"offset\": 4837,\n      \"current\": 173,\n      \"total\": 4965\n    }\n  },\n  \"data\": [\n    {\n      \"attributes\": {\n        \"created_at\": \"1970-01-01T00:00:00.000\",\n        \"published_at\": \"1970-01-01T00:00:00.000\",\n        \"description\": \"Formal dresswear\",\n        \"label\": \"category\",\n        \"name\": \"Formal dresswear\",\n        \"slug\": \"formal\",\n        \"curated_products\": [\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\",\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n        ],\n        \"status\": \"live\",\n        \"shopper_attributes\": {\n          \"key_0\": \"string\"\n        },\n        \"updated_at\": \"1970-01-01T00:00:00.000\"\n      },\n      \"id\": \"e871df93-c769-49a9-9394-a6fd555b8e8a\",\n      \"relationships\": {\n        \"products\": {\n          \"data\": [\n            {\n              \"id\": \"f1f211c4-eace-60c0-96d3-ba17d77a47de\",\n              \"type\": \"product\"\n            },\n            {\n              \"id\": \"ee063e77-0e76-efea-2cfe-189ac49c52bd\",\n              \"type\": \"product\"\n            }\n          ],\n          \"links\": {\n            \"related\": \"string\"\n          }\n        },\n        \"children\": {\n          \"links\": {\n            \"related\": \"string\"\n          }\n        },\n        \"parent\": {\n          \"data\": {\n            \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n            \"type\": \"node\"\n          },\n          \"links\": {\n            \"related\": \"string\"\n          }\n        },\n        \"hierarchy\": {\n          \"data\": {\n            \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n            \"type\": \"hierarchy\"\n          },\n          \"links\": {\n            \"related\": \"string\"\n          }\n        }\n      },\n      \"type\": \"node\",\n      \"meta\": {\n        \"language\": \"en-GB\",\n        \"bread_crumb\": [\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\",\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n        ],\n        \"breadcrumbs\": [\n          {\n            \"id\": \"e871df93-c769-49a9-9394-a6fd555b8e8a\",\n            \"name\": \"Formal dresswear\",\n            \"slug\": \"formal\"\n          },\n          {\n            \"id\": \"e871df93-c769-49a9-9394-a6fd555b8e8a\",\n            \"name\": \"Formal dresswear\",\n            \"slug\": \"formal\"\n          }\n        ],\n        \"has_children\": true\n      }\n    },\n    {\n      \"attributes\": {\n        \"created_at\": \"1970-01-01T00:00:00.000\",\n        \"published_at\": \"1970-01-01T00:00:00.000\",\n        \"description\": \"Formal dresswear\",\n        \"label\": \"category\",\n        \"name\": \"Formal dresswear\",\n        \"slug\": \"formal\",\n        \"curated_products\": [\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\",\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n        ],\n        \"status\": \"live\",\n        \"shopper_attributes\": {\n          \"key_0\": \"string\",\n          \"key_1\": \"string\"\n        },\n        \"updated_at\": \"1970-01-01T00:00:00.000\"\n      },\n      \"id\": \"e871df93-c769-49a9-9394-a6fd555b8e8a\",\n      \"relationships\": {\n        \"products\": {\n          \"data\": [\n            {\n              \"id\": \"d2a020c5-ac81-dd30-65da-da95e0588fce\",\n              \"type\": \"product\"\n            },\n            {\n              \"id\": \"0afb0b70-b95a-f3ed-0e49-1c731889d9ae\",\n              \"type\": \"product\"\n            }\n          ],\n          \"links\": {\n            \"related\": \"string\"\n          }\n        },\n        \"children\": {\n          \"links\": {\n            \"related\": \"string\"\n          }\n        },\n        \"parent\": {\n          \"data\": {\n            \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n            \"type\": \"node\"\n          },\n          \"links\": {\n            \"related\": \"string\"\n          }\n        },\n        \"hierarchy\": {\n          \"data\": {\n            \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n            \"type\": \"hierarchy\"\n          },\n          \"links\": {\n            \"related\": \"string\"\n          }\n        }\n      },\n      \"type\": \"node\",\n      \"meta\": {\n        \"language\": \"en-GB\",\n        \"bread_crumb\": [\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\",\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n        ],\n        \"breadcrumbs\": [\n          {\n            \"id\": \"e871df93-c769-49a9-9394-a6fd555b8e8a\",\n            \"name\": \"Formal dresswear\",\n            \"slug\": \"formal\"\n          },\n          {\n            \"id\": \"e871df93-c769-49a9-9394-a6fd555b8e8a\",\n            \"name\": \"Formal dresswear\",\n            \"slug\": \"formal\"\n          }\n        ],\n        \"has_children\": true\n      }\n    }\n  ],\n  \"links\": {\n    \"self\": \"https://hlravajgYPOjI.amvfuScA2+7+-Ln8Ij0JrW.AQHcUfkAP6h2jeKWccpQaSy\",\n    \"first\": \"http://GSZRPBSPGQcsDXkoPJzHNfCTXhduW.alwA-d,7bqrm5NERpvdfjEGsHsHOSFWEcx-JZp-Sg81XuZw-pBMtfj+yuChR\",\n    \"last\": \"http://ubIZljvQocQezSuIsnEQaTDQEm.huG.cOLJ+aIs3U5t-BqFGgbnUaKhCezJgwY3o1SDDM9BogtP14oTGfvWFQBOI2gbMhAs\",\n    \"prev\": \"http://iMUQNdZcG.dlcyEO9MhrXgr5ll1IVF13k4oxGFaIZUEfEJ1S-6-Rv56rGC\",\n    \"next\": \"http://bDvbACfzVDJyBArkHVumiDTjdjaK.kjDNEPLeoPuAHOFTBYGbBr,ujBG0ZrbxV\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ed1a8356-a447-40d3-997f-b72923ed97ba",
              "name": "The unexpected error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalogs",
                    ":catalog_id",
                    "releases",
                    ":release_id",
                    "nodes",
                    ":node_id",
                    "relationships",
                    "children"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "This endpoint supports filtering, see [Filtering](#filtering).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "586"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "1029"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "catalog_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a published release of the catalog or `latestPublished` for the most recently published version.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "release_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog node ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "node_id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                      "type": "text/plain"
                    },
                    "key": "accept-language",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    },\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2249191c-2f5f-4d6d-b010-3daa8203ea53",
          "name": "Get all Products",
          "request": {
            "name": "Get all Products",
            "description": {
              "content": "Returns the products from a published catalog. Only the products in a `live` status are retrieved. Currently, published catalogs are limited to the current release and two releases prior to the current release.\n\nYou can see the parent nodes a product is associated with in the `bread_crumbs` and `bread_crumb_nodes` metadata for each product. This is useful if you want to improve how your shoppers search your store, for example. See [Product and Node Associations in Breadcrumb Metadata](/guides/How-To/Catalogs/breadcrumbs).\n\nThe `variations` object lists the variation IDs and variation option IDs and their corresponding product IDs that are generated when the variation and variation options are built with a product. The `variations` object can then be added to your catalogs. By default, variations and variation options are sorted randomly. You can use the `sort_order` attribute to sort the order of your variation and variation options in `variations`. Once a parent product is published in a catalog, the [Get a List of products in a catalog release](/docs/api/pxm/catalog/get-all-products) response displays the sorted variations and variation options. Variations and variation options are displayed in descending order according to their `sort_order` values.\n\n### Including Resources\n\nUsing the `include` parameter, you can retrieve top-level resources, such as, files or main image, bundle component products and product attributes, such as SKU or slug. \n\n| Parameter           | Required | Description                                                                                                                                                                                                           |\n|  :---------------------|:---------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `component_products` | Optional | The  component product data and key attribute data, such as SKU or slug, to return for component products in a product bundle.  |\n| `main_image`         | Optional | The main images associated with a product.                                                                                                           |\n| `files`              | Optional | Any files associated with a product. \n\nSee [**Including Resources**](/guides/Getting-Started/includes).\n\n### Filtering\n\nThis endpoint supports filtering. For general filtering syntax, see [Filtering](/guides/Getting-Started/filtering). The following operators and attributes are available when filtering on this endpoint.\n\n| Operator | Description                                                                                     | Supported Attributes                                     | Example |\n|:---|:------------------------------------------------------------------------------------------------|:---------------------------------------------------------|:--- |\n| `Eq` | Checks if the values of two operands are equal. If they are, the condition is true. For `product_types`, you can only specify one product type. For example, `filter=eq(product_types,child)`.            | `name`, `sku`, `slug`, `manufacturer_part_num`, `upc_ean`, `product_types`, `tags` | `filter=eq(name,some-name)` |\n| `In` | Checks if the values are included in the specified string. If they are, the condition is true. For `product_types`, you can specify more than one product type. For example, `filter=in(product_types,child,bundle)`. | `id`, `name`, `sku`, `slug`, `manufacturer_part_num`, `upc_ean`, `product_types`, `tags`          | `filter=in(id,some-id)` |\n\n### Building breadcrumbs in a storefront\n\nIn a catalog, you can use the nodes directly attached to a product to build breadcrumbs in your storefront. This eliminates the need for additional queries to fetch hierarchy or parent node details. Each node contains all the necessary information in `breadcrumbs` metadata, such as its own details and the details of its parent hierarchy/node(s), to construct the complete breadcrumb path without requiring additional queries.\n\nAn example is shown below:\n\n`filter=in(id,c83bfe55-0d87-4302-a86d-ab19e7e323f1,6003d7ef-84f3-49bb-a8bd-4cbfa203dcbb)`\n\n- Specify the node IDs directly attached to the product in the filter expression.\n- You can include as many node IDs as required.\n- It does not matter what order you specify the node IDs. The nodes are returned in the order they were last updated.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "catalogs",
                ":catalog_id",
                "releases",
                ":release_id",
                "products"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Using the include parameter, you can retrieve top-level resources.\n\n- Files or main image. For example, `include=files,main_image`.\n- Component product data. For example, `include=component_products`.\n- Key attribute data, such as SKU or slug.\n",
                    "type": "text/plain"
                  },
                  "key": "include",
                  "value": "main_image,component_products"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "This endpoints support filtering. See [Filtering](#filtering).\n",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "586"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "1029"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "catalog_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The catalog ID.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "release_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of a published release of the catalog or `latestPublished` for the most recently published version.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "disabled": false,
                "description": {
                  "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                  "type": "text/plain"
                },
                "key": "accept-language",
                "value": "string"
              },
              {
                "disabled": false,
                "description": {
                  "content": "Supply a comma delimited list of pricebook ids to be used to lookup product prices from when the catalog supports price segmentation. The first pricebook will be highest priority (if more than one is supplied) and the rest in descending priority order. Used only for admin endpoints that dont support shopper context lookup.",
                  "type": "text/plain"
                },
                "key": "EP-Pricebook-IDs-For-Price-Segmentation-Preview",
                "value": "string,string"
              },
              {
                "disabled": false,
                "description": {
                  "content": "Supply a comma delimited list of pricebook ids to be listed in meta sections available prices . 'all' is a permitted value and will ensure all available prices for a product are shown. 'all' is not recommended if there are lots(10+) of available prices due the large response size.",
                  "type": "text/plain"
                },
                "key": "EP-Pricebook-IDs-Of-Available-Prices-To-Show",
                "value": "string,string"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "60d00d14-cf7f-45df-88e3-80490ac25360",
              "name": "The products of a catalog.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalogs",
                    ":catalog_id",
                    "releases",
                    ":release_id",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Using the include parameter, you can retrieve top-level resources.\n\n- Files or main image. For example, `include=files,main_image`.\n- Component product data. For example, `include=component_products`.\n- Key attribute data, such as SKU or slug.\n",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "main_image,component_products"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "This endpoints support filtering. See [Filtering](#filtering).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "586"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "1029"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "catalog_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a published release of the catalog or `latestPublished` for the most recently published version.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "release_id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                      "type": "text/plain"
                    },
                    "key": "accept-language",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "Supply a comma delimited list of pricebook ids to be used to lookup product prices from when the catalog supports price segmentation. The first pricebook will be highest priority (if more than one is supplied) and the rest in descending priority order. Used only for admin endpoints that dont support shopper context lookup.",
                      "type": "text/plain"
                    },
                    "key": "EP-Pricebook-IDs-For-Price-Segmentation-Preview",
                    "value": "string,string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "Supply a comma delimited list of pricebook ids to be listed in meta sections available prices . 'all' is a permitted value and will ensure all available prices for a product are shown. 'all' is not recommended if there are lots(10+) of available prices due the large response size.",
                      "type": "text/plain"
                    },
                    "key": "EP-Pricebook-IDs-Of-Available-Prices-To-Show",
                    "value": "string,string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"meta\": {\n    \"results\": {\n      \"total\": 5602\n    },\n    \"page\": {\n      \"limit\": 1603,\n      \"offset\": 9609,\n      \"current\": 6233,\n      \"total\": 3763\n    }\n  },\n  \"data\": [\n    {\n      \"attributes\": {\n        \"published_at\": \"1970-01-01T00:00:00.000\",\n        \"base_product\": false,\n        \"base_product_id\": \"cdf574bc-e36e-48fc-9eac-01c87839b285\",\n        \"commodity_type\": \"physical\",\n        \"curated_product\": true,\n        \"upc_ean\": \"0123456\",\n        \"manufacturer_part_num\": \"mfn1\",\n        \"tags\": [\n          \"tag-a\"\n        ],\n        \"price_modifiers\": [\n          \"modifier-1\"\n        ],\n        \"created_at\": \"1970-01-01T00:00:00.000\",\n        \"description\": \"This is a product\",\n        \"name\": \"Blue shirt\",\n        \"price\": {\n          \"key_0\": {\n            \"amount\": 100,\n            \"includes_tax\": false\n          },\n          \"key_1\": {\n            \"amount\": 100,\n            \"includes_tax\": false\n          },\n          \"key_2\": {\n            \"amount\": 100,\n            \"includes_tax\": false\n          }\n        },\n        \"shopper_attributes\": {\n          \"key_0\": \"string\",\n          \"key_1\": \"string\"\n        },\n        \"tiers\": {\n          \"key_0\": {\n            \"minimum_quantity\": 1230,\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            }\n          },\n          \"key_1\": {\n            \"minimum_quantity\": 3952,\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            }\n          },\n          \"key_2\": {\n            \"minimum_quantity\": 6832,\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            }\n          },\n          \"key_3\": {\n            \"minimum_quantity\": 2381,\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            }\n          }\n        },\n        \"components\": {\n          \"key_0\": {\n            \"name\": \"string\",\n            \"min\": 2552,\n            \"max\": 7284,\n            \"sort_order\": 6533,\n            \"options\": [\n              {\n                \"id\": \"e58dcacd-6f5b-8c35-c256-07600f27f778\",\n                \"type\": \"product\",\n                \"quantity\": 2,\n                \"min\": 3622,\n                \"max\": 6478,\n                \"sort_order\": 15,\n                \"default\": true,\n                \"product_should_be_substituted_with_child\": true,\n                \"excluded_children\": [\n                  \"2d491d1c-729d-43d7-a2d2-e0a56edab43d\"\n                ]\n              }\n            ]\n          },\n          \"key_1\": {\n            \"name\": \"string\",\n            \"min\": 4168,\n            \"max\": 5822,\n            \"sort_order\": 4402,\n            \"options\": [\n              {\n                \"id\": \"34e471d1-c2f8-46b8-a6db-1a3404a05518\",\n                \"type\": \"product\",\n                \"quantity\": 2,\n                \"min\": 8608,\n                \"max\": 3680,\n                \"sort_order\": 15,\n                \"default\": true,\n                \"product_should_be_substituted_with_child\": true,\n                \"excluded_children\": [\n                  \"2d491d1c-729d-43d7-a2d2-e0a56edab43d\"\n                ]\n              }\n            ]\n          }\n        },\n        \"custom_inputs\": {\n          \"key_0\": {\n            \"name\": \"Message\",\n            \"validation_rules\": [\n              {\n                \"type\": \"string\",\n                \"options\": {\n                  \"max_length\": 255\n                }\n              }\n            ],\n            \"required\": false\n          }\n        },\n        \"sku\": \"blue-shirt\",\n        \"slug\": \"blue-shirt\",\n        \"status\": \"live\",\n        \"external_ref\": \"string\",\n        \"updated_at\": \"1970-01-01T00:00:00.000\",\n        \"extensions\": {\n          \"key_0\": {\n            \"key_0\": {},\n            \"key_1\": {}\n          },\n          \"key_1\": {\n            \"key_0\": {}\n          },\n          \"key_2\": {\n            \"key_0\": {},\n            \"key_1\": {}\n          }\n        }\n      },\n      \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n      \"relationships\": {\n        \"parent\": {\n          \"data\": {\n            \"id\": \"a85c2f05-6aad-197b-7e9b-9d39744c4901\",\n            \"type\": \"product\"\n          }\n        },\n        \"children\": {\n          \"data\": [\n            {\n              \"id\": \"b93d2ad3-b028-8ba2-7808-f797a375d103\",\n              \"type\": \"product\"\n            }\n          ],\n          \"links\": {\n            \"self\": \"string\"\n          }\n        },\n        \"files\": {\n          \"data\": [\n            {\n              \"type\": \"file\",\n              \"id\": \"d4f44c07-881a-816a-133c-a110f05a4c39\",\n              \"created_at\": \"1970-01-01T00:00:00.000\"\n            }\n          ]\n        },\n        \"main_image\": {\n          \"data\": {\n            \"type\": \"main_image\",\n            \"id\": \"58beb426-bf90-a46d-980a-90f2c7e2e0d2\"\n          }\n        },\n        \"component_products\": {\n          \"data\": [\n            {\n              \"id\": \"c89a7e9c-6943-fa11-1eef-ba0ba5214589\",\n              \"type\": \"product\"\n            }\n          ],\n          \"links\": {\n            \"self\": \"string\"\n          }\n        },\n        \"custom_relationships\": {\n          \"data\": [\n            {\n              \"id\": \"7e5653df-a1de-fe3d-15e1-008f418db6b8\",\n              \"type\": \"product\"\n            }\n          ],\n          \"links\": {}\n        }\n      },\n      \"type\": \"product\",\n      \"meta\": {\n        \"bread_crumbs\": {\n          \"key_0\": [\n            \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n          ],\n          \"key_1\": [\n            \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n          ]\n        },\n        \"bread_crumb_nodes\": [\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n        ],\n        \"catalog_id\": \"362a16dc-f7c6-4280-83d6-4fcc152af091\",\n        \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n        \"display_price\": {\n          \"with_tax\": {\n            \"amount\": 3103,\n            \"currency\": \"USD\",\n            \"formatted\": \"$475.00\",\n            \"float_price\": 475\n          },\n          \"without_tax\": {\n            \"amount\": 1118,\n            \"currency\": \"USD\",\n            \"formatted\": \"$475.00\",\n            \"float_price\": 475\n          }\n        },\n        \"catalog_source\": \"pim\",\n        \"sale_id\": \"string\",\n        \"sale_expires\": \"2025-07-07T14:30:00Z\",\n        \"original_price\": {\n          \"key_0\": {\n            \"amount\": 100,\n            \"includes_tax\": false\n          }\n        },\n        \"original_display_price\": {\n          \"with_tax\": {\n            \"amount\": 4870,\n            \"currency\": \"USD\",\n            \"formatted\": \"$475.00\",\n            \"float_price\": 475\n          },\n          \"without_tax\": {\n            \"amount\": 4235,\n            \"currency\": \"USD\",\n            \"formatted\": \"$475.00\",\n            \"float_price\": 475\n          }\n        },\n        \"bundle_configuration\": {\n          \"selected_options\": {\n            \"games\": {\n              \"p292e1db-c919-4d2f-984a-c2ddc79df024\": 2\n            },\n            \"consoles\": {\n              \"759ce0d7-e248-4f57-8ee1-6fd81a1b3c0a\": 1\n            }\n          }\n        },\n        \"component_products\": {\n          \"key_0\": {\n            \"sale_id\": \"string\",\n            \"sale_expires\": \"2025-07-07T14:30:00Z\",\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"display_price\": {\n              \"with_tax\": {\n                \"amount\": 2427,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 6903,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"original_price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"original_display_price\": {\n              \"with_tax\": {\n                \"amount\": 2536,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 8635,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n            \"alternative_prices\": [\n              {\n                \"name\": \"string\",\n                \"pricebook_id\": \"string\",\n                \"shopper_attributes\": {\n                  \"key_0\": \"string\",\n                  \"key_1\": \"string\",\n                  \"key_2\": \"string\",\n                  \"key_3\": \"string\"\n                },\n                \"sale_id\": \"string\",\n                \"sale_expires\": \"2025-07-07T14:30:00Z\",\n                \"price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 5145,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 1681,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                },\n                \"original_display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 5557,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 4552,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                },\n                \"original_price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"key_1\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"key_2\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"tiers\": {\n                  \"key_0\": {\n                    \"original_price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      },\n                      \"key_1\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      },\n                      \"key_1\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      },\n                      \"key_2\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 92,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 5019,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    },\n                    \"original_display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 1502,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 7353,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    }\n                  },\n                  \"key_1\": {\n                    \"original_price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      },\n                      \"key_1\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 9708,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 4998,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    },\n                    \"original_display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 4138,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 7747,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    }\n                  },\n                  \"key_2\": {\n                    \"original_price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      },\n                      \"key_1\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 9142,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 6940,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    },\n                    \"original_display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 5861,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 2588,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    }\n                  }\n                }\n              }\n            ]\n          },\n          \"key_1\": {\n            \"sale_id\": \"string\",\n            \"sale_expires\": \"2025-07-07T14:30:00Z\",\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"display_price\": {\n              \"with_tax\": {\n                \"amount\": 595,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 4810,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"original_price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"original_display_price\": {\n              \"with_tax\": {\n                \"amount\": 9797,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 6043,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n            \"alternative_prices\": [\n              {\n                \"name\": \"string\",\n                \"pricebook_id\": \"string\",\n                \"shopper_attributes\": {\n                  \"key_0\": \"string\"\n                },\n                \"sale_id\": \"string\",\n                \"sale_expires\": \"2025-07-07T14:30:00Z\",\n                \"price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"key_1\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"key_2\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 3249,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 2537,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                },\n                \"original_display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 1298,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 6480,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                },\n                \"original_price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"tiers\": {\n                  \"key_0\": {\n                    \"original_price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 642,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 2781,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    },\n                    \"original_display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 6633,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 189,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    }\n                  },\n                  \"key_1\": {\n                    \"original_price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      },\n                      \"key_1\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 3884,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 7265,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    },\n                    \"original_display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 4312,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 1623,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    }\n                  }\n                }\n              }\n            ]\n          }\n        },\n        \"component_product_data\": {\n          \"key_0\": {\n            \"value\": \"<Circular reference to #/components/schemas/product detected>\"\n          },\n          \"key_1\": {\n            \"value\": \"<Circular reference to #/components/schemas/product detected>\"\n          }\n        },\n        \"price_modifiers\": {\n          \"key_0\": {\n            \"modifier_type\": \"price_equals\",\n            \"currencies\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_2\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            }\n          }\n        },\n        \"tiers\": {\n          \"key_0\": {\n            \"sale_id\": \"string\",\n            \"sale_expires\": \"2025-07-07T14:30:00Z\",\n            \"display_price\": {\n              \"with_tax\": {\n                \"amount\": 1130,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 9930,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"original_price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_2\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"original_display_price\": {\n              \"with_tax\": {\n                \"amount\": 4577,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 3774,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            }\n          },\n          \"key_1\": {\n            \"sale_id\": \"string\",\n            \"sale_expires\": \"2025-07-07T14:30:00Z\",\n            \"display_price\": {\n              \"with_tax\": {\n                \"amount\": 3943,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 8882,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"original_price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"original_display_price\": {\n              \"with_tax\": {\n                \"amount\": 394,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 5119,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            }\n          }\n        },\n        \"variation_matrix\": {},\n        \"variations\": [\n          {\n            \"id\": \"86c51519-c1f6-f31d-514a-111d46c98a31\",\n            \"name\": \"string\",\n            \"sort_order\": 1232,\n            \"option\": {\n              \"id\": \"4371d41f-907c-c44d-8d90-741c4903273f\",\n              \"name\": \"string\",\n              \"sort_order\": 3427,\n              \"description\": \"string\"\n            },\n            \"options\": [\n              {\n                \"id\": \"46ff71a7-fbfe-1b2e-cc61-92653344a23e\",\n                \"name\": \"string\",\n                \"sort_order\": 1111,\n                \"description\": \"string\"\n              }\n            ]\n          }\n        ],\n        \"child_option_ids\": [\n          \"string\"\n        ],\n        \"child_variations\": [\n          {\n            \"id\": \"a2d8e6c0-3450-94ac-e491-157516489098\",\n            \"name\": \"string\",\n            \"sort_order\": 6446,\n            \"option\": {\n              \"id\": \"6e88d9e9-8a47-b906-806d-17d695a6c22e\",\n              \"name\": \"string\",\n              \"sort_order\": 7203,\n              \"description\": \"string\"\n            },\n            \"options\": [\n              {\n                \"id\": \"238aa9bb-7173-a9fd-7005-6ab528621e15\",\n                \"name\": \"string\",\n                \"sort_order\": 353,\n                \"description\": \"string\"\n              }\n            ]\n          }\n        ],\n        \"product_types\": [\n          \"string\"\n        ],\n        \"language\": \"en-GB\",\n        \"custom_relationships\": [\n          \"string\"\n        ],\n        \"available_prices\": [\n          {\n            \"pricebook_id\": \"string\",\n            \"shopper_attributes\": {\n              \"key_0\": \"string\"\n            },\n            \"sales\": {\n              \"key_0\": {\n                \"schedule\": {\n                  \"valid_from\": \"2020-09-22T09:00:00\",\n                  \"valid_to\": \"2020-09-22T09:00:00\"\n                },\n                \"currencies\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false,\n                    \"tiers\": {\n                      \"key_0\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      },\n                      \"key_1\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      }\n                    }\n                  },\n                  \"key_1\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false,\n                    \"tiers\": {\n                      \"key_0\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      }\n                    }\n                  },\n                  \"key_2\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false,\n                    \"tiers\": {\n                      \"key_0\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      }\n                    }\n                  },\n                  \"key_3\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false,\n                    \"tiers\": {\n                      \"key_0\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      }\n                    }\n                  },\n                  \"key_4\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false,\n                    \"tiers\": {\n                      \"key_0\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      },\n                      \"key_1\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      },\n                      \"key_2\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      },\n                      \"key_3\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      }\n                    }\n                  }\n                }\n              },\n              \"key_1\": {\n                \"schedule\": {\n                  \"valid_from\": \"2020-09-22T09:00:00\",\n                  \"valid_to\": \"2020-09-22T09:00:00\"\n                },\n                \"currencies\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false,\n                    \"tiers\": {\n                      \"key_0\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      }\n                    }\n                  }\n                }\n              }\n            },\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"tiers\": {\n              \"key_0\": {\n                \"minimum_quantity\": 7093,\n                \"price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"key_1\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                }\n              },\n              \"key_1\": {\n                \"minimum_quantity\": 8314,\n                \"price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                }\n              }\n            }\n          }\n        ],\n        \"alternative_prices\": [\n          {\n            \"name\": \"string\",\n            \"pricebook_id\": \"string\",\n            \"shopper_attributes\": {\n              \"key_0\": \"string\",\n              \"key_1\": \"string\"\n            },\n            \"sale_id\": \"string\",\n            \"sale_expires\": \"2025-07-07T14:30:00Z\",\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"display_price\": {\n              \"with_tax\": {\n                \"amount\": 9421,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 7267,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"original_display_price\": {\n              \"with_tax\": {\n                \"amount\": 2045,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 135,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"original_price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_2\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"tiers\": {\n              \"key_0\": {\n                \"original_price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"key_1\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 6206,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 8682,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                },\n                \"original_display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 9012,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 4212,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                }\n              },\n              \"key_1\": {\n                \"original_price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"key_1\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 5979,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 5485,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                },\n                \"original_display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 5574,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 7960,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                }\n              }\n            }\n          }\n        ],\n        \"available_pricebook_ids\": [\n          \"string\"\n        ]\n      }\n    }\n  ],\n  \"included\": {\n    \"main_images\": [\n      {\n        \"id\": \"d38416e6-a515-c91e-1b92-fd4de7d5ccca\",\n        \"type\": \"file\",\n        \"file_name\": \"file_name.jpg\",\n        \"mime_type\": \"image/jpeg\",\n        \"file_size\": 36000,\n        \"public\": true,\n        \"meta\": {\n          \"timestamps\": {\n            \"created_at\": \"2023-10-11T13:02:25.293Z\"\n          },\n          \"dimensions\": {\n            \"width\": 1800,\n            \"height\": 1000\n          }\n        },\n        \"links\": {\n          \"self\": \"https://useast.api.elasticpath.com/v2/files/ddc28c74-a7df-46be-b262-8fa69a6e7d52\"\n        },\n        \"link\": {\n          \"href\": \"https://files-eu.epusercontent.com/e8c53cb0-120d-4ea5-8941-ce74dec06038/f8cf26b3-6d38-4275-937a-624a83994702.png\",\n          \"meta\": {\n            \"results\": {\n              \"total\": 2\n            }\n          }\n        }\n      }\n    ],\n    \"component_products\": [\n      {\n        \"attributes\": {\n          \"published_at\": \"1970-01-01T00:00:00.000\",\n          \"base_product\": false,\n          \"base_product_id\": \"cdf574bc-e36e-48fc-9eac-01c87839b285\",\n          \"commodity_type\": \"physical\",\n          \"curated_product\": true,\n          \"upc_ean\": \"0123456\",\n          \"manufacturer_part_num\": \"mfn1\",\n          \"tags\": [\n            \"tag-a\"\n          ],\n          \"price_modifiers\": [\n            \"modifier-1\"\n          ],\n          \"created_at\": \"1970-01-01T00:00:00.000\",\n          \"description\": \"This is a product\",\n          \"name\": \"Blue shirt\",\n          \"price\": {\n            \"key_0\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"key_1\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            }\n          },\n          \"shopper_attributes\": {\n            \"key_0\": \"string\",\n            \"key_1\": \"string\",\n            \"key_2\": \"string\"\n          },\n          \"tiers\": {\n            \"key_0\": {\n              \"minimum_quantity\": 9791,\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_3\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_4\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              }\n            }\n          },\n          \"components\": {\n            \"key_0\": {\n              \"name\": \"string\",\n              \"min\": 1448,\n              \"max\": 738,\n              \"sort_order\": 4582,\n              \"options\": [\n                {\n                  \"id\": \"82d78eef-816a-5627-757f-ec0edb70ad29\",\n                  \"type\": \"product\",\n                  \"quantity\": 2,\n                  \"min\": 1809,\n                  \"max\": 5865,\n                  \"sort_order\": 15,\n                  \"default\": true,\n                  \"product_should_be_substituted_with_child\": true,\n                  \"excluded_children\": [\n                    \"2d491d1c-729d-43d7-a2d2-e0a56edab43d\"\n                  ]\n                }\n              ]\n            },\n            \"key_1\": {\n              \"name\": \"string\",\n              \"min\": 7070,\n              \"max\": 7211,\n              \"sort_order\": 1445,\n              \"options\": [\n                {\n                  \"id\": \"23303760-5905-0108-3cdc-2cda1d988a12\",\n                  \"type\": \"product\",\n                  \"quantity\": 2,\n                  \"min\": 6812,\n                  \"max\": 3243,\n                  \"sort_order\": 15,\n                  \"default\": true,\n                  \"product_should_be_substituted_with_child\": true,\n                  \"excluded_children\": [\n                    \"2d491d1c-729d-43d7-a2d2-e0a56edab43d\"\n                  ]\n                }\n              ]\n            },\n            \"key_2\": {\n              \"name\": \"string\",\n              \"min\": 7971,\n              \"max\": 7296,\n              \"sort_order\": 4309,\n              \"options\": [\n                {\n                  \"id\": \"e4fb22bd-50bf-e7b0-0b04-ef8edc0b26e2\",\n                  \"type\": \"product\",\n                  \"quantity\": 2,\n                  \"min\": 3710,\n                  \"max\": 7909,\n                  \"sort_order\": 15,\n                  \"default\": true,\n                  \"product_should_be_substituted_with_child\": true,\n                  \"excluded_children\": [\n                    \"2d491d1c-729d-43d7-a2d2-e0a56edab43d\"\n                  ]\n                }\n              ]\n            },\n            \"key_3\": {\n              \"name\": \"string\",\n              \"min\": 6237,\n              \"max\": 2358,\n              \"sort_order\": 1007,\n              \"options\": [\n                {\n                  \"id\": \"304474b6-0ca3-0cad-fd56-2803b3087be4\",\n                  \"type\": \"product\",\n                  \"quantity\": 2,\n                  \"min\": 274,\n                  \"max\": 4336,\n                  \"sort_order\": 15,\n                  \"default\": true,\n                  \"product_should_be_substituted_with_child\": true,\n                  \"excluded_children\": [\n                    \"2d491d1c-729d-43d7-a2d2-e0a56edab43d\"\n                  ]\n                }\n              ]\n            }\n          },\n          \"custom_inputs\": {\n            \"key_0\": {\n              \"name\": \"Message\",\n              \"validation_rules\": [\n                {\n                  \"type\": \"string\",\n                  \"options\": {\n                    \"max_length\": 255\n                  }\n                }\n              ],\n              \"required\": false\n            },\n            \"key_1\": {\n              \"name\": \"Message\",\n              \"validation_rules\": [\n                {\n                  \"type\": \"string\",\n                  \"options\": {\n                    \"max_length\": 255\n                  }\n                }\n              ],\n              \"required\": false\n            }\n          },\n          \"sku\": \"blue-shirt\",\n          \"slug\": \"blue-shirt\",\n          \"status\": \"live\",\n          \"external_ref\": \"string\",\n          \"updated_at\": \"1970-01-01T00:00:00.000\",\n          \"extensions\": {\n            \"key_0\": {\n              \"key_0\": {}\n            },\n            \"key_1\": {\n              \"key_0\": {},\n              \"key_1\": {}\n            }\n          }\n        },\n        \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n        \"relationships\": {\n          \"parent\": {\n            \"data\": {\n              \"id\": \"d3834b63-107a-0416-52f1-f8d076b7a652\",\n              \"type\": \"product\"\n            }\n          },\n          \"children\": {\n            \"data\": [\n              {\n                \"id\": \"d88cdc87-9078-c992-b54e-7364aa618f64\",\n                \"type\": \"product\"\n              }\n            ],\n            \"links\": {\n              \"self\": \"string\"\n            }\n          },\n          \"files\": {\n            \"data\": [\n              {\n                \"type\": \"file\",\n                \"id\": \"de0ff932-b078-5691-cc51-922a9483ac95\",\n                \"created_at\": \"1970-01-01T00:00:00.000\"\n              }\n            ]\n          },\n          \"main_image\": {\n            \"data\": {\n              \"type\": \"main_image\",\n              \"id\": \"deecd894-ece8-0a68-e8ea-24a3a02b5344\"\n            }\n          },\n          \"component_products\": {\n            \"data\": [\n              {\n                \"id\": \"d4d9cb65-1907-0c96-94f4-7344435bd83d\",\n                \"type\": \"product\"\n              }\n            ],\n            \"links\": {\n              \"self\": \"string\"\n            }\n          },\n          \"custom_relationships\": {\n            \"data\": [\n              {\n                \"id\": \"8edd6fe2-1c03-b1c0-e143-ecdb0b3d95b9\",\n                \"type\": \"product\"\n              }\n            ],\n            \"links\": {}\n          }\n        },\n        \"type\": \"product\",\n        \"meta\": {\n          \"bread_crumbs\": {\n            \"key_0\": [\n              \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n            ],\n            \"key_1\": [\n              \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n            ]\n          },\n          \"bread_crumb_nodes\": [\n            \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n          ],\n          \"catalog_id\": \"362a16dc-f7c6-4280-83d6-4fcc152af091\",\n          \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n          \"display_price\": {\n            \"with_tax\": {\n              \"amount\": 3730,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            },\n            \"without_tax\": {\n              \"amount\": 6645,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            }\n          },\n          \"catalog_source\": \"pim\",\n          \"sale_id\": \"string\",\n          \"sale_expires\": \"2025-07-07T14:30:00Z\",\n          \"original_price\": {\n            \"key_0\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            }\n          },\n          \"original_display_price\": {\n            \"with_tax\": {\n              \"amount\": 1710,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            },\n            \"without_tax\": {\n              \"amount\": 4205,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            }\n          },\n          \"bundle_configuration\": {\n            \"selected_options\": {\n              \"games\": {\n                \"p292e1db-c919-4d2f-984a-c2ddc79df024\": 2\n              },\n              \"consoles\": {\n                \"759ce0d7-e248-4f57-8ee1-6fd81a1b3c0a\": 1\n              }\n            }\n          },\n          \"component_products\": {\n            \"key_0\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 6120,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 2581,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 15,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 2772,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n              \"alternative_prices\": [\n                {\n                  \"name\": \"string\",\n                  \"pricebook_id\": \"string\",\n                  \"shopper_attributes\": {\n                    \"key_0\": \"string\"\n                  },\n                  \"sale_id\": \"string\",\n                  \"sale_expires\": \"2025-07-07T14:30:00Z\",\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 4346,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 4396,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 7921,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 9093,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"tiers\": {\n                    \"key_0\": {\n                      \"original_price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_1\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_2\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_1\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 7253,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 4690,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      },\n                      \"original_display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 6291,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 2787,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      }\n                    },\n                    \"key_1\": {\n                      \"original_price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_1\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_1\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 7122,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 206,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      },\n                      \"original_display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 9148,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 5047,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      }\n                    }\n                  }\n                }\n              ]\n            },\n            \"key_1\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 8605,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 3600,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 5045,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 1690,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n              \"alternative_prices\": [\n                {\n                  \"name\": \"string\",\n                  \"pricebook_id\": \"string\",\n                  \"shopper_attributes\": {\n                    \"key_0\": \"string\",\n                    \"key_1\": \"string\",\n                    \"key_2\": \"string\"\n                  },\n                  \"sale_id\": \"string\",\n                  \"sale_expires\": \"2025-07-07T14:30:00Z\",\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_2\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 9319,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 3382,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 1826,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 268,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"tiers\": {\n                    \"key_0\": {\n                      \"original_price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_1\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_2\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 8762,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 9662,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      },\n                      \"original_display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 6895,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 9975,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      }\n                    }\n                  }\n                }\n              ]\n            }\n          },\n          \"component_product_data\": {\n            \"key_0\": {\n              \"value\": \"<Circular reference to #/components/schemas/product detected>\"\n            },\n            \"key_1\": {\n              \"value\": \"<Circular reference to #/components/schemas/product detected>\"\n            }\n          },\n          \"price_modifiers\": {\n            \"key_0\": {\n              \"modifier_type\": \"price_equals\",\n              \"currencies\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              }\n            },\n            \"key_1\": {\n              \"modifier_type\": \"price_equals\",\n              \"currencies\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              }\n            },\n            \"key_2\": {\n              \"modifier_type\": \"price_equals\",\n              \"currencies\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_3\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              }\n            }\n          },\n          \"tiers\": {\n            \"key_0\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 4080,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 569,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 3741,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 7269,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              }\n            },\n            \"key_1\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 8167,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 8150,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 1633,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 3450,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              }\n            },\n            \"key_2\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 2808,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 5260,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 5039,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 5499,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              }\n            },\n            \"key_3\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 4483,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 9325,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 6018,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 3028,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              }\n            },\n            \"key_4\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 7553,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 1663,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 1335,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 7069,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              }\n            }\n          },\n          \"variation_matrix\": {},\n          \"variations\": [\n            {\n              \"id\": \"40ecc97d-2913-b939-fad5-4dd7b2dbf677\",\n              \"name\": \"string\",\n              \"sort_order\": 6763,\n              \"option\": {\n                \"id\": \"9784015b-bd6b-bcd5-3c8c-89ebfa979813\",\n                \"name\": \"string\",\n                \"sort_order\": 9919,\n                \"description\": \"string\"\n              },\n              \"options\": [\n                {\n                  \"id\": \"7520324b-07a1-2714-5e50-9bc292005f21\",\n                  \"name\": \"string\",\n                  \"sort_order\": 2916,\n                  \"description\": \"string\"\n                }\n              ]\n            }\n          ],\n          \"child_option_ids\": [\n            \"string\"\n          ],\n          \"child_variations\": [\n            {\n              \"id\": \"aad44913-2aa4-41ea-9182-619955c5737b\",\n              \"name\": \"string\",\n              \"sort_order\": 1339,\n              \"option\": {\n                \"id\": \"b1c5081a-f43a-54b7-750a-ec569d704a82\",\n                \"name\": \"string\",\n                \"sort_order\": 5300,\n                \"description\": \"string\"\n              },\n              \"options\": [\n                {\n                  \"id\": \"a39f0511-0bc2-a47e-7081-bf6270506ee7\",\n                  \"name\": \"string\",\n                  \"sort_order\": 5308,\n                  \"description\": \"string\"\n                }\n              ]\n            }\n          ],\n          \"product_types\": [\n            \"string\"\n          ],\n          \"language\": \"en-GB\",\n          \"custom_relationships\": [\n            \"string\"\n          ],\n          \"available_prices\": [\n            {\n              \"pricebook_id\": \"string\",\n              \"shopper_attributes\": {\n                \"key_0\": \"string\",\n                \"key_1\": \"string\",\n                \"key_2\": \"string\"\n              },\n              \"sales\": {\n                \"key_0\": {\n                  \"schedule\": {\n                    \"valid_from\": \"2020-09-22T09:00:00\",\n                    \"valid_to\": \"2020-09-22T09:00:00\"\n                  },\n                  \"currencies\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false,\n                      \"tiers\": {\n                        \"key_0\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        },\n                        \"key_1\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        },\n                        \"key_2\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        }\n                      }\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false,\n                      \"tiers\": {\n                        \"key_0\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        }\n                      }\n                    },\n                    \"key_2\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false,\n                      \"tiers\": {\n                        \"key_0\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        },\n                        \"key_1\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        },\n                        \"key_2\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        },\n                        \"key_3\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        }\n                      }\n                    }\n                  }\n                },\n                \"key_1\": {\n                  \"schedule\": {\n                    \"valid_from\": \"2020-09-22T09:00:00\",\n                    \"valid_to\": \"2020-09-22T09:00:00\"\n                  },\n                  \"currencies\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false,\n                      \"tiers\": {\n                        \"key_0\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        },\n                        \"key_1\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        }\n                      }\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false,\n                      \"tiers\": {\n                        \"key_0\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        }\n                      }\n                    }\n                  }\n                }\n              },\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"tiers\": {\n                \"key_0\": {\n                  \"minimum_quantity\": 5369,\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_2\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  }\n                }\n              }\n            }\n          ],\n          \"alternative_prices\": [\n            {\n              \"name\": \"string\",\n              \"pricebook_id\": \"string\",\n              \"shopper_attributes\": {\n                \"key_0\": \"string\",\n                \"key_1\": \"string\"\n              },\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 625,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 5586,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 268,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 9645,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"tiers\": {\n                \"key_0\": {\n                  \"original_price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 9695,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 2963,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 6625,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 1089,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  }\n                },\n                \"key_1\": {\n                  \"original_price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_2\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 104,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 4153,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 5019,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 1736,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  }\n                }\n              }\n            }\n          ],\n          \"available_pricebook_ids\": [\n            \"string\"\n          ]\n        }\n      }\n    ],\n    \"files\": [\n      {\n        \"id\": \"455d4463-c85e-cee1-de0f-dbcfaada233c\",\n        \"type\": \"file\",\n        \"file_name\": \"file_name.jpg\",\n        \"mime_type\": \"image/jpeg\",\n        \"file_size\": 36000,\n        \"public\": true,\n        \"meta\": {\n          \"timestamps\": {\n            \"created_at\": \"2023-10-11T13:02:25.293Z\"\n          },\n          \"dimensions\": {\n            \"width\": 1800,\n            \"height\": 1000\n          }\n        },\n        \"links\": {\n          \"self\": \"https://useast.api.elasticpath.com/v2/files/ddc28c74-a7df-46be-b262-8fa69a6e7d52\"\n        },\n        \"link\": {\n          \"href\": \"https://files-eu.epusercontent.com/e8c53cb0-120d-4ea5-8941-ce74dec06038/f8cf26b3-6d38-4275-937a-624a83994702.png\",\n          \"meta\": {\n            \"results\": {\n              \"total\": 2\n            }\n          }\n        }\n      }\n    ]\n  },\n  \"links\": {\n    \"self\": \"http://LwPzOVYiEt.asRkq,fqPmLnkKw\",\n    \"first\": \"http://CpnywJGwPlEvgOb.nqdnf4WMPQUlpYeB3EAqbXndKPOAwtzbjiS5ZO\",\n    \"last\": \"https://XeQSxHSWOdnjxCtoCsBJcNQcZBXCM.nwffbEVzu3F8fHSQ9ULy795Cxdo6S0OpjuRdDyGSC\",\n    \"prev\": \"https://BQZisIqfZVBMjRCcgkohsoWYbFCI.iyyVLg2jdpRShTugM00VuM+btEfnnSiI6GTmcjVQzSO2gUuf3I1W29MH25Koak+4hKa5upyS1V\",\n    \"next\": \"https://uExUQFiOJvuggkZFguIkfZKzSmGNCG.lvvwhT.11IQeGnwur5r6PZovamgW6Q+YNHgEUuZ\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9a1b4624-610e-4c2f-afad-4e78fcb6a091",
              "name": "The unexpected error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalogs",
                    ":catalog_id",
                    "releases",
                    ":release_id",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Using the include parameter, you can retrieve top-level resources.\n\n- Files or main image. For example, `include=files,main_image`.\n- Component product data. For example, `include=component_products`.\n- Key attribute data, such as SKU or slug.\n",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "main_image,component_products"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "This endpoints support filtering. See [Filtering](#filtering).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "586"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "1029"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "catalog_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a published release of the catalog or `latestPublished` for the most recently published version.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "release_id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                      "type": "text/plain"
                    },
                    "key": "accept-language",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "Supply a comma delimited list of pricebook ids to be used to lookup product prices from when the catalog supports price segmentation. The first pricebook will be highest priority (if more than one is supplied) and the rest in descending priority order. Used only for admin endpoints that dont support shopper context lookup.",
                      "type": "text/plain"
                    },
                    "key": "EP-Pricebook-IDs-For-Price-Segmentation-Preview",
                    "value": "string,string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "Supply a comma delimited list of pricebook ids to be listed in meta sections available prices . 'all' is a permitted value and will ensure all available prices for a product are shown. 'all' is not recommended if there are lots(10+) of available prices due the large response size.",
                      "type": "text/plain"
                    },
                    "key": "EP-Pricebook-IDs-Of-Available-Prices-To-Show",
                    "value": "string,string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    },\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8589314c-654b-4b64-988f-dbcf113f1343",
          "name": "Get a Product",
          "request": {
            "name": "Get a Product",
            "description": {
              "content": "Returns a product from a published catalog. The product must be in `live` status. Currently, published catalogs are limited to the current release and two releases prior to the current release.\n\n### Product and Node Associations in Breadcrumb Metadata\n\nYou can see the parent nodes a product is associated with in the `bread_crumbs` and `bread_crumb_nodes` metadata for each product. This is useful if you want to improve how your shoppers search your store, for example. See [Product and Node Associations in Breadcrumb Metadata](/guides/How-To/Catalogs/breadcrumbs).\n\n### Product Variations\n\nThe `variations` object lists the variation IDs and variation option IDs and their corresponding product IDs that are generated when the variation and variation options are built with a product. The `variations` object can then be added to your catalogs. By default, variations and variation options are sorted randomly. You can use the `sort_order`attribute to sort the order of your variation and variation options in `variations`. Once a parent product is published in a catalog, the get a product in a catalog release response displays the sorted variations and variation options. Variations and variation options are displayed in descending order according to their `sort_order` values.\n\n### Including Resources\n\nUsing the `include` parameter, you can retrieve top-level resources, such as, files or main image, bundle component products and product attributes, such as SKU or slug. \n\n| Parameter          | Required | Description                                                                                                                                                                                                           |\n|  :---------------------|:---------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `component_products` | Optional | The  component product data and key attribute data, such as SKU or slug, to return for component products in a product bundle.  |\n| `main_image`         | Optional | The main images associated with a product.                                                                                                           |\n| `files`              | Optional | Any files associated with a product. \n\nSee [**Including Resources**](/guides/Getting-Started/includes).\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "catalogs",
                ":catalog_id",
                "releases",
                ":release_id",
                "products",
                ":product_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Using the include parameter, you can retrieve top-level resources.\n\n- Files or main image. For example, `include=files,main_image`.\n- Component product data. For example, `include=component_products`.\n- Key attribute data, such as SKU or slug.\n",
                    "type": "text/plain"
                  },
                  "key": "include",
                  "value": "main_image,component_products"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "catalog_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The catalog ID.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "release_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of a published release of the catalog or `latestPublished` for the most recently published version.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "product_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The product ID.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "disabled": false,
                "description": {
                  "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                  "type": "text/plain"
                },
                "key": "accept-language",
                "value": "string"
              },
              {
                "disabled": false,
                "description": {
                  "content": "Supply a comma delimited list of pricebook ids to be used to lookup product prices from when the catalog supports price segmentation. The first pricebook will be highest priority (if more than one is supplied) and the rest in descending priority order. Used only for admin endpoints that dont support shopper context lookup.",
                  "type": "text/plain"
                },
                "key": "EP-Pricebook-IDs-For-Price-Segmentation-Preview",
                "value": "string,string"
              },
              {
                "disabled": false,
                "description": {
                  "content": "Supply a comma delimited list of pricebook ids to be listed in meta sections available prices . 'all' is a permitted value and will ensure all available prices for a product are shown. 'all' is not recommended if there are lots(10+) of available prices due the large response size.",
                  "type": "text/plain"
                },
                "key": "EP-Pricebook-IDs-Of-Available-Prices-To-Show",
                "value": "string,string"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "23a28f85-6b27-489f-969f-23f8940e3deb",
              "name": "The product of a catalog.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalogs",
                    ":catalog_id",
                    "releases",
                    ":release_id",
                    "products",
                    ":product_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Using the include parameter, you can retrieve top-level resources.\n\n- Files or main image. For example, `include=files,main_image`.\n- Component product data. For example, `include=component_products`.\n- Key attribute data, such as SKU or slug.\n",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "main_image,component_products"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "catalog_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a published release of the catalog or `latestPublished` for the most recently published version.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "release_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The product ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                      "type": "text/plain"
                    },
                    "key": "accept-language",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "Supply a comma delimited list of pricebook ids to be used to lookup product prices from when the catalog supports price segmentation. The first pricebook will be highest priority (if more than one is supplied) and the rest in descending priority order. Used only for admin endpoints that dont support shopper context lookup.",
                      "type": "text/plain"
                    },
                    "key": "EP-Pricebook-IDs-For-Price-Segmentation-Preview",
                    "value": "string,string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "Supply a comma delimited list of pricebook ids to be listed in meta sections available prices . 'all' is a permitted value and will ensure all available prices for a product are shown. 'all' is not recommended if there are lots(10+) of available prices due the large response size.",
                      "type": "text/plain"
                    },
                    "key": "EP-Pricebook-IDs-Of-Available-Prices-To-Show",
                    "value": "string,string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"attributes\": {\n      \"published_at\": \"1970-01-01T00:00:00.000\",\n      \"base_product\": false,\n      \"base_product_id\": \"cdf574bc-e36e-48fc-9eac-01c87839b285\",\n      \"commodity_type\": \"physical\",\n      \"curated_product\": true,\n      \"upc_ean\": \"0123456\",\n      \"manufacturer_part_num\": \"mfn1\",\n      \"tags\": [\n        \"tag-a\"\n      ],\n      \"price_modifiers\": [\n        \"modifier-1\"\n      ],\n      \"created_at\": \"1970-01-01T00:00:00.000\",\n      \"description\": \"This is a product\",\n      \"name\": \"Blue shirt\",\n      \"price\": {\n        \"key_0\": {\n          \"amount\": 100,\n          \"includes_tax\": false\n        },\n        \"key_1\": {\n          \"amount\": 100,\n          \"includes_tax\": false\n        }\n      },\n      \"shopper_attributes\": {\n        \"key_0\": \"string\"\n      },\n      \"tiers\": {\n        \"key_0\": {\n          \"minimum_quantity\": 3656,\n          \"price\": {\n            \"key_0\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"key_1\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            }\n          }\n        },\n        \"key_1\": {\n          \"minimum_quantity\": 223,\n          \"price\": {\n            \"key_0\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"key_1\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"key_2\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            }\n          }\n        }\n      },\n      \"components\": {\n        \"key_0\": {\n          \"name\": \"string\",\n          \"min\": 1589,\n          \"max\": 614,\n          \"sort_order\": 6848,\n          \"options\": [\n            {\n              \"id\": \"fdf78d35-3c42-7c97-ac77-39b60976b2cc\",\n              \"type\": \"product\",\n              \"quantity\": 2,\n              \"min\": 5313,\n              \"max\": 9667,\n              \"sort_order\": 15,\n              \"default\": true,\n              \"product_should_be_substituted_with_child\": true,\n              \"excluded_children\": [\n                \"2d491d1c-729d-43d7-a2d2-e0a56edab43d\"\n              ]\n            }\n          ]\n        },\n        \"key_1\": {\n          \"name\": \"string\",\n          \"min\": 2775,\n          \"max\": 6074,\n          \"sort_order\": 8806,\n          \"options\": [\n            {\n              \"id\": \"5c2f7ee9-42fd-059c-897c-184666d56bf7\",\n              \"type\": \"product\",\n              \"quantity\": 2,\n              \"min\": 4005,\n              \"max\": 6847,\n              \"sort_order\": 15,\n              \"default\": true,\n              \"product_should_be_substituted_with_child\": true,\n              \"excluded_children\": [\n                \"2d491d1c-729d-43d7-a2d2-e0a56edab43d\"\n              ]\n            }\n          ]\n        }\n      },\n      \"custom_inputs\": {\n        \"key_0\": {\n          \"name\": \"Message\",\n          \"validation_rules\": [\n            {\n              \"type\": \"string\",\n              \"options\": {\n                \"max_length\": 255\n              }\n            }\n          ],\n          \"required\": false\n        },\n        \"key_1\": {\n          \"name\": \"Message\",\n          \"validation_rules\": [\n            {\n              \"type\": \"string\",\n              \"options\": {\n                \"max_length\": 255\n              }\n            }\n          ],\n          \"required\": false\n        }\n      },\n      \"sku\": \"blue-shirt\",\n      \"slug\": \"blue-shirt\",\n      \"status\": \"live\",\n      \"external_ref\": \"string\",\n      \"updated_at\": \"1970-01-01T00:00:00.000\",\n      \"extensions\": {\n        \"key_0\": {\n          \"key_0\": {}\n        },\n        \"key_1\": {\n          \"key_0\": {}\n        }\n      }\n    },\n    \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n    \"relationships\": {\n      \"parent\": {\n        \"data\": {\n          \"id\": \"2ad92c1c-dc05-9d96-3165-47b12dbbd038\",\n          \"type\": \"product\"\n        }\n      },\n      \"children\": {\n        \"data\": [\n          {\n            \"id\": \"77222d06-f440-6e54-7ff9-a79b9aaa5041\",\n            \"type\": \"product\"\n          }\n        ],\n        \"links\": {\n          \"self\": \"string\"\n        }\n      },\n      \"files\": {\n        \"data\": [\n          {\n            \"type\": \"file\",\n            \"id\": \"1f6dc3d9-5948-66bf-4a2f-108208dd3191\",\n            \"created_at\": \"1970-01-01T00:00:00.000\"\n          }\n        ]\n      },\n      \"main_image\": {\n        \"data\": {\n          \"type\": \"main_image\",\n          \"id\": \"5467263c-80a1-25f2-27c7-8dc76e0e9f4d\"\n        }\n      },\n      \"component_products\": {\n        \"data\": [\n          {\n            \"id\": \"c7e3ab77-28d3-1095-d569-d87c26c1eb54\",\n            \"type\": \"product\"\n          }\n        ],\n        \"links\": {\n          \"self\": \"string\"\n        }\n      },\n      \"custom_relationships\": {\n        \"data\": [\n          {\n            \"id\": \"aeedf180-d48f-31a2-3792-cb89719ed95f\",\n            \"type\": \"product\"\n          }\n        ],\n        \"links\": {}\n      }\n    },\n    \"type\": \"product\",\n    \"meta\": {\n      \"bread_crumbs\": {\n        \"key_0\": [\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n        ],\n        \"key_1\": [\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n        ],\n        \"key_2\": [\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n        ],\n        \"key_3\": [\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n        ]\n      },\n      \"bread_crumb_nodes\": [\n        \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n      ],\n      \"catalog_id\": \"362a16dc-f7c6-4280-83d6-4fcc152af091\",\n      \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n      \"display_price\": {\n        \"with_tax\": {\n          \"amount\": 6485,\n          \"currency\": \"USD\",\n          \"formatted\": \"$475.00\",\n          \"float_price\": 475\n        },\n        \"without_tax\": {\n          \"amount\": 4111,\n          \"currency\": \"USD\",\n          \"formatted\": \"$475.00\",\n          \"float_price\": 475\n        }\n      },\n      \"catalog_source\": \"pim\",\n      \"sale_id\": \"string\",\n      \"sale_expires\": \"2025-07-07T14:30:00Z\",\n      \"original_price\": {\n        \"key_0\": {\n          \"amount\": 100,\n          \"includes_tax\": false\n        }\n      },\n      \"original_display_price\": {\n        \"with_tax\": {\n          \"amount\": 2065,\n          \"currency\": \"USD\",\n          \"formatted\": \"$475.00\",\n          \"float_price\": 475\n        },\n        \"without_tax\": {\n          \"amount\": 7232,\n          \"currency\": \"USD\",\n          \"formatted\": \"$475.00\",\n          \"float_price\": 475\n        }\n      },\n      \"bundle_configuration\": {\n        \"selected_options\": {\n          \"games\": {\n            \"p292e1db-c919-4d2f-984a-c2ddc79df024\": 2\n          },\n          \"consoles\": {\n            \"759ce0d7-e248-4f57-8ee1-6fd81a1b3c0a\": 1\n          }\n        }\n      },\n      \"component_products\": {\n        \"key_0\": {\n          \"sale_id\": \"string\",\n          \"sale_expires\": \"2025-07-07T14:30:00Z\",\n          \"price\": {\n            \"key_0\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"key_1\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            }\n          },\n          \"display_price\": {\n            \"with_tax\": {\n              \"amount\": 3365,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            },\n            \"without_tax\": {\n              \"amount\": 9091,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            }\n          },\n          \"original_price\": {\n            \"key_0\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"key_1\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            }\n          },\n          \"original_display_price\": {\n            \"with_tax\": {\n              \"amount\": 8481,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            },\n            \"without_tax\": {\n              \"amount\": 5319,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            }\n          },\n          \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n          \"alternative_prices\": [\n            {\n              \"name\": \"string\",\n              \"pricebook_id\": \"string\",\n              \"shopper_attributes\": {\n                \"key_0\": \"string\"\n              },\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 1618,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 7360,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 2350,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 9449,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"tiers\": {\n                \"key_0\": {\n                  \"original_price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 1176,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 985,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 1346,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 5068,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  }\n                },\n                \"key_1\": {\n                  \"original_price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_2\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 44,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 9049,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 9374,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 5390,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  }\n                }\n              }\n            }\n          ]\n        },\n        \"key_1\": {\n          \"sale_id\": \"string\",\n          \"sale_expires\": \"2025-07-07T14:30:00Z\",\n          \"price\": {\n            \"key_0\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"key_1\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            }\n          },\n          \"display_price\": {\n            \"with_tax\": {\n              \"amount\": 3444,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            },\n            \"without_tax\": {\n              \"amount\": 506,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            }\n          },\n          \"original_price\": {\n            \"key_0\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"key_1\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"key_2\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            }\n          },\n          \"original_display_price\": {\n            \"with_tax\": {\n              \"amount\": 877,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            },\n            \"without_tax\": {\n              \"amount\": 9839,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            }\n          },\n          \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n          \"alternative_prices\": [\n            {\n              \"name\": \"string\",\n              \"pricebook_id\": \"string\",\n              \"shopper_attributes\": {\n                \"key_0\": \"string\",\n                \"key_1\": \"string\",\n                \"key_2\": \"string\",\n                \"key_3\": \"string\",\n                \"key_4\": \"string\"\n              },\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 210,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 8944,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 5248,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 37,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"tiers\": {\n                \"key_0\": {\n                  \"original_price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 382,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 5830,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 3079,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 487,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  }\n                },\n                \"key_1\": {\n                  \"original_price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 4499,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 7667,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 2859,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 1641,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  }\n                },\n                \"key_2\": {\n                  \"original_price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_2\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 3212,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 8290,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 4719,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 9449,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  }\n                }\n              }\n            }\n          ]\n        },\n        \"key_2\": {\n          \"sale_id\": \"string\",\n          \"sale_expires\": \"2025-07-07T14:30:00Z\",\n          \"price\": {\n            \"key_0\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"key_1\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            }\n          },\n          \"display_price\": {\n            \"with_tax\": {\n              \"amount\": 1833,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            },\n            \"without_tax\": {\n              \"amount\": 2274,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            }\n          },\n          \"original_price\": {\n            \"key_0\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"key_1\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"key_2\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            }\n          },\n          \"original_display_price\": {\n            \"with_tax\": {\n              \"amount\": 5067,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            },\n            \"without_tax\": {\n              \"amount\": 466,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            }\n          },\n          \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n          \"alternative_prices\": [\n            {\n              \"name\": \"string\",\n              \"pricebook_id\": \"string\",\n              \"shopper_attributes\": {\n                \"key_0\": \"string\",\n                \"key_1\": \"string\",\n                \"key_2\": \"string\",\n                \"key_3\": \"string\"\n              },\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 4629,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 6800,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 5657,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 3231,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"tiers\": {\n                \"key_0\": {\n                  \"original_price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_2\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_3\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_4\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 5626,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 214,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 6161,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 9117,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  }\n                },\n                \"key_1\": {\n                  \"original_price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_2\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_3\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 6108,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 1447,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 4646,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 5433,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  }\n                }\n              }\n            }\n          ]\n        }\n      },\n      \"component_product_data\": {\n        \"key_0\": {\n          \"value\": \"<Circular reference to #/components/schemas/product detected>\"\n        },\n        \"key_1\": {\n          \"value\": \"<Circular reference to #/components/schemas/product detected>\"\n        },\n        \"key_2\": {\n          \"value\": \"<Circular reference to #/components/schemas/product detected>\"\n        },\n        \"key_3\": {\n          \"value\": \"<Circular reference to #/components/schemas/product detected>\"\n        }\n      },\n      \"price_modifiers\": {\n        \"key_0\": {\n          \"modifier_type\": \"price_equals\",\n          \"currencies\": {\n            \"key_0\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"key_1\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"key_2\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            }\n          }\n        },\n        \"key_1\": {\n          \"modifier_type\": \"price_equals\",\n          \"currencies\": {\n            \"key_0\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"key_1\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            }\n          }\n        },\n        \"key_2\": {\n          \"modifier_type\": \"price_equals\",\n          \"currencies\": {\n            \"key_0\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"key_1\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            }\n          }\n        }\n      },\n      \"tiers\": {\n        \"key_0\": {\n          \"sale_id\": \"string\",\n          \"sale_expires\": \"2025-07-07T14:30:00Z\",\n          \"display_price\": {\n            \"with_tax\": {\n              \"amount\": 5954,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            },\n            \"without_tax\": {\n              \"amount\": 7460,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            }\n          },\n          \"original_price\": {\n            \"key_0\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"key_1\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            }\n          },\n          \"original_display_price\": {\n            \"with_tax\": {\n              \"amount\": 665,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            },\n            \"without_tax\": {\n              \"amount\": 8307,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            }\n          }\n        }\n      },\n      \"variation_matrix\": {},\n      \"variations\": [\n        {\n          \"id\": \"170293a0-1a06-e10d-baf5-1ca0228d35f7\",\n          \"name\": \"string\",\n          \"sort_order\": 4511,\n          \"option\": {\n            \"id\": \"c4f77e0f-c3ae-8a1b-28af-b24ae454d0f5\",\n            \"name\": \"string\",\n            \"sort_order\": 8346,\n            \"description\": \"string\"\n          },\n          \"options\": [\n            {\n              \"id\": \"45e1fdb7-cad9-8595-e990-dc1548b29c83\",\n              \"name\": \"string\",\n              \"sort_order\": 6575,\n              \"description\": \"string\"\n            }\n          ]\n        }\n      ],\n      \"child_option_ids\": [\n        \"string\"\n      ],\n      \"child_variations\": [\n        {\n          \"id\": \"5992cd74-b773-e3ac-cfa5-0f58beee2c39\",\n          \"name\": \"string\",\n          \"sort_order\": 819,\n          \"option\": {\n            \"id\": \"a7d06a55-b2be-99ab-32dc-df286d05ec46\",\n            \"name\": \"string\",\n            \"sort_order\": 880,\n            \"description\": \"string\"\n          },\n          \"options\": [\n            {\n              \"id\": \"d484e242-27bd-ac2b-f6d0-4006c616a407\",\n              \"name\": \"string\",\n              \"sort_order\": 3825,\n              \"description\": \"string\"\n            }\n          ]\n        }\n      ],\n      \"product_types\": [\n        \"string\"\n      ],\n      \"language\": \"en-GB\",\n      \"custom_relationships\": [\n        \"string\"\n      ],\n      \"available_prices\": [\n        {\n          \"pricebook_id\": \"string\",\n          \"shopper_attributes\": {\n            \"key_0\": \"string\"\n          },\n          \"sales\": {\n            \"key_0\": {\n              \"schedule\": {\n                \"valid_from\": \"2020-09-22T09:00:00\",\n                \"valid_to\": \"2020-09-22T09:00:00\"\n              },\n              \"currencies\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false,\n                  \"tiers\": {\n                    \"key_0\": {\n                      \"minimum_quantity\": 5,\n                      \"amount\": 100\n                    },\n                    \"key_1\": {\n                      \"minimum_quantity\": 5,\n                      \"amount\": 100\n                    },\n                    \"key_2\": {\n                      \"minimum_quantity\": 5,\n                      \"amount\": 100\n                    },\n                    \"key_3\": {\n                      \"minimum_quantity\": 5,\n                      \"amount\": 100\n                    }\n                  }\n                }\n              }\n            }\n          },\n          \"price\": {\n            \"key_0\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            }\n          },\n          \"tiers\": {\n            \"key_0\": {\n              \"minimum_quantity\": 278,\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              }\n            }\n          }\n        }\n      ],\n      \"alternative_prices\": [\n        {\n          \"name\": \"string\",\n          \"pricebook_id\": \"string\",\n          \"shopper_attributes\": {\n            \"key_0\": \"string\",\n            \"key_1\": \"string\",\n            \"key_2\": \"string\"\n          },\n          \"sale_id\": \"string\",\n          \"sale_expires\": \"2025-07-07T14:30:00Z\",\n          \"price\": {\n            \"key_0\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            }\n          },\n          \"display_price\": {\n            \"with_tax\": {\n              \"amount\": 5379,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            },\n            \"without_tax\": {\n              \"amount\": 8119,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            }\n          },\n          \"original_display_price\": {\n            \"with_tax\": {\n              \"amount\": 5505,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            },\n            \"without_tax\": {\n              \"amount\": 9127,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            }\n          },\n          \"original_price\": {\n            \"key_0\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            }\n          },\n          \"tiers\": {\n            \"key_0\": {\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 6388,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 1249,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 8026,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 6507,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              }\n            },\n            \"key_1\": {\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_3\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_4\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 3733,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 3060,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 2477,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 8170,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              }\n            }\n          }\n        }\n      ],\n      \"available_pricebook_ids\": [\n        \"string\"\n      ]\n    }\n  },\n  \"included\": {\n    \"main_images\": [\n      {\n        \"id\": \"244a331c-7719-c616-8030-5c6e388ab080\",\n        \"type\": \"file\",\n        \"file_name\": \"file_name.jpg\",\n        \"mime_type\": \"image/jpeg\",\n        \"file_size\": 36000,\n        \"public\": true,\n        \"meta\": {\n          \"timestamps\": {\n            \"created_at\": \"2023-10-11T13:02:25.293Z\"\n          },\n          \"dimensions\": {\n            \"width\": 1800,\n            \"height\": 1000\n          }\n        },\n        \"links\": {\n          \"self\": \"https://useast.api.elasticpath.com/v2/files/ddc28c74-a7df-46be-b262-8fa69a6e7d52\"\n        },\n        \"link\": {\n          \"href\": \"https://files-eu.epusercontent.com/e8c53cb0-120d-4ea5-8941-ce74dec06038/f8cf26b3-6d38-4275-937a-624a83994702.png\",\n          \"meta\": {\n            \"results\": {\n              \"total\": 2\n            }\n          }\n        }\n      }\n    ],\n    \"component_products\": [\n      {\n        \"attributes\": {\n          \"published_at\": \"1970-01-01T00:00:00.000\",\n          \"base_product\": false,\n          \"base_product_id\": \"cdf574bc-e36e-48fc-9eac-01c87839b285\",\n          \"commodity_type\": \"physical\",\n          \"curated_product\": true,\n          \"upc_ean\": \"0123456\",\n          \"manufacturer_part_num\": \"mfn1\",\n          \"tags\": [\n            \"tag-a\"\n          ],\n          \"price_modifiers\": [\n            \"modifier-1\"\n          ],\n          \"created_at\": \"1970-01-01T00:00:00.000\",\n          \"description\": \"This is a product\",\n          \"name\": \"Blue shirt\",\n          \"price\": {\n            \"key_0\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"key_1\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            }\n          },\n          \"shopper_attributes\": {\n            \"key_0\": \"string\",\n            \"key_1\": \"string\"\n          },\n          \"tiers\": {\n            \"key_0\": {\n              \"minimum_quantity\": 4612,\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              }\n            },\n            \"key_1\": {\n              \"minimum_quantity\": 6848,\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_3\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              }\n            },\n            \"key_2\": {\n              \"minimum_quantity\": 6879,\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              }\n            },\n            \"key_3\": {\n              \"minimum_quantity\": 5836,\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              }\n            }\n          },\n          \"components\": {\n            \"key_0\": {\n              \"name\": \"string\",\n              \"min\": 6708,\n              \"max\": 9694,\n              \"sort_order\": 8556,\n              \"options\": [\n                {\n                  \"id\": \"6420042c-64ac-46f8-c20f-516987852b96\",\n                  \"type\": \"product\",\n                  \"quantity\": 2,\n                  \"min\": 9985,\n                  \"max\": 6713,\n                  \"sort_order\": 15,\n                  \"default\": true,\n                  \"product_should_be_substituted_with_child\": true,\n                  \"excluded_children\": [\n                    \"2d491d1c-729d-43d7-a2d2-e0a56edab43d\"\n                  ]\n                }\n              ]\n            },\n            \"key_1\": {\n              \"name\": \"string\",\n              \"min\": 5727,\n              \"max\": 1200,\n              \"sort_order\": 4914,\n              \"options\": [\n                {\n                  \"id\": \"9b33fa4a-afc3-b5db-b3d2-188977a26c30\",\n                  \"type\": \"product\",\n                  \"quantity\": 2,\n                  \"min\": 5217,\n                  \"max\": 320,\n                  \"sort_order\": 15,\n                  \"default\": true,\n                  \"product_should_be_substituted_with_child\": true,\n                  \"excluded_children\": [\n                    \"2d491d1c-729d-43d7-a2d2-e0a56edab43d\"\n                  ]\n                }\n              ]\n            }\n          },\n          \"custom_inputs\": {\n            \"key_0\": {\n              \"name\": \"Message\",\n              \"validation_rules\": [\n                {\n                  \"type\": \"string\",\n                  \"options\": {\n                    \"max_length\": 255\n                  }\n                }\n              ],\n              \"required\": false\n            },\n            \"key_1\": {\n              \"name\": \"Message\",\n              \"validation_rules\": [\n                {\n                  \"type\": \"string\",\n                  \"options\": {\n                    \"max_length\": 255\n                  }\n                }\n              ],\n              \"required\": false\n            },\n            \"key_2\": {\n              \"name\": \"Message\",\n              \"validation_rules\": [\n                {\n                  \"type\": \"string\",\n                  \"options\": {\n                    \"max_length\": 255\n                  }\n                }\n              ],\n              \"required\": false\n            }\n          },\n          \"sku\": \"blue-shirt\",\n          \"slug\": \"blue-shirt\",\n          \"status\": \"live\",\n          \"external_ref\": \"string\",\n          \"updated_at\": \"1970-01-01T00:00:00.000\",\n          \"extensions\": {\n            \"key_0\": {\n              \"key_0\": {}\n            }\n          }\n        },\n        \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n        \"relationships\": {\n          \"parent\": {\n            \"data\": {\n              \"id\": \"705dd094-3c57-23da-2f8c-db60bb100abe\",\n              \"type\": \"product\"\n            }\n          },\n          \"children\": {\n            \"data\": [\n              {\n                \"id\": \"99d1bd98-a25b-b561-53f9-37526891798e\",\n                \"type\": \"product\"\n              }\n            ],\n            \"links\": {\n              \"self\": \"string\"\n            }\n          },\n          \"files\": {\n            \"data\": [\n              {\n                \"type\": \"file\",\n                \"id\": \"99980bff-fd7c-1598-8ed7-d6ff80532cc5\",\n                \"created_at\": \"1970-01-01T00:00:00.000\"\n              }\n            ]\n          },\n          \"main_image\": {\n            \"data\": {\n              \"type\": \"main_image\",\n              \"id\": \"e4dc37ec-6647-e0eb-2c6a-9accb3e76be1\"\n            }\n          },\n          \"component_products\": {\n            \"data\": [\n              {\n                \"id\": \"ad307384-eef8-68e3-9417-6bed7fa8ccef\",\n                \"type\": \"product\"\n              }\n            ],\n            \"links\": {\n              \"self\": \"string\"\n            }\n          },\n          \"custom_relationships\": {\n            \"data\": [\n              {\n                \"id\": \"ebcdfcbc-4f57-7bfb-61ea-ecd917b1f21f\",\n                \"type\": \"product\"\n              }\n            ],\n            \"links\": {}\n          }\n        },\n        \"type\": \"product\",\n        \"meta\": {\n          \"bread_crumbs\": {\n            \"key_0\": [\n              \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n            ],\n            \"key_1\": [\n              \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n            ],\n            \"key_2\": [\n              \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n            ]\n          },\n          \"bread_crumb_nodes\": [\n            \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n          ],\n          \"catalog_id\": \"362a16dc-f7c6-4280-83d6-4fcc152af091\",\n          \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n          \"display_price\": {\n            \"with_tax\": {\n              \"amount\": 2938,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            },\n            \"without_tax\": {\n              \"amount\": 906,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            }\n          },\n          \"catalog_source\": \"pim\",\n          \"sale_id\": \"string\",\n          \"sale_expires\": \"2025-07-07T14:30:00Z\",\n          \"original_price\": {\n            \"key_0\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"key_1\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            }\n          },\n          \"original_display_price\": {\n            \"with_tax\": {\n              \"amount\": 8984,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            },\n            \"without_tax\": {\n              \"amount\": 5847,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            }\n          },\n          \"bundle_configuration\": {\n            \"selected_options\": {\n              \"games\": {\n                \"p292e1db-c919-4d2f-984a-c2ddc79df024\": 2\n              },\n              \"consoles\": {\n                \"759ce0d7-e248-4f57-8ee1-6fd81a1b3c0a\": 1\n              }\n            }\n          },\n          \"component_products\": {\n            \"key_0\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 2279,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 9500,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 3699,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 7772,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n              \"alternative_prices\": [\n                {\n                  \"name\": \"string\",\n                  \"pricebook_id\": \"string\",\n                  \"shopper_attributes\": {\n                    \"key_0\": \"string\"\n                  },\n                  \"sale_id\": \"string\",\n                  \"sale_expires\": \"2025-07-07T14:30:00Z\",\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_2\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_3\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 8559,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 1074,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 2767,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 2192,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_2\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"tiers\": {\n                    \"key_0\": {\n                      \"original_price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_1\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_1\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_2\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 3610,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 6420,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      },\n                      \"original_display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 2173,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 4763,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      }\n                    }\n                  }\n                }\n              ]\n            },\n            \"key_1\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 8514,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 630,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_3\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 5514,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 9723,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n              \"alternative_prices\": [\n                {\n                  \"name\": \"string\",\n                  \"pricebook_id\": \"string\",\n                  \"shopper_attributes\": {\n                    \"key_0\": \"string\",\n                    \"key_1\": \"string\"\n                  },\n                  \"sale_id\": \"string\",\n                  \"sale_expires\": \"2025-07-07T14:30:00Z\",\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 7640,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 8947,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 5743,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 8877,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_2\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"tiers\": {\n                    \"key_0\": {\n                      \"original_price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_1\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_2\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 3344,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 1610,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      },\n                      \"original_display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 252,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 4113,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      }\n                    },\n                    \"key_1\": {\n                      \"original_price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_1\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_2\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 1690,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 1059,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      },\n                      \"original_display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 9655,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 9789,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      }\n                    }\n                  }\n                }\n              ]\n            }\n          },\n          \"component_product_data\": {\n            \"key_0\": {\n              \"value\": \"<Circular reference to #/components/schemas/product detected>\"\n            },\n            \"key_1\": {\n              \"value\": \"<Circular reference to #/components/schemas/product detected>\"\n            },\n            \"key_2\": {\n              \"value\": \"<Circular reference to #/components/schemas/product detected>\"\n            }\n          },\n          \"price_modifiers\": {\n            \"key_0\": {\n              \"modifier_type\": \"price_equals\",\n              \"currencies\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              }\n            }\n          },\n          \"tiers\": {\n            \"key_0\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 4234,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 5190,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 4210,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 5062,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              }\n            },\n            \"key_1\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 2243,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 5478,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 7442,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 6390,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              }\n            }\n          },\n          \"variation_matrix\": {},\n          \"variations\": [\n            {\n              \"id\": \"0d0df2a5-08b6-06d9-7ade-572174f4b5c5\",\n              \"name\": \"string\",\n              \"sort_order\": 6041,\n              \"option\": {\n                \"id\": \"e5b860e2-9610-0447-f587-4cffd057c86b\",\n                \"name\": \"string\",\n                \"sort_order\": 5226,\n                \"description\": \"string\"\n              },\n              \"options\": [\n                {\n                  \"id\": \"883a6392-5814-f419-db15-c3ce527e9f4b\",\n                  \"name\": \"string\",\n                  \"sort_order\": 7199,\n                  \"description\": \"string\"\n                }\n              ]\n            }\n          ],\n          \"child_option_ids\": [\n            \"string\"\n          ],\n          \"child_variations\": [\n            {\n              \"id\": \"521af03a-b814-cb74-8ae2-d896052c0975\",\n              \"name\": \"string\",\n              \"sort_order\": 3870,\n              \"option\": {\n                \"id\": \"be794325-b92b-3beb-1100-b268bd9f768d\",\n                \"name\": \"string\",\n                \"sort_order\": 6379,\n                \"description\": \"string\"\n              },\n              \"options\": [\n                {\n                  \"id\": \"4d8add3e-e554-3b61-d231-66596f988082\",\n                  \"name\": \"string\",\n                  \"sort_order\": 4448,\n                  \"description\": \"string\"\n                }\n              ]\n            }\n          ],\n          \"product_types\": [\n            \"string\"\n          ],\n          \"language\": \"en-GB\",\n          \"custom_relationships\": [\n            \"string\"\n          ],\n          \"available_prices\": [\n            {\n              \"pricebook_id\": \"string\",\n              \"shopper_attributes\": {\n                \"key_0\": \"string\",\n                \"key_1\": \"string\"\n              },\n              \"sales\": {\n                \"key_0\": {\n                  \"schedule\": {\n                    \"valid_from\": \"2020-09-22T09:00:00\",\n                    \"valid_to\": \"2020-09-22T09:00:00\"\n                  },\n                  \"currencies\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false,\n                      \"tiers\": {\n                        \"key_0\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        }\n                      }\n                    }\n                  }\n                }\n              },\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"tiers\": {\n                \"key_0\": {\n                  \"minimum_quantity\": 7457,\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_2\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  }\n                }\n              }\n            }\n          ],\n          \"alternative_prices\": [\n            {\n              \"name\": \"string\",\n              \"pricebook_id\": \"string\",\n              \"shopper_attributes\": {\n                \"key_0\": \"string\",\n                \"key_1\": \"string\",\n                \"key_2\": \"string\",\n                \"key_3\": \"string\",\n                \"key_4\": \"string\"\n              },\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 6206,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 2467,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 6987,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 3354,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"tiers\": {\n                \"key_0\": {\n                  \"original_price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_2\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_2\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 8486,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 2749,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 1897,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 334,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  }\n                },\n                \"key_1\": {\n                  \"original_price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 2597,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 8178,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 4877,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 3939,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  }\n                }\n              }\n            }\n          ],\n          \"available_pricebook_ids\": [\n            \"string\"\n          ]\n        }\n      }\n    ],\n    \"files\": [\n      {\n        \"id\": \"31b811fe-13ae-a43b-45e6-507e46156ec2\",\n        \"type\": \"file\",\n        \"file_name\": \"file_name.jpg\",\n        \"mime_type\": \"image/jpeg\",\n        \"file_size\": 36000,\n        \"public\": true,\n        \"meta\": {\n          \"timestamps\": {\n            \"created_at\": \"2023-10-11T13:02:25.293Z\"\n          },\n          \"dimensions\": {\n            \"width\": 1800,\n            \"height\": 1000\n          }\n        },\n        \"links\": {\n          \"self\": \"https://useast.api.elasticpath.com/v2/files/ddc28c74-a7df-46be-b262-8fa69a6e7d52\"\n        },\n        \"link\": {\n          \"href\": \"https://files-eu.epusercontent.com/e8c53cb0-120d-4ea5-8941-ce74dec06038/f8cf26b3-6d38-4275-937a-624a83994702.png\",\n          \"meta\": {\n            \"results\": {\n              \"total\": 2\n            }\n          }\n        }\n      }\n    ]\n  },\n  \"links\": {\n    \"self\": \"http://NPEJiTRIEdQCnOzLbHjXGWoHdALyd.wfhsCymYzb2Fxyuxl6PIHUtvlaG+4DjGEjgA3QQBcGApdgvoxcivTCx04ERIj-tIG-8-\",\n    \"first\": \"http://XrTwqzlFijhEQTBTLiLmYsTWYErG.aqfoD+POqjq5cxlB81LcM+CpjZhmtpir7nPSwIIoTKeSrlRaO312jOxhFj9\",\n    \"last\": \"https://mTpGVKSIRCSLSQsaqacXCYtpsIHv.jkrJdMrFOL5QNEUQcdC6VWOoFcgVRqtvAmi4HdKUZnrRMyfdB8JYbxBQgx8t20uQOej0X,qSuW\",\n    \"prev\": \"https://nG.ifgGcJ6RzegXipb,ZOHiJpj2w0dRTWgLPxK+UdJOUfDmvN6yZQRF1kekzx32Mxd.\",\n    \"next\": \"http://OtTbtCEelVHeCqsJFDnb.qoPqRPb0WR3LHbRnapH6.CIIOMeqEzS6bNMi\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "986a9fc0-784c-4c7b-bec5-1b251a0b588e",
              "name": "The unexpected error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalogs",
                    ":catalog_id",
                    "releases",
                    ":release_id",
                    "products",
                    ":product_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Using the include parameter, you can retrieve top-level resources.\n\n- Files or main image. For example, `include=files,main_image`.\n- Component product data. For example, `include=component_products`.\n- Key attribute data, such as SKU or slug.\n",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "main_image,component_products"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "catalog_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a published release of the catalog or `latestPublished` for the most recently published version.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "release_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The product ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                      "type": "text/plain"
                    },
                    "key": "accept-language",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "Supply a comma delimited list of pricebook ids to be used to lookup product prices from when the catalog supports price segmentation. The first pricebook will be highest priority (if more than one is supplied) and the rest in descending priority order. Used only for admin endpoints that dont support shopper context lookup.",
                      "type": "text/plain"
                    },
                    "key": "EP-Pricebook-IDs-For-Price-Segmentation-Preview",
                    "value": "string,string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "Supply a comma delimited list of pricebook ids to be listed in meta sections available prices . 'all' is a permitted value and will ensure all available prices for a product are shown. 'all' is not recommended if there are lots(10+) of available prices due the large response size.",
                      "type": "text/plain"
                    },
                    "key": "EP-Pricebook-IDs-Of-Available-Prices-To-Show",
                    "value": "string,string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    },\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4ebf8ae2-3866-4cea-b957-cf951be4cc49",
          "name": "Get all Related Products of a Product",
          "request": {
            "name": "Get all Related Products of a Product",
            "description": {
              "content": "Returns related products of the provided product ID from a published catalog.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "catalogs",
                ":catalog_id",
                "releases",
                ":release_id",
                "products",
                ":product_id",
                "relationships",
                ":custom_relationship_slug",
                "products"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "This endpoints support filtering. See [Filtering](#filtering).\n",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "586"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "1029"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "catalog_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The catalog ID.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "release_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of a published release of the catalog or `latestPublished` for the most recently published version.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "product_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The product ID.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "custom_relationship_slug",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The custom relationship slug.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "disabled": false,
                "description": {
                  "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                  "type": "text/plain"
                },
                "key": "accept-language",
                "value": "string"
              },
              {
                "disabled": false,
                "description": {
                  "content": "Supply a comma delimited list of pricebook ids to be used to lookup product prices from when the catalog supports price segmentation. The first pricebook will be highest priority (if more than one is supplied) and the rest in descending priority order. Used only for admin endpoints that dont support shopper context lookup.",
                  "type": "text/plain"
                },
                "key": "EP-Pricebook-IDs-For-Price-Segmentation-Preview",
                "value": "string,string"
              },
              {
                "disabled": false,
                "description": {
                  "content": "Supply a comma delimited list of pricebook ids to be listed in meta sections available prices . 'all' is a permitted value and will ensure all available prices for a product are shown. 'all' is not recommended if there are lots(10+) of available prices due the large response size.",
                  "type": "text/plain"
                },
                "key": "EP-Pricebook-IDs-Of-Available-Prices-To-Show",
                "value": "string,string"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "99090148-0f68-4290-9b96-7838afad3c2c",
              "name": "The related products of a catalog.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalogs",
                    ":catalog_id",
                    "releases",
                    ":release_id",
                    "products",
                    ":product_id",
                    "relationships",
                    ":custom_relationship_slug",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "This endpoints support filtering. See [Filtering](#filtering).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "586"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "1029"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "catalog_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a published release of the catalog or `latestPublished` for the most recently published version.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "release_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The product ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "product_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The custom relationship slug.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "custom_relationship_slug"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                      "type": "text/plain"
                    },
                    "key": "accept-language",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "Supply a comma delimited list of pricebook ids to be used to lookup product prices from when the catalog supports price segmentation. The first pricebook will be highest priority (if more than one is supplied) and the rest in descending priority order. Used only for admin endpoints that dont support shopper context lookup.",
                      "type": "text/plain"
                    },
                    "key": "EP-Pricebook-IDs-For-Price-Segmentation-Preview",
                    "value": "string,string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "Supply a comma delimited list of pricebook ids to be listed in meta sections available prices . 'all' is a permitted value and will ensure all available prices for a product are shown. 'all' is not recommended if there are lots(10+) of available prices due the large response size.",
                      "type": "text/plain"
                    },
                    "key": "EP-Pricebook-IDs-Of-Available-Prices-To-Show",
                    "value": "string,string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"meta\": {\n    \"results\": {\n      \"total\": 5602\n    },\n    \"page\": {\n      \"limit\": 1603,\n      \"offset\": 9609,\n      \"current\": 6233,\n      \"total\": 3763\n    }\n  },\n  \"data\": [\n    {\n      \"attributes\": {\n        \"published_at\": \"1970-01-01T00:00:00.000\",\n        \"base_product\": false,\n        \"base_product_id\": \"cdf574bc-e36e-48fc-9eac-01c87839b285\",\n        \"commodity_type\": \"physical\",\n        \"curated_product\": true,\n        \"upc_ean\": \"0123456\",\n        \"manufacturer_part_num\": \"mfn1\",\n        \"tags\": [\n          \"tag-a\"\n        ],\n        \"price_modifiers\": [\n          \"modifier-1\"\n        ],\n        \"created_at\": \"1970-01-01T00:00:00.000\",\n        \"description\": \"This is a product\",\n        \"name\": \"Blue shirt\",\n        \"price\": {\n          \"key_0\": {\n            \"amount\": 100,\n            \"includes_tax\": false\n          },\n          \"key_1\": {\n            \"amount\": 100,\n            \"includes_tax\": false\n          },\n          \"key_2\": {\n            \"amount\": 100,\n            \"includes_tax\": false\n          }\n        },\n        \"shopper_attributes\": {\n          \"key_0\": \"string\",\n          \"key_1\": \"string\"\n        },\n        \"tiers\": {\n          \"key_0\": {\n            \"minimum_quantity\": 1230,\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            }\n          },\n          \"key_1\": {\n            \"minimum_quantity\": 3952,\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            }\n          },\n          \"key_2\": {\n            \"minimum_quantity\": 6832,\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            }\n          },\n          \"key_3\": {\n            \"minimum_quantity\": 2381,\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            }\n          }\n        },\n        \"components\": {\n          \"key_0\": {\n            \"name\": \"string\",\n            \"min\": 2552,\n            \"max\": 7284,\n            \"sort_order\": 6533,\n            \"options\": [\n              {\n                \"id\": \"e58dcacd-6f5b-8c35-c256-07600f27f778\",\n                \"type\": \"product\",\n                \"quantity\": 2,\n                \"min\": 3622,\n                \"max\": 6478,\n                \"sort_order\": 15,\n                \"default\": true,\n                \"product_should_be_substituted_with_child\": true,\n                \"excluded_children\": [\n                  \"2d491d1c-729d-43d7-a2d2-e0a56edab43d\"\n                ]\n              }\n            ]\n          },\n          \"key_1\": {\n            \"name\": \"string\",\n            \"min\": 4168,\n            \"max\": 5822,\n            \"sort_order\": 4402,\n            \"options\": [\n              {\n                \"id\": \"34e471d1-c2f8-46b8-a6db-1a3404a05518\",\n                \"type\": \"product\",\n                \"quantity\": 2,\n                \"min\": 8608,\n                \"max\": 3680,\n                \"sort_order\": 15,\n                \"default\": true,\n                \"product_should_be_substituted_with_child\": true,\n                \"excluded_children\": [\n                  \"2d491d1c-729d-43d7-a2d2-e0a56edab43d\"\n                ]\n              }\n            ]\n          }\n        },\n        \"custom_inputs\": {\n          \"key_0\": {\n            \"name\": \"Message\",\n            \"validation_rules\": [\n              {\n                \"type\": \"string\",\n                \"options\": {\n                  \"max_length\": 255\n                }\n              }\n            ],\n            \"required\": false\n          }\n        },\n        \"sku\": \"blue-shirt\",\n        \"slug\": \"blue-shirt\",\n        \"status\": \"live\",\n        \"external_ref\": \"string\",\n        \"updated_at\": \"1970-01-01T00:00:00.000\",\n        \"extensions\": {\n          \"key_0\": {\n            \"key_0\": {},\n            \"key_1\": {}\n          },\n          \"key_1\": {\n            \"key_0\": {}\n          },\n          \"key_2\": {\n            \"key_0\": {},\n            \"key_1\": {}\n          }\n        }\n      },\n      \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n      \"relationships\": {\n        \"parent\": {\n          \"data\": {\n            \"id\": \"a85c2f05-6aad-197b-7e9b-9d39744c4901\",\n            \"type\": \"product\"\n          }\n        },\n        \"children\": {\n          \"data\": [\n            {\n              \"id\": \"b93d2ad3-b028-8ba2-7808-f797a375d103\",\n              \"type\": \"product\"\n            }\n          ],\n          \"links\": {\n            \"self\": \"string\"\n          }\n        },\n        \"files\": {\n          \"data\": [\n            {\n              \"type\": \"file\",\n              \"id\": \"d4f44c07-881a-816a-133c-a110f05a4c39\",\n              \"created_at\": \"1970-01-01T00:00:00.000\"\n            }\n          ]\n        },\n        \"main_image\": {\n          \"data\": {\n            \"type\": \"main_image\",\n            \"id\": \"58beb426-bf90-a46d-980a-90f2c7e2e0d2\"\n          }\n        },\n        \"component_products\": {\n          \"data\": [\n            {\n              \"id\": \"c89a7e9c-6943-fa11-1eef-ba0ba5214589\",\n              \"type\": \"product\"\n            }\n          ],\n          \"links\": {\n            \"self\": \"string\"\n          }\n        },\n        \"custom_relationships\": {\n          \"data\": [\n            {\n              \"id\": \"7e5653df-a1de-fe3d-15e1-008f418db6b8\",\n              \"type\": \"product\"\n            }\n          ],\n          \"links\": {}\n        }\n      },\n      \"type\": \"product\",\n      \"meta\": {\n        \"bread_crumbs\": {\n          \"key_0\": [\n            \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n          ],\n          \"key_1\": [\n            \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n          ]\n        },\n        \"bread_crumb_nodes\": [\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n        ],\n        \"catalog_id\": \"362a16dc-f7c6-4280-83d6-4fcc152af091\",\n        \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n        \"display_price\": {\n          \"with_tax\": {\n            \"amount\": 3103,\n            \"currency\": \"USD\",\n            \"formatted\": \"$475.00\",\n            \"float_price\": 475\n          },\n          \"without_tax\": {\n            \"amount\": 1118,\n            \"currency\": \"USD\",\n            \"formatted\": \"$475.00\",\n            \"float_price\": 475\n          }\n        },\n        \"catalog_source\": \"pim\",\n        \"sale_id\": \"string\",\n        \"sale_expires\": \"2025-07-07T14:30:00Z\",\n        \"original_price\": {\n          \"key_0\": {\n            \"amount\": 100,\n            \"includes_tax\": false\n          }\n        },\n        \"original_display_price\": {\n          \"with_tax\": {\n            \"amount\": 4870,\n            \"currency\": \"USD\",\n            \"formatted\": \"$475.00\",\n            \"float_price\": 475\n          },\n          \"without_tax\": {\n            \"amount\": 4235,\n            \"currency\": \"USD\",\n            \"formatted\": \"$475.00\",\n            \"float_price\": 475\n          }\n        },\n        \"bundle_configuration\": {\n          \"selected_options\": {\n            \"games\": {\n              \"p292e1db-c919-4d2f-984a-c2ddc79df024\": 2\n            },\n            \"consoles\": {\n              \"759ce0d7-e248-4f57-8ee1-6fd81a1b3c0a\": 1\n            }\n          }\n        },\n        \"component_products\": {\n          \"key_0\": {\n            \"sale_id\": \"string\",\n            \"sale_expires\": \"2025-07-07T14:30:00Z\",\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"display_price\": {\n              \"with_tax\": {\n                \"amount\": 2427,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 6903,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"original_price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"original_display_price\": {\n              \"with_tax\": {\n                \"amount\": 2536,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 8635,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n            \"alternative_prices\": [\n              {\n                \"name\": \"string\",\n                \"pricebook_id\": \"string\",\n                \"shopper_attributes\": {\n                  \"key_0\": \"string\",\n                  \"key_1\": \"string\",\n                  \"key_2\": \"string\",\n                  \"key_3\": \"string\"\n                },\n                \"sale_id\": \"string\",\n                \"sale_expires\": \"2025-07-07T14:30:00Z\",\n                \"price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 5145,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 1681,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                },\n                \"original_display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 5557,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 4552,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                },\n                \"original_price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"key_1\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"key_2\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"tiers\": {\n                  \"key_0\": {\n                    \"original_price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      },\n                      \"key_1\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      },\n                      \"key_1\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      },\n                      \"key_2\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 92,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 5019,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    },\n                    \"original_display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 1502,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 7353,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    }\n                  },\n                  \"key_1\": {\n                    \"original_price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      },\n                      \"key_1\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 9708,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 4998,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    },\n                    \"original_display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 4138,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 7747,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    }\n                  },\n                  \"key_2\": {\n                    \"original_price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      },\n                      \"key_1\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 9142,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 6940,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    },\n                    \"original_display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 5861,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 2588,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    }\n                  }\n                }\n              }\n            ]\n          },\n          \"key_1\": {\n            \"sale_id\": \"string\",\n            \"sale_expires\": \"2025-07-07T14:30:00Z\",\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"display_price\": {\n              \"with_tax\": {\n                \"amount\": 595,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 4810,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"original_price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"original_display_price\": {\n              \"with_tax\": {\n                \"amount\": 9797,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 6043,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n            \"alternative_prices\": [\n              {\n                \"name\": \"string\",\n                \"pricebook_id\": \"string\",\n                \"shopper_attributes\": {\n                  \"key_0\": \"string\"\n                },\n                \"sale_id\": \"string\",\n                \"sale_expires\": \"2025-07-07T14:30:00Z\",\n                \"price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"key_1\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"key_2\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 3249,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 2537,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                },\n                \"original_display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 1298,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 6480,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                },\n                \"original_price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"tiers\": {\n                  \"key_0\": {\n                    \"original_price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 642,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 2781,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    },\n                    \"original_display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 6633,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 189,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    }\n                  },\n                  \"key_1\": {\n                    \"original_price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      },\n                      \"key_1\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 3884,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 7265,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    },\n                    \"original_display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 4312,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 1623,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    }\n                  }\n                }\n              }\n            ]\n          }\n        },\n        \"component_product_data\": {\n          \"key_0\": {\n            \"value\": \"<Circular reference to #/components/schemas/product detected>\"\n          },\n          \"key_1\": {\n            \"value\": \"<Circular reference to #/components/schemas/product detected>\"\n          }\n        },\n        \"price_modifiers\": {\n          \"key_0\": {\n            \"modifier_type\": \"price_equals\",\n            \"currencies\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_2\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            }\n          }\n        },\n        \"tiers\": {\n          \"key_0\": {\n            \"sale_id\": \"string\",\n            \"sale_expires\": \"2025-07-07T14:30:00Z\",\n            \"display_price\": {\n              \"with_tax\": {\n                \"amount\": 1130,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 9930,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"original_price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_2\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"original_display_price\": {\n              \"with_tax\": {\n                \"amount\": 4577,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 3774,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            }\n          },\n          \"key_1\": {\n            \"sale_id\": \"string\",\n            \"sale_expires\": \"2025-07-07T14:30:00Z\",\n            \"display_price\": {\n              \"with_tax\": {\n                \"amount\": 3943,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 8882,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"original_price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"original_display_price\": {\n              \"with_tax\": {\n                \"amount\": 394,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 5119,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            }\n          }\n        },\n        \"variation_matrix\": {},\n        \"variations\": [\n          {\n            \"id\": \"86c51519-c1f6-f31d-514a-111d46c98a31\",\n            \"name\": \"string\",\n            \"sort_order\": 1232,\n            \"option\": {\n              \"id\": \"4371d41f-907c-c44d-8d90-741c4903273f\",\n              \"name\": \"string\",\n              \"sort_order\": 3427,\n              \"description\": \"string\"\n            },\n            \"options\": [\n              {\n                \"id\": \"46ff71a7-fbfe-1b2e-cc61-92653344a23e\",\n                \"name\": \"string\",\n                \"sort_order\": 1111,\n                \"description\": \"string\"\n              }\n            ]\n          }\n        ],\n        \"child_option_ids\": [\n          \"string\"\n        ],\n        \"child_variations\": [\n          {\n            \"id\": \"a2d8e6c0-3450-94ac-e491-157516489098\",\n            \"name\": \"string\",\n            \"sort_order\": 6446,\n            \"option\": {\n              \"id\": \"6e88d9e9-8a47-b906-806d-17d695a6c22e\",\n              \"name\": \"string\",\n              \"sort_order\": 7203,\n              \"description\": \"string\"\n            },\n            \"options\": [\n              {\n                \"id\": \"238aa9bb-7173-a9fd-7005-6ab528621e15\",\n                \"name\": \"string\",\n                \"sort_order\": 353,\n                \"description\": \"string\"\n              }\n            ]\n          }\n        ],\n        \"product_types\": [\n          \"string\"\n        ],\n        \"language\": \"en-GB\",\n        \"custom_relationships\": [\n          \"string\"\n        ],\n        \"available_prices\": [\n          {\n            \"pricebook_id\": \"string\",\n            \"shopper_attributes\": {\n              \"key_0\": \"string\"\n            },\n            \"sales\": {\n              \"key_0\": {\n                \"schedule\": {\n                  \"valid_from\": \"2020-09-22T09:00:00\",\n                  \"valid_to\": \"2020-09-22T09:00:00\"\n                },\n                \"currencies\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false,\n                    \"tiers\": {\n                      \"key_0\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      },\n                      \"key_1\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      }\n                    }\n                  },\n                  \"key_1\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false,\n                    \"tiers\": {\n                      \"key_0\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      }\n                    }\n                  },\n                  \"key_2\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false,\n                    \"tiers\": {\n                      \"key_0\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      }\n                    }\n                  },\n                  \"key_3\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false,\n                    \"tiers\": {\n                      \"key_0\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      }\n                    }\n                  },\n                  \"key_4\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false,\n                    \"tiers\": {\n                      \"key_0\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      },\n                      \"key_1\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      },\n                      \"key_2\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      },\n                      \"key_3\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      }\n                    }\n                  }\n                }\n              },\n              \"key_1\": {\n                \"schedule\": {\n                  \"valid_from\": \"2020-09-22T09:00:00\",\n                  \"valid_to\": \"2020-09-22T09:00:00\"\n                },\n                \"currencies\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false,\n                    \"tiers\": {\n                      \"key_0\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      }\n                    }\n                  }\n                }\n              }\n            },\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"tiers\": {\n              \"key_0\": {\n                \"minimum_quantity\": 7093,\n                \"price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"key_1\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                }\n              },\n              \"key_1\": {\n                \"minimum_quantity\": 8314,\n                \"price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                }\n              }\n            }\n          }\n        ],\n        \"alternative_prices\": [\n          {\n            \"name\": \"string\",\n            \"pricebook_id\": \"string\",\n            \"shopper_attributes\": {\n              \"key_0\": \"string\",\n              \"key_1\": \"string\"\n            },\n            \"sale_id\": \"string\",\n            \"sale_expires\": \"2025-07-07T14:30:00Z\",\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"display_price\": {\n              \"with_tax\": {\n                \"amount\": 9421,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 7267,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"original_display_price\": {\n              \"with_tax\": {\n                \"amount\": 2045,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 135,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"original_price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_2\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"tiers\": {\n              \"key_0\": {\n                \"original_price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"key_1\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 6206,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 8682,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                },\n                \"original_display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 9012,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 4212,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                }\n              },\n              \"key_1\": {\n                \"original_price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"key_1\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 5979,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 5485,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                },\n                \"original_display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 5574,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 7960,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                }\n              }\n            }\n          }\n        ],\n        \"available_pricebook_ids\": [\n          \"string\"\n        ]\n      }\n    }\n  ],\n  \"included\": {\n    \"main_images\": [\n      {\n        \"id\": \"d38416e6-a515-c91e-1b92-fd4de7d5ccca\",\n        \"type\": \"file\",\n        \"file_name\": \"file_name.jpg\",\n        \"mime_type\": \"image/jpeg\",\n        \"file_size\": 36000,\n        \"public\": true,\n        \"meta\": {\n          \"timestamps\": {\n            \"created_at\": \"2023-10-11T13:02:25.293Z\"\n          },\n          \"dimensions\": {\n            \"width\": 1800,\n            \"height\": 1000\n          }\n        },\n        \"links\": {\n          \"self\": \"https://useast.api.elasticpath.com/v2/files/ddc28c74-a7df-46be-b262-8fa69a6e7d52\"\n        },\n        \"link\": {\n          \"href\": \"https://files-eu.epusercontent.com/e8c53cb0-120d-4ea5-8941-ce74dec06038/f8cf26b3-6d38-4275-937a-624a83994702.png\",\n          \"meta\": {\n            \"results\": {\n              \"total\": 2\n            }\n          }\n        }\n      }\n    ],\n    \"component_products\": [\n      {\n        \"attributes\": {\n          \"published_at\": \"1970-01-01T00:00:00.000\",\n          \"base_product\": false,\n          \"base_product_id\": \"cdf574bc-e36e-48fc-9eac-01c87839b285\",\n          \"commodity_type\": \"physical\",\n          \"curated_product\": true,\n          \"upc_ean\": \"0123456\",\n          \"manufacturer_part_num\": \"mfn1\",\n          \"tags\": [\n            \"tag-a\"\n          ],\n          \"price_modifiers\": [\n            \"modifier-1\"\n          ],\n          \"created_at\": \"1970-01-01T00:00:00.000\",\n          \"description\": \"This is a product\",\n          \"name\": \"Blue shirt\",\n          \"price\": {\n            \"key_0\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"key_1\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            }\n          },\n          \"shopper_attributes\": {\n            \"key_0\": \"string\",\n            \"key_1\": \"string\",\n            \"key_2\": \"string\"\n          },\n          \"tiers\": {\n            \"key_0\": {\n              \"minimum_quantity\": 9791,\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_3\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_4\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              }\n            }\n          },\n          \"components\": {\n            \"key_0\": {\n              \"name\": \"string\",\n              \"min\": 1448,\n              \"max\": 738,\n              \"sort_order\": 4582,\n              \"options\": [\n                {\n                  \"id\": \"82d78eef-816a-5627-757f-ec0edb70ad29\",\n                  \"type\": \"product\",\n                  \"quantity\": 2,\n                  \"min\": 1809,\n                  \"max\": 5865,\n                  \"sort_order\": 15,\n                  \"default\": true,\n                  \"product_should_be_substituted_with_child\": true,\n                  \"excluded_children\": [\n                    \"2d491d1c-729d-43d7-a2d2-e0a56edab43d\"\n                  ]\n                }\n              ]\n            },\n            \"key_1\": {\n              \"name\": \"string\",\n              \"min\": 7070,\n              \"max\": 7211,\n              \"sort_order\": 1445,\n              \"options\": [\n                {\n                  \"id\": \"23303760-5905-0108-3cdc-2cda1d988a12\",\n                  \"type\": \"product\",\n                  \"quantity\": 2,\n                  \"min\": 6812,\n                  \"max\": 3243,\n                  \"sort_order\": 15,\n                  \"default\": true,\n                  \"product_should_be_substituted_with_child\": true,\n                  \"excluded_children\": [\n                    \"2d491d1c-729d-43d7-a2d2-e0a56edab43d\"\n                  ]\n                }\n              ]\n            },\n            \"key_2\": {\n              \"name\": \"string\",\n              \"min\": 7971,\n              \"max\": 7296,\n              \"sort_order\": 4309,\n              \"options\": [\n                {\n                  \"id\": \"e4fb22bd-50bf-e7b0-0b04-ef8edc0b26e2\",\n                  \"type\": \"product\",\n                  \"quantity\": 2,\n                  \"min\": 3710,\n                  \"max\": 7909,\n                  \"sort_order\": 15,\n                  \"default\": true,\n                  \"product_should_be_substituted_with_child\": true,\n                  \"excluded_children\": [\n                    \"2d491d1c-729d-43d7-a2d2-e0a56edab43d\"\n                  ]\n                }\n              ]\n            },\n            \"key_3\": {\n              \"name\": \"string\",\n              \"min\": 6237,\n              \"max\": 2358,\n              \"sort_order\": 1007,\n              \"options\": [\n                {\n                  \"id\": \"304474b6-0ca3-0cad-fd56-2803b3087be4\",\n                  \"type\": \"product\",\n                  \"quantity\": 2,\n                  \"min\": 274,\n                  \"max\": 4336,\n                  \"sort_order\": 15,\n                  \"default\": true,\n                  \"product_should_be_substituted_with_child\": true,\n                  \"excluded_children\": [\n                    \"2d491d1c-729d-43d7-a2d2-e0a56edab43d\"\n                  ]\n                }\n              ]\n            }\n          },\n          \"custom_inputs\": {\n            \"key_0\": {\n              \"name\": \"Message\",\n              \"validation_rules\": [\n                {\n                  \"type\": \"string\",\n                  \"options\": {\n                    \"max_length\": 255\n                  }\n                }\n              ],\n              \"required\": false\n            },\n            \"key_1\": {\n              \"name\": \"Message\",\n              \"validation_rules\": [\n                {\n                  \"type\": \"string\",\n                  \"options\": {\n                    \"max_length\": 255\n                  }\n                }\n              ],\n              \"required\": false\n            }\n          },\n          \"sku\": \"blue-shirt\",\n          \"slug\": \"blue-shirt\",\n          \"status\": \"live\",\n          \"external_ref\": \"string\",\n          \"updated_at\": \"1970-01-01T00:00:00.000\",\n          \"extensions\": {\n            \"key_0\": {\n              \"key_0\": {}\n            },\n            \"key_1\": {\n              \"key_0\": {},\n              \"key_1\": {}\n            }\n          }\n        },\n        \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n        \"relationships\": {\n          \"parent\": {\n            \"data\": {\n              \"id\": \"d3834b63-107a-0416-52f1-f8d076b7a652\",\n              \"type\": \"product\"\n            }\n          },\n          \"children\": {\n            \"data\": [\n              {\n                \"id\": \"d88cdc87-9078-c992-b54e-7364aa618f64\",\n                \"type\": \"product\"\n              }\n            ],\n            \"links\": {\n              \"self\": \"string\"\n            }\n          },\n          \"files\": {\n            \"data\": [\n              {\n                \"type\": \"file\",\n                \"id\": \"de0ff932-b078-5691-cc51-922a9483ac95\",\n                \"created_at\": \"1970-01-01T00:00:00.000\"\n              }\n            ]\n          },\n          \"main_image\": {\n            \"data\": {\n              \"type\": \"main_image\",\n              \"id\": \"deecd894-ece8-0a68-e8ea-24a3a02b5344\"\n            }\n          },\n          \"component_products\": {\n            \"data\": [\n              {\n                \"id\": \"d4d9cb65-1907-0c96-94f4-7344435bd83d\",\n                \"type\": \"product\"\n              }\n            ],\n            \"links\": {\n              \"self\": \"string\"\n            }\n          },\n          \"custom_relationships\": {\n            \"data\": [\n              {\n                \"id\": \"8edd6fe2-1c03-b1c0-e143-ecdb0b3d95b9\",\n                \"type\": \"product\"\n              }\n            ],\n            \"links\": {}\n          }\n        },\n        \"type\": \"product\",\n        \"meta\": {\n          \"bread_crumbs\": {\n            \"key_0\": [\n              \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n            ],\n            \"key_1\": [\n              \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n            ]\n          },\n          \"bread_crumb_nodes\": [\n            \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n          ],\n          \"catalog_id\": \"362a16dc-f7c6-4280-83d6-4fcc152af091\",\n          \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n          \"display_price\": {\n            \"with_tax\": {\n              \"amount\": 3730,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            },\n            \"without_tax\": {\n              \"amount\": 6645,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            }\n          },\n          \"catalog_source\": \"pim\",\n          \"sale_id\": \"string\",\n          \"sale_expires\": \"2025-07-07T14:30:00Z\",\n          \"original_price\": {\n            \"key_0\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            }\n          },\n          \"original_display_price\": {\n            \"with_tax\": {\n              \"amount\": 1710,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            },\n            \"without_tax\": {\n              \"amount\": 4205,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            }\n          },\n          \"bundle_configuration\": {\n            \"selected_options\": {\n              \"games\": {\n                \"p292e1db-c919-4d2f-984a-c2ddc79df024\": 2\n              },\n              \"consoles\": {\n                \"759ce0d7-e248-4f57-8ee1-6fd81a1b3c0a\": 1\n              }\n            }\n          },\n          \"component_products\": {\n            \"key_0\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 6120,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 2581,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 15,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 2772,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n              \"alternative_prices\": [\n                {\n                  \"name\": \"string\",\n                  \"pricebook_id\": \"string\",\n                  \"shopper_attributes\": {\n                    \"key_0\": \"string\"\n                  },\n                  \"sale_id\": \"string\",\n                  \"sale_expires\": \"2025-07-07T14:30:00Z\",\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 4346,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 4396,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 7921,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 9093,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"tiers\": {\n                    \"key_0\": {\n                      \"original_price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_1\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_2\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_1\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 7253,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 4690,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      },\n                      \"original_display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 6291,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 2787,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      }\n                    },\n                    \"key_1\": {\n                      \"original_price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_1\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_1\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 7122,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 206,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      },\n                      \"original_display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 9148,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 5047,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      }\n                    }\n                  }\n                }\n              ]\n            },\n            \"key_1\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 8605,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 3600,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 5045,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 1690,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n              \"alternative_prices\": [\n                {\n                  \"name\": \"string\",\n                  \"pricebook_id\": \"string\",\n                  \"shopper_attributes\": {\n                    \"key_0\": \"string\",\n                    \"key_1\": \"string\",\n                    \"key_2\": \"string\"\n                  },\n                  \"sale_id\": \"string\",\n                  \"sale_expires\": \"2025-07-07T14:30:00Z\",\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_2\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 9319,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 3382,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 1826,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 268,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"tiers\": {\n                    \"key_0\": {\n                      \"original_price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_1\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_2\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 8762,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 9662,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      },\n                      \"original_display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 6895,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 9975,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      }\n                    }\n                  }\n                }\n              ]\n            }\n          },\n          \"component_product_data\": {\n            \"key_0\": {\n              \"value\": \"<Circular reference to #/components/schemas/product detected>\"\n            },\n            \"key_1\": {\n              \"value\": \"<Circular reference to #/components/schemas/product detected>\"\n            }\n          },\n          \"price_modifiers\": {\n            \"key_0\": {\n              \"modifier_type\": \"price_equals\",\n              \"currencies\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              }\n            },\n            \"key_1\": {\n              \"modifier_type\": \"price_equals\",\n              \"currencies\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              }\n            },\n            \"key_2\": {\n              \"modifier_type\": \"price_equals\",\n              \"currencies\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_3\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              }\n            }\n          },\n          \"tiers\": {\n            \"key_0\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 4080,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 569,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 3741,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 7269,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              }\n            },\n            \"key_1\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 8167,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 8150,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 1633,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 3450,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              }\n            },\n            \"key_2\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 2808,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 5260,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 5039,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 5499,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              }\n            },\n            \"key_3\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 4483,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 9325,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 6018,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 3028,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              }\n            },\n            \"key_4\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 7553,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 1663,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 1335,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 7069,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              }\n            }\n          },\n          \"variation_matrix\": {},\n          \"variations\": [\n            {\n              \"id\": \"40ecc97d-2913-b939-fad5-4dd7b2dbf677\",\n              \"name\": \"string\",\n              \"sort_order\": 6763,\n              \"option\": {\n                \"id\": \"9784015b-bd6b-bcd5-3c8c-89ebfa979813\",\n                \"name\": \"string\",\n                \"sort_order\": 9919,\n                \"description\": \"string\"\n              },\n              \"options\": [\n                {\n                  \"id\": \"7520324b-07a1-2714-5e50-9bc292005f21\",\n                  \"name\": \"string\",\n                  \"sort_order\": 2916,\n                  \"description\": \"string\"\n                }\n              ]\n            }\n          ],\n          \"child_option_ids\": [\n            \"string\"\n          ],\n          \"child_variations\": [\n            {\n              \"id\": \"aad44913-2aa4-41ea-9182-619955c5737b\",\n              \"name\": \"string\",\n              \"sort_order\": 1339,\n              \"option\": {\n                \"id\": \"b1c5081a-f43a-54b7-750a-ec569d704a82\",\n                \"name\": \"string\",\n                \"sort_order\": 5300,\n                \"description\": \"string\"\n              },\n              \"options\": [\n                {\n                  \"id\": \"a39f0511-0bc2-a47e-7081-bf6270506ee7\",\n                  \"name\": \"string\",\n                  \"sort_order\": 5308,\n                  \"description\": \"string\"\n                }\n              ]\n            }\n          ],\n          \"product_types\": [\n            \"string\"\n          ],\n          \"language\": \"en-GB\",\n          \"custom_relationships\": [\n            \"string\"\n          ],\n          \"available_prices\": [\n            {\n              \"pricebook_id\": \"string\",\n              \"shopper_attributes\": {\n                \"key_0\": \"string\",\n                \"key_1\": \"string\",\n                \"key_2\": \"string\"\n              },\n              \"sales\": {\n                \"key_0\": {\n                  \"schedule\": {\n                    \"valid_from\": \"2020-09-22T09:00:00\",\n                    \"valid_to\": \"2020-09-22T09:00:00\"\n                  },\n                  \"currencies\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false,\n                      \"tiers\": {\n                        \"key_0\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        },\n                        \"key_1\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        },\n                        \"key_2\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        }\n                      }\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false,\n                      \"tiers\": {\n                        \"key_0\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        }\n                      }\n                    },\n                    \"key_2\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false,\n                      \"tiers\": {\n                        \"key_0\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        },\n                        \"key_1\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        },\n                        \"key_2\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        },\n                        \"key_3\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        }\n                      }\n                    }\n                  }\n                },\n                \"key_1\": {\n                  \"schedule\": {\n                    \"valid_from\": \"2020-09-22T09:00:00\",\n                    \"valid_to\": \"2020-09-22T09:00:00\"\n                  },\n                  \"currencies\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false,\n                      \"tiers\": {\n                        \"key_0\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        },\n                        \"key_1\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        }\n                      }\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false,\n                      \"tiers\": {\n                        \"key_0\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        }\n                      }\n                    }\n                  }\n                }\n              },\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"tiers\": {\n                \"key_0\": {\n                  \"minimum_quantity\": 5369,\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_2\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  }\n                }\n              }\n            }\n          ],\n          \"alternative_prices\": [\n            {\n              \"name\": \"string\",\n              \"pricebook_id\": \"string\",\n              \"shopper_attributes\": {\n                \"key_0\": \"string\",\n                \"key_1\": \"string\"\n              },\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 625,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 5586,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 268,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 9645,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"tiers\": {\n                \"key_0\": {\n                  \"original_price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 9695,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 2963,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 6625,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 1089,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  }\n                },\n                \"key_1\": {\n                  \"original_price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_2\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 104,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 4153,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 5019,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 1736,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  }\n                }\n              }\n            }\n          ],\n          \"available_pricebook_ids\": [\n            \"string\"\n          ]\n        }\n      }\n    ],\n    \"files\": [\n      {\n        \"id\": \"455d4463-c85e-cee1-de0f-dbcfaada233c\",\n        \"type\": \"file\",\n        \"file_name\": \"file_name.jpg\",\n        \"mime_type\": \"image/jpeg\",\n        \"file_size\": 36000,\n        \"public\": true,\n        \"meta\": {\n          \"timestamps\": {\n            \"created_at\": \"2023-10-11T13:02:25.293Z\"\n          },\n          \"dimensions\": {\n            \"width\": 1800,\n            \"height\": 1000\n          }\n        },\n        \"links\": {\n          \"self\": \"https://useast.api.elasticpath.com/v2/files/ddc28c74-a7df-46be-b262-8fa69a6e7d52\"\n        },\n        \"link\": {\n          \"href\": \"https://files-eu.epusercontent.com/e8c53cb0-120d-4ea5-8941-ce74dec06038/f8cf26b3-6d38-4275-937a-624a83994702.png\",\n          \"meta\": {\n            \"results\": {\n              \"total\": 2\n            }\n          }\n        }\n      }\n    ]\n  },\n  \"links\": {\n    \"self\": \"http://LwPzOVYiEt.asRkq,fqPmLnkKw\",\n    \"first\": \"http://CpnywJGwPlEvgOb.nqdnf4WMPQUlpYeB3EAqbXndKPOAwtzbjiS5ZO\",\n    \"last\": \"https://XeQSxHSWOdnjxCtoCsBJcNQcZBXCM.nwffbEVzu3F8fHSQ9ULy795Cxdo6S0OpjuRdDyGSC\",\n    \"prev\": \"https://BQZisIqfZVBMjRCcgkohsoWYbFCI.iyyVLg2jdpRShTugM00VuM+btEfnnSiI6GTmcjVQzSO2gUuf3I1W29MH25Koak+4hKa5upyS1V\",\n    \"next\": \"https://uExUQFiOJvuggkZFguIkfZKzSmGNCG.lvvwhT.11IQeGnwur5r6PZovamgW6Q+YNHgEUuZ\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "66731378-2994-4555-b603-d1e00b9b6d88",
              "name": "The unexpected error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalogs",
                    ":catalog_id",
                    "releases",
                    ":release_id",
                    "products",
                    ":product_id",
                    "relationships",
                    ":custom_relationship_slug",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "This endpoints support filtering. See [Filtering](#filtering).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "586"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "1029"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "catalog_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a published release of the catalog or `latestPublished` for the most recently published version.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "release_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The product ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "product_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The custom relationship slug.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "custom_relationship_slug"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                      "type": "text/plain"
                    },
                    "key": "accept-language",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "Supply a comma delimited list of pricebook ids to be used to lookup product prices from when the catalog supports price segmentation. The first pricebook will be highest priority (if more than one is supplied) and the rest in descending priority order. Used only for admin endpoints that dont support shopper context lookup.",
                      "type": "text/plain"
                    },
                    "key": "EP-Pricebook-IDs-For-Price-Segmentation-Preview",
                    "value": "string,string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "Supply a comma delimited list of pricebook ids to be listed in meta sections available prices . 'all' is a permitted value and will ensure all available prices for a product are shown. 'all' is not recommended if there are lots(10+) of available prices due the large response size.",
                      "type": "text/plain"
                    },
                    "key": "EP-Pricebook-IDs-Of-Available-Prices-To-Show",
                    "value": "string,string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    },\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "47362ce0-5343-49ac-9210-6f46c3bbbb69",
          "name": "Get a Bundle's Component Products",
          "request": {
            "name": "Get a Bundle's Component Products",
            "description": {
              "content": "With Product Experience Manager, you can [create](/docs/api/pxm/products/create-product) and manage bundles. A bundle is a purchasable product, comprising of one or more products that you want to sell together. \n\nYou can create multiple components within a bundle. Each component must have at least one or more options. Each option is a product and a quantity.\n\nThis endpoint returns a list of component product IDs for the specified bundle.\n\n### Including Resources\n\nUsing the `include` parameter, you can retrieve top-level resources, such as, files or main image, bundle component products and product attributes, such as SKU or slug. \n\n| Parameter | Required | Description                                                                                                                                                                                                    |\n|  :---------------------|:---------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `component_products` | Optional | The  component product data and key attribute data, such as SKU or slug, to return for component products in a product bundle.  |\n| `main_image`         | Optional | The main images associated with a product. |\n| `files`              | Optional | Any files associated with a product. |\n\nSee [**Including Resources**](/guides/Getting-Started/includes).\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "catalogs",
                ":catalog_id",
                "releases",
                ":release_id",
                "products",
                ":product_id",
                "relationships",
                "component_products"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Using the include parameter, you can retrieve top-level resources.\n\n- Files or main image. For example, `include=files,main_image`.\n- Component product data. For example, `include=component_products`.\n- Key attribute data, such as SKU or slug.\n",
                    "type": "text/plain"
                  },
                  "key": "include",
                  "value": "main_image,component_products"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "586"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "1029"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "catalog_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The catalog ID.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "release_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of a published release of the catalog or `latestPublished` for the most recently published version.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "product_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The product ID.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "disabled": false,
                "description": {
                  "content": "Supply a comma delimited list of pricebook ids to be used to lookup product prices from when the catalog supports price segmentation. The first pricebook will be highest priority (if more than one is supplied) and the rest in descending priority order. Used only for admin endpoints that dont support shopper context lookup.",
                  "type": "text/plain"
                },
                "key": "EP-Pricebook-IDs-For-Price-Segmentation-Preview",
                "value": "string,string"
              },
              {
                "disabled": false,
                "description": {
                  "content": "Supply a comma delimited list of pricebook ids to be listed in meta sections available prices . 'all' is a permitted value and will ensure all available prices for a product are shown. 'all' is not recommended if there are lots(10+) of available prices due the large response size.",
                  "type": "text/plain"
                },
                "key": "EP-Pricebook-IDs-Of-Available-Prices-To-Show",
                "value": "string,string"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "bea2ed4f-2a27-471d-b9dc-670bcf9e4005",
              "name": "The list of component product IDs of a specific bundle product from a catalog.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalogs",
                    ":catalog_id",
                    "releases",
                    ":release_id",
                    "products",
                    ":product_id",
                    "relationships",
                    "component_products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Using the include parameter, you can retrieve top-level resources.\n\n- Files or main image. For example, `include=files,main_image`.\n- Component product data. For example, `include=component_products`.\n- Key attribute data, such as SKU or slug.\n",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "main_image,component_products"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "586"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "1029"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "catalog_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a published release of the catalog or `latestPublished` for the most recently published version.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "release_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The product ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "Supply a comma delimited list of pricebook ids to be used to lookup product prices from when the catalog supports price segmentation. The first pricebook will be highest priority (if more than one is supplied) and the rest in descending priority order. Used only for admin endpoints that dont support shopper context lookup.",
                      "type": "text/plain"
                    },
                    "key": "EP-Pricebook-IDs-For-Price-Segmentation-Preview",
                    "value": "string,string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "Supply a comma delimited list of pricebook ids to be listed in meta sections available prices . 'all' is a permitted value and will ensure all available prices for a product are shown. 'all' is not recommended if there are lots(10+) of available prices due the large response size.",
                      "type": "text/plain"
                    },
                    "key": "EP-Pricebook-IDs-Of-Available-Prices-To-Show",
                    "value": "string,string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"meta\": {\n    \"results\": {\n      \"total\": 8825\n    },\n    \"page\": {\n      \"limit\": 3257,\n      \"offset\": 6459,\n      \"current\": 9131,\n      \"total\": 591\n    }\n  },\n  \"data\": [\n    {\n      \"id\": \"6ec36381-40ba-1f04-cb5b-3bd258080654\",\n      \"type\": \"product\"\n    },\n    {\n      \"id\": \"1a5af145-335d-fea4-25b0-c46145751344\",\n      \"type\": \"product\"\n    }\n  ],\n  \"links\": {\n    \"self\": \"https://QJGcaqtzwaCgrzPdMfpqPLbbEfzaeS.bkuad0PCyOwz,IVP2QDiUKk.lVEWreVtYG33zWbbijuBxvntyfqTNhNtdym\",\n    \"first\": \"http://mTXoiUramLi.jekKaOWrNA,X0SGPv,NqmDbGNF3Za,uArM\",\n    \"last\": \"http://hlRlPwpctLzlKcz.sdqVZttjL\",\n    \"prev\": \"http://XLxzzNckoymnaqqwShLcRxxDSEZA.andyZT2BRolLB2kbqT2nI0vZGrxb1CZRqJ1EnO\",\n    \"next\": \"http://xBUDuyC.mxzvvDxdl1GYBSzfxKDYuqqYP0yhDbGdEA.GMMtJcWfUEDAUopn\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ce01aae3-2d1b-4219-8d5d-c7692c99ea8b",
              "name": "The unexpected error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalogs",
                    ":catalog_id",
                    "releases",
                    ":release_id",
                    "products",
                    ":product_id",
                    "relationships",
                    "component_products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Using the include parameter, you can retrieve top-level resources.\n\n- Files or main image. For example, `include=files,main_image`.\n- Component product data. For example, `include=component_products`.\n- Key attribute data, such as SKU or slug.\n",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "main_image,component_products"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "586"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "1029"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "catalog_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a published release of the catalog or `latestPublished` for the most recently published version.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "release_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The product ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "Supply a comma delimited list of pricebook ids to be used to lookup product prices from when the catalog supports price segmentation. The first pricebook will be highest priority (if more than one is supplied) and the rest in descending priority order. Used only for admin endpoints that dont support shopper context lookup.",
                      "type": "text/plain"
                    },
                    "key": "EP-Pricebook-IDs-For-Price-Segmentation-Preview",
                    "value": "string,string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "Supply a comma delimited list of pricebook ids to be listed in meta sections available prices . 'all' is a permitted value and will ensure all available prices for a product are shown. 'all' is not recommended if there are lots(10+) of available prices due the large response size.",
                      "type": "text/plain"
                    },
                    "key": "EP-Pricebook-IDs-Of-Available-Prices-To-Show",
                    "value": "string,string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    },\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "fa74c6f7-3683-49d2-8da7-eaae8961df04",
          "name": "Get a Parent Product's Child Products",
          "request": {
            "name": "Get a Parent Product's Child Products",
            "description": {
              "content": "For a specified product and catalog release, retrieves a list of child products from a parent product. Any product other than a base product results in a `422 Unprocessable Entity` response. Only the products in a `live` status are retrieved.\n\nIf you have multiple catalog rules defined, the rule that best matches the shoppers context is used to determine which catalog is retrieved. If no catalog rules are configured, the first catalog found is returned. For information about how rules are matched, see [Resolving Catalog Rules](/docs/api/pxm/catalog/rules#resolving-catalog-rules).\n\nYou can see the parent nodes a product is associated within the breadcrumbs metadata for each product. For example, this is useful if you want to improve how your shoppers search your store. See [Product and Node Associations in Breadcrumb Metadata](/guides/How-To/Catalogs/breadcrumbs).\n\n### Filtering\n\nThis endpoint supports filtering. For general filtering syntax, see [Filtering](/guides/Getting-Started/filtering). The following operators and attributes are available when filtering on this endpoint.\n\n| Operator | Description                                                                                     | Supported Attributes                                     | Example |\n|:---|:------------------------------------------------------------------------------------------------|:---------------------------------------------------------|:--- |\n| `Eq` | Checks if the values of two operands are equal. If they are, the condition is true. For `product_types`, you can only specify one product type. For example, `filter=eq(product_types,child)`.            | `name`, `sku`, `slug`, `manufacturer_part_num`, `upc_ean`, `product_types`, `tags` | `filter=eq(name,some-name)` |\n| `In` | Checks if the values are included in the specified string. If they are, the condition is true. For `product_types`, you can specify more than one product type. For example, `filter=in(product_types,child,bundle)`. | `id`, `name`, `sku`, `slug`, `manufacturer_part_num`, `upc_ean`, `product_types`, `tags`          | `filter=in(id,some-id)` |\n\n### Building breadcrumbs in a storefront\n\nIn a catalog, you can use the nodes directly attached to a product to build breadcrumbs in your storefront. This eliminates the need for additional queries to fetch hierarchy or parent node details. Each node contains all the necessary information in `breadcrumbs` metadata, such as its own details and the details of its parent hierarchy/node(s), to construct the complete breadcrumb path without requiring additional queries.\n\nAn example is shown below:\n\n`filter=in(id,c83bfe55-0d87-4302-a86d-ab19e7e323f1,6003d7ef-84f3-49bb-a8bd-4cbfa203dcbb)`\n\n- Specify the node IDs directly attached to the product in the filter expression.\n- You can include as many node IDs as required.\n- It does not matter what order you specify the node IDs. The nodes are returned in the order they were last updated.\n\n### Including Resources\n\nUsing the `include` parameter, you can retrieve top-level resources, such as, files or main image, bundle component products and product attributes, such as SKU or slug. \n\n| Parameter | Required | Description                                                                                                                                                                                                    |\n|  :---------------------|:---------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `component_products` | Optional | The  component product data and key attribute data, such as SKU or slug, to return for component products in a product bundle.  |\n| `main_image`         | Optional | The main images associated with a product. |\n| `files`              | Optional | Any files associated with a product. |\n\nSee [**Including Resources**](/guides/Getting-Started/includes).\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "catalogs",
                ":catalog_id",
                "releases",
                ":release_id",
                "products",
                ":product_id",
                "relationships",
                "children"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Using the include parameter, you can retrieve top-level resources.\n\n- Files or main image. For example, `include=files,main_image`.\n- Component product data. For example, `include=component_products`.\n- Key attribute data, such as SKU or slug.\n",
                    "type": "text/plain"
                  },
                  "key": "include",
                  "value": "main_image,component_products"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "This endpoints support filtering. See [Filtering](#filtering).\n",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "586"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "1029"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "catalog_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The catalog ID.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "release_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of a published release of the catalog or `latestPublished` for the most recently published version.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "product_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The product ID.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "disabled": false,
                "description": {
                  "content": "Supply a comma delimited list of pricebook ids to be used to lookup product prices from when the catalog supports price segmentation. The first pricebook will be highest priority (if more than one is supplied) and the rest in descending priority order. Used only for admin endpoints that dont support shopper context lookup.",
                  "type": "text/plain"
                },
                "key": "EP-Pricebook-IDs-For-Price-Segmentation-Preview",
                "value": "string,string"
              },
              {
                "disabled": false,
                "description": {
                  "content": "Supply a comma delimited list of pricebook ids to be listed in meta sections available prices . 'all' is a permitted value and will ensure all available prices for a product are shown. 'all' is not recommended if there are lots(10+) of available prices due the large response size.",
                  "type": "text/plain"
                },
                "key": "EP-Pricebook-IDs-Of-Available-Prices-To-Show",
                "value": "string,string"
              },
              {
                "disabled": false,
                "description": {
                  "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                  "type": "text/plain"
                },
                "key": "accept-language",
                "value": "string"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "6add0a6a-69b1-4865-8a54-52aa4769dd1f",
              "name": "The list of child products of a specific base product from a catalog.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalogs",
                    ":catalog_id",
                    "releases",
                    ":release_id",
                    "products",
                    ":product_id",
                    "relationships",
                    "children"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Using the include parameter, you can retrieve top-level resources.\n\n- Files or main image. For example, `include=files,main_image`.\n- Component product data. For example, `include=component_products`.\n- Key attribute data, such as SKU or slug.\n",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "main_image,component_products"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "This endpoints support filtering. See [Filtering](#filtering).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "586"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "1029"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "catalog_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a published release of the catalog or `latestPublished` for the most recently published version.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "release_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The product ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "Supply a comma delimited list of pricebook ids to be used to lookup product prices from when the catalog supports price segmentation. The first pricebook will be highest priority (if more than one is supplied) and the rest in descending priority order. Used only for admin endpoints that dont support shopper context lookup.",
                      "type": "text/plain"
                    },
                    "key": "EP-Pricebook-IDs-For-Price-Segmentation-Preview",
                    "value": "string,string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "Supply a comma delimited list of pricebook ids to be listed in meta sections available prices . 'all' is a permitted value and will ensure all available prices for a product are shown. 'all' is not recommended if there are lots(10+) of available prices due the large response size.",
                      "type": "text/plain"
                    },
                    "key": "EP-Pricebook-IDs-Of-Available-Prices-To-Show",
                    "value": "string,string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                      "type": "text/plain"
                    },
                    "key": "accept-language",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"meta\": {\n    \"results\": {\n      \"total\": 5602\n    },\n    \"page\": {\n      \"limit\": 1603,\n      \"offset\": 9609,\n      \"current\": 6233,\n      \"total\": 3763\n    }\n  },\n  \"data\": [\n    {\n      \"attributes\": {\n        \"published_at\": \"1970-01-01T00:00:00.000\",\n        \"base_product\": false,\n        \"base_product_id\": \"cdf574bc-e36e-48fc-9eac-01c87839b285\",\n        \"commodity_type\": \"physical\",\n        \"curated_product\": true,\n        \"upc_ean\": \"0123456\",\n        \"manufacturer_part_num\": \"mfn1\",\n        \"tags\": [\n          \"tag-a\"\n        ],\n        \"price_modifiers\": [\n          \"modifier-1\"\n        ],\n        \"created_at\": \"1970-01-01T00:00:00.000\",\n        \"description\": \"This is a product\",\n        \"name\": \"Blue shirt\",\n        \"price\": {\n          \"key_0\": {\n            \"amount\": 100,\n            \"includes_tax\": false\n          },\n          \"key_1\": {\n            \"amount\": 100,\n            \"includes_tax\": false\n          },\n          \"key_2\": {\n            \"amount\": 100,\n            \"includes_tax\": false\n          }\n        },\n        \"shopper_attributes\": {\n          \"key_0\": \"string\",\n          \"key_1\": \"string\"\n        },\n        \"tiers\": {\n          \"key_0\": {\n            \"minimum_quantity\": 1230,\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            }\n          },\n          \"key_1\": {\n            \"minimum_quantity\": 3952,\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            }\n          },\n          \"key_2\": {\n            \"minimum_quantity\": 6832,\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            }\n          },\n          \"key_3\": {\n            \"minimum_quantity\": 2381,\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            }\n          }\n        },\n        \"components\": {\n          \"key_0\": {\n            \"name\": \"string\",\n            \"min\": 2552,\n            \"max\": 7284,\n            \"sort_order\": 6533,\n            \"options\": [\n              {\n                \"id\": \"e58dcacd-6f5b-8c35-c256-07600f27f778\",\n                \"type\": \"product\",\n                \"quantity\": 2,\n                \"min\": 3622,\n                \"max\": 6478,\n                \"sort_order\": 15,\n                \"default\": true,\n                \"product_should_be_substituted_with_child\": true,\n                \"excluded_children\": [\n                  \"2d491d1c-729d-43d7-a2d2-e0a56edab43d\"\n                ]\n              }\n            ]\n          },\n          \"key_1\": {\n            \"name\": \"string\",\n            \"min\": 4168,\n            \"max\": 5822,\n            \"sort_order\": 4402,\n            \"options\": [\n              {\n                \"id\": \"34e471d1-c2f8-46b8-a6db-1a3404a05518\",\n                \"type\": \"product\",\n                \"quantity\": 2,\n                \"min\": 8608,\n                \"max\": 3680,\n                \"sort_order\": 15,\n                \"default\": true,\n                \"product_should_be_substituted_with_child\": true,\n                \"excluded_children\": [\n                  \"2d491d1c-729d-43d7-a2d2-e0a56edab43d\"\n                ]\n              }\n            ]\n          }\n        },\n        \"custom_inputs\": {\n          \"key_0\": {\n            \"name\": \"Message\",\n            \"validation_rules\": [\n              {\n                \"type\": \"string\",\n                \"options\": {\n                  \"max_length\": 255\n                }\n              }\n            ],\n            \"required\": false\n          }\n        },\n        \"sku\": \"blue-shirt\",\n        \"slug\": \"blue-shirt\",\n        \"status\": \"live\",\n        \"external_ref\": \"string\",\n        \"updated_at\": \"1970-01-01T00:00:00.000\",\n        \"extensions\": {\n          \"key_0\": {\n            \"key_0\": {},\n            \"key_1\": {}\n          },\n          \"key_1\": {\n            \"key_0\": {}\n          },\n          \"key_2\": {\n            \"key_0\": {},\n            \"key_1\": {}\n          }\n        }\n      },\n      \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n      \"relationships\": {\n        \"parent\": {\n          \"data\": {\n            \"id\": \"a85c2f05-6aad-197b-7e9b-9d39744c4901\",\n            \"type\": \"product\"\n          }\n        },\n        \"children\": {\n          \"data\": [\n            {\n              \"id\": \"b93d2ad3-b028-8ba2-7808-f797a375d103\",\n              \"type\": \"product\"\n            }\n          ],\n          \"links\": {\n            \"self\": \"string\"\n          }\n        },\n        \"files\": {\n          \"data\": [\n            {\n              \"type\": \"file\",\n              \"id\": \"d4f44c07-881a-816a-133c-a110f05a4c39\",\n              \"created_at\": \"1970-01-01T00:00:00.000\"\n            }\n          ]\n        },\n        \"main_image\": {\n          \"data\": {\n            \"type\": \"main_image\",\n            \"id\": \"58beb426-bf90-a46d-980a-90f2c7e2e0d2\"\n          }\n        },\n        \"component_products\": {\n          \"data\": [\n            {\n              \"id\": \"c89a7e9c-6943-fa11-1eef-ba0ba5214589\",\n              \"type\": \"product\"\n            }\n          ],\n          \"links\": {\n            \"self\": \"string\"\n          }\n        },\n        \"custom_relationships\": {\n          \"data\": [\n            {\n              \"id\": \"7e5653df-a1de-fe3d-15e1-008f418db6b8\",\n              \"type\": \"product\"\n            }\n          ],\n          \"links\": {}\n        }\n      },\n      \"type\": \"product\",\n      \"meta\": {\n        \"bread_crumbs\": {\n          \"key_0\": [\n            \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n          ],\n          \"key_1\": [\n            \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n          ]\n        },\n        \"bread_crumb_nodes\": [\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n        ],\n        \"catalog_id\": \"362a16dc-f7c6-4280-83d6-4fcc152af091\",\n        \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n        \"display_price\": {\n          \"with_tax\": {\n            \"amount\": 3103,\n            \"currency\": \"USD\",\n            \"formatted\": \"$475.00\",\n            \"float_price\": 475\n          },\n          \"without_tax\": {\n            \"amount\": 1118,\n            \"currency\": \"USD\",\n            \"formatted\": \"$475.00\",\n            \"float_price\": 475\n          }\n        },\n        \"catalog_source\": \"pim\",\n        \"sale_id\": \"string\",\n        \"sale_expires\": \"2025-07-07T14:30:00Z\",\n        \"original_price\": {\n          \"key_0\": {\n            \"amount\": 100,\n            \"includes_tax\": false\n          }\n        },\n        \"original_display_price\": {\n          \"with_tax\": {\n            \"amount\": 4870,\n            \"currency\": \"USD\",\n            \"formatted\": \"$475.00\",\n            \"float_price\": 475\n          },\n          \"without_tax\": {\n            \"amount\": 4235,\n            \"currency\": \"USD\",\n            \"formatted\": \"$475.00\",\n            \"float_price\": 475\n          }\n        },\n        \"bundle_configuration\": {\n          \"selected_options\": {\n            \"games\": {\n              \"p292e1db-c919-4d2f-984a-c2ddc79df024\": 2\n            },\n            \"consoles\": {\n              \"759ce0d7-e248-4f57-8ee1-6fd81a1b3c0a\": 1\n            }\n          }\n        },\n        \"component_products\": {\n          \"key_0\": {\n            \"sale_id\": \"string\",\n            \"sale_expires\": \"2025-07-07T14:30:00Z\",\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"display_price\": {\n              \"with_tax\": {\n                \"amount\": 2427,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 6903,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"original_price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"original_display_price\": {\n              \"with_tax\": {\n                \"amount\": 2536,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 8635,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n            \"alternative_prices\": [\n              {\n                \"name\": \"string\",\n                \"pricebook_id\": \"string\",\n                \"shopper_attributes\": {\n                  \"key_0\": \"string\",\n                  \"key_1\": \"string\",\n                  \"key_2\": \"string\",\n                  \"key_3\": \"string\"\n                },\n                \"sale_id\": \"string\",\n                \"sale_expires\": \"2025-07-07T14:30:00Z\",\n                \"price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 5145,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 1681,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                },\n                \"original_display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 5557,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 4552,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                },\n                \"original_price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"key_1\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"key_2\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"tiers\": {\n                  \"key_0\": {\n                    \"original_price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      },\n                      \"key_1\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      },\n                      \"key_1\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      },\n                      \"key_2\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 92,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 5019,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    },\n                    \"original_display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 1502,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 7353,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    }\n                  },\n                  \"key_1\": {\n                    \"original_price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      },\n                      \"key_1\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 9708,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 4998,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    },\n                    \"original_display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 4138,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 7747,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    }\n                  },\n                  \"key_2\": {\n                    \"original_price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      },\n                      \"key_1\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 9142,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 6940,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    },\n                    \"original_display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 5861,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 2588,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    }\n                  }\n                }\n              }\n            ]\n          },\n          \"key_1\": {\n            \"sale_id\": \"string\",\n            \"sale_expires\": \"2025-07-07T14:30:00Z\",\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"display_price\": {\n              \"with_tax\": {\n                \"amount\": 595,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 4810,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"original_price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"original_display_price\": {\n              \"with_tax\": {\n                \"amount\": 9797,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 6043,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n            \"alternative_prices\": [\n              {\n                \"name\": \"string\",\n                \"pricebook_id\": \"string\",\n                \"shopper_attributes\": {\n                  \"key_0\": \"string\"\n                },\n                \"sale_id\": \"string\",\n                \"sale_expires\": \"2025-07-07T14:30:00Z\",\n                \"price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"key_1\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"key_2\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 3249,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 2537,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                },\n                \"original_display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 1298,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 6480,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                },\n                \"original_price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"tiers\": {\n                  \"key_0\": {\n                    \"original_price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 642,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 2781,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    },\n                    \"original_display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 6633,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 189,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    }\n                  },\n                  \"key_1\": {\n                    \"original_price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      },\n                      \"key_1\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 3884,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 7265,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    },\n                    \"original_display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 4312,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 1623,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    }\n                  }\n                }\n              }\n            ]\n          }\n        },\n        \"component_product_data\": {\n          \"key_0\": {\n            \"value\": \"<Circular reference to #/components/schemas/product detected>\"\n          },\n          \"key_1\": {\n            \"value\": \"<Circular reference to #/components/schemas/product detected>\"\n          }\n        },\n        \"price_modifiers\": {\n          \"key_0\": {\n            \"modifier_type\": \"price_equals\",\n            \"currencies\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_2\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            }\n          }\n        },\n        \"tiers\": {\n          \"key_0\": {\n            \"sale_id\": \"string\",\n            \"sale_expires\": \"2025-07-07T14:30:00Z\",\n            \"display_price\": {\n              \"with_tax\": {\n                \"amount\": 1130,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 9930,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"original_price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_2\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"original_display_price\": {\n              \"with_tax\": {\n                \"amount\": 4577,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 3774,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            }\n          },\n          \"key_1\": {\n            \"sale_id\": \"string\",\n            \"sale_expires\": \"2025-07-07T14:30:00Z\",\n            \"display_price\": {\n              \"with_tax\": {\n                \"amount\": 3943,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 8882,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"original_price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"original_display_price\": {\n              \"with_tax\": {\n                \"amount\": 394,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 5119,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            }\n          }\n        },\n        \"variation_matrix\": {},\n        \"variations\": [\n          {\n            \"id\": \"86c51519-c1f6-f31d-514a-111d46c98a31\",\n            \"name\": \"string\",\n            \"sort_order\": 1232,\n            \"option\": {\n              \"id\": \"4371d41f-907c-c44d-8d90-741c4903273f\",\n              \"name\": \"string\",\n              \"sort_order\": 3427,\n              \"description\": \"string\"\n            },\n            \"options\": [\n              {\n                \"id\": \"46ff71a7-fbfe-1b2e-cc61-92653344a23e\",\n                \"name\": \"string\",\n                \"sort_order\": 1111,\n                \"description\": \"string\"\n              }\n            ]\n          }\n        ],\n        \"child_option_ids\": [\n          \"string\"\n        ],\n        \"child_variations\": [\n          {\n            \"id\": \"a2d8e6c0-3450-94ac-e491-157516489098\",\n            \"name\": \"string\",\n            \"sort_order\": 6446,\n            \"option\": {\n              \"id\": \"6e88d9e9-8a47-b906-806d-17d695a6c22e\",\n              \"name\": \"string\",\n              \"sort_order\": 7203,\n              \"description\": \"string\"\n            },\n            \"options\": [\n              {\n                \"id\": \"238aa9bb-7173-a9fd-7005-6ab528621e15\",\n                \"name\": \"string\",\n                \"sort_order\": 353,\n                \"description\": \"string\"\n              }\n            ]\n          }\n        ],\n        \"product_types\": [\n          \"string\"\n        ],\n        \"language\": \"en-GB\",\n        \"custom_relationships\": [\n          \"string\"\n        ],\n        \"available_prices\": [\n          {\n            \"pricebook_id\": \"string\",\n            \"shopper_attributes\": {\n              \"key_0\": \"string\"\n            },\n            \"sales\": {\n              \"key_0\": {\n                \"schedule\": {\n                  \"valid_from\": \"2020-09-22T09:00:00\",\n                  \"valid_to\": \"2020-09-22T09:00:00\"\n                },\n                \"currencies\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false,\n                    \"tiers\": {\n                      \"key_0\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      },\n                      \"key_1\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      }\n                    }\n                  },\n                  \"key_1\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false,\n                    \"tiers\": {\n                      \"key_0\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      }\n                    }\n                  },\n                  \"key_2\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false,\n                    \"tiers\": {\n                      \"key_0\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      }\n                    }\n                  },\n                  \"key_3\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false,\n                    \"tiers\": {\n                      \"key_0\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      }\n                    }\n                  },\n                  \"key_4\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false,\n                    \"tiers\": {\n                      \"key_0\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      },\n                      \"key_1\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      },\n                      \"key_2\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      },\n                      \"key_3\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      }\n                    }\n                  }\n                }\n              },\n              \"key_1\": {\n                \"schedule\": {\n                  \"valid_from\": \"2020-09-22T09:00:00\",\n                  \"valid_to\": \"2020-09-22T09:00:00\"\n                },\n                \"currencies\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false,\n                    \"tiers\": {\n                      \"key_0\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      }\n                    }\n                  }\n                }\n              }\n            },\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"tiers\": {\n              \"key_0\": {\n                \"minimum_quantity\": 7093,\n                \"price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"key_1\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                }\n              },\n              \"key_1\": {\n                \"minimum_quantity\": 8314,\n                \"price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                }\n              }\n            }\n          }\n        ],\n        \"alternative_prices\": [\n          {\n            \"name\": \"string\",\n            \"pricebook_id\": \"string\",\n            \"shopper_attributes\": {\n              \"key_0\": \"string\",\n              \"key_1\": \"string\"\n            },\n            \"sale_id\": \"string\",\n            \"sale_expires\": \"2025-07-07T14:30:00Z\",\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"display_price\": {\n              \"with_tax\": {\n                \"amount\": 9421,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 7267,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"original_display_price\": {\n              \"with_tax\": {\n                \"amount\": 2045,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 135,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"original_price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_2\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"tiers\": {\n              \"key_0\": {\n                \"original_price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"key_1\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 6206,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 8682,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                },\n                \"original_display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 9012,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 4212,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                }\n              },\n              \"key_1\": {\n                \"original_price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"key_1\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 5979,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 5485,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                },\n                \"original_display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 5574,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 7960,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                }\n              }\n            }\n          }\n        ],\n        \"available_pricebook_ids\": [\n          \"string\"\n        ]\n      }\n    }\n  ],\n  \"included\": {\n    \"main_images\": [\n      {\n        \"id\": \"d38416e6-a515-c91e-1b92-fd4de7d5ccca\",\n        \"type\": \"file\",\n        \"file_name\": \"file_name.jpg\",\n        \"mime_type\": \"image/jpeg\",\n        \"file_size\": 36000,\n        \"public\": true,\n        \"meta\": {\n          \"timestamps\": {\n            \"created_at\": \"2023-10-11T13:02:25.293Z\"\n          },\n          \"dimensions\": {\n            \"width\": 1800,\n            \"height\": 1000\n          }\n        },\n        \"links\": {\n          \"self\": \"https://useast.api.elasticpath.com/v2/files/ddc28c74-a7df-46be-b262-8fa69a6e7d52\"\n        },\n        \"link\": {\n          \"href\": \"https://files-eu.epusercontent.com/e8c53cb0-120d-4ea5-8941-ce74dec06038/f8cf26b3-6d38-4275-937a-624a83994702.png\",\n          \"meta\": {\n            \"results\": {\n              \"total\": 2\n            }\n          }\n        }\n      }\n    ],\n    \"component_products\": [\n      {\n        \"attributes\": {\n          \"published_at\": \"1970-01-01T00:00:00.000\",\n          \"base_product\": false,\n          \"base_product_id\": \"cdf574bc-e36e-48fc-9eac-01c87839b285\",\n          \"commodity_type\": \"physical\",\n          \"curated_product\": true,\n          \"upc_ean\": \"0123456\",\n          \"manufacturer_part_num\": \"mfn1\",\n          \"tags\": [\n            \"tag-a\"\n          ],\n          \"price_modifiers\": [\n            \"modifier-1\"\n          ],\n          \"created_at\": \"1970-01-01T00:00:00.000\",\n          \"description\": \"This is a product\",\n          \"name\": \"Blue shirt\",\n          \"price\": {\n            \"key_0\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"key_1\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            }\n          },\n          \"shopper_attributes\": {\n            \"key_0\": \"string\",\n            \"key_1\": \"string\",\n            \"key_2\": \"string\"\n          },\n          \"tiers\": {\n            \"key_0\": {\n              \"minimum_quantity\": 9791,\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_3\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_4\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              }\n            }\n          },\n          \"components\": {\n            \"key_0\": {\n              \"name\": \"string\",\n              \"min\": 1448,\n              \"max\": 738,\n              \"sort_order\": 4582,\n              \"options\": [\n                {\n                  \"id\": \"82d78eef-816a-5627-757f-ec0edb70ad29\",\n                  \"type\": \"product\",\n                  \"quantity\": 2,\n                  \"min\": 1809,\n                  \"max\": 5865,\n                  \"sort_order\": 15,\n                  \"default\": true,\n                  \"product_should_be_substituted_with_child\": true,\n                  \"excluded_children\": [\n                    \"2d491d1c-729d-43d7-a2d2-e0a56edab43d\"\n                  ]\n                }\n              ]\n            },\n            \"key_1\": {\n              \"name\": \"string\",\n              \"min\": 7070,\n              \"max\": 7211,\n              \"sort_order\": 1445,\n              \"options\": [\n                {\n                  \"id\": \"23303760-5905-0108-3cdc-2cda1d988a12\",\n                  \"type\": \"product\",\n                  \"quantity\": 2,\n                  \"min\": 6812,\n                  \"max\": 3243,\n                  \"sort_order\": 15,\n                  \"default\": true,\n                  \"product_should_be_substituted_with_child\": true,\n                  \"excluded_children\": [\n                    \"2d491d1c-729d-43d7-a2d2-e0a56edab43d\"\n                  ]\n                }\n              ]\n            },\n            \"key_2\": {\n              \"name\": \"string\",\n              \"min\": 7971,\n              \"max\": 7296,\n              \"sort_order\": 4309,\n              \"options\": [\n                {\n                  \"id\": \"e4fb22bd-50bf-e7b0-0b04-ef8edc0b26e2\",\n                  \"type\": \"product\",\n                  \"quantity\": 2,\n                  \"min\": 3710,\n                  \"max\": 7909,\n                  \"sort_order\": 15,\n                  \"default\": true,\n                  \"product_should_be_substituted_with_child\": true,\n                  \"excluded_children\": [\n                    \"2d491d1c-729d-43d7-a2d2-e0a56edab43d\"\n                  ]\n                }\n              ]\n            },\n            \"key_3\": {\n              \"name\": \"string\",\n              \"min\": 6237,\n              \"max\": 2358,\n              \"sort_order\": 1007,\n              \"options\": [\n                {\n                  \"id\": \"304474b6-0ca3-0cad-fd56-2803b3087be4\",\n                  \"type\": \"product\",\n                  \"quantity\": 2,\n                  \"min\": 274,\n                  \"max\": 4336,\n                  \"sort_order\": 15,\n                  \"default\": true,\n                  \"product_should_be_substituted_with_child\": true,\n                  \"excluded_children\": [\n                    \"2d491d1c-729d-43d7-a2d2-e0a56edab43d\"\n                  ]\n                }\n              ]\n            }\n          },\n          \"custom_inputs\": {\n            \"key_0\": {\n              \"name\": \"Message\",\n              \"validation_rules\": [\n                {\n                  \"type\": \"string\",\n                  \"options\": {\n                    \"max_length\": 255\n                  }\n                }\n              ],\n              \"required\": false\n            },\n            \"key_1\": {\n              \"name\": \"Message\",\n              \"validation_rules\": [\n                {\n                  \"type\": \"string\",\n                  \"options\": {\n                    \"max_length\": 255\n                  }\n                }\n              ],\n              \"required\": false\n            }\n          },\n          \"sku\": \"blue-shirt\",\n          \"slug\": \"blue-shirt\",\n          \"status\": \"live\",\n          \"external_ref\": \"string\",\n          \"updated_at\": \"1970-01-01T00:00:00.000\",\n          \"extensions\": {\n            \"key_0\": {\n              \"key_0\": {}\n            },\n            \"key_1\": {\n              \"key_0\": {},\n              \"key_1\": {}\n            }\n          }\n        },\n        \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n        \"relationships\": {\n          \"parent\": {\n            \"data\": {\n              \"id\": \"d3834b63-107a-0416-52f1-f8d076b7a652\",\n              \"type\": \"product\"\n            }\n          },\n          \"children\": {\n            \"data\": [\n              {\n                \"id\": \"d88cdc87-9078-c992-b54e-7364aa618f64\",\n                \"type\": \"product\"\n              }\n            ],\n            \"links\": {\n              \"self\": \"string\"\n            }\n          },\n          \"files\": {\n            \"data\": [\n              {\n                \"type\": \"file\",\n                \"id\": \"de0ff932-b078-5691-cc51-922a9483ac95\",\n                \"created_at\": \"1970-01-01T00:00:00.000\"\n              }\n            ]\n          },\n          \"main_image\": {\n            \"data\": {\n              \"type\": \"main_image\",\n              \"id\": \"deecd894-ece8-0a68-e8ea-24a3a02b5344\"\n            }\n          },\n          \"component_products\": {\n            \"data\": [\n              {\n                \"id\": \"d4d9cb65-1907-0c96-94f4-7344435bd83d\",\n                \"type\": \"product\"\n              }\n            ],\n            \"links\": {\n              \"self\": \"string\"\n            }\n          },\n          \"custom_relationships\": {\n            \"data\": [\n              {\n                \"id\": \"8edd6fe2-1c03-b1c0-e143-ecdb0b3d95b9\",\n                \"type\": \"product\"\n              }\n            ],\n            \"links\": {}\n          }\n        },\n        \"type\": \"product\",\n        \"meta\": {\n          \"bread_crumbs\": {\n            \"key_0\": [\n              \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n            ],\n            \"key_1\": [\n              \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n            ]\n          },\n          \"bread_crumb_nodes\": [\n            \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n          ],\n          \"catalog_id\": \"362a16dc-f7c6-4280-83d6-4fcc152af091\",\n          \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n          \"display_price\": {\n            \"with_tax\": {\n              \"amount\": 3730,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            },\n            \"without_tax\": {\n              \"amount\": 6645,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            }\n          },\n          \"catalog_source\": \"pim\",\n          \"sale_id\": \"string\",\n          \"sale_expires\": \"2025-07-07T14:30:00Z\",\n          \"original_price\": {\n            \"key_0\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            }\n          },\n          \"original_display_price\": {\n            \"with_tax\": {\n              \"amount\": 1710,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            },\n            \"without_tax\": {\n              \"amount\": 4205,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            }\n          },\n          \"bundle_configuration\": {\n            \"selected_options\": {\n              \"games\": {\n                \"p292e1db-c919-4d2f-984a-c2ddc79df024\": 2\n              },\n              \"consoles\": {\n                \"759ce0d7-e248-4f57-8ee1-6fd81a1b3c0a\": 1\n              }\n            }\n          },\n          \"component_products\": {\n            \"key_0\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 6120,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 2581,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 15,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 2772,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n              \"alternative_prices\": [\n                {\n                  \"name\": \"string\",\n                  \"pricebook_id\": \"string\",\n                  \"shopper_attributes\": {\n                    \"key_0\": \"string\"\n                  },\n                  \"sale_id\": \"string\",\n                  \"sale_expires\": \"2025-07-07T14:30:00Z\",\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 4346,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 4396,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 7921,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 9093,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"tiers\": {\n                    \"key_0\": {\n                      \"original_price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_1\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_2\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_1\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 7253,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 4690,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      },\n                      \"original_display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 6291,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 2787,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      }\n                    },\n                    \"key_1\": {\n                      \"original_price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_1\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_1\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 7122,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 206,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      },\n                      \"original_display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 9148,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 5047,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      }\n                    }\n                  }\n                }\n              ]\n            },\n            \"key_1\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 8605,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 3600,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 5045,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 1690,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n              \"alternative_prices\": [\n                {\n                  \"name\": \"string\",\n                  \"pricebook_id\": \"string\",\n                  \"shopper_attributes\": {\n                    \"key_0\": \"string\",\n                    \"key_1\": \"string\",\n                    \"key_2\": \"string\"\n                  },\n                  \"sale_id\": \"string\",\n                  \"sale_expires\": \"2025-07-07T14:30:00Z\",\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_2\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 9319,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 3382,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 1826,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 268,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"tiers\": {\n                    \"key_0\": {\n                      \"original_price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_1\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_2\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 8762,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 9662,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      },\n                      \"original_display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 6895,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 9975,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      }\n                    }\n                  }\n                }\n              ]\n            }\n          },\n          \"component_product_data\": {\n            \"key_0\": {\n              \"value\": \"<Circular reference to #/components/schemas/product detected>\"\n            },\n            \"key_1\": {\n              \"value\": \"<Circular reference to #/components/schemas/product detected>\"\n            }\n          },\n          \"price_modifiers\": {\n            \"key_0\": {\n              \"modifier_type\": \"price_equals\",\n              \"currencies\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              }\n            },\n            \"key_1\": {\n              \"modifier_type\": \"price_equals\",\n              \"currencies\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              }\n            },\n            \"key_2\": {\n              \"modifier_type\": \"price_equals\",\n              \"currencies\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_3\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              }\n            }\n          },\n          \"tiers\": {\n            \"key_0\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 4080,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 569,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 3741,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 7269,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              }\n            },\n            \"key_1\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 8167,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 8150,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 1633,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 3450,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              }\n            },\n            \"key_2\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 2808,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 5260,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 5039,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 5499,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              }\n            },\n            \"key_3\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 4483,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 9325,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 6018,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 3028,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              }\n            },\n            \"key_4\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 7553,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 1663,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 1335,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 7069,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              }\n            }\n          },\n          \"variation_matrix\": {},\n          \"variations\": [\n            {\n              \"id\": \"40ecc97d-2913-b939-fad5-4dd7b2dbf677\",\n              \"name\": \"string\",\n              \"sort_order\": 6763,\n              \"option\": {\n                \"id\": \"9784015b-bd6b-bcd5-3c8c-89ebfa979813\",\n                \"name\": \"string\",\n                \"sort_order\": 9919,\n                \"description\": \"string\"\n              },\n              \"options\": [\n                {\n                  \"id\": \"7520324b-07a1-2714-5e50-9bc292005f21\",\n                  \"name\": \"string\",\n                  \"sort_order\": 2916,\n                  \"description\": \"string\"\n                }\n              ]\n            }\n          ],\n          \"child_option_ids\": [\n            \"string\"\n          ],\n          \"child_variations\": [\n            {\n              \"id\": \"aad44913-2aa4-41ea-9182-619955c5737b\",\n              \"name\": \"string\",\n              \"sort_order\": 1339,\n              \"option\": {\n                \"id\": \"b1c5081a-f43a-54b7-750a-ec569d704a82\",\n                \"name\": \"string\",\n                \"sort_order\": 5300,\n                \"description\": \"string\"\n              },\n              \"options\": [\n                {\n                  \"id\": \"a39f0511-0bc2-a47e-7081-bf6270506ee7\",\n                  \"name\": \"string\",\n                  \"sort_order\": 5308,\n                  \"description\": \"string\"\n                }\n              ]\n            }\n          ],\n          \"product_types\": [\n            \"string\"\n          ],\n          \"language\": \"en-GB\",\n          \"custom_relationships\": [\n            \"string\"\n          ],\n          \"available_prices\": [\n            {\n              \"pricebook_id\": \"string\",\n              \"shopper_attributes\": {\n                \"key_0\": \"string\",\n                \"key_1\": \"string\",\n                \"key_2\": \"string\"\n              },\n              \"sales\": {\n                \"key_0\": {\n                  \"schedule\": {\n                    \"valid_from\": \"2020-09-22T09:00:00\",\n                    \"valid_to\": \"2020-09-22T09:00:00\"\n                  },\n                  \"currencies\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false,\n                      \"tiers\": {\n                        \"key_0\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        },\n                        \"key_1\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        },\n                        \"key_2\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        }\n                      }\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false,\n                      \"tiers\": {\n                        \"key_0\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        }\n                      }\n                    },\n                    \"key_2\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false,\n                      \"tiers\": {\n                        \"key_0\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        },\n                        \"key_1\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        },\n                        \"key_2\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        },\n                        \"key_3\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        }\n                      }\n                    }\n                  }\n                },\n                \"key_1\": {\n                  \"schedule\": {\n                    \"valid_from\": \"2020-09-22T09:00:00\",\n                    \"valid_to\": \"2020-09-22T09:00:00\"\n                  },\n                  \"currencies\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false,\n                      \"tiers\": {\n                        \"key_0\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        },\n                        \"key_1\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        }\n                      }\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false,\n                      \"tiers\": {\n                        \"key_0\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        }\n                      }\n                    }\n                  }\n                }\n              },\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"tiers\": {\n                \"key_0\": {\n                  \"minimum_quantity\": 5369,\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_2\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  }\n                }\n              }\n            }\n          ],\n          \"alternative_prices\": [\n            {\n              \"name\": \"string\",\n              \"pricebook_id\": \"string\",\n              \"shopper_attributes\": {\n                \"key_0\": \"string\",\n                \"key_1\": \"string\"\n              },\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 625,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 5586,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 268,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 9645,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"tiers\": {\n                \"key_0\": {\n                  \"original_price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 9695,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 2963,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 6625,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 1089,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  }\n                },\n                \"key_1\": {\n                  \"original_price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_2\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 104,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 4153,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 5019,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 1736,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  }\n                }\n              }\n            }\n          ],\n          \"available_pricebook_ids\": [\n            \"string\"\n          ]\n        }\n      }\n    ],\n    \"files\": [\n      {\n        \"id\": \"455d4463-c85e-cee1-de0f-dbcfaada233c\",\n        \"type\": \"file\",\n        \"file_name\": \"file_name.jpg\",\n        \"mime_type\": \"image/jpeg\",\n        \"file_size\": 36000,\n        \"public\": true,\n        \"meta\": {\n          \"timestamps\": {\n            \"created_at\": \"2023-10-11T13:02:25.293Z\"\n          },\n          \"dimensions\": {\n            \"width\": 1800,\n            \"height\": 1000\n          }\n        },\n        \"links\": {\n          \"self\": \"https://useast.api.elasticpath.com/v2/files/ddc28c74-a7df-46be-b262-8fa69a6e7d52\"\n        },\n        \"link\": {\n          \"href\": \"https://files-eu.epusercontent.com/e8c53cb0-120d-4ea5-8941-ce74dec06038/f8cf26b3-6d38-4275-937a-624a83994702.png\",\n          \"meta\": {\n            \"results\": {\n              \"total\": 2\n            }\n          }\n        }\n      }\n    ]\n  },\n  \"links\": {\n    \"self\": \"http://LwPzOVYiEt.asRkq,fqPmLnkKw\",\n    \"first\": \"http://CpnywJGwPlEvgOb.nqdnf4WMPQUlpYeB3EAqbXndKPOAwtzbjiS5ZO\",\n    \"last\": \"https://XeQSxHSWOdnjxCtoCsBJcNQcZBXCM.nwffbEVzu3F8fHSQ9ULy795Cxdo6S0OpjuRdDyGSC\",\n    \"prev\": \"https://BQZisIqfZVBMjRCcgkohsoWYbFCI.iyyVLg2jdpRShTugM00VuM+btEfnnSiI6GTmcjVQzSO2gUuf3I1W29MH25Koak+4hKa5upyS1V\",\n    \"next\": \"https://uExUQFiOJvuggkZFguIkfZKzSmGNCG.lvvwhT.11IQeGnwur5r6PZovamgW6Q+YNHgEUuZ\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7b6a1fc0-0740-4c73-89fa-b89d19fabf53",
              "name": "The unexpected error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalogs",
                    ":catalog_id",
                    "releases",
                    ":release_id",
                    "products",
                    ":product_id",
                    "relationships",
                    "children"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Using the include parameter, you can retrieve top-level resources.\n\n- Files or main image. For example, `include=files,main_image`.\n- Component product data. For example, `include=component_products`.\n- Key attribute data, such as SKU or slug.\n",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "main_image,component_products"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "This endpoints support filtering. See [Filtering](#filtering).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "586"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "1029"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "catalog_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a published release of the catalog or `latestPublished` for the most recently published version.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "release_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The product ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "Supply a comma delimited list of pricebook ids to be used to lookup product prices from when the catalog supports price segmentation. The first pricebook will be highest priority (if more than one is supplied) and the rest in descending priority order. Used only for admin endpoints that dont support shopper context lookup.",
                      "type": "text/plain"
                    },
                    "key": "EP-Pricebook-IDs-For-Price-Segmentation-Preview",
                    "value": "string,string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "Supply a comma delimited list of pricebook ids to be listed in meta sections available prices . 'all' is a permitted value and will ensure all available prices for a product are shown. 'all' is not recommended if there are lots(10+) of available prices due the large response size.",
                      "type": "text/plain"
                    },
                    "key": "EP-Pricebook-IDs-Of-Available-Prices-To-Show",
                    "value": "string,string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                      "type": "text/plain"
                    },
                    "key": "accept-language",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    },\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "73b1f31d-3e77-462f-9aca-66578940678c",
          "name": "Get a Hierarchy's Products",
          "request": {
            "name": "Get a Hierarchy's Products",
            "description": {
              "content": "Returns the products associated with the specified hierarchy in the catalog. The products must be in the `live` status.\n\nIf you have multiple catalog rules defined, the rule that best matches the shoppers context is used to determine which catalog is retrieved. See [Resolving catalog rules](/docs/api/pxm/catalog/rules#resolving-catalog-rules).\n\nYou can see the parent nodes a product is associated with in the `bread_crumbs` and `bread_crumb_nodes` metadata for each product. This is useful if you want to improve how your shoppers search your store, for example. See [Product and Node Associations in Breadcrumb Metadata](/guides/How-To/Catalogs/breadcrumbs).\n\nThe `variations` object lists the variation IDs and variation option IDs and their corresponding product IDs that are generated when the variation and variation options are built with a product. The variations object can then be added to your catalogs. By default, variations and variation options are sorted randomly. You can use the `sort_order` attribute to sort the order of your variation and variation options in variations. Once a parent product is published in a catalog, the [Get a List of products in a catalog](/docs/api/pxm/catalog/get-all-products) release response displays the sorted variations and variation options. Variations and variation options are displayed in descending order according to their `sort_order` values.\n\n### Filtering\n\nThis endpoint supports filtering. For general filtering syntax, see [Filtering](/guides/Getting-Started/filtering). The following operators and attributes are available when filtering on this endpoint.\n\n| Operator | Description                                                                                     | Supported Attributes                                     | Example |\n|:---|:------------------------------------------------------------------------------------------------|:---------------------------------------------------------|:--- |\n| `Eq` | Checks if the values of two operands are equal. If they are, the condition is true. For `product_types`, you can only specify one product type. For example, `filter=eq(product_types,child)`.          | `name`, `sku`, `slug`, `manufacturer_part_num`, `upc_ean`, `product_types`, `tags` | `filter=eq(name,some-name)` |\n| `In` | Checks if the values are included in the specified string. If they are, the condition is true. For `product_types`, you can specify more than one product type. For example, `filter=in(product_types,child,bundle)`. | `id`, `name`, `sku`, `slug`, `manufacturer_part_num`, `upc_ean`, `product_types`, `tags`          | `filter=in(id,some-id)` |\n\n### Building breadcrumbs in a storefront\n\nIn a catalog, you can use the nodes directly attached to a product to build breadcrumbs in your storefront. This eliminates the need for additional queries to fetch hierarchy or parent node details. Each node contains all the necessary information in `breadcrumbs` metadata, such as its own details and the details of its parent hierarchy/node(s), to construct the complete breadcrumb path without requiring additional queries.\n\nAn example is shown below:\n\n`filter=in(id,c83bfe55-0d87-4302-a86d-ab19e7e323f1,6003d7ef-84f3-49bb-a8bd-4cbfa203dcbb)`\n\n- Specify the node IDs directly attached to the product in the filter expression.\n- You can include as many node IDs as required.\n- It does not matter what order you specify the node IDs. The nodes are returned in the order they were last updated.\n\n### Including Resources\n\nUsing the `include` parameter, you can retrieve top-level resources, such as, files or main image, bundle component products and product attributes, such as SKU or slug. \n\n| Parameter | Required | Description                                                                                                                                                                                                    |\n|  :---------------------|:---------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `component_products` | Optional | The  component product data and key attribute data, such as SKU or slug, to return for component products in a product bundle.  |\n| `main_image`         | Optional | The main images associated with a product. |\n| `files`              | Optional | Any files associated with a product. |\n\nSee [**Including Resources**](/guides/Getting-Started/includes).\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "catalogs",
                ":catalog_id",
                "releases",
                ":release_id",
                "hierarchies",
                ":hierarchy_id",
                "products"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Using the include parameter, you can retrieve top-level resources.\n\n- Files or main image. For example, `include=files,main_image`.\n- Component product data. For example, `include=component_products`.\n- Key attribute data, such as SKU or slug.\n",
                    "type": "text/plain"
                  },
                  "key": "include",
                  "value": "main_image,component_products"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "This endpoints support filtering. See [Filtering](#filtering).\n",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "586"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "1029"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "catalog_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The catalog ID.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "release_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of a published release of the catalog or `latestPublished` for the most recently published version.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "hierarchy_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The catalog hierarchy ID.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "disabled": false,
                "description": {
                  "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                  "type": "text/plain"
                },
                "key": "accept-language",
                "value": "string"
              },
              {
                "disabled": false,
                "description": {
                  "content": "Supply a comma delimited list of pricebook ids to be used to lookup product prices from when the catalog supports price segmentation. The first pricebook will be highest priority (if more than one is supplied) and the rest in descending priority order. Used only for admin endpoints that dont support shopper context lookup.",
                  "type": "text/plain"
                },
                "key": "EP-Pricebook-IDs-For-Price-Segmentation-Preview",
                "value": "string,string"
              },
              {
                "disabled": false,
                "description": {
                  "content": "Supply a comma delimited list of pricebook ids to be listed in meta sections available prices . 'all' is a permitted value and will ensure all available prices for a product are shown. 'all' is not recommended if there are lots(10+) of available prices due the large response size.",
                  "type": "text/plain"
                },
                "key": "EP-Pricebook-IDs-Of-Available-Prices-To-Show",
                "value": "string,string"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "69b382d5-baff-4e3a-a6fe-3e67ee257d33",
              "name": "The products of a catalog hierarchy.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalogs",
                    ":catalog_id",
                    "releases",
                    ":release_id",
                    "hierarchies",
                    ":hierarchy_id",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Using the include parameter, you can retrieve top-level resources.\n\n- Files or main image. For example, `include=files,main_image`.\n- Component product data. For example, `include=component_products`.\n- Key attribute data, such as SKU or slug.\n",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "main_image,component_products"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "This endpoints support filtering. See [Filtering](#filtering).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "586"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "1029"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "catalog_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a published release of the catalog or `latestPublished` for the most recently published version.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "release_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog hierarchy ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "hierarchy_id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                      "type": "text/plain"
                    },
                    "key": "accept-language",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "Supply a comma delimited list of pricebook ids to be used to lookup product prices from when the catalog supports price segmentation. The first pricebook will be highest priority (if more than one is supplied) and the rest in descending priority order. Used only for admin endpoints that dont support shopper context lookup.",
                      "type": "text/plain"
                    },
                    "key": "EP-Pricebook-IDs-For-Price-Segmentation-Preview",
                    "value": "string,string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "Supply a comma delimited list of pricebook ids to be listed in meta sections available prices . 'all' is a permitted value and will ensure all available prices for a product are shown. 'all' is not recommended if there are lots(10+) of available prices due the large response size.",
                      "type": "text/plain"
                    },
                    "key": "EP-Pricebook-IDs-Of-Available-Prices-To-Show",
                    "value": "string,string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"meta\": {\n    \"results\": {\n      \"total\": 5602\n    },\n    \"page\": {\n      \"limit\": 1603,\n      \"offset\": 9609,\n      \"current\": 6233,\n      \"total\": 3763\n    }\n  },\n  \"data\": [\n    {\n      \"attributes\": {\n        \"published_at\": \"1970-01-01T00:00:00.000\",\n        \"base_product\": false,\n        \"base_product_id\": \"cdf574bc-e36e-48fc-9eac-01c87839b285\",\n        \"commodity_type\": \"physical\",\n        \"curated_product\": true,\n        \"upc_ean\": \"0123456\",\n        \"manufacturer_part_num\": \"mfn1\",\n        \"tags\": [\n          \"tag-a\"\n        ],\n        \"price_modifiers\": [\n          \"modifier-1\"\n        ],\n        \"created_at\": \"1970-01-01T00:00:00.000\",\n        \"description\": \"This is a product\",\n        \"name\": \"Blue shirt\",\n        \"price\": {\n          \"key_0\": {\n            \"amount\": 100,\n            \"includes_tax\": false\n          },\n          \"key_1\": {\n            \"amount\": 100,\n            \"includes_tax\": false\n          },\n          \"key_2\": {\n            \"amount\": 100,\n            \"includes_tax\": false\n          }\n        },\n        \"shopper_attributes\": {\n          \"key_0\": \"string\",\n          \"key_1\": \"string\"\n        },\n        \"tiers\": {\n          \"key_0\": {\n            \"minimum_quantity\": 1230,\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            }\n          },\n          \"key_1\": {\n            \"minimum_quantity\": 3952,\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            }\n          },\n          \"key_2\": {\n            \"minimum_quantity\": 6832,\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            }\n          },\n          \"key_3\": {\n            \"minimum_quantity\": 2381,\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            }\n          }\n        },\n        \"components\": {\n          \"key_0\": {\n            \"name\": \"string\",\n            \"min\": 2552,\n            \"max\": 7284,\n            \"sort_order\": 6533,\n            \"options\": [\n              {\n                \"id\": \"e58dcacd-6f5b-8c35-c256-07600f27f778\",\n                \"type\": \"product\",\n                \"quantity\": 2,\n                \"min\": 3622,\n                \"max\": 6478,\n                \"sort_order\": 15,\n                \"default\": true,\n                \"product_should_be_substituted_with_child\": true,\n                \"excluded_children\": [\n                  \"2d491d1c-729d-43d7-a2d2-e0a56edab43d\"\n                ]\n              }\n            ]\n          },\n          \"key_1\": {\n            \"name\": \"string\",\n            \"min\": 4168,\n            \"max\": 5822,\n            \"sort_order\": 4402,\n            \"options\": [\n              {\n                \"id\": \"34e471d1-c2f8-46b8-a6db-1a3404a05518\",\n                \"type\": \"product\",\n                \"quantity\": 2,\n                \"min\": 8608,\n                \"max\": 3680,\n                \"sort_order\": 15,\n                \"default\": true,\n                \"product_should_be_substituted_with_child\": true,\n                \"excluded_children\": [\n                  \"2d491d1c-729d-43d7-a2d2-e0a56edab43d\"\n                ]\n              }\n            ]\n          }\n        },\n        \"custom_inputs\": {\n          \"key_0\": {\n            \"name\": \"Message\",\n            \"validation_rules\": [\n              {\n                \"type\": \"string\",\n                \"options\": {\n                  \"max_length\": 255\n                }\n              }\n            ],\n            \"required\": false\n          }\n        },\n        \"sku\": \"blue-shirt\",\n        \"slug\": \"blue-shirt\",\n        \"status\": \"live\",\n        \"external_ref\": \"string\",\n        \"updated_at\": \"1970-01-01T00:00:00.000\",\n        \"extensions\": {\n          \"key_0\": {\n            \"key_0\": {},\n            \"key_1\": {}\n          },\n          \"key_1\": {\n            \"key_0\": {}\n          },\n          \"key_2\": {\n            \"key_0\": {},\n            \"key_1\": {}\n          }\n        }\n      },\n      \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n      \"relationships\": {\n        \"parent\": {\n          \"data\": {\n            \"id\": \"a85c2f05-6aad-197b-7e9b-9d39744c4901\",\n            \"type\": \"product\"\n          }\n        },\n        \"children\": {\n          \"data\": [\n            {\n              \"id\": \"b93d2ad3-b028-8ba2-7808-f797a375d103\",\n              \"type\": \"product\"\n            }\n          ],\n          \"links\": {\n            \"self\": \"string\"\n          }\n        },\n        \"files\": {\n          \"data\": [\n            {\n              \"type\": \"file\",\n              \"id\": \"d4f44c07-881a-816a-133c-a110f05a4c39\",\n              \"created_at\": \"1970-01-01T00:00:00.000\"\n            }\n          ]\n        },\n        \"main_image\": {\n          \"data\": {\n            \"type\": \"main_image\",\n            \"id\": \"58beb426-bf90-a46d-980a-90f2c7e2e0d2\"\n          }\n        },\n        \"component_products\": {\n          \"data\": [\n            {\n              \"id\": \"c89a7e9c-6943-fa11-1eef-ba0ba5214589\",\n              \"type\": \"product\"\n            }\n          ],\n          \"links\": {\n            \"self\": \"string\"\n          }\n        },\n        \"custom_relationships\": {\n          \"data\": [\n            {\n              \"id\": \"7e5653df-a1de-fe3d-15e1-008f418db6b8\",\n              \"type\": \"product\"\n            }\n          ],\n          \"links\": {}\n        }\n      },\n      \"type\": \"product\",\n      \"meta\": {\n        \"bread_crumbs\": {\n          \"key_0\": [\n            \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n          ],\n          \"key_1\": [\n            \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n          ]\n        },\n        \"bread_crumb_nodes\": [\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n        ],\n        \"catalog_id\": \"362a16dc-f7c6-4280-83d6-4fcc152af091\",\n        \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n        \"display_price\": {\n          \"with_tax\": {\n            \"amount\": 3103,\n            \"currency\": \"USD\",\n            \"formatted\": \"$475.00\",\n            \"float_price\": 475\n          },\n          \"without_tax\": {\n            \"amount\": 1118,\n            \"currency\": \"USD\",\n            \"formatted\": \"$475.00\",\n            \"float_price\": 475\n          }\n        },\n        \"catalog_source\": \"pim\",\n        \"sale_id\": \"string\",\n        \"sale_expires\": \"2025-07-07T14:30:00Z\",\n        \"original_price\": {\n          \"key_0\": {\n            \"amount\": 100,\n            \"includes_tax\": false\n          }\n        },\n        \"original_display_price\": {\n          \"with_tax\": {\n            \"amount\": 4870,\n            \"currency\": \"USD\",\n            \"formatted\": \"$475.00\",\n            \"float_price\": 475\n          },\n          \"without_tax\": {\n            \"amount\": 4235,\n            \"currency\": \"USD\",\n            \"formatted\": \"$475.00\",\n            \"float_price\": 475\n          }\n        },\n        \"bundle_configuration\": {\n          \"selected_options\": {\n            \"games\": {\n              \"p292e1db-c919-4d2f-984a-c2ddc79df024\": 2\n            },\n            \"consoles\": {\n              \"759ce0d7-e248-4f57-8ee1-6fd81a1b3c0a\": 1\n            }\n          }\n        },\n        \"component_products\": {\n          \"key_0\": {\n            \"sale_id\": \"string\",\n            \"sale_expires\": \"2025-07-07T14:30:00Z\",\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"display_price\": {\n              \"with_tax\": {\n                \"amount\": 2427,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 6903,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"original_price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"original_display_price\": {\n              \"with_tax\": {\n                \"amount\": 2536,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 8635,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n            \"alternative_prices\": [\n              {\n                \"name\": \"string\",\n                \"pricebook_id\": \"string\",\n                \"shopper_attributes\": {\n                  \"key_0\": \"string\",\n                  \"key_1\": \"string\",\n                  \"key_2\": \"string\",\n                  \"key_3\": \"string\"\n                },\n                \"sale_id\": \"string\",\n                \"sale_expires\": \"2025-07-07T14:30:00Z\",\n                \"price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 5145,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 1681,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                },\n                \"original_display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 5557,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 4552,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                },\n                \"original_price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"key_1\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"key_2\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"tiers\": {\n                  \"key_0\": {\n                    \"original_price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      },\n                      \"key_1\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      },\n                      \"key_1\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      },\n                      \"key_2\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 92,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 5019,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    },\n                    \"original_display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 1502,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 7353,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    }\n                  },\n                  \"key_1\": {\n                    \"original_price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      },\n                      \"key_1\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 9708,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 4998,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    },\n                    \"original_display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 4138,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 7747,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    }\n                  },\n                  \"key_2\": {\n                    \"original_price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      },\n                      \"key_1\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 9142,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 6940,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    },\n                    \"original_display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 5861,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 2588,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    }\n                  }\n                }\n              }\n            ]\n          },\n          \"key_1\": {\n            \"sale_id\": \"string\",\n            \"sale_expires\": \"2025-07-07T14:30:00Z\",\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"display_price\": {\n              \"with_tax\": {\n                \"amount\": 595,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 4810,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"original_price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"original_display_price\": {\n              \"with_tax\": {\n                \"amount\": 9797,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 6043,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n            \"alternative_prices\": [\n              {\n                \"name\": \"string\",\n                \"pricebook_id\": \"string\",\n                \"shopper_attributes\": {\n                  \"key_0\": \"string\"\n                },\n                \"sale_id\": \"string\",\n                \"sale_expires\": \"2025-07-07T14:30:00Z\",\n                \"price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"key_1\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"key_2\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 3249,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 2537,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                },\n                \"original_display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 1298,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 6480,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                },\n                \"original_price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"tiers\": {\n                  \"key_0\": {\n                    \"original_price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 642,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 2781,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    },\n                    \"original_display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 6633,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 189,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    }\n                  },\n                  \"key_1\": {\n                    \"original_price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      },\n                      \"key_1\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 3884,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 7265,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    },\n                    \"original_display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 4312,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 1623,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    }\n                  }\n                }\n              }\n            ]\n          }\n        },\n        \"component_product_data\": {\n          \"key_0\": {\n            \"value\": \"<Circular reference to #/components/schemas/product detected>\"\n          },\n          \"key_1\": {\n            \"value\": \"<Circular reference to #/components/schemas/product detected>\"\n          }\n        },\n        \"price_modifiers\": {\n          \"key_0\": {\n            \"modifier_type\": \"price_equals\",\n            \"currencies\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_2\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            }\n          }\n        },\n        \"tiers\": {\n          \"key_0\": {\n            \"sale_id\": \"string\",\n            \"sale_expires\": \"2025-07-07T14:30:00Z\",\n            \"display_price\": {\n              \"with_tax\": {\n                \"amount\": 1130,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 9930,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"original_price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_2\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"original_display_price\": {\n              \"with_tax\": {\n                \"amount\": 4577,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 3774,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            }\n          },\n          \"key_1\": {\n            \"sale_id\": \"string\",\n            \"sale_expires\": \"2025-07-07T14:30:00Z\",\n            \"display_price\": {\n              \"with_tax\": {\n                \"amount\": 3943,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 8882,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"original_price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"original_display_price\": {\n              \"with_tax\": {\n                \"amount\": 394,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 5119,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            }\n          }\n        },\n        \"variation_matrix\": {},\n        \"variations\": [\n          {\n            \"id\": \"86c51519-c1f6-f31d-514a-111d46c98a31\",\n            \"name\": \"string\",\n            \"sort_order\": 1232,\n            \"option\": {\n              \"id\": \"4371d41f-907c-c44d-8d90-741c4903273f\",\n              \"name\": \"string\",\n              \"sort_order\": 3427,\n              \"description\": \"string\"\n            },\n            \"options\": [\n              {\n                \"id\": \"46ff71a7-fbfe-1b2e-cc61-92653344a23e\",\n                \"name\": \"string\",\n                \"sort_order\": 1111,\n                \"description\": \"string\"\n              }\n            ]\n          }\n        ],\n        \"child_option_ids\": [\n          \"string\"\n        ],\n        \"child_variations\": [\n          {\n            \"id\": \"a2d8e6c0-3450-94ac-e491-157516489098\",\n            \"name\": \"string\",\n            \"sort_order\": 6446,\n            \"option\": {\n              \"id\": \"6e88d9e9-8a47-b906-806d-17d695a6c22e\",\n              \"name\": \"string\",\n              \"sort_order\": 7203,\n              \"description\": \"string\"\n            },\n            \"options\": [\n              {\n                \"id\": \"238aa9bb-7173-a9fd-7005-6ab528621e15\",\n                \"name\": \"string\",\n                \"sort_order\": 353,\n                \"description\": \"string\"\n              }\n            ]\n          }\n        ],\n        \"product_types\": [\n          \"string\"\n        ],\n        \"language\": \"en-GB\",\n        \"custom_relationships\": [\n          \"string\"\n        ],\n        \"available_prices\": [\n          {\n            \"pricebook_id\": \"string\",\n            \"shopper_attributes\": {\n              \"key_0\": \"string\"\n            },\n            \"sales\": {\n              \"key_0\": {\n                \"schedule\": {\n                  \"valid_from\": \"2020-09-22T09:00:00\",\n                  \"valid_to\": \"2020-09-22T09:00:00\"\n                },\n                \"currencies\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false,\n                    \"tiers\": {\n                      \"key_0\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      },\n                      \"key_1\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      }\n                    }\n                  },\n                  \"key_1\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false,\n                    \"tiers\": {\n                      \"key_0\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      }\n                    }\n                  },\n                  \"key_2\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false,\n                    \"tiers\": {\n                      \"key_0\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      }\n                    }\n                  },\n                  \"key_3\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false,\n                    \"tiers\": {\n                      \"key_0\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      }\n                    }\n                  },\n                  \"key_4\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false,\n                    \"tiers\": {\n                      \"key_0\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      },\n                      \"key_1\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      },\n                      \"key_2\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      },\n                      \"key_3\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      }\n                    }\n                  }\n                }\n              },\n              \"key_1\": {\n                \"schedule\": {\n                  \"valid_from\": \"2020-09-22T09:00:00\",\n                  \"valid_to\": \"2020-09-22T09:00:00\"\n                },\n                \"currencies\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false,\n                    \"tiers\": {\n                      \"key_0\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      }\n                    }\n                  }\n                }\n              }\n            },\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"tiers\": {\n              \"key_0\": {\n                \"minimum_quantity\": 7093,\n                \"price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"key_1\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                }\n              },\n              \"key_1\": {\n                \"minimum_quantity\": 8314,\n                \"price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                }\n              }\n            }\n          }\n        ],\n        \"alternative_prices\": [\n          {\n            \"name\": \"string\",\n            \"pricebook_id\": \"string\",\n            \"shopper_attributes\": {\n              \"key_0\": \"string\",\n              \"key_1\": \"string\"\n            },\n            \"sale_id\": \"string\",\n            \"sale_expires\": \"2025-07-07T14:30:00Z\",\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"display_price\": {\n              \"with_tax\": {\n                \"amount\": 9421,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 7267,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"original_display_price\": {\n              \"with_tax\": {\n                \"amount\": 2045,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 135,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"original_price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_2\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"tiers\": {\n              \"key_0\": {\n                \"original_price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"key_1\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 6206,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 8682,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                },\n                \"original_display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 9012,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 4212,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                }\n              },\n              \"key_1\": {\n                \"original_price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"key_1\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 5979,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 5485,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                },\n                \"original_display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 5574,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 7960,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                }\n              }\n            }\n          }\n        ],\n        \"available_pricebook_ids\": [\n          \"string\"\n        ]\n      }\n    }\n  ],\n  \"included\": {\n    \"main_images\": [\n      {\n        \"id\": \"d38416e6-a515-c91e-1b92-fd4de7d5ccca\",\n        \"type\": \"file\",\n        \"file_name\": \"file_name.jpg\",\n        \"mime_type\": \"image/jpeg\",\n        \"file_size\": 36000,\n        \"public\": true,\n        \"meta\": {\n          \"timestamps\": {\n            \"created_at\": \"2023-10-11T13:02:25.293Z\"\n          },\n          \"dimensions\": {\n            \"width\": 1800,\n            \"height\": 1000\n          }\n        },\n        \"links\": {\n          \"self\": \"https://useast.api.elasticpath.com/v2/files/ddc28c74-a7df-46be-b262-8fa69a6e7d52\"\n        },\n        \"link\": {\n          \"href\": \"https://files-eu.epusercontent.com/e8c53cb0-120d-4ea5-8941-ce74dec06038/f8cf26b3-6d38-4275-937a-624a83994702.png\",\n          \"meta\": {\n            \"results\": {\n              \"total\": 2\n            }\n          }\n        }\n      }\n    ],\n    \"component_products\": [\n      {\n        \"attributes\": {\n          \"published_at\": \"1970-01-01T00:00:00.000\",\n          \"base_product\": false,\n          \"base_product_id\": \"cdf574bc-e36e-48fc-9eac-01c87839b285\",\n          \"commodity_type\": \"physical\",\n          \"curated_product\": true,\n          \"upc_ean\": \"0123456\",\n          \"manufacturer_part_num\": \"mfn1\",\n          \"tags\": [\n            \"tag-a\"\n          ],\n          \"price_modifiers\": [\n            \"modifier-1\"\n          ],\n          \"created_at\": \"1970-01-01T00:00:00.000\",\n          \"description\": \"This is a product\",\n          \"name\": \"Blue shirt\",\n          \"price\": {\n            \"key_0\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"key_1\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            }\n          },\n          \"shopper_attributes\": {\n            \"key_0\": \"string\",\n            \"key_1\": \"string\",\n            \"key_2\": \"string\"\n          },\n          \"tiers\": {\n            \"key_0\": {\n              \"minimum_quantity\": 9791,\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_3\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_4\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              }\n            }\n          },\n          \"components\": {\n            \"key_0\": {\n              \"name\": \"string\",\n              \"min\": 1448,\n              \"max\": 738,\n              \"sort_order\": 4582,\n              \"options\": [\n                {\n                  \"id\": \"82d78eef-816a-5627-757f-ec0edb70ad29\",\n                  \"type\": \"product\",\n                  \"quantity\": 2,\n                  \"min\": 1809,\n                  \"max\": 5865,\n                  \"sort_order\": 15,\n                  \"default\": true,\n                  \"product_should_be_substituted_with_child\": true,\n                  \"excluded_children\": [\n                    \"2d491d1c-729d-43d7-a2d2-e0a56edab43d\"\n                  ]\n                }\n              ]\n            },\n            \"key_1\": {\n              \"name\": \"string\",\n              \"min\": 7070,\n              \"max\": 7211,\n              \"sort_order\": 1445,\n              \"options\": [\n                {\n                  \"id\": \"23303760-5905-0108-3cdc-2cda1d988a12\",\n                  \"type\": \"product\",\n                  \"quantity\": 2,\n                  \"min\": 6812,\n                  \"max\": 3243,\n                  \"sort_order\": 15,\n                  \"default\": true,\n                  \"product_should_be_substituted_with_child\": true,\n                  \"excluded_children\": [\n                    \"2d491d1c-729d-43d7-a2d2-e0a56edab43d\"\n                  ]\n                }\n              ]\n            },\n            \"key_2\": {\n              \"name\": \"string\",\n              \"min\": 7971,\n              \"max\": 7296,\n              \"sort_order\": 4309,\n              \"options\": [\n                {\n                  \"id\": \"e4fb22bd-50bf-e7b0-0b04-ef8edc0b26e2\",\n                  \"type\": \"product\",\n                  \"quantity\": 2,\n                  \"min\": 3710,\n                  \"max\": 7909,\n                  \"sort_order\": 15,\n                  \"default\": true,\n                  \"product_should_be_substituted_with_child\": true,\n                  \"excluded_children\": [\n                    \"2d491d1c-729d-43d7-a2d2-e0a56edab43d\"\n                  ]\n                }\n              ]\n            },\n            \"key_3\": {\n              \"name\": \"string\",\n              \"min\": 6237,\n              \"max\": 2358,\n              \"sort_order\": 1007,\n              \"options\": [\n                {\n                  \"id\": \"304474b6-0ca3-0cad-fd56-2803b3087be4\",\n                  \"type\": \"product\",\n                  \"quantity\": 2,\n                  \"min\": 274,\n                  \"max\": 4336,\n                  \"sort_order\": 15,\n                  \"default\": true,\n                  \"product_should_be_substituted_with_child\": true,\n                  \"excluded_children\": [\n                    \"2d491d1c-729d-43d7-a2d2-e0a56edab43d\"\n                  ]\n                }\n              ]\n            }\n          },\n          \"custom_inputs\": {\n            \"key_0\": {\n              \"name\": \"Message\",\n              \"validation_rules\": [\n                {\n                  \"type\": \"string\",\n                  \"options\": {\n                    \"max_length\": 255\n                  }\n                }\n              ],\n              \"required\": false\n            },\n            \"key_1\": {\n              \"name\": \"Message\",\n              \"validation_rules\": [\n                {\n                  \"type\": \"string\",\n                  \"options\": {\n                    \"max_length\": 255\n                  }\n                }\n              ],\n              \"required\": false\n            }\n          },\n          \"sku\": \"blue-shirt\",\n          \"slug\": \"blue-shirt\",\n          \"status\": \"live\",\n          \"external_ref\": \"string\",\n          \"updated_at\": \"1970-01-01T00:00:00.000\",\n          \"extensions\": {\n            \"key_0\": {\n              \"key_0\": {}\n            },\n            \"key_1\": {\n              \"key_0\": {},\n              \"key_1\": {}\n            }\n          }\n        },\n        \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n        \"relationships\": {\n          \"parent\": {\n            \"data\": {\n              \"id\": \"d3834b63-107a-0416-52f1-f8d076b7a652\",\n              \"type\": \"product\"\n            }\n          },\n          \"children\": {\n            \"data\": [\n              {\n                \"id\": \"d88cdc87-9078-c992-b54e-7364aa618f64\",\n                \"type\": \"product\"\n              }\n            ],\n            \"links\": {\n              \"self\": \"string\"\n            }\n          },\n          \"files\": {\n            \"data\": [\n              {\n                \"type\": \"file\",\n                \"id\": \"de0ff932-b078-5691-cc51-922a9483ac95\",\n                \"created_at\": \"1970-01-01T00:00:00.000\"\n              }\n            ]\n          },\n          \"main_image\": {\n            \"data\": {\n              \"type\": \"main_image\",\n              \"id\": \"deecd894-ece8-0a68-e8ea-24a3a02b5344\"\n            }\n          },\n          \"component_products\": {\n            \"data\": [\n              {\n                \"id\": \"d4d9cb65-1907-0c96-94f4-7344435bd83d\",\n                \"type\": \"product\"\n              }\n            ],\n            \"links\": {\n              \"self\": \"string\"\n            }\n          },\n          \"custom_relationships\": {\n            \"data\": [\n              {\n                \"id\": \"8edd6fe2-1c03-b1c0-e143-ecdb0b3d95b9\",\n                \"type\": \"product\"\n              }\n            ],\n            \"links\": {}\n          }\n        },\n        \"type\": \"product\",\n        \"meta\": {\n          \"bread_crumbs\": {\n            \"key_0\": [\n              \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n            ],\n            \"key_1\": [\n              \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n            ]\n          },\n          \"bread_crumb_nodes\": [\n            \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n          ],\n          \"catalog_id\": \"362a16dc-f7c6-4280-83d6-4fcc152af091\",\n          \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n          \"display_price\": {\n            \"with_tax\": {\n              \"amount\": 3730,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            },\n            \"without_tax\": {\n              \"amount\": 6645,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            }\n          },\n          \"catalog_source\": \"pim\",\n          \"sale_id\": \"string\",\n          \"sale_expires\": \"2025-07-07T14:30:00Z\",\n          \"original_price\": {\n            \"key_0\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            }\n          },\n          \"original_display_price\": {\n            \"with_tax\": {\n              \"amount\": 1710,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            },\n            \"without_tax\": {\n              \"amount\": 4205,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            }\n          },\n          \"bundle_configuration\": {\n            \"selected_options\": {\n              \"games\": {\n                \"p292e1db-c919-4d2f-984a-c2ddc79df024\": 2\n              },\n              \"consoles\": {\n                \"759ce0d7-e248-4f57-8ee1-6fd81a1b3c0a\": 1\n              }\n            }\n          },\n          \"component_products\": {\n            \"key_0\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 6120,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 2581,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 15,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 2772,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n              \"alternative_prices\": [\n                {\n                  \"name\": \"string\",\n                  \"pricebook_id\": \"string\",\n                  \"shopper_attributes\": {\n                    \"key_0\": \"string\"\n                  },\n                  \"sale_id\": \"string\",\n                  \"sale_expires\": \"2025-07-07T14:30:00Z\",\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 4346,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 4396,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 7921,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 9093,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"tiers\": {\n                    \"key_0\": {\n                      \"original_price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_1\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_2\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_1\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 7253,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 4690,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      },\n                      \"original_display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 6291,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 2787,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      }\n                    },\n                    \"key_1\": {\n                      \"original_price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_1\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_1\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 7122,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 206,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      },\n                      \"original_display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 9148,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 5047,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      }\n                    }\n                  }\n                }\n              ]\n            },\n            \"key_1\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 8605,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 3600,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 5045,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 1690,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n              \"alternative_prices\": [\n                {\n                  \"name\": \"string\",\n                  \"pricebook_id\": \"string\",\n                  \"shopper_attributes\": {\n                    \"key_0\": \"string\",\n                    \"key_1\": \"string\",\n                    \"key_2\": \"string\"\n                  },\n                  \"sale_id\": \"string\",\n                  \"sale_expires\": \"2025-07-07T14:30:00Z\",\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_2\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 9319,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 3382,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 1826,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 268,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"tiers\": {\n                    \"key_0\": {\n                      \"original_price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_1\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_2\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 8762,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 9662,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      },\n                      \"original_display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 6895,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 9975,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      }\n                    }\n                  }\n                }\n              ]\n            }\n          },\n          \"component_product_data\": {\n            \"key_0\": {\n              \"value\": \"<Circular reference to #/components/schemas/product detected>\"\n            },\n            \"key_1\": {\n              \"value\": \"<Circular reference to #/components/schemas/product detected>\"\n            }\n          },\n          \"price_modifiers\": {\n            \"key_0\": {\n              \"modifier_type\": \"price_equals\",\n              \"currencies\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              }\n            },\n            \"key_1\": {\n              \"modifier_type\": \"price_equals\",\n              \"currencies\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              }\n            },\n            \"key_2\": {\n              \"modifier_type\": \"price_equals\",\n              \"currencies\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_3\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              }\n            }\n          },\n          \"tiers\": {\n            \"key_0\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 4080,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 569,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 3741,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 7269,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              }\n            },\n            \"key_1\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 8167,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 8150,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 1633,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 3450,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              }\n            },\n            \"key_2\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 2808,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 5260,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 5039,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 5499,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              }\n            },\n            \"key_3\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 4483,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 9325,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 6018,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 3028,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              }\n            },\n            \"key_4\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 7553,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 1663,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 1335,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 7069,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              }\n            }\n          },\n          \"variation_matrix\": {},\n          \"variations\": [\n            {\n              \"id\": \"40ecc97d-2913-b939-fad5-4dd7b2dbf677\",\n              \"name\": \"string\",\n              \"sort_order\": 6763,\n              \"option\": {\n                \"id\": \"9784015b-bd6b-bcd5-3c8c-89ebfa979813\",\n                \"name\": \"string\",\n                \"sort_order\": 9919,\n                \"description\": \"string\"\n              },\n              \"options\": [\n                {\n                  \"id\": \"7520324b-07a1-2714-5e50-9bc292005f21\",\n                  \"name\": \"string\",\n                  \"sort_order\": 2916,\n                  \"description\": \"string\"\n                }\n              ]\n            }\n          ],\n          \"child_option_ids\": [\n            \"string\"\n          ],\n          \"child_variations\": [\n            {\n              \"id\": \"aad44913-2aa4-41ea-9182-619955c5737b\",\n              \"name\": \"string\",\n              \"sort_order\": 1339,\n              \"option\": {\n                \"id\": \"b1c5081a-f43a-54b7-750a-ec569d704a82\",\n                \"name\": \"string\",\n                \"sort_order\": 5300,\n                \"description\": \"string\"\n              },\n              \"options\": [\n                {\n                  \"id\": \"a39f0511-0bc2-a47e-7081-bf6270506ee7\",\n                  \"name\": \"string\",\n                  \"sort_order\": 5308,\n                  \"description\": \"string\"\n                }\n              ]\n            }\n          ],\n          \"product_types\": [\n            \"string\"\n          ],\n          \"language\": \"en-GB\",\n          \"custom_relationships\": [\n            \"string\"\n          ],\n          \"available_prices\": [\n            {\n              \"pricebook_id\": \"string\",\n              \"shopper_attributes\": {\n                \"key_0\": \"string\",\n                \"key_1\": \"string\",\n                \"key_2\": \"string\"\n              },\n              \"sales\": {\n                \"key_0\": {\n                  \"schedule\": {\n                    \"valid_from\": \"2020-09-22T09:00:00\",\n                    \"valid_to\": \"2020-09-22T09:00:00\"\n                  },\n                  \"currencies\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false,\n                      \"tiers\": {\n                        \"key_0\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        },\n                        \"key_1\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        },\n                        \"key_2\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        }\n                      }\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false,\n                      \"tiers\": {\n                        \"key_0\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        }\n                      }\n                    },\n                    \"key_2\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false,\n                      \"tiers\": {\n                        \"key_0\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        },\n                        \"key_1\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        },\n                        \"key_2\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        },\n                        \"key_3\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        }\n                      }\n                    }\n                  }\n                },\n                \"key_1\": {\n                  \"schedule\": {\n                    \"valid_from\": \"2020-09-22T09:00:00\",\n                    \"valid_to\": \"2020-09-22T09:00:00\"\n                  },\n                  \"currencies\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false,\n                      \"tiers\": {\n                        \"key_0\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        },\n                        \"key_1\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        }\n                      }\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false,\n                      \"tiers\": {\n                        \"key_0\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        }\n                      }\n                    }\n                  }\n                }\n              },\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"tiers\": {\n                \"key_0\": {\n                  \"minimum_quantity\": 5369,\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_2\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  }\n                }\n              }\n            }\n          ],\n          \"alternative_prices\": [\n            {\n              \"name\": \"string\",\n              \"pricebook_id\": \"string\",\n              \"shopper_attributes\": {\n                \"key_0\": \"string\",\n                \"key_1\": \"string\"\n              },\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 625,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 5586,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 268,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 9645,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"tiers\": {\n                \"key_0\": {\n                  \"original_price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 9695,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 2963,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 6625,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 1089,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  }\n                },\n                \"key_1\": {\n                  \"original_price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_2\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 104,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 4153,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 5019,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 1736,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  }\n                }\n              }\n            }\n          ],\n          \"available_pricebook_ids\": [\n            \"string\"\n          ]\n        }\n      }\n    ],\n    \"files\": [\n      {\n        \"id\": \"455d4463-c85e-cee1-de0f-dbcfaada233c\",\n        \"type\": \"file\",\n        \"file_name\": \"file_name.jpg\",\n        \"mime_type\": \"image/jpeg\",\n        \"file_size\": 36000,\n        \"public\": true,\n        \"meta\": {\n          \"timestamps\": {\n            \"created_at\": \"2023-10-11T13:02:25.293Z\"\n          },\n          \"dimensions\": {\n            \"width\": 1800,\n            \"height\": 1000\n          }\n        },\n        \"links\": {\n          \"self\": \"https://useast.api.elasticpath.com/v2/files/ddc28c74-a7df-46be-b262-8fa69a6e7d52\"\n        },\n        \"link\": {\n          \"href\": \"https://files-eu.epusercontent.com/e8c53cb0-120d-4ea5-8941-ce74dec06038/f8cf26b3-6d38-4275-937a-624a83994702.png\",\n          \"meta\": {\n            \"results\": {\n              \"total\": 2\n            }\n          }\n        }\n      }\n    ]\n  },\n  \"links\": {\n    \"self\": \"http://LwPzOVYiEt.asRkq,fqPmLnkKw\",\n    \"first\": \"http://CpnywJGwPlEvgOb.nqdnf4WMPQUlpYeB3EAqbXndKPOAwtzbjiS5ZO\",\n    \"last\": \"https://XeQSxHSWOdnjxCtoCsBJcNQcZBXCM.nwffbEVzu3F8fHSQ9ULy795Cxdo6S0OpjuRdDyGSC\",\n    \"prev\": \"https://BQZisIqfZVBMjRCcgkohsoWYbFCI.iyyVLg2jdpRShTugM00VuM+btEfnnSiI6GTmcjVQzSO2gUuf3I1W29MH25Koak+4hKa5upyS1V\",\n    \"next\": \"https://uExUQFiOJvuggkZFguIkfZKzSmGNCG.lvvwhT.11IQeGnwur5r6PZovamgW6Q+YNHgEUuZ\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a0deab31-fa08-4314-9c36-8e0910842139",
              "name": "The unexpected error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalogs",
                    ":catalog_id",
                    "releases",
                    ":release_id",
                    "hierarchies",
                    ":hierarchy_id",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Using the include parameter, you can retrieve top-level resources.\n\n- Files or main image. For example, `include=files,main_image`.\n- Component product data. For example, `include=component_products`.\n- Key attribute data, such as SKU or slug.\n",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "main_image,component_products"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "This endpoints support filtering. See [Filtering](#filtering).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "586"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "1029"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "catalog_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a published release of the catalog or `latestPublished` for the most recently published version.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "release_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog hierarchy ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "hierarchy_id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                      "type": "text/plain"
                    },
                    "key": "accept-language",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "Supply a comma delimited list of pricebook ids to be used to lookup product prices from when the catalog supports price segmentation. The first pricebook will be highest priority (if more than one is supplied) and the rest in descending priority order. Used only for admin endpoints that dont support shopper context lookup.",
                      "type": "text/plain"
                    },
                    "key": "EP-Pricebook-IDs-For-Price-Segmentation-Preview",
                    "value": "string,string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "Supply a comma delimited list of pricebook ids to be listed in meta sections available prices . 'all' is a permitted value and will ensure all available prices for a product are shown. 'all' is not recommended if there are lots(10+) of available prices due the large response size.",
                      "type": "text/plain"
                    },
                    "key": "EP-Pricebook-IDs-Of-Available-Prices-To-Show",
                    "value": "string,string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    },\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0119b55d-84f8-4e86-ad60-5b41595cd7c2",
          "name": "Get a Node's Products",
          "request": {
            "name": "Get a Node's Products",
            "description": {
              "content": "Returns the products associated with the specified hierarchy node in the catalog. The products must be in the `live` status. If the products have been curated, then the products are returned in the order specified in the `curated_products` attribute. A product that is curated has the `\"curated_product\": true` attribute displayed.\n\n:::note\n\nCurrently, published catalogs are limited to the current release and two releases prior to the current release.\n\n:::\n\nIf you have multiple catalog rules defined, the rule that best matches the shoppers context is used to determine which catalog is retrieved. See [Resolving catalog rules](/docs/api/pxm/catalog/rules#resolving-catalog-rules).\n\nYou can see the parent nodes a product is associated with in the `bread_crumbs` and `bread_crumb_nodes` metadata for each product. This is useful if you want to improve how your shoppers search your store, for example. See [Product and Node Associations in Breadcrumb Metadata](/guides/How-To/Catalogs/breadcrumbs).\n\nThe `variations` object lists the variation IDs and variation option IDs and their corresponding product IDs that are generated when the variation and variation options are built with a product. The `variations` object can then be added to your catalogs. By default, variations and variation options are sorted randomly. You can use the `sort_order` attribute to sort the order of your variation and variation options in `variations`. Once a parent product is published in a catalog, the [Get a List of products in a catalog release](/docs/api/pxm/catalog/get-all-products) response displays the sorted variations and variation options. Variations and variation options are displayed in descending order according to their `sort_order` values.\n\n### Filtering\n\nThis endpoint supports filtering. For general filtering syntax, see [Filtering](/guides/Getting-Started/filtering). The following operators and attributes are available when filtering on this endpoint.\n\n| Operator | Description                                                                                     | Supported Attributes                                     | Example |\n|:---|:------------------------------------------------------------------------------------------------|:---------------------------------------------------------|:--- |\n| `Eq` | Checks if the values of two operands are equal. If they are, the condition is true. For `product_types` and `tags`, you can only specify one. For example, `filter=eq(product_types,child)`.          | `name`, `sku`, `slug`, `manufacturer_part_num`, `upc_ean`, `product_types`, `tags` | `filter=eq(name,some-name)` |\n| `In` | Checks if the values are included in the specified string. If they are, the condition is true. For `product_types` and `tags`, you can specify more than one. For example, `filter=in(product_types,child,bundle)`. | `id`, `name`, `sku`, `slug`, `manufacturer_part_num`, `upc_ean`, `product_types`, `tags`          | `filter=in(id,some-id)` |\n\n### Building breadcrumbs in a storefront\n\nIn a catalog, you can use the nodes directly attached to a product to build breadcrumbs in your storefront. This eliminates the need for additional queries to fetch hierarchy or parent node details. Each node contains all the necessary information in `breadcrumbs` metadata, such as its own details and the details of its parent hierarchy/node(s), to construct the complete breadcrumb path without requiring additional queries.\n\nAn example is shown below:\n\n`filter=in(id,c83bfe55-0d87-4302-a86d-ab19e7e323f1,6003d7ef-84f3-49bb-a8bd-4cbfa203dcbb)`\n\n- Specify the node IDs directly attached to the product in the filter expression.\n- You can include as many node IDs as required.\n- It does not matter what order you specify the node IDs. The nodes are returned in the order they were last updated.\n\n### Including Resources\n\nUsing the `include` parameter, you can retrieve top-level resources, such as, files or main image, bundle component products and product attributes, such as SKU or slug. \n\n| Parameter | Required | Description                                                                                                                                                                                                    |\n|  :---------------------|:---------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `component_products` | Optional | The  component product data and key attribute data, such as SKU or slug, to return for component products in a product bundle.  |\n| `main_image`         | Optional | The main images associated with a product. |\n| `files`              | Optional | Any files associated with a product. |\n\nSee [**Including Resources**](/guides/Getting-Started/includes).\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "catalogs",
                ":catalog_id",
                "releases",
                ":release_id",
                "nodes",
                ":node_id",
                "relationships",
                "products"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "This endpoints support filtering. See [Filtering](#filtering).\n",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Using the include parameter, you can retrieve top-level resources.\n\n- Files or main image. For example, `include=files,main_image`.\n- Component product data. For example, `include=component_products`.\n- Key attribute data, such as SKU or slug.\n",
                    "type": "text/plain"
                  },
                  "key": "include",
                  "value": "main_image,component_products"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "586"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "1029"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "catalog_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The catalog ID.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "release_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of a published release of the catalog or `latestPublished` for the most recently published version.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "node_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The catalog node ID.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "disabled": false,
                "description": {
                  "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                  "type": "text/plain"
                },
                "key": "accept-language",
                "value": "string"
              },
              {
                "disabled": false,
                "description": {
                  "content": "Supply a comma delimited list of pricebook ids to be used to lookup product prices from when the catalog supports price segmentation. The first pricebook will be highest priority (if more than one is supplied) and the rest in descending priority order. Used only for admin endpoints that dont support shopper context lookup.",
                  "type": "text/plain"
                },
                "key": "EP-Pricebook-IDs-For-Price-Segmentation-Preview",
                "value": "string,string"
              },
              {
                "disabled": false,
                "description": {
                  "content": "Supply a comma delimited list of pricebook ids to be listed in meta sections available prices . 'all' is a permitted value and will ensure all available prices for a product are shown. 'all' is not recommended if there are lots(10+) of available prices due the large response size.",
                  "type": "text/plain"
                },
                "key": "EP-Pricebook-IDs-Of-Available-Prices-To-Show",
                "value": "string,string"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "8af04962-e92a-4672-814c-40fc23e57c7d",
              "name": "The products of a catalog node.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalogs",
                    ":catalog_id",
                    "releases",
                    ":release_id",
                    "nodes",
                    ":node_id",
                    "relationships",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "This endpoints support filtering. See [Filtering](#filtering).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Using the include parameter, you can retrieve top-level resources.\n\n- Files or main image. For example, `include=files,main_image`.\n- Component product data. For example, `include=component_products`.\n- Key attribute data, such as SKU or slug.\n",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "main_image,component_products"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "586"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "1029"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "catalog_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a published release of the catalog or `latestPublished` for the most recently published version.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "release_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog node ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "node_id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                      "type": "text/plain"
                    },
                    "key": "accept-language",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "Supply a comma delimited list of pricebook ids to be used to lookup product prices from when the catalog supports price segmentation. The first pricebook will be highest priority (if more than one is supplied) and the rest in descending priority order. Used only for admin endpoints that dont support shopper context lookup.",
                      "type": "text/plain"
                    },
                    "key": "EP-Pricebook-IDs-For-Price-Segmentation-Preview",
                    "value": "string,string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "Supply a comma delimited list of pricebook ids to be listed in meta sections available prices . 'all' is a permitted value and will ensure all available prices for a product are shown. 'all' is not recommended if there are lots(10+) of available prices due the large response size.",
                      "type": "text/plain"
                    },
                    "key": "EP-Pricebook-IDs-Of-Available-Prices-To-Show",
                    "value": "string,string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"meta\": {\n    \"results\": {\n      \"total\": 5602\n    },\n    \"page\": {\n      \"limit\": 1603,\n      \"offset\": 9609,\n      \"current\": 6233,\n      \"total\": 3763\n    }\n  },\n  \"data\": [\n    {\n      \"attributes\": {\n        \"published_at\": \"1970-01-01T00:00:00.000\",\n        \"base_product\": false,\n        \"base_product_id\": \"cdf574bc-e36e-48fc-9eac-01c87839b285\",\n        \"commodity_type\": \"physical\",\n        \"curated_product\": true,\n        \"upc_ean\": \"0123456\",\n        \"manufacturer_part_num\": \"mfn1\",\n        \"tags\": [\n          \"tag-a\"\n        ],\n        \"price_modifiers\": [\n          \"modifier-1\"\n        ],\n        \"created_at\": \"1970-01-01T00:00:00.000\",\n        \"description\": \"This is a product\",\n        \"name\": \"Blue shirt\",\n        \"price\": {\n          \"key_0\": {\n            \"amount\": 100,\n            \"includes_tax\": false\n          },\n          \"key_1\": {\n            \"amount\": 100,\n            \"includes_tax\": false\n          },\n          \"key_2\": {\n            \"amount\": 100,\n            \"includes_tax\": false\n          }\n        },\n        \"shopper_attributes\": {\n          \"key_0\": \"string\",\n          \"key_1\": \"string\"\n        },\n        \"tiers\": {\n          \"key_0\": {\n            \"minimum_quantity\": 1230,\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            }\n          },\n          \"key_1\": {\n            \"minimum_quantity\": 3952,\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            }\n          },\n          \"key_2\": {\n            \"minimum_quantity\": 6832,\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            }\n          },\n          \"key_3\": {\n            \"minimum_quantity\": 2381,\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            }\n          }\n        },\n        \"components\": {\n          \"key_0\": {\n            \"name\": \"string\",\n            \"min\": 2552,\n            \"max\": 7284,\n            \"sort_order\": 6533,\n            \"options\": [\n              {\n                \"id\": \"e58dcacd-6f5b-8c35-c256-07600f27f778\",\n                \"type\": \"product\",\n                \"quantity\": 2,\n                \"min\": 3622,\n                \"max\": 6478,\n                \"sort_order\": 15,\n                \"default\": true,\n                \"product_should_be_substituted_with_child\": true,\n                \"excluded_children\": [\n                  \"2d491d1c-729d-43d7-a2d2-e0a56edab43d\"\n                ]\n              }\n            ]\n          },\n          \"key_1\": {\n            \"name\": \"string\",\n            \"min\": 4168,\n            \"max\": 5822,\n            \"sort_order\": 4402,\n            \"options\": [\n              {\n                \"id\": \"34e471d1-c2f8-46b8-a6db-1a3404a05518\",\n                \"type\": \"product\",\n                \"quantity\": 2,\n                \"min\": 8608,\n                \"max\": 3680,\n                \"sort_order\": 15,\n                \"default\": true,\n                \"product_should_be_substituted_with_child\": true,\n                \"excluded_children\": [\n                  \"2d491d1c-729d-43d7-a2d2-e0a56edab43d\"\n                ]\n              }\n            ]\n          }\n        },\n        \"custom_inputs\": {\n          \"key_0\": {\n            \"name\": \"Message\",\n            \"validation_rules\": [\n              {\n                \"type\": \"string\",\n                \"options\": {\n                  \"max_length\": 255\n                }\n              }\n            ],\n            \"required\": false\n          }\n        },\n        \"sku\": \"blue-shirt\",\n        \"slug\": \"blue-shirt\",\n        \"status\": \"live\",\n        \"external_ref\": \"string\",\n        \"updated_at\": \"1970-01-01T00:00:00.000\",\n        \"extensions\": {\n          \"key_0\": {\n            \"key_0\": {},\n            \"key_1\": {}\n          },\n          \"key_1\": {\n            \"key_0\": {}\n          },\n          \"key_2\": {\n            \"key_0\": {},\n            \"key_1\": {}\n          }\n        }\n      },\n      \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n      \"relationships\": {\n        \"parent\": {\n          \"data\": {\n            \"id\": \"a85c2f05-6aad-197b-7e9b-9d39744c4901\",\n            \"type\": \"product\"\n          }\n        },\n        \"children\": {\n          \"data\": [\n            {\n              \"id\": \"b93d2ad3-b028-8ba2-7808-f797a375d103\",\n              \"type\": \"product\"\n            }\n          ],\n          \"links\": {\n            \"self\": \"string\"\n          }\n        },\n        \"files\": {\n          \"data\": [\n            {\n              \"type\": \"file\",\n              \"id\": \"d4f44c07-881a-816a-133c-a110f05a4c39\",\n              \"created_at\": \"1970-01-01T00:00:00.000\"\n            }\n          ]\n        },\n        \"main_image\": {\n          \"data\": {\n            \"type\": \"main_image\",\n            \"id\": \"58beb426-bf90-a46d-980a-90f2c7e2e0d2\"\n          }\n        },\n        \"component_products\": {\n          \"data\": [\n            {\n              \"id\": \"c89a7e9c-6943-fa11-1eef-ba0ba5214589\",\n              \"type\": \"product\"\n            }\n          ],\n          \"links\": {\n            \"self\": \"string\"\n          }\n        },\n        \"custom_relationships\": {\n          \"data\": [\n            {\n              \"id\": \"7e5653df-a1de-fe3d-15e1-008f418db6b8\",\n              \"type\": \"product\"\n            }\n          ],\n          \"links\": {}\n        }\n      },\n      \"type\": \"product\",\n      \"meta\": {\n        \"bread_crumbs\": {\n          \"key_0\": [\n            \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n          ],\n          \"key_1\": [\n            \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n          ]\n        },\n        \"bread_crumb_nodes\": [\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n        ],\n        \"catalog_id\": \"362a16dc-f7c6-4280-83d6-4fcc152af091\",\n        \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n        \"display_price\": {\n          \"with_tax\": {\n            \"amount\": 3103,\n            \"currency\": \"USD\",\n            \"formatted\": \"$475.00\",\n            \"float_price\": 475\n          },\n          \"without_tax\": {\n            \"amount\": 1118,\n            \"currency\": \"USD\",\n            \"formatted\": \"$475.00\",\n            \"float_price\": 475\n          }\n        },\n        \"catalog_source\": \"pim\",\n        \"sale_id\": \"string\",\n        \"sale_expires\": \"2025-07-07T14:30:00Z\",\n        \"original_price\": {\n          \"key_0\": {\n            \"amount\": 100,\n            \"includes_tax\": false\n          }\n        },\n        \"original_display_price\": {\n          \"with_tax\": {\n            \"amount\": 4870,\n            \"currency\": \"USD\",\n            \"formatted\": \"$475.00\",\n            \"float_price\": 475\n          },\n          \"without_tax\": {\n            \"amount\": 4235,\n            \"currency\": \"USD\",\n            \"formatted\": \"$475.00\",\n            \"float_price\": 475\n          }\n        },\n        \"bundle_configuration\": {\n          \"selected_options\": {\n            \"games\": {\n              \"p292e1db-c919-4d2f-984a-c2ddc79df024\": 2\n            },\n            \"consoles\": {\n              \"759ce0d7-e248-4f57-8ee1-6fd81a1b3c0a\": 1\n            }\n          }\n        },\n        \"component_products\": {\n          \"key_0\": {\n            \"sale_id\": \"string\",\n            \"sale_expires\": \"2025-07-07T14:30:00Z\",\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"display_price\": {\n              \"with_tax\": {\n                \"amount\": 2427,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 6903,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"original_price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"original_display_price\": {\n              \"with_tax\": {\n                \"amount\": 2536,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 8635,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n            \"alternative_prices\": [\n              {\n                \"name\": \"string\",\n                \"pricebook_id\": \"string\",\n                \"shopper_attributes\": {\n                  \"key_0\": \"string\",\n                  \"key_1\": \"string\",\n                  \"key_2\": \"string\",\n                  \"key_3\": \"string\"\n                },\n                \"sale_id\": \"string\",\n                \"sale_expires\": \"2025-07-07T14:30:00Z\",\n                \"price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 5145,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 1681,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                },\n                \"original_display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 5557,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 4552,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                },\n                \"original_price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"key_1\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"key_2\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"tiers\": {\n                  \"key_0\": {\n                    \"original_price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      },\n                      \"key_1\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      },\n                      \"key_1\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      },\n                      \"key_2\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 92,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 5019,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    },\n                    \"original_display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 1502,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 7353,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    }\n                  },\n                  \"key_1\": {\n                    \"original_price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      },\n                      \"key_1\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 9708,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 4998,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    },\n                    \"original_display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 4138,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 7747,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    }\n                  },\n                  \"key_2\": {\n                    \"original_price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      },\n                      \"key_1\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 9142,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 6940,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    },\n                    \"original_display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 5861,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 2588,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    }\n                  }\n                }\n              }\n            ]\n          },\n          \"key_1\": {\n            \"sale_id\": \"string\",\n            \"sale_expires\": \"2025-07-07T14:30:00Z\",\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"display_price\": {\n              \"with_tax\": {\n                \"amount\": 595,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 4810,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"original_price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"original_display_price\": {\n              \"with_tax\": {\n                \"amount\": 9797,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 6043,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n            \"alternative_prices\": [\n              {\n                \"name\": \"string\",\n                \"pricebook_id\": \"string\",\n                \"shopper_attributes\": {\n                  \"key_0\": \"string\"\n                },\n                \"sale_id\": \"string\",\n                \"sale_expires\": \"2025-07-07T14:30:00Z\",\n                \"price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"key_1\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"key_2\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 3249,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 2537,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                },\n                \"original_display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 1298,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 6480,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                },\n                \"original_price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"tiers\": {\n                  \"key_0\": {\n                    \"original_price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 642,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 2781,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    },\n                    \"original_display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 6633,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 189,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    }\n                  },\n                  \"key_1\": {\n                    \"original_price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      },\n                      \"key_1\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 3884,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 7265,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    },\n                    \"original_display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 4312,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 1623,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    }\n                  }\n                }\n              }\n            ]\n          }\n        },\n        \"component_product_data\": {\n          \"key_0\": {\n            \"value\": \"<Circular reference to #/components/schemas/product detected>\"\n          },\n          \"key_1\": {\n            \"value\": \"<Circular reference to #/components/schemas/product detected>\"\n          }\n        },\n        \"price_modifiers\": {\n          \"key_0\": {\n            \"modifier_type\": \"price_equals\",\n            \"currencies\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_2\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            }\n          }\n        },\n        \"tiers\": {\n          \"key_0\": {\n            \"sale_id\": \"string\",\n            \"sale_expires\": \"2025-07-07T14:30:00Z\",\n            \"display_price\": {\n              \"with_tax\": {\n                \"amount\": 1130,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 9930,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"original_price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_2\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"original_display_price\": {\n              \"with_tax\": {\n                \"amount\": 4577,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 3774,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            }\n          },\n          \"key_1\": {\n            \"sale_id\": \"string\",\n            \"sale_expires\": \"2025-07-07T14:30:00Z\",\n            \"display_price\": {\n              \"with_tax\": {\n                \"amount\": 3943,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 8882,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"original_price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"original_display_price\": {\n              \"with_tax\": {\n                \"amount\": 394,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 5119,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            }\n          }\n        },\n        \"variation_matrix\": {},\n        \"variations\": [\n          {\n            \"id\": \"86c51519-c1f6-f31d-514a-111d46c98a31\",\n            \"name\": \"string\",\n            \"sort_order\": 1232,\n            \"option\": {\n              \"id\": \"4371d41f-907c-c44d-8d90-741c4903273f\",\n              \"name\": \"string\",\n              \"sort_order\": 3427,\n              \"description\": \"string\"\n            },\n            \"options\": [\n              {\n                \"id\": \"46ff71a7-fbfe-1b2e-cc61-92653344a23e\",\n                \"name\": \"string\",\n                \"sort_order\": 1111,\n                \"description\": \"string\"\n              }\n            ]\n          }\n        ],\n        \"child_option_ids\": [\n          \"string\"\n        ],\n        \"child_variations\": [\n          {\n            \"id\": \"a2d8e6c0-3450-94ac-e491-157516489098\",\n            \"name\": \"string\",\n            \"sort_order\": 6446,\n            \"option\": {\n              \"id\": \"6e88d9e9-8a47-b906-806d-17d695a6c22e\",\n              \"name\": \"string\",\n              \"sort_order\": 7203,\n              \"description\": \"string\"\n            },\n            \"options\": [\n              {\n                \"id\": \"238aa9bb-7173-a9fd-7005-6ab528621e15\",\n                \"name\": \"string\",\n                \"sort_order\": 353,\n                \"description\": \"string\"\n              }\n            ]\n          }\n        ],\n        \"product_types\": [\n          \"string\"\n        ],\n        \"language\": \"en-GB\",\n        \"custom_relationships\": [\n          \"string\"\n        ],\n        \"available_prices\": [\n          {\n            \"pricebook_id\": \"string\",\n            \"shopper_attributes\": {\n              \"key_0\": \"string\"\n            },\n            \"sales\": {\n              \"key_0\": {\n                \"schedule\": {\n                  \"valid_from\": \"2020-09-22T09:00:00\",\n                  \"valid_to\": \"2020-09-22T09:00:00\"\n                },\n                \"currencies\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false,\n                    \"tiers\": {\n                      \"key_0\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      },\n                      \"key_1\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      }\n                    }\n                  },\n                  \"key_1\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false,\n                    \"tiers\": {\n                      \"key_0\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      }\n                    }\n                  },\n                  \"key_2\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false,\n                    \"tiers\": {\n                      \"key_0\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      }\n                    }\n                  },\n                  \"key_3\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false,\n                    \"tiers\": {\n                      \"key_0\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      }\n                    }\n                  },\n                  \"key_4\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false,\n                    \"tiers\": {\n                      \"key_0\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      },\n                      \"key_1\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      },\n                      \"key_2\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      },\n                      \"key_3\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      }\n                    }\n                  }\n                }\n              },\n              \"key_1\": {\n                \"schedule\": {\n                  \"valid_from\": \"2020-09-22T09:00:00\",\n                  \"valid_to\": \"2020-09-22T09:00:00\"\n                },\n                \"currencies\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false,\n                    \"tiers\": {\n                      \"key_0\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      }\n                    }\n                  }\n                }\n              }\n            },\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"tiers\": {\n              \"key_0\": {\n                \"minimum_quantity\": 7093,\n                \"price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"key_1\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                }\n              },\n              \"key_1\": {\n                \"minimum_quantity\": 8314,\n                \"price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                }\n              }\n            }\n          }\n        ],\n        \"alternative_prices\": [\n          {\n            \"name\": \"string\",\n            \"pricebook_id\": \"string\",\n            \"shopper_attributes\": {\n              \"key_0\": \"string\",\n              \"key_1\": \"string\"\n            },\n            \"sale_id\": \"string\",\n            \"sale_expires\": \"2025-07-07T14:30:00Z\",\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"display_price\": {\n              \"with_tax\": {\n                \"amount\": 9421,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 7267,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"original_display_price\": {\n              \"with_tax\": {\n                \"amount\": 2045,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 135,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"original_price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_2\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"tiers\": {\n              \"key_0\": {\n                \"original_price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"key_1\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 6206,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 8682,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                },\n                \"original_display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 9012,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 4212,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                }\n              },\n              \"key_1\": {\n                \"original_price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"key_1\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 5979,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 5485,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                },\n                \"original_display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 5574,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 7960,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                }\n              }\n            }\n          }\n        ],\n        \"available_pricebook_ids\": [\n          \"string\"\n        ]\n      }\n    }\n  ],\n  \"included\": {\n    \"main_images\": [\n      {\n        \"id\": \"d38416e6-a515-c91e-1b92-fd4de7d5ccca\",\n        \"type\": \"file\",\n        \"file_name\": \"file_name.jpg\",\n        \"mime_type\": \"image/jpeg\",\n        \"file_size\": 36000,\n        \"public\": true,\n        \"meta\": {\n          \"timestamps\": {\n            \"created_at\": \"2023-10-11T13:02:25.293Z\"\n          },\n          \"dimensions\": {\n            \"width\": 1800,\n            \"height\": 1000\n          }\n        },\n        \"links\": {\n          \"self\": \"https://useast.api.elasticpath.com/v2/files/ddc28c74-a7df-46be-b262-8fa69a6e7d52\"\n        },\n        \"link\": {\n          \"href\": \"https://files-eu.epusercontent.com/e8c53cb0-120d-4ea5-8941-ce74dec06038/f8cf26b3-6d38-4275-937a-624a83994702.png\",\n          \"meta\": {\n            \"results\": {\n              \"total\": 2\n            }\n          }\n        }\n      }\n    ],\n    \"component_products\": [\n      {\n        \"attributes\": {\n          \"published_at\": \"1970-01-01T00:00:00.000\",\n          \"base_product\": false,\n          \"base_product_id\": \"cdf574bc-e36e-48fc-9eac-01c87839b285\",\n          \"commodity_type\": \"physical\",\n          \"curated_product\": true,\n          \"upc_ean\": \"0123456\",\n          \"manufacturer_part_num\": \"mfn1\",\n          \"tags\": [\n            \"tag-a\"\n          ],\n          \"price_modifiers\": [\n            \"modifier-1\"\n          ],\n          \"created_at\": \"1970-01-01T00:00:00.000\",\n          \"description\": \"This is a product\",\n          \"name\": \"Blue shirt\",\n          \"price\": {\n            \"key_0\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"key_1\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            }\n          },\n          \"shopper_attributes\": {\n            \"key_0\": \"string\",\n            \"key_1\": \"string\",\n            \"key_2\": \"string\"\n          },\n          \"tiers\": {\n            \"key_0\": {\n              \"minimum_quantity\": 9791,\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_3\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_4\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              }\n            }\n          },\n          \"components\": {\n            \"key_0\": {\n              \"name\": \"string\",\n              \"min\": 1448,\n              \"max\": 738,\n              \"sort_order\": 4582,\n              \"options\": [\n                {\n                  \"id\": \"82d78eef-816a-5627-757f-ec0edb70ad29\",\n                  \"type\": \"product\",\n                  \"quantity\": 2,\n                  \"min\": 1809,\n                  \"max\": 5865,\n                  \"sort_order\": 15,\n                  \"default\": true,\n                  \"product_should_be_substituted_with_child\": true,\n                  \"excluded_children\": [\n                    \"2d491d1c-729d-43d7-a2d2-e0a56edab43d\"\n                  ]\n                }\n              ]\n            },\n            \"key_1\": {\n              \"name\": \"string\",\n              \"min\": 7070,\n              \"max\": 7211,\n              \"sort_order\": 1445,\n              \"options\": [\n                {\n                  \"id\": \"23303760-5905-0108-3cdc-2cda1d988a12\",\n                  \"type\": \"product\",\n                  \"quantity\": 2,\n                  \"min\": 6812,\n                  \"max\": 3243,\n                  \"sort_order\": 15,\n                  \"default\": true,\n                  \"product_should_be_substituted_with_child\": true,\n                  \"excluded_children\": [\n                    \"2d491d1c-729d-43d7-a2d2-e0a56edab43d\"\n                  ]\n                }\n              ]\n            },\n            \"key_2\": {\n              \"name\": \"string\",\n              \"min\": 7971,\n              \"max\": 7296,\n              \"sort_order\": 4309,\n              \"options\": [\n                {\n                  \"id\": \"e4fb22bd-50bf-e7b0-0b04-ef8edc0b26e2\",\n                  \"type\": \"product\",\n                  \"quantity\": 2,\n                  \"min\": 3710,\n                  \"max\": 7909,\n                  \"sort_order\": 15,\n                  \"default\": true,\n                  \"product_should_be_substituted_with_child\": true,\n                  \"excluded_children\": [\n                    \"2d491d1c-729d-43d7-a2d2-e0a56edab43d\"\n                  ]\n                }\n              ]\n            },\n            \"key_3\": {\n              \"name\": \"string\",\n              \"min\": 6237,\n              \"max\": 2358,\n              \"sort_order\": 1007,\n              \"options\": [\n                {\n                  \"id\": \"304474b6-0ca3-0cad-fd56-2803b3087be4\",\n                  \"type\": \"product\",\n                  \"quantity\": 2,\n                  \"min\": 274,\n                  \"max\": 4336,\n                  \"sort_order\": 15,\n                  \"default\": true,\n                  \"product_should_be_substituted_with_child\": true,\n                  \"excluded_children\": [\n                    \"2d491d1c-729d-43d7-a2d2-e0a56edab43d\"\n                  ]\n                }\n              ]\n            }\n          },\n          \"custom_inputs\": {\n            \"key_0\": {\n              \"name\": \"Message\",\n              \"validation_rules\": [\n                {\n                  \"type\": \"string\",\n                  \"options\": {\n                    \"max_length\": 255\n                  }\n                }\n              ],\n              \"required\": false\n            },\n            \"key_1\": {\n              \"name\": \"Message\",\n              \"validation_rules\": [\n                {\n                  \"type\": \"string\",\n                  \"options\": {\n                    \"max_length\": 255\n                  }\n                }\n              ],\n              \"required\": false\n            }\n          },\n          \"sku\": \"blue-shirt\",\n          \"slug\": \"blue-shirt\",\n          \"status\": \"live\",\n          \"external_ref\": \"string\",\n          \"updated_at\": \"1970-01-01T00:00:00.000\",\n          \"extensions\": {\n            \"key_0\": {\n              \"key_0\": {}\n            },\n            \"key_1\": {\n              \"key_0\": {},\n              \"key_1\": {}\n            }\n          }\n        },\n        \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n        \"relationships\": {\n          \"parent\": {\n            \"data\": {\n              \"id\": \"d3834b63-107a-0416-52f1-f8d076b7a652\",\n              \"type\": \"product\"\n            }\n          },\n          \"children\": {\n            \"data\": [\n              {\n                \"id\": \"d88cdc87-9078-c992-b54e-7364aa618f64\",\n                \"type\": \"product\"\n              }\n            ],\n            \"links\": {\n              \"self\": \"string\"\n            }\n          },\n          \"files\": {\n            \"data\": [\n              {\n                \"type\": \"file\",\n                \"id\": \"de0ff932-b078-5691-cc51-922a9483ac95\",\n                \"created_at\": \"1970-01-01T00:00:00.000\"\n              }\n            ]\n          },\n          \"main_image\": {\n            \"data\": {\n              \"type\": \"main_image\",\n              \"id\": \"deecd894-ece8-0a68-e8ea-24a3a02b5344\"\n            }\n          },\n          \"component_products\": {\n            \"data\": [\n              {\n                \"id\": \"d4d9cb65-1907-0c96-94f4-7344435bd83d\",\n                \"type\": \"product\"\n              }\n            ],\n            \"links\": {\n              \"self\": \"string\"\n            }\n          },\n          \"custom_relationships\": {\n            \"data\": [\n              {\n                \"id\": \"8edd6fe2-1c03-b1c0-e143-ecdb0b3d95b9\",\n                \"type\": \"product\"\n              }\n            ],\n            \"links\": {}\n          }\n        },\n        \"type\": \"product\",\n        \"meta\": {\n          \"bread_crumbs\": {\n            \"key_0\": [\n              \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n            ],\n            \"key_1\": [\n              \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n            ]\n          },\n          \"bread_crumb_nodes\": [\n            \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n          ],\n          \"catalog_id\": \"362a16dc-f7c6-4280-83d6-4fcc152af091\",\n          \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n          \"display_price\": {\n            \"with_tax\": {\n              \"amount\": 3730,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            },\n            \"without_tax\": {\n              \"amount\": 6645,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            }\n          },\n          \"catalog_source\": \"pim\",\n          \"sale_id\": \"string\",\n          \"sale_expires\": \"2025-07-07T14:30:00Z\",\n          \"original_price\": {\n            \"key_0\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            }\n          },\n          \"original_display_price\": {\n            \"with_tax\": {\n              \"amount\": 1710,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            },\n            \"without_tax\": {\n              \"amount\": 4205,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            }\n          },\n          \"bundle_configuration\": {\n            \"selected_options\": {\n              \"games\": {\n                \"p292e1db-c919-4d2f-984a-c2ddc79df024\": 2\n              },\n              \"consoles\": {\n                \"759ce0d7-e248-4f57-8ee1-6fd81a1b3c0a\": 1\n              }\n            }\n          },\n          \"component_products\": {\n            \"key_0\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 6120,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 2581,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 15,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 2772,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n              \"alternative_prices\": [\n                {\n                  \"name\": \"string\",\n                  \"pricebook_id\": \"string\",\n                  \"shopper_attributes\": {\n                    \"key_0\": \"string\"\n                  },\n                  \"sale_id\": \"string\",\n                  \"sale_expires\": \"2025-07-07T14:30:00Z\",\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 4346,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 4396,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 7921,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 9093,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"tiers\": {\n                    \"key_0\": {\n                      \"original_price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_1\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_2\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_1\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 7253,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 4690,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      },\n                      \"original_display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 6291,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 2787,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      }\n                    },\n                    \"key_1\": {\n                      \"original_price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_1\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_1\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 7122,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 206,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      },\n                      \"original_display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 9148,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 5047,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      }\n                    }\n                  }\n                }\n              ]\n            },\n            \"key_1\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 8605,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 3600,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 5045,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 1690,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n              \"alternative_prices\": [\n                {\n                  \"name\": \"string\",\n                  \"pricebook_id\": \"string\",\n                  \"shopper_attributes\": {\n                    \"key_0\": \"string\",\n                    \"key_1\": \"string\",\n                    \"key_2\": \"string\"\n                  },\n                  \"sale_id\": \"string\",\n                  \"sale_expires\": \"2025-07-07T14:30:00Z\",\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_2\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 9319,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 3382,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 1826,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 268,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"tiers\": {\n                    \"key_0\": {\n                      \"original_price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_1\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_2\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 8762,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 9662,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      },\n                      \"original_display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 6895,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 9975,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      }\n                    }\n                  }\n                }\n              ]\n            }\n          },\n          \"component_product_data\": {\n            \"key_0\": {\n              \"value\": \"<Circular reference to #/components/schemas/product detected>\"\n            },\n            \"key_1\": {\n              \"value\": \"<Circular reference to #/components/schemas/product detected>\"\n            }\n          },\n          \"price_modifiers\": {\n            \"key_0\": {\n              \"modifier_type\": \"price_equals\",\n              \"currencies\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              }\n            },\n            \"key_1\": {\n              \"modifier_type\": \"price_equals\",\n              \"currencies\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              }\n            },\n            \"key_2\": {\n              \"modifier_type\": \"price_equals\",\n              \"currencies\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_3\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              }\n            }\n          },\n          \"tiers\": {\n            \"key_0\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 4080,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 569,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 3741,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 7269,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              }\n            },\n            \"key_1\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 8167,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 8150,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 1633,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 3450,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              }\n            },\n            \"key_2\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 2808,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 5260,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 5039,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 5499,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              }\n            },\n            \"key_3\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 4483,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 9325,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 6018,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 3028,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              }\n            },\n            \"key_4\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 7553,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 1663,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 1335,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 7069,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              }\n            }\n          },\n          \"variation_matrix\": {},\n          \"variations\": [\n            {\n              \"id\": \"40ecc97d-2913-b939-fad5-4dd7b2dbf677\",\n              \"name\": \"string\",\n              \"sort_order\": 6763,\n              \"option\": {\n                \"id\": \"9784015b-bd6b-bcd5-3c8c-89ebfa979813\",\n                \"name\": \"string\",\n                \"sort_order\": 9919,\n                \"description\": \"string\"\n              },\n              \"options\": [\n                {\n                  \"id\": \"7520324b-07a1-2714-5e50-9bc292005f21\",\n                  \"name\": \"string\",\n                  \"sort_order\": 2916,\n                  \"description\": \"string\"\n                }\n              ]\n            }\n          ],\n          \"child_option_ids\": [\n            \"string\"\n          ],\n          \"child_variations\": [\n            {\n              \"id\": \"aad44913-2aa4-41ea-9182-619955c5737b\",\n              \"name\": \"string\",\n              \"sort_order\": 1339,\n              \"option\": {\n                \"id\": \"b1c5081a-f43a-54b7-750a-ec569d704a82\",\n                \"name\": \"string\",\n                \"sort_order\": 5300,\n                \"description\": \"string\"\n              },\n              \"options\": [\n                {\n                  \"id\": \"a39f0511-0bc2-a47e-7081-bf6270506ee7\",\n                  \"name\": \"string\",\n                  \"sort_order\": 5308,\n                  \"description\": \"string\"\n                }\n              ]\n            }\n          ],\n          \"product_types\": [\n            \"string\"\n          ],\n          \"language\": \"en-GB\",\n          \"custom_relationships\": [\n            \"string\"\n          ],\n          \"available_prices\": [\n            {\n              \"pricebook_id\": \"string\",\n              \"shopper_attributes\": {\n                \"key_0\": \"string\",\n                \"key_1\": \"string\",\n                \"key_2\": \"string\"\n              },\n              \"sales\": {\n                \"key_0\": {\n                  \"schedule\": {\n                    \"valid_from\": \"2020-09-22T09:00:00\",\n                    \"valid_to\": \"2020-09-22T09:00:00\"\n                  },\n                  \"currencies\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false,\n                      \"tiers\": {\n                        \"key_0\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        },\n                        \"key_1\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        },\n                        \"key_2\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        }\n                      }\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false,\n                      \"tiers\": {\n                        \"key_0\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        }\n                      }\n                    },\n                    \"key_2\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false,\n                      \"tiers\": {\n                        \"key_0\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        },\n                        \"key_1\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        },\n                        \"key_2\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        },\n                        \"key_3\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        }\n                      }\n                    }\n                  }\n                },\n                \"key_1\": {\n                  \"schedule\": {\n                    \"valid_from\": \"2020-09-22T09:00:00\",\n                    \"valid_to\": \"2020-09-22T09:00:00\"\n                  },\n                  \"currencies\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false,\n                      \"tiers\": {\n                        \"key_0\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        },\n                        \"key_1\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        }\n                      }\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false,\n                      \"tiers\": {\n                        \"key_0\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        }\n                      }\n                    }\n                  }\n                }\n              },\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"tiers\": {\n                \"key_0\": {\n                  \"minimum_quantity\": 5369,\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_2\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  }\n                }\n              }\n            }\n          ],\n          \"alternative_prices\": [\n            {\n              \"name\": \"string\",\n              \"pricebook_id\": \"string\",\n              \"shopper_attributes\": {\n                \"key_0\": \"string\",\n                \"key_1\": \"string\"\n              },\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 625,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 5586,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 268,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 9645,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"tiers\": {\n                \"key_0\": {\n                  \"original_price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 9695,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 2963,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 6625,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 1089,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  }\n                },\n                \"key_1\": {\n                  \"original_price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_2\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 104,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 4153,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 5019,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 1736,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  }\n                }\n              }\n            }\n          ],\n          \"available_pricebook_ids\": [\n            \"string\"\n          ]\n        }\n      }\n    ],\n    \"files\": [\n      {\n        \"id\": \"455d4463-c85e-cee1-de0f-dbcfaada233c\",\n        \"type\": \"file\",\n        \"file_name\": \"file_name.jpg\",\n        \"mime_type\": \"image/jpeg\",\n        \"file_size\": 36000,\n        \"public\": true,\n        \"meta\": {\n          \"timestamps\": {\n            \"created_at\": \"2023-10-11T13:02:25.293Z\"\n          },\n          \"dimensions\": {\n            \"width\": 1800,\n            \"height\": 1000\n          }\n        },\n        \"links\": {\n          \"self\": \"https://useast.api.elasticpath.com/v2/files/ddc28c74-a7df-46be-b262-8fa69a6e7d52\"\n        },\n        \"link\": {\n          \"href\": \"https://files-eu.epusercontent.com/e8c53cb0-120d-4ea5-8941-ce74dec06038/f8cf26b3-6d38-4275-937a-624a83994702.png\",\n          \"meta\": {\n            \"results\": {\n              \"total\": 2\n            }\n          }\n        }\n      }\n    ]\n  },\n  \"links\": {\n    \"self\": \"http://LwPzOVYiEt.asRkq,fqPmLnkKw\",\n    \"first\": \"http://CpnywJGwPlEvgOb.nqdnf4WMPQUlpYeB3EAqbXndKPOAwtzbjiS5ZO\",\n    \"last\": \"https://XeQSxHSWOdnjxCtoCsBJcNQcZBXCM.nwffbEVzu3F8fHSQ9ULy795Cxdo6S0OpjuRdDyGSC\",\n    \"prev\": \"https://BQZisIqfZVBMjRCcgkohsoWYbFCI.iyyVLg2jdpRShTugM00VuM+btEfnnSiI6GTmcjVQzSO2gUuf3I1W29MH25Koak+4hKa5upyS1V\",\n    \"next\": \"https://uExUQFiOJvuggkZFguIkfZKzSmGNCG.lvvwhT.11IQeGnwur5r6PZovamgW6Q+YNHgEUuZ\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1b1c63ec-5065-454e-98f9-d52e829845a5",
              "name": "The unexpected error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalogs",
                    ":catalog_id",
                    "releases",
                    ":release_id",
                    "nodes",
                    ":node_id",
                    "relationships",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "This endpoints support filtering. See [Filtering](#filtering).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Using the include parameter, you can retrieve top-level resources.\n\n- Files or main image. For example, `include=files,main_image`.\n- Component product data. For example, `include=component_products`.\n- Key attribute data, such as SKU or slug.\n",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "main_image,component_products"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "586"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "1029"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "catalog_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a published release of the catalog or `latestPublished` for the most recently published version.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "release_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog node ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "node_id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                      "type": "text/plain"
                    },
                    "key": "accept-language",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "Supply a comma delimited list of pricebook ids to be used to lookup product prices from when the catalog supports price segmentation. The first pricebook will be highest priority (if more than one is supplied) and the rest in descending priority order. Used only for admin endpoints that dont support shopper context lookup.",
                      "type": "text/plain"
                    },
                    "key": "EP-Pricebook-IDs-For-Price-Segmentation-Preview",
                    "value": "string,string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "Supply a comma delimited list of pricebook ids to be listed in meta sections available prices . 'all' is a permitted value and will ensure all available prices for a product are shown. 'all' is not recommended if there are lots(10+) of available prices due the large response size.",
                      "type": "text/plain"
                    },
                    "key": "EP-Pricebook-IDs-Of-Available-Prices-To-Show",
                    "value": "string,string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    },\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Shopper Catalog API",
      "description": "Use the Shopper Catalog View API to retrieve hierarchy, node and product information for a catalog release. When you publish a catalog for a store, you can define catalog rules so that you can show catalogs with different pricing or different products to preferred customers or channels. These endpoints can be used in your customer-facing frontends.\n\nA catalog is a combination of one or more hierarchies, products, and a price book. Use the Products API and Hierarchies API to create a hierarchy of products that can be included in a catalog. Use the Price Book API to associate prices with products.\n\n### Characteristics of Shopper Catalogs\n\nShopper catalogs can have the following characteristics.\n\n- Use catalog rules to schedule a catalog to appear during a particular date and time, such as a seasonal catalog. The catalog may have different pricing than the other catalogs. You can have multiple published catalogs.\n- If you have defined catalog rules and you want to retrieve a published catalog for a particular channel or a user-defined tag, you must set the appropriate headers in the request:\n  - `EP-Channel` - The channel, such as website or mobile app. See [**Create a Catalog Rule**](/docs/api/pxm/catalog/create-rule).\n  - `EP-Context-Tag` - A tag defined in the store, such as `clearance`. See [**Create a Catalog Rule**](/docs/api/pxm/catalog/create-rule).\n* When a catalog is ready to be used in a store, you publish it. See [**Publish a Catalog**](/docs/api/pxm/catalog/publish-release).\n* You can create and publish catalogs for different contexts and channels. You can see the differences between the last 2 consecutive catalog releases. See [**Publish a Catalog**](/docs/api/pxm/catalog/publish-release).\n* You retrieve catalogs for your shopper experience by using the Shopper Catalog View API. For more information on how you can retrieve a catalog as a shopper using the Catalog API.\n* When a catalog is published for a store, the corresponding events contain `store_id` and `org_id`. \n* When a catalog is published for an organization, the corresponding events contain `org_id`. \n* Use the `sort_order` value in `variations` to program your storefront to display the variation options in the order that you want.\n\n### Shopper Catalog Caching\n\nWhen conducting a `GET` on `catalog` endpoints, all data returned, including catalog releases, products, nodes and hierarchies, are cached for 5 minutes. This means, if you call the same endpoint again, the catalog data is retrieved from the cached objects pool, optimizing the performance and efficiency of your store front.\n\nIf you use any of the `catalog` endpoints with a `filter` or `include` query parameter, these are cached separately. \n\nThe cached entries disappear from the cached objects pool after 5 minutes.\n",
      "item": [
        {
          "id": "66383f40-81fb-4357-9a91-6b39a0288c22",
          "name": "Get all Hierarchies",
          "request": {
            "name": "Get all Hierarchies",
            "description": {
              "content": "Returns all hierarchies from a catalog.\n\nIf you have multiple catalog rules defined, the rule that best matches the shoppers context is used to determine which catalog is retrieved. For information about how rules are matched, see [Resolving Catalog Rules](/docs/api/pxm/catalog/rules#resolving-catalog-rules).\n\n### Filtering\n\nThis endpoint supports filtering. For general syntax, see [Filtering](/guides/Getting-Started/filtering).\n\n| Operator | Description | Supported Attributes | Example |\n|:--- |:--- |:--- |:--- |\n| `Eq` | Checks if the values of two operands are equal. If they are, the condition is true. | `name`, `slug`| `filter=eq(name,some-name)` |\n| `In` | Checks if the values are included in the specified string. If they are, the condition is true. | `id` | `filter=in(id,some-id)` |\n\n### Building breadcrumbs in a storefront\n\nIn a catalog, you can use the nodes directly attached to a product to build breadcrumbs in your storefront. This eliminates the need for additional queries to fetch hierarchy or parent node details. Each node contains all the necessary information in `breadcrumbs` metadata, such as its own details and the details of its parent hierarchy/node(s), to construct the complete breadcrumb path without requiring additional queries.\n\nAn example is shown below:\n\n`filter=in(id,c83bfe55-0d87-4302-a86d-ab19e7e323f1,6003d7ef-84f3-49bb-a8bd-4cbfa203dcbb)`\n\n- Specify the node IDs directly attached to the product in the filter expression.\n- You can include as many node IDs as required.\n- It does not matter what order you specify the node IDs. The nodes are returned in the order they were last updated.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "catalog",
                "hierarchies"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "\nThis endpoints supports filtering. See [Filtering](#filtering).\n",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "586"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "1029"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "disabled": false,
                "description": {
                  "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                  "type": "text/plain"
                },
                "key": "accept-language",
                "value": "string"
              },
              {
                "disabled": false,
                "description": {
                  "content": "The list of channels in which this catalog can be displayed. A channel is the shopping experience, such as a mobile app or web storefront. If empty, the catalog rule matches all channels. The channel will eventually be included in the bearer token that is used for authorization, but currently, you must set the `EP-Channel` header in your requests.",
                  "type": "text/plain"
                },
                "key": "EP-Channel",
                "value": "string"
              },
              {
                "disabled": false,
                "description": {
                  "content": "Tags are used to refine the eligibility criteria for a rule. Requests populate the catalog rule tag using the `EP-Context-Tag` header.",
                  "type": "text/plain"
                },
                "key": "EP-Context-Tag",
                "value": "string"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "4d254d63-436b-4960-b222-410b4f4fba5b",
              "name": "The hierarchies of the catalog.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalog",
                    "hierarchies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "\nThis endpoints supports filtering. See [Filtering](#filtering).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "586"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "1029"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                      "type": "text/plain"
                    },
                    "key": "accept-language",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "The list of channels in which this catalog can be displayed. A channel is the shopping experience, such as a mobile app or web storefront. If empty, the catalog rule matches all channels. The channel will eventually be included in the bearer token that is used for authorization, but currently, you must set the `EP-Channel` header in your requests.",
                      "type": "text/plain"
                    },
                    "key": "EP-Channel",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "Tags are used to refine the eligibility criteria for a rule. Requests populate the catalog rule tag using the `EP-Context-Tag` header.",
                      "type": "text/plain"
                    },
                    "key": "EP-Context-Tag",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"meta\": {\n    \"results\": {\n      \"total\": 5505\n    },\n    \"page\": {\n      \"limit\": 8958,\n      \"offset\": 2260,\n      \"current\": 3994,\n      \"total\": 2830\n    }\n  },\n  \"data\": [\n    {\n      \"attributes\": {\n        \"created_at\": \"1970-01-01T00:00:00.000\",\n        \"published_at\": \"1970-01-01T00:00:00.000\",\n        \"description\": \"Formal dresswear\",\n        \"name\": \"Formal dresswear\",\n        \"slug\": \"formal\",\n        \"shopper_attributes\": {\n          \"key_0\": \"string\",\n          \"key_1\": \"string\"\n        },\n        \"updated_at\": \"1970-01-01T00:00:00.000\"\n      },\n      \"id\": \"e871df93-c769-49a9-9394-a6fd555b8e8a\",\n      \"relationships\": {\n        \"products\": {\n          \"links\": {\n            \"related\": \"string\"\n          }\n        },\n        \"children\": {\n          \"links\": {\n            \"related\": \"string\"\n          }\n        },\n        \"nodes\": {\n          \"links\": {\n            \"related\": \"string\"\n          }\n        }\n      },\n      \"type\": \"hierarchy\",\n      \"meta\": {\n        \"language\": \"en-GB\",\n        \"breadcrumbs\": [\n          {\n            \"id\": \"e871df93-c769-49a9-9394-a6fd555b8e8a\",\n            \"name\": \"Formal dresswear\",\n            \"slug\": \"formal\"\n          },\n          {\n            \"id\": \"e871df93-c769-49a9-9394-a6fd555b8e8a\",\n            \"name\": \"Formal dresswear\",\n            \"slug\": \"formal\"\n          }\n        ],\n        \"has_children\": true\n      }\n    },\n    {\n      \"attributes\": {\n        \"created_at\": \"1970-01-01T00:00:00.000\",\n        \"published_at\": \"1970-01-01T00:00:00.000\",\n        \"description\": \"Formal dresswear\",\n        \"name\": \"Formal dresswear\",\n        \"slug\": \"formal\",\n        \"shopper_attributes\": {\n          \"key_0\": \"string\",\n          \"key_1\": \"string\"\n        },\n        \"updated_at\": \"1970-01-01T00:00:00.000\"\n      },\n      \"id\": \"e871df93-c769-49a9-9394-a6fd555b8e8a\",\n      \"relationships\": {\n        \"products\": {\n          \"links\": {\n            \"related\": \"string\"\n          }\n        },\n        \"children\": {\n          \"links\": {\n            \"related\": \"string\"\n          }\n        },\n        \"nodes\": {\n          \"links\": {\n            \"related\": \"string\"\n          }\n        }\n      },\n      \"type\": \"hierarchy\",\n      \"meta\": {\n        \"language\": \"en-GB\",\n        \"breadcrumbs\": [\n          {\n            \"id\": \"e871df93-c769-49a9-9394-a6fd555b8e8a\",\n            \"name\": \"Formal dresswear\",\n            \"slug\": \"formal\"\n          },\n          {\n            \"id\": \"e871df93-c769-49a9-9394-a6fd555b8e8a\",\n            \"name\": \"Formal dresswear\",\n            \"slug\": \"formal\"\n          }\n        ],\n        \"has_children\": true\n      }\n    }\n  ],\n  \"links\": {\n    \"self\": \"http://qHyfwweNUI.swrITvl4Kkp-Tqc0gnfAnDBfrNkbcqfXVlv8MuqYD\",\n    \"first\": \"http://fAFSfRrbGXzbGTxBCMLYsLgPF.aewTdcMdPp.An-WMKuzjbpP0Ik5aY0QqXcbGFzC,ZxnZ5d-1ExyQVXoNd3Gz6DnJvB\",\n    \"last\": \"https://lOiDJDHEectjEmZBaBUxeDRaFE.jmeXkRgzs1WMV,TO,3enPfUWes8QFwSm9HF54OeL\",\n    \"prev\": \"http://qcOQhKxxUYLRNOdEBiv.lqdMZNglQZaSrFCM2ZRHY9uubW\",\n    \"next\": \"https://QqGJLjdRWJbjzRCQ.xjE,QG6xC4S9FvY46Z-T8UWNXvklUVkxctM1ZK7vo+ESjZFp5QYxI6gHAxAvGcLfp1r27NzHN7bkA3\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2d8e9dba-d317-4b13-8dec-96798b713e9f",
              "name": "An unexpected error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalog",
                    "hierarchies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "\nThis endpoints supports filtering. See [Filtering](#filtering).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "586"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "1029"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                      "type": "text/plain"
                    },
                    "key": "accept-language",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "The list of channels in which this catalog can be displayed. A channel is the shopping experience, such as a mobile app or web storefront. If empty, the catalog rule matches all channels. The channel will eventually be included in the bearer token that is used for authorization, but currently, you must set the `EP-Channel` header in your requests.",
                      "type": "text/plain"
                    },
                    "key": "EP-Channel",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "Tags are used to refine the eligibility criteria for a rule. Requests populate the catalog rule tag using the `EP-Context-Tag` header.",
                      "type": "text/plain"
                    },
                    "key": "EP-Context-Tag",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    },\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "58085f5e-65b1-4f60-a505-71a125984935",
          "name": "Get a Hierarchy",
          "request": {
            "name": "Get a Hierarchy",
            "description": {
              "content": "Returns a hierarchy from the catalog.\n\nIf you have multiple catalog rules defined, the rule that best matches the shoppers context is used to determine which catalog to retrieve. For information about how catalog rules are matched, see [Resolving Catalog Rules](/docs/api/pxm/catalog/rules).\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "catalog",
                "hierarchies",
                ":hierarchy_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "hierarchy_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The catalog hierarchy ID.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "disabled": false,
                "description": {
                  "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                  "type": "text/plain"
                },
                "key": "accept-language",
                "value": "string"
              },
              {
                "disabled": false,
                "description": {
                  "content": "The list of channels in which this catalog can be displayed. A channel is the shopping experience, such as a mobile app or web storefront. If empty, the catalog rule matches all channels. The channel will eventually be included in the bearer token that is used for authorization, but currently, you must set the `EP-Channel` header in your requests.",
                  "type": "text/plain"
                },
                "key": "EP-Channel",
                "value": "string"
              },
              {
                "disabled": false,
                "description": {
                  "content": "Tags are used to refine the eligibility criteria for a rule. Requests populate the catalog rule tag using the `EP-Context-Tag` header.",
                  "type": "text/plain"
                },
                "key": "EP-Context-Tag",
                "value": "string"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "213532ab-16da-40fa-b1e9-0203fb2eef9c",
              "name": "The catalog hierarchy.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalog",
                    "hierarchies",
                    ":hierarchy_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog hierarchy ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "hierarchy_id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                      "type": "text/plain"
                    },
                    "key": "accept-language",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "The list of channels in which this catalog can be displayed. A channel is the shopping experience, such as a mobile app or web storefront. If empty, the catalog rule matches all channels. The channel will eventually be included in the bearer token that is used for authorization, but currently, you must set the `EP-Channel` header in your requests.",
                      "type": "text/plain"
                    },
                    "key": "EP-Channel",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "Tags are used to refine the eligibility criteria for a rule. Requests populate the catalog rule tag using the `EP-Context-Tag` header.",
                      "type": "text/plain"
                    },
                    "key": "EP-Context-Tag",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"attributes\": {\n      \"created_at\": \"1970-01-01T00:00:00.000\",\n      \"published_at\": \"1970-01-01T00:00:00.000\",\n      \"description\": \"Formal dresswear\",\n      \"name\": \"Formal dresswear\",\n      \"slug\": \"formal\",\n      \"shopper_attributes\": {\n        \"key_0\": \"string\"\n      },\n      \"updated_at\": \"1970-01-01T00:00:00.000\"\n    },\n    \"id\": \"e871df93-c769-49a9-9394-a6fd555b8e8a\",\n    \"relationships\": {\n      \"products\": {\n        \"links\": {\n          \"related\": \"string\"\n        }\n      },\n      \"children\": {\n        \"links\": {\n          \"related\": \"string\"\n        }\n      },\n      \"nodes\": {\n        \"links\": {\n          \"related\": \"string\"\n        }\n      }\n    },\n    \"type\": \"hierarchy\",\n    \"meta\": {\n      \"language\": \"en-GB\",\n      \"breadcrumbs\": [\n        {\n          \"id\": \"e871df93-c769-49a9-9394-a6fd555b8e8a\",\n          \"name\": \"Formal dresswear\",\n          \"slug\": \"formal\"\n        },\n        {\n          \"id\": \"e871df93-c769-49a9-9394-a6fd555b8e8a\",\n          \"name\": \"Formal dresswear\",\n          \"slug\": \"formal\"\n        }\n      ],\n      \"has_children\": true\n    }\n  },\n  \"links\": {\n    \"self\": \"http://tpYXvhkYyUoBWVWiIf.usscOBm3FxeXYCSYVcAq1xXxzksSZ4pGTj2h0ja6,e8fAMcBE3h2E4npv,+hGaPIce\",\n    \"first\": \"https://QYhixDptKyOjMYALBWowHiKGldmerS.rdakWKihnxj4abyJkm801PNmn,Nb0HUlZ6BHhs8QDTjeh7kE\",\n    \"last\": \"https://Igyiqsi.hwRR4xNBr734K\",\n    \"prev\": \"http://kNlBBUftYEdxRhopfqsrWKoFVlg.rbV3UOVzHTl5KrTon1Pze.\",\n    \"next\": \"https://RROniucPuSyChTqkJlRUItfjXiIGoi.nxfrBTlTxU,XST6\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "30a9715f-e8bb-4d20-89d0-7f4da7896e09",
              "name": "The unexpected error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalog",
                    "hierarchies",
                    ":hierarchy_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog hierarchy ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "hierarchy_id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                      "type": "text/plain"
                    },
                    "key": "accept-language",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "The list of channels in which this catalog can be displayed. A channel is the shopping experience, such as a mobile app or web storefront. If empty, the catalog rule matches all channels. The channel will eventually be included in the bearer token that is used for authorization, but currently, you must set the `EP-Channel` header in your requests.",
                      "type": "text/plain"
                    },
                    "key": "EP-Channel",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "Tags are used to refine the eligibility criteria for a rule. Requests populate the catalog rule tag using the `EP-Context-Tag` header.",
                      "type": "text/plain"
                    },
                    "key": "EP-Context-Tag",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    },\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e8edfc13-9bd0-4706-ad12-0f91d3298559",
          "name": "Get a Hierarchy's Nodes",
          "request": {
            "name": "Get a Hierarchy's Nodes",
            "description": {
              "content": "Returns all the nodes for the specified hierarchy.\n\nIf you have multiple catalog rules defined, the rule that best matches the shoppers context is used to determine which catalog is retrieved. For information about how rules are matched, see [Resolving Catalog Rules](/docs/api/pxm/catalog/rules#resolving-catalog-rules).\n\nIn the `breadcrumbs` metadata, you can identify the parent nodes that a node is associated with. This is useful if you want to improve how your shoppers search your store, for example. See [Product and Node Associations in Breadcrumb Metadata](/guides/How-To/Catalogs/breadcrumbs).\n\n### Filtering\n\nThis endpoint supports filtering. For general syntax, see [Filtering](/guides/Getting-Started/filtering).\n\n| Operator | Description | Supported Attributes | Example |\n|:--- |:--- |:--- |:--- |\n| `Eq` | Checks if the values of two operands are equal. If they are, the condition is true. | `name`, `slug`| `filter=eq(name,some-name)` |\n| `In` | Checks if the values are included in the specified string. If they are, the condition is true. | `id` | `filter=in(id,some-id)` |\n\n### Building breadcrumbs in a storefront\n\nIn a catalog, you can use the nodes directly attached to a product to build breadcrumbs in your storefront. This eliminates the need for additional queries to fetch hierarchy or parent node details. Each node contains all the necessary information in `breadcrumbs` metadata, such as its own details and the details of its parent hierarchy/node(s), to construct the complete breadcrumb path without requiring additional queries.\n\nAn example is shown below:\n\n`filter=in(id,c83bfe55-0d87-4302-a86d-ab19e7e323f1,6003d7ef-84f3-49bb-a8bd-4cbfa203dcbb)`\n\n- Specify the node IDs directly attached to the product in the filter expression.\n- You can include as many node IDs as required.\n- It does not matter what order you specify the node IDs. The nodes are returned in the order they were last updated.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "catalog",
                "hierarchies",
                ":hierarchy_id",
                "nodes"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "This endpoint supports filtering, see [Filtering](#filtering).\n",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "586"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "1029"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "hierarchy_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The catalog hierarchy ID.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "disabled": false,
                "description": {
                  "content": "The list of channels in which this catalog can be displayed. A channel is the shopping experience, such as a mobile app or web storefront. If empty, the catalog rule matches all channels. The channel will eventually be included in the bearer token that is used for authorization, but currently, you must set the `EP-Channel` header in your requests.",
                  "type": "text/plain"
                },
                "key": "EP-Channel",
                "value": "string"
              },
              {
                "disabled": false,
                "description": {
                  "content": "Tags are used to refine the eligibility criteria for a rule. Requests populate the catalog rule tag using the `EP-Context-Tag` header.",
                  "type": "text/plain"
                },
                "key": "EP-Context-Tag",
                "value": "string"
              },
              {
                "disabled": false,
                "description": {
                  "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                  "type": "text/plain"
                },
                "key": "accept-language",
                "value": "string"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "02712724-e629-4b33-bb6f-b8f126a168bc",
              "name": "The child nodes of a catalog hierarchy.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalog",
                    "hierarchies",
                    ":hierarchy_id",
                    "nodes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "This endpoint supports filtering, see [Filtering](#filtering).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "586"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "1029"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog hierarchy ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "hierarchy_id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "The list of channels in which this catalog can be displayed. A channel is the shopping experience, such as a mobile app or web storefront. If empty, the catalog rule matches all channels. The channel will eventually be included in the bearer token that is used for authorization, but currently, you must set the `EP-Channel` header in your requests.",
                      "type": "text/plain"
                    },
                    "key": "EP-Channel",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "Tags are used to refine the eligibility criteria for a rule. Requests populate the catalog rule tag using the `EP-Context-Tag` header.",
                      "type": "text/plain"
                    },
                    "key": "EP-Context-Tag",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                      "type": "text/plain"
                    },
                    "key": "accept-language",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"meta\": {\n    \"results\": {\n      \"total\": 8821\n    },\n    \"page\": {\n      \"limit\": 8969,\n      \"offset\": 4837,\n      \"current\": 173,\n      \"total\": 4965\n    }\n  },\n  \"data\": [\n    {\n      \"attributes\": {\n        \"created_at\": \"1970-01-01T00:00:00.000\",\n        \"published_at\": \"1970-01-01T00:00:00.000\",\n        \"description\": \"Formal dresswear\",\n        \"label\": \"category\",\n        \"name\": \"Formal dresswear\",\n        \"slug\": \"formal\",\n        \"curated_products\": [\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\",\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n        ],\n        \"status\": \"live\",\n        \"shopper_attributes\": {\n          \"key_0\": \"string\"\n        },\n        \"updated_at\": \"1970-01-01T00:00:00.000\"\n      },\n      \"id\": \"e871df93-c769-49a9-9394-a6fd555b8e8a\",\n      \"relationships\": {\n        \"products\": {\n          \"data\": [\n            {\n              \"id\": \"f1f211c4-eace-60c0-96d3-ba17d77a47de\",\n              \"type\": \"product\"\n            },\n            {\n              \"id\": \"ee063e77-0e76-efea-2cfe-189ac49c52bd\",\n              \"type\": \"product\"\n            }\n          ],\n          \"links\": {\n            \"related\": \"string\"\n          }\n        },\n        \"children\": {\n          \"links\": {\n            \"related\": \"string\"\n          }\n        },\n        \"parent\": {\n          \"data\": {\n            \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n            \"type\": \"node\"\n          },\n          \"links\": {\n            \"related\": \"string\"\n          }\n        },\n        \"hierarchy\": {\n          \"data\": {\n            \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n            \"type\": \"hierarchy\"\n          },\n          \"links\": {\n            \"related\": \"string\"\n          }\n        }\n      },\n      \"type\": \"node\",\n      \"meta\": {\n        \"language\": \"en-GB\",\n        \"bread_crumb\": [\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\",\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n        ],\n        \"breadcrumbs\": [\n          {\n            \"id\": \"e871df93-c769-49a9-9394-a6fd555b8e8a\",\n            \"name\": \"Formal dresswear\",\n            \"slug\": \"formal\"\n          },\n          {\n            \"id\": \"e871df93-c769-49a9-9394-a6fd555b8e8a\",\n            \"name\": \"Formal dresswear\",\n            \"slug\": \"formal\"\n          }\n        ],\n        \"has_children\": true\n      }\n    },\n    {\n      \"attributes\": {\n        \"created_at\": \"1970-01-01T00:00:00.000\",\n        \"published_at\": \"1970-01-01T00:00:00.000\",\n        \"description\": \"Formal dresswear\",\n        \"label\": \"category\",\n        \"name\": \"Formal dresswear\",\n        \"slug\": \"formal\",\n        \"curated_products\": [\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\",\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n        ],\n        \"status\": \"live\",\n        \"shopper_attributes\": {\n          \"key_0\": \"string\",\n          \"key_1\": \"string\"\n        },\n        \"updated_at\": \"1970-01-01T00:00:00.000\"\n      },\n      \"id\": \"e871df93-c769-49a9-9394-a6fd555b8e8a\",\n      \"relationships\": {\n        \"products\": {\n          \"data\": [\n            {\n              \"id\": \"d2a020c5-ac81-dd30-65da-da95e0588fce\",\n              \"type\": \"product\"\n            },\n            {\n              \"id\": \"0afb0b70-b95a-f3ed-0e49-1c731889d9ae\",\n              \"type\": \"product\"\n            }\n          ],\n          \"links\": {\n            \"related\": \"string\"\n          }\n        },\n        \"children\": {\n          \"links\": {\n            \"related\": \"string\"\n          }\n        },\n        \"parent\": {\n          \"data\": {\n            \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n            \"type\": \"node\"\n          },\n          \"links\": {\n            \"related\": \"string\"\n          }\n        },\n        \"hierarchy\": {\n          \"data\": {\n            \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n            \"type\": \"hierarchy\"\n          },\n          \"links\": {\n            \"related\": \"string\"\n          }\n        }\n      },\n      \"type\": \"node\",\n      \"meta\": {\n        \"language\": \"en-GB\",\n        \"bread_crumb\": [\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\",\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n        ],\n        \"breadcrumbs\": [\n          {\n            \"id\": \"e871df93-c769-49a9-9394-a6fd555b8e8a\",\n            \"name\": \"Formal dresswear\",\n            \"slug\": \"formal\"\n          },\n          {\n            \"id\": \"e871df93-c769-49a9-9394-a6fd555b8e8a\",\n            \"name\": \"Formal dresswear\",\n            \"slug\": \"formal\"\n          }\n        ],\n        \"has_children\": true\n      }\n    }\n  ],\n  \"links\": {\n    \"self\": \"https://hlravajgYPOjI.amvfuScA2+7+-Ln8Ij0JrW.AQHcUfkAP6h2jeKWccpQaSy\",\n    \"first\": \"http://GSZRPBSPGQcsDXkoPJzHNfCTXhduW.alwA-d,7bqrm5NERpvdfjEGsHsHOSFWEcx-JZp-Sg81XuZw-pBMtfj+yuChR\",\n    \"last\": \"http://ubIZljvQocQezSuIsnEQaTDQEm.huG.cOLJ+aIs3U5t-BqFGgbnUaKhCezJgwY3o1SDDM9BogtP14oTGfvWFQBOI2gbMhAs\",\n    \"prev\": \"http://iMUQNdZcG.dlcyEO9MhrXgr5ll1IVF13k4oxGFaIZUEfEJ1S-6-Rv56rGC\",\n    \"next\": \"http://bDvbACfzVDJyBArkHVumiDTjdjaK.kjDNEPLeoPuAHOFTBYGbBr,ujBG0ZrbxV\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "962ab1f7-186a-49ae-bc04-cb9f9db31a7b",
              "name": "The unexpected error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalog",
                    "hierarchies",
                    ":hierarchy_id",
                    "nodes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "This endpoint supports filtering, see [Filtering](#filtering).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "586"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "1029"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog hierarchy ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "hierarchy_id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "The list of channels in which this catalog can be displayed. A channel is the shopping experience, such as a mobile app or web storefront. If empty, the catalog rule matches all channels. The channel will eventually be included in the bearer token that is used for authorization, but currently, you must set the `EP-Channel` header in your requests.",
                      "type": "text/plain"
                    },
                    "key": "EP-Channel",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "Tags are used to refine the eligibility criteria for a rule. Requests populate the catalog rule tag using the `EP-Context-Tag` header.",
                      "type": "text/plain"
                    },
                    "key": "EP-Context-Tag",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                      "type": "text/plain"
                    },
                    "key": "accept-language",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    },\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c8796864-42cf-4e80-ba54-20bac56701b9",
          "name": "Get a Hierarchy's Children",
          "request": {
            "name": "Get a Hierarchy's Children",
            "description": {
              "content": "Returns the parent nodes for the specified hierarchy.\n\n![Parent Nodes](/assets/rootnodes.PNG)\n\nIf you have multiple catalog rules defined, the rule that best matches the shopperʼs context is used to determine which catalog is retrieved. For information about how rules are matched, see [Resolving Catalog Rules](/docs/api/pxm/catalog/rules#resolving-catalog-rules).\n\nIn the `breadcrumbs` metadata, you can identify the parent nodes that a node is associated with. This is useful if you want to improve how your shoppers search your store, for example. See [Product and Node Associations in Breadcrumb Metadata](/guides/How-To/Catalogs/breadcrumbs).\n\n### Filtering\n\nThe following operators and attributes are available when filtering on this endpoint.\n\n| Operator | Description | Supported Attributes | Example |\n|:--- |:--- |:--- |:--- |\n| `Eq` | Checks if the values of two operands are equal. If they are, the condition is true. | `name`, `slug`| `filter=eq(name,some-name)` |\n| `In` | Checks if the values are included in the specified string. If they are, the condition is true. | `id` | `filter=in(id,some-id)` |\n\nFor more information, see [Filtering](/guides/Getting-Started/filtering).\n\n### Building breadcrumbs in a storefront\n\nIn a catalog, you can use the nodes directly attached to a product to build breadcrumbs in your storefront. This eliminates the need for additional queries to fetch hierarchy or parent node details. Each node contains all the necessary information in `breadcrumbs` metadata, such as its own details and the details of its parent hierarchy/node(s), to construct the complete breadcrumb path without requiring additional queries.\n\nAn example is shown below:\n\n`filter=in(id,c83bfe55-0d87-4302-a86d-ab19e7e323f1,6003d7ef-84f3-49bb-a8bd-4cbfa203dcbb)`\n\n- Specify the node IDs directly attached to the product in the filter expression.\n- You can include as many node IDs as required.\n- It does not matter what order you specify the node IDs. The nodes are returned in the order they were last updated.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "catalog",
                "hierarchies",
                ":hierarchy_id",
                "children"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "This endpoint supports filtering, see [Filtering](#filtering).\n",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "586"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "1029"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "hierarchy_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The catalog hierarchy ID.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "disabled": false,
                "description": {
                  "content": "The list of channels in which this catalog can be displayed. A channel is the shopping experience, such as a mobile app or web storefront. If empty, the catalog rule matches all channels. The channel will eventually be included in the bearer token that is used for authorization, but currently, you must set the `EP-Channel` header in your requests.",
                  "type": "text/plain"
                },
                "key": "EP-Channel",
                "value": "string"
              },
              {
                "disabled": false,
                "description": {
                  "content": "Tags are used to refine the eligibility criteria for a rule. Requests populate the catalog rule tag using the `EP-Context-Tag` header.",
                  "type": "text/plain"
                },
                "key": "EP-Context-Tag",
                "value": "string"
              },
              {
                "disabled": false,
                "description": {
                  "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                  "type": "text/plain"
                },
                "key": "accept-language",
                "value": "string"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "76b0752e-916a-4aac-8c8e-87e835b65ff0",
              "name": "The child nodes of a catalog hierarchy.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalog",
                    "hierarchies",
                    ":hierarchy_id",
                    "children"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "This endpoint supports filtering, see [Filtering](#filtering).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "586"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "1029"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog hierarchy ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "hierarchy_id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "The list of channels in which this catalog can be displayed. A channel is the shopping experience, such as a mobile app or web storefront. If empty, the catalog rule matches all channels. The channel will eventually be included in the bearer token that is used for authorization, but currently, you must set the `EP-Channel` header in your requests.",
                      "type": "text/plain"
                    },
                    "key": "EP-Channel",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "Tags are used to refine the eligibility criteria for a rule. Requests populate the catalog rule tag using the `EP-Context-Tag` header.",
                      "type": "text/plain"
                    },
                    "key": "EP-Context-Tag",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                      "type": "text/plain"
                    },
                    "key": "accept-language",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"meta\": {\n    \"results\": {\n      \"total\": 8821\n    },\n    \"page\": {\n      \"limit\": 8969,\n      \"offset\": 4837,\n      \"current\": 173,\n      \"total\": 4965\n    }\n  },\n  \"data\": [\n    {\n      \"attributes\": {\n        \"created_at\": \"1970-01-01T00:00:00.000\",\n        \"published_at\": \"1970-01-01T00:00:00.000\",\n        \"description\": \"Formal dresswear\",\n        \"label\": \"category\",\n        \"name\": \"Formal dresswear\",\n        \"slug\": \"formal\",\n        \"curated_products\": [\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\",\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n        ],\n        \"status\": \"live\",\n        \"shopper_attributes\": {\n          \"key_0\": \"string\"\n        },\n        \"updated_at\": \"1970-01-01T00:00:00.000\"\n      },\n      \"id\": \"e871df93-c769-49a9-9394-a6fd555b8e8a\",\n      \"relationships\": {\n        \"products\": {\n          \"data\": [\n            {\n              \"id\": \"f1f211c4-eace-60c0-96d3-ba17d77a47de\",\n              \"type\": \"product\"\n            },\n            {\n              \"id\": \"ee063e77-0e76-efea-2cfe-189ac49c52bd\",\n              \"type\": \"product\"\n            }\n          ],\n          \"links\": {\n            \"related\": \"string\"\n          }\n        },\n        \"children\": {\n          \"links\": {\n            \"related\": \"string\"\n          }\n        },\n        \"parent\": {\n          \"data\": {\n            \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n            \"type\": \"node\"\n          },\n          \"links\": {\n            \"related\": \"string\"\n          }\n        },\n        \"hierarchy\": {\n          \"data\": {\n            \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n            \"type\": \"hierarchy\"\n          },\n          \"links\": {\n            \"related\": \"string\"\n          }\n        }\n      },\n      \"type\": \"node\",\n      \"meta\": {\n        \"language\": \"en-GB\",\n        \"bread_crumb\": [\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\",\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n        ],\n        \"breadcrumbs\": [\n          {\n            \"id\": \"e871df93-c769-49a9-9394-a6fd555b8e8a\",\n            \"name\": \"Formal dresswear\",\n            \"slug\": \"formal\"\n          },\n          {\n            \"id\": \"e871df93-c769-49a9-9394-a6fd555b8e8a\",\n            \"name\": \"Formal dresswear\",\n            \"slug\": \"formal\"\n          }\n        ],\n        \"has_children\": true\n      }\n    },\n    {\n      \"attributes\": {\n        \"created_at\": \"1970-01-01T00:00:00.000\",\n        \"published_at\": \"1970-01-01T00:00:00.000\",\n        \"description\": \"Formal dresswear\",\n        \"label\": \"category\",\n        \"name\": \"Formal dresswear\",\n        \"slug\": \"formal\",\n        \"curated_products\": [\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\",\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n        ],\n        \"status\": \"live\",\n        \"shopper_attributes\": {\n          \"key_0\": \"string\",\n          \"key_1\": \"string\"\n        },\n        \"updated_at\": \"1970-01-01T00:00:00.000\"\n      },\n      \"id\": \"e871df93-c769-49a9-9394-a6fd555b8e8a\",\n      \"relationships\": {\n        \"products\": {\n          \"data\": [\n            {\n              \"id\": \"d2a020c5-ac81-dd30-65da-da95e0588fce\",\n              \"type\": \"product\"\n            },\n            {\n              \"id\": \"0afb0b70-b95a-f3ed-0e49-1c731889d9ae\",\n              \"type\": \"product\"\n            }\n          ],\n          \"links\": {\n            \"related\": \"string\"\n          }\n        },\n        \"children\": {\n          \"links\": {\n            \"related\": \"string\"\n          }\n        },\n        \"parent\": {\n          \"data\": {\n            \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n            \"type\": \"node\"\n          },\n          \"links\": {\n            \"related\": \"string\"\n          }\n        },\n        \"hierarchy\": {\n          \"data\": {\n            \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n            \"type\": \"hierarchy\"\n          },\n          \"links\": {\n            \"related\": \"string\"\n          }\n        }\n      },\n      \"type\": \"node\",\n      \"meta\": {\n        \"language\": \"en-GB\",\n        \"bread_crumb\": [\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\",\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n        ],\n        \"breadcrumbs\": [\n          {\n            \"id\": \"e871df93-c769-49a9-9394-a6fd555b8e8a\",\n            \"name\": \"Formal dresswear\",\n            \"slug\": \"formal\"\n          },\n          {\n            \"id\": \"e871df93-c769-49a9-9394-a6fd555b8e8a\",\n            \"name\": \"Formal dresswear\",\n            \"slug\": \"formal\"\n          }\n        ],\n        \"has_children\": true\n      }\n    }\n  ],\n  \"links\": {\n    \"self\": \"https://hlravajgYPOjI.amvfuScA2+7+-Ln8Ij0JrW.AQHcUfkAP6h2jeKWccpQaSy\",\n    \"first\": \"http://GSZRPBSPGQcsDXkoPJzHNfCTXhduW.alwA-d,7bqrm5NERpvdfjEGsHsHOSFWEcx-JZp-Sg81XuZw-pBMtfj+yuChR\",\n    \"last\": \"http://ubIZljvQocQezSuIsnEQaTDQEm.huG.cOLJ+aIs3U5t-BqFGgbnUaKhCezJgwY3o1SDDM9BogtP14oTGfvWFQBOI2gbMhAs\",\n    \"prev\": \"http://iMUQNdZcG.dlcyEO9MhrXgr5ll1IVF13k4oxGFaIZUEfEJ1S-6-Rv56rGC\",\n    \"next\": \"http://bDvbACfzVDJyBArkHVumiDTjdjaK.kjDNEPLeoPuAHOFTBYGbBr,ujBG0ZrbxV\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f5b91f19-e261-4e08-8911-f7c624bcc716",
              "name": "The unexpected error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalog",
                    "hierarchies",
                    ":hierarchy_id",
                    "children"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "This endpoint supports filtering, see [Filtering](#filtering).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "586"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "1029"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog hierarchy ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "hierarchy_id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "The list of channels in which this catalog can be displayed. A channel is the shopping experience, such as a mobile app or web storefront. If empty, the catalog rule matches all channels. The channel will eventually be included in the bearer token that is used for authorization, but currently, you must set the `EP-Channel` header in your requests.",
                      "type": "text/plain"
                    },
                    "key": "EP-Channel",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "Tags are used to refine the eligibility criteria for a rule. Requests populate the catalog rule tag using the `EP-Context-Tag` header.",
                      "type": "text/plain"
                    },
                    "key": "EP-Context-Tag",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                      "type": "text/plain"
                    },
                    "key": "accept-language",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    },\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "50b6304e-b62c-4161-bcae-8b711d4c5077",
          "name": "Get all Nodes",
          "request": {
            "name": "Get all Nodes",
            "description": {
              "content": "Returns all nodes in the catalog.\n\nIf you have multiple catalog rules defined, the rule that best matches the shoppers context is used to determine which catalog is retrieved. For information about how rules are matched, see [Resolving Catalog Rules](/docs/api/pxm/catalog/rules#resolving-catalog-rules).\n\nYou can see the parent nodes a node is associated with in the `breadcrumbs` metadata for each node. This is useful if you want to improve how your shoppers search your store, for example. See [Product and Node Associations in Breadcrumb Metadata](/guides/How-To/Catalogs/breadcrumbs).\n\nIn a catalog, you can use a filter to return a list of nodes in a hierarchy structure that a product belongs to. You can use this to build breadcrumbs in your storefront. For more information, see [Building breadcrumbs in a storefront](#building-breadcrumbs-in-a-storefront).\n\nThe response lists the products associated with the nodes. If products are [curated](/guides/How-To/Products/curating-products), they are displayed in `curated_products`. Product curation allows you to promote specific products within each of your hierarchies, enabling you to create unique product collections in your storefront.\n\n- You can only curate 20 products or less. You cannot have more than 20 curated products.\n- If a curated product is removed from a node, the product is also removed from the `curated_products` list.\n\n### Filtering\n\nThis endpoint supports filtering. For general syntax, see [Filtering](/guides/Getting-Started/filtering). The following operators and attributes are available.\n\n| Operator  | Description | Attributes | Example |\n| --- | --- | --- | --- |\n| `Eq` | Checks if the values of two operands are equal. If they are, the condition is true. | `name`, `slug` | `filter=eq(name,some-name)` |\n| `in`      | Checks if the values are included in the specified string. If they are, the condition is true.\n| `Id` |  `filter=in(id,9214719b-17fe-4ea7-896c-d61e60fc0d05,e104d541-2c52-47fa-8a9a-c4382480d97c,65daaf68-ff2e-4632-8944-370de835967d)` |\n\n### Building breadcrumbs in a storefront\n\nIn a catalog, you can use the nodes directly attached to a product to build breadcrumbs in your storefront. This eliminates the need for additional queries to fetch hierarchy or parent node details. Each node contains all the necessary information in `breadcrumbs` metadata, such as its own details and the details of its parent hierarchy/node(s), to construct the complete breadcrumb path without requiring additional queries.\n\nAn example is shown below:\n\n`filter=in(id,c83bfe55-0d87-4302-a86d-ab19e7e323f1,6003d7ef-84f3-49bb-a8bd-4cbfa203dcbb)`\n\n- Specify the node IDs directly attached to the product in the filter expression.\n- You can include as many node IDs as required.\n- It does not matter what order you specify the node IDs. The nodes are returned in the order they were last updated.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "catalog",
                "nodes"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "This endpoint supports filtering, see [Filtering](#filtering).\n",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "586"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "1029"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "disabled": false,
                "description": {
                  "content": "The list of channels in which this catalog can be displayed. A channel is the shopping experience, such as a mobile app or web storefront. If empty, the catalog rule matches all channels. The channel will eventually be included in the bearer token that is used for authorization, but currently, you must set the `EP-Channel` header in your requests.",
                  "type": "text/plain"
                },
                "key": "EP-Channel",
                "value": "string"
              },
              {
                "disabled": false,
                "description": {
                  "content": "Tags are used to refine the eligibility criteria for a rule. Requests populate the catalog rule tag using the `EP-Context-Tag` header.",
                  "type": "text/plain"
                },
                "key": "EP-Context-Tag",
                "value": "string"
              },
              {
                "disabled": false,
                "description": {
                  "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                  "type": "text/plain"
                },
                "key": "accept-language",
                "value": "string"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "d3ff7b56-1f75-412b-bfc5-38f6a917c6ed",
              "name": "The nodes of the catalog.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalog",
                    "nodes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "This endpoint supports filtering, see [Filtering](#filtering).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "586"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "1029"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "The list of channels in which this catalog can be displayed. A channel is the shopping experience, such as a mobile app or web storefront. If empty, the catalog rule matches all channels. The channel will eventually be included in the bearer token that is used for authorization, but currently, you must set the `EP-Channel` header in your requests.",
                      "type": "text/plain"
                    },
                    "key": "EP-Channel",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "Tags are used to refine the eligibility criteria for a rule. Requests populate the catalog rule tag using the `EP-Context-Tag` header.",
                      "type": "text/plain"
                    },
                    "key": "EP-Context-Tag",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                      "type": "text/plain"
                    },
                    "key": "accept-language",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"meta\": {\n    \"results\": {\n      \"total\": 8821\n    },\n    \"page\": {\n      \"limit\": 8969,\n      \"offset\": 4837,\n      \"current\": 173,\n      \"total\": 4965\n    }\n  },\n  \"data\": [\n    {\n      \"attributes\": {\n        \"created_at\": \"1970-01-01T00:00:00.000\",\n        \"published_at\": \"1970-01-01T00:00:00.000\",\n        \"description\": \"Formal dresswear\",\n        \"label\": \"category\",\n        \"name\": \"Formal dresswear\",\n        \"slug\": \"formal\",\n        \"curated_products\": [\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\",\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n        ],\n        \"status\": \"live\",\n        \"shopper_attributes\": {\n          \"key_0\": \"string\"\n        },\n        \"updated_at\": \"1970-01-01T00:00:00.000\"\n      },\n      \"id\": \"e871df93-c769-49a9-9394-a6fd555b8e8a\",\n      \"relationships\": {\n        \"products\": {\n          \"data\": [\n            {\n              \"id\": \"f1f211c4-eace-60c0-96d3-ba17d77a47de\",\n              \"type\": \"product\"\n            },\n            {\n              \"id\": \"ee063e77-0e76-efea-2cfe-189ac49c52bd\",\n              \"type\": \"product\"\n            }\n          ],\n          \"links\": {\n            \"related\": \"string\"\n          }\n        },\n        \"children\": {\n          \"links\": {\n            \"related\": \"string\"\n          }\n        },\n        \"parent\": {\n          \"data\": {\n            \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n            \"type\": \"node\"\n          },\n          \"links\": {\n            \"related\": \"string\"\n          }\n        },\n        \"hierarchy\": {\n          \"data\": {\n            \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n            \"type\": \"hierarchy\"\n          },\n          \"links\": {\n            \"related\": \"string\"\n          }\n        }\n      },\n      \"type\": \"node\",\n      \"meta\": {\n        \"language\": \"en-GB\",\n        \"bread_crumb\": [\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\",\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n        ],\n        \"breadcrumbs\": [\n          {\n            \"id\": \"e871df93-c769-49a9-9394-a6fd555b8e8a\",\n            \"name\": \"Formal dresswear\",\n            \"slug\": \"formal\"\n          },\n          {\n            \"id\": \"e871df93-c769-49a9-9394-a6fd555b8e8a\",\n            \"name\": \"Formal dresswear\",\n            \"slug\": \"formal\"\n          }\n        ],\n        \"has_children\": true\n      }\n    },\n    {\n      \"attributes\": {\n        \"created_at\": \"1970-01-01T00:00:00.000\",\n        \"published_at\": \"1970-01-01T00:00:00.000\",\n        \"description\": \"Formal dresswear\",\n        \"label\": \"category\",\n        \"name\": \"Formal dresswear\",\n        \"slug\": \"formal\",\n        \"curated_products\": [\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\",\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n        ],\n        \"status\": \"live\",\n        \"shopper_attributes\": {\n          \"key_0\": \"string\",\n          \"key_1\": \"string\"\n        },\n        \"updated_at\": \"1970-01-01T00:00:00.000\"\n      },\n      \"id\": \"e871df93-c769-49a9-9394-a6fd555b8e8a\",\n      \"relationships\": {\n        \"products\": {\n          \"data\": [\n            {\n              \"id\": \"d2a020c5-ac81-dd30-65da-da95e0588fce\",\n              \"type\": \"product\"\n            },\n            {\n              \"id\": \"0afb0b70-b95a-f3ed-0e49-1c731889d9ae\",\n              \"type\": \"product\"\n            }\n          ],\n          \"links\": {\n            \"related\": \"string\"\n          }\n        },\n        \"children\": {\n          \"links\": {\n            \"related\": \"string\"\n          }\n        },\n        \"parent\": {\n          \"data\": {\n            \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n            \"type\": \"node\"\n          },\n          \"links\": {\n            \"related\": \"string\"\n          }\n        },\n        \"hierarchy\": {\n          \"data\": {\n            \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n            \"type\": \"hierarchy\"\n          },\n          \"links\": {\n            \"related\": \"string\"\n          }\n        }\n      },\n      \"type\": \"node\",\n      \"meta\": {\n        \"language\": \"en-GB\",\n        \"bread_crumb\": [\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\",\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n        ],\n        \"breadcrumbs\": [\n          {\n            \"id\": \"e871df93-c769-49a9-9394-a6fd555b8e8a\",\n            \"name\": \"Formal dresswear\",\n            \"slug\": \"formal\"\n          },\n          {\n            \"id\": \"e871df93-c769-49a9-9394-a6fd555b8e8a\",\n            \"name\": \"Formal dresswear\",\n            \"slug\": \"formal\"\n          }\n        ],\n        \"has_children\": true\n      }\n    }\n  ],\n  \"links\": {\n    \"self\": \"https://hlravajgYPOjI.amvfuScA2+7+-Ln8Ij0JrW.AQHcUfkAP6h2jeKWccpQaSy\",\n    \"first\": \"http://GSZRPBSPGQcsDXkoPJzHNfCTXhduW.alwA-d,7bqrm5NERpvdfjEGsHsHOSFWEcx-JZp-Sg81XuZw-pBMtfj+yuChR\",\n    \"last\": \"http://ubIZljvQocQezSuIsnEQaTDQEm.huG.cOLJ+aIs3U5t-BqFGgbnUaKhCezJgwY3o1SDDM9BogtP14oTGfvWFQBOI2gbMhAs\",\n    \"prev\": \"http://iMUQNdZcG.dlcyEO9MhrXgr5ll1IVF13k4oxGFaIZUEfEJ1S-6-Rv56rGC\",\n    \"next\": \"http://bDvbACfzVDJyBArkHVumiDTjdjaK.kjDNEPLeoPuAHOFTBYGbBr,ujBG0ZrbxV\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2dda30ce-d73a-4a2c-be7e-1294a2b775ef",
              "name": "An unexpected error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalog",
                    "nodes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "This endpoint supports filtering, see [Filtering](#filtering).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "586"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "1029"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "The list of channels in which this catalog can be displayed. A channel is the shopping experience, such as a mobile app or web storefront. If empty, the catalog rule matches all channels. The channel will eventually be included in the bearer token that is used for authorization, but currently, you must set the `EP-Channel` header in your requests.",
                      "type": "text/plain"
                    },
                    "key": "EP-Channel",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "Tags are used to refine the eligibility criteria for a rule. Requests populate the catalog rule tag using the `EP-Context-Tag` header.",
                      "type": "text/plain"
                    },
                    "key": "EP-Context-Tag",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                      "type": "text/plain"
                    },
                    "key": "accept-language",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    },\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5cd29e9f-c223-43cc-a92f-12a3c0050469",
          "name": "Get a Node",
          "request": {
            "name": "Get a Node",
            "description": {
              "content": "Returns a node from the catalog.\n\nIf you have multiple catalog rules defined, the rule that best matches the shoppers context is used to determine which catalog is retrieved. For information about how rules are matched, see [Resolving Catalog Rules](/docs/api/pxm/catalog/rules#resolving-catalog-rules).\n\nYou can see the parent nodes a node is associated with in the `breadcrumbs` metadata for each node. This is useful if you want to improve how your shoppers search your store, for example. See [Product and Node Associations in Breadcrumb Metadata](/guides/How-To/Catalogs/breadcrumbs).\n\nThe response lists the products associated with a node. If products are [curated](/guides/How-To/Products/curating-products), they are displayed in `curated_products`. Product curation allows you to promote specific products within each of your nodes, enabling you to create unique product collections in your storefront.\n\n- If you don't provide any `curated_products`, products are listed by their `updated_at` time in descending order, with the most recently updated product first.\n- If you configure `curated_products` for only a few products, the curated products are displayed first and the other products are displayed in the order of `updated_at` time.\n- You can only curate 20 products or less. You cannot have more than 20 curated products.\n- A product that is curated has the `\"curated_product\": true` attribute displayed.\n- If a curated product is removed from a node, the product is also removed from the `curated_products` list.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "catalog",
                "nodes",
                ":node_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "node_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The catalog node ID.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "disabled": false,
                "description": {
                  "content": "The list of channels in which this catalog can be displayed. A channel is the shopping experience, such as a mobile app or web storefront. If empty, the catalog rule matches all channels. The channel will eventually be included in the bearer token that is used for authorization, but currently, you must set the `EP-Channel` header in your requests.",
                  "type": "text/plain"
                },
                "key": "EP-Channel",
                "value": "string"
              },
              {
                "disabled": false,
                "description": {
                  "content": "Tags are used to refine the eligibility criteria for a rule. Requests populate the catalog rule tag using the `EP-Context-Tag` header.",
                  "type": "text/plain"
                },
                "key": "EP-Context-Tag",
                "value": "string"
              },
              {
                "disabled": false,
                "description": {
                  "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                  "type": "text/plain"
                },
                "key": "accept-language",
                "value": "string"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "7d5499bf-c93f-4435-a1ae-3757cae9b5b3",
              "name": "The catalog node.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalog",
                    "nodes",
                    ":node_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog node ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "node_id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "The list of channels in which this catalog can be displayed. A channel is the shopping experience, such as a mobile app or web storefront. If empty, the catalog rule matches all channels. The channel will eventually be included in the bearer token that is used for authorization, but currently, you must set the `EP-Channel` header in your requests.",
                      "type": "text/plain"
                    },
                    "key": "EP-Channel",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "Tags are used to refine the eligibility criteria for a rule. Requests populate the catalog rule tag using the `EP-Context-Tag` header.",
                      "type": "text/plain"
                    },
                    "key": "EP-Context-Tag",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                      "type": "text/plain"
                    },
                    "key": "accept-language",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"attributes\": {\n      \"created_at\": \"1970-01-01T00:00:00.000\",\n      \"published_at\": \"1970-01-01T00:00:00.000\",\n      \"description\": \"Formal dresswear\",\n      \"label\": \"category\",\n      \"name\": \"Formal dresswear\",\n      \"slug\": \"formal\",\n      \"curated_products\": [\n        \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\",\n        \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n      ],\n      \"status\": \"live\",\n      \"shopper_attributes\": {\n        \"key_0\": \"string\",\n        \"key_1\": \"string\",\n        \"key_2\": \"string\"\n      },\n      \"updated_at\": \"1970-01-01T00:00:00.000\"\n    },\n    \"id\": \"e871df93-c769-49a9-9394-a6fd555b8e8a\",\n    \"relationships\": {\n      \"products\": {\n        \"data\": [\n          {\n            \"id\": \"bafda40b-d30b-107e-1b04-4b4cc7702082\",\n            \"type\": \"product\"\n          },\n          {\n            \"id\": \"34a52e92-fae4-36fe-eeac-80ab2f98ca6f\",\n            \"type\": \"product\"\n          }\n        ],\n        \"links\": {\n          \"related\": \"string\"\n        }\n      },\n      \"children\": {\n        \"links\": {\n          \"related\": \"string\"\n        }\n      },\n      \"parent\": {\n        \"data\": {\n          \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n          \"type\": \"node\"\n        },\n        \"links\": {\n          \"related\": \"string\"\n        }\n      },\n      \"hierarchy\": {\n        \"data\": {\n          \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n          \"type\": \"hierarchy\"\n        },\n        \"links\": {\n          \"related\": \"string\"\n        }\n      }\n    },\n    \"type\": \"node\",\n    \"meta\": {\n      \"language\": \"en-GB\",\n      \"bread_crumb\": [\n        \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\",\n        \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n      ],\n      \"breadcrumbs\": [\n        {\n          \"id\": \"e871df93-c769-49a9-9394-a6fd555b8e8a\",\n          \"name\": \"Formal dresswear\",\n          \"slug\": \"formal\"\n        },\n        {\n          \"id\": \"e871df93-c769-49a9-9394-a6fd555b8e8a\",\n          \"name\": \"Formal dresswear\",\n          \"slug\": \"formal\"\n        }\n      ],\n      \"has_children\": true\n    }\n  },\n  \"links\": {\n    \"self\": \"https://dLqGRREmCSMLHhpuFX.gjioI6Iiw.ciNSpDsXaML6,KYfBU37.V6-+Q\",\n    \"first\": \"http://BXGDkjSLyjPFZKCO.bfhsaKo73KcLCds\",\n    \"last\": \"http://wMdKghjDobSyQHDOFr.cpSFpqZsnv3cEdV09JD\",\n    \"prev\": \"http://YIPQHeqNiTJLs.rxtzZO0GIdKo-rvsbe\",\n    \"next\": \"https://JnZSIVGPvAFjBuzVWLA.vhnupIZ4WVBwx3Lur-XAPZiPtpyhZhQ5h2iNE2T2\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9e19ecf6-ed00-4907-a6c0-9e78f864344f",
              "name": "The unexpected error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalog",
                    "nodes",
                    ":node_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog node ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "node_id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "The list of channels in which this catalog can be displayed. A channel is the shopping experience, such as a mobile app or web storefront. If empty, the catalog rule matches all channels. The channel will eventually be included in the bearer token that is used for authorization, but currently, you must set the `EP-Channel` header in your requests.",
                      "type": "text/plain"
                    },
                    "key": "EP-Channel",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "Tags are used to refine the eligibility criteria for a rule. Requests populate the catalog rule tag using the `EP-Context-Tag` header.",
                      "type": "text/plain"
                    },
                    "key": "EP-Context-Tag",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                      "type": "text/plain"
                    },
                    "key": "accept-language",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    },\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b1285240-a350-4ca4-963d-19b43858110a",
          "name": "Get a Node's Children",
          "request": {
            "name": "Get a Node's Children",
            "description": {
              "content": "Returns the child nodes for a node in the catalog.\n\nIf you have multiple catalog rules defined, the rule that best matches the shoppers context is used to determine which catalog is retrieved. For information about how rules are matched, see [Resolving Catalog Rules](/docs/api/pxm/catalog/rules#resolving-catalog-rules).\n\nYou can see which parent nodes a node is associated with in the `breadcrumbs` metadata for each node. This is useful if you want to improve how your shoppers search your store, for example. See [Product and Node Associations in Breadcrumb Metadata](/guides/How-To/Catalogs/breadcrumbs).\n\nThe response lists the products associated with the nodes. If products are [curated](/guides/How-To/Products/curating-products), they are displayed in `curated_products`. Product curation allows you to promote specific products within each of your hierarchies, enabling you to create unique product collections in your storefront.\n\n- If you don't provide any curated_products, products are listed by their updated_at time in descending order, with the most recently updated product first.\n- If you configure curated_products for only a few products, the curated products are displayed first and the other products are displayed in the order of updated_at time.\n- You can only curate 20 products or less. You cannot have more than 20 curated products.\n- A product that is curated has the \"curated_product\": true attribute displayed.\n- If a curated product is removed from a node, the product is also removed from the curated_products list.\n\n### Filtering\n\nThis endpoint supports filtering. For general syntax, see [Filtering](/guides/Getting-Started/filtering). The following operators and attributes are available.\n\n| Operator  | Description | Attributes | Example |\n| --- | --- | --- | --- |\n| `Eq` | Checks if the values of two operands are equal. If they are, the condition is true. | `name`, `slug` | `filter=eq(name,some-name)` |\n| `in`      | Checks if the values are included in the specified string. If they are, the condition is true.\n| `Id` |  `filter=in(id,9214719b-17fe-4ea7-896c-d61e60fc0d05,e104d541-2c52-47fa-8a9a-c4382480d97c,65daaf68-ff2e-4632-8944-370de835967d)` |\n\n### Building breadcrumbs in a storefront\n\nIn a catalog, you can use the nodes directly attached to a product to build breadcrumbs in your storefront. This eliminates the need for additional queries to fetch hierarchy or parent node details. Each node contains all the necessary information in `breadcrumbs` metadata, such as its own details and the details of its parent hierarchy/node(s), to construct the complete breadcrumb path without requiring additional queries.\n\nAn example is shown below:\n\n`filter=in(id,c83bfe55-0d87-4302-a86d-ab19e7e323f1,6003d7ef-84f3-49bb-a8bd-4cbfa203dcbb)`\n\n- Specify the node IDs directly attached to the product in the filter expression.\n- You can include as many node IDs as required.\n- It does not matter what order you specify the node IDs. The nodes are returned in the order they were last updated.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "catalog",
                "nodes",
                ":node_id",
                "relationships",
                "children"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "This endpoint supports filtering, see [Filtering](#filtering).\n",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "586"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "1029"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "node_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The catalog node ID.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "disabled": false,
                "description": {
                  "content": "The list of channels in which this catalog can be displayed. A channel is the shopping experience, such as a mobile app or web storefront. If empty, the catalog rule matches all channels. The channel will eventually be included in the bearer token that is used for authorization, but currently, you must set the `EP-Channel` header in your requests.",
                  "type": "text/plain"
                },
                "key": "EP-Channel",
                "value": "string"
              },
              {
                "disabled": false,
                "description": {
                  "content": "Tags are used to refine the eligibility criteria for a rule. Requests populate the catalog rule tag using the `EP-Context-Tag` header.",
                  "type": "text/plain"
                },
                "key": "EP-Context-Tag",
                "value": "string"
              },
              {
                "disabled": false,
                "description": {
                  "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                  "type": "text/plain"
                },
                "key": "accept-language",
                "value": "string"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "f946294b-a683-4dc4-8530-a0d2a2481950",
              "name": "The child nodes of a catalog node.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalog",
                    "nodes",
                    ":node_id",
                    "relationships",
                    "children"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "This endpoint supports filtering, see [Filtering](#filtering).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "586"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "1029"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog node ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "node_id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "The list of channels in which this catalog can be displayed. A channel is the shopping experience, such as a mobile app or web storefront. If empty, the catalog rule matches all channels. The channel will eventually be included in the bearer token that is used for authorization, but currently, you must set the `EP-Channel` header in your requests.",
                      "type": "text/plain"
                    },
                    "key": "EP-Channel",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "Tags are used to refine the eligibility criteria for a rule. Requests populate the catalog rule tag using the `EP-Context-Tag` header.",
                      "type": "text/plain"
                    },
                    "key": "EP-Context-Tag",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                      "type": "text/plain"
                    },
                    "key": "accept-language",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"meta\": {\n    \"results\": {\n      \"total\": 8821\n    },\n    \"page\": {\n      \"limit\": 8969,\n      \"offset\": 4837,\n      \"current\": 173,\n      \"total\": 4965\n    }\n  },\n  \"data\": [\n    {\n      \"attributes\": {\n        \"created_at\": \"1970-01-01T00:00:00.000\",\n        \"published_at\": \"1970-01-01T00:00:00.000\",\n        \"description\": \"Formal dresswear\",\n        \"label\": \"category\",\n        \"name\": \"Formal dresswear\",\n        \"slug\": \"formal\",\n        \"curated_products\": [\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\",\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n        ],\n        \"status\": \"live\",\n        \"shopper_attributes\": {\n          \"key_0\": \"string\"\n        },\n        \"updated_at\": \"1970-01-01T00:00:00.000\"\n      },\n      \"id\": \"e871df93-c769-49a9-9394-a6fd555b8e8a\",\n      \"relationships\": {\n        \"products\": {\n          \"data\": [\n            {\n              \"id\": \"f1f211c4-eace-60c0-96d3-ba17d77a47de\",\n              \"type\": \"product\"\n            },\n            {\n              \"id\": \"ee063e77-0e76-efea-2cfe-189ac49c52bd\",\n              \"type\": \"product\"\n            }\n          ],\n          \"links\": {\n            \"related\": \"string\"\n          }\n        },\n        \"children\": {\n          \"links\": {\n            \"related\": \"string\"\n          }\n        },\n        \"parent\": {\n          \"data\": {\n            \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n            \"type\": \"node\"\n          },\n          \"links\": {\n            \"related\": \"string\"\n          }\n        },\n        \"hierarchy\": {\n          \"data\": {\n            \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n            \"type\": \"hierarchy\"\n          },\n          \"links\": {\n            \"related\": \"string\"\n          }\n        }\n      },\n      \"type\": \"node\",\n      \"meta\": {\n        \"language\": \"en-GB\",\n        \"bread_crumb\": [\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\",\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n        ],\n        \"breadcrumbs\": [\n          {\n            \"id\": \"e871df93-c769-49a9-9394-a6fd555b8e8a\",\n            \"name\": \"Formal dresswear\",\n            \"slug\": \"formal\"\n          },\n          {\n            \"id\": \"e871df93-c769-49a9-9394-a6fd555b8e8a\",\n            \"name\": \"Formal dresswear\",\n            \"slug\": \"formal\"\n          }\n        ],\n        \"has_children\": true\n      }\n    },\n    {\n      \"attributes\": {\n        \"created_at\": \"1970-01-01T00:00:00.000\",\n        \"published_at\": \"1970-01-01T00:00:00.000\",\n        \"description\": \"Formal dresswear\",\n        \"label\": \"category\",\n        \"name\": \"Formal dresswear\",\n        \"slug\": \"formal\",\n        \"curated_products\": [\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\",\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n        ],\n        \"status\": \"live\",\n        \"shopper_attributes\": {\n          \"key_0\": \"string\",\n          \"key_1\": \"string\"\n        },\n        \"updated_at\": \"1970-01-01T00:00:00.000\"\n      },\n      \"id\": \"e871df93-c769-49a9-9394-a6fd555b8e8a\",\n      \"relationships\": {\n        \"products\": {\n          \"data\": [\n            {\n              \"id\": \"d2a020c5-ac81-dd30-65da-da95e0588fce\",\n              \"type\": \"product\"\n            },\n            {\n              \"id\": \"0afb0b70-b95a-f3ed-0e49-1c731889d9ae\",\n              \"type\": \"product\"\n            }\n          ],\n          \"links\": {\n            \"related\": \"string\"\n          }\n        },\n        \"children\": {\n          \"links\": {\n            \"related\": \"string\"\n          }\n        },\n        \"parent\": {\n          \"data\": {\n            \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n            \"type\": \"node\"\n          },\n          \"links\": {\n            \"related\": \"string\"\n          }\n        },\n        \"hierarchy\": {\n          \"data\": {\n            \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n            \"type\": \"hierarchy\"\n          },\n          \"links\": {\n            \"related\": \"string\"\n          }\n        }\n      },\n      \"type\": \"node\",\n      \"meta\": {\n        \"language\": \"en-GB\",\n        \"bread_crumb\": [\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\",\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n        ],\n        \"breadcrumbs\": [\n          {\n            \"id\": \"e871df93-c769-49a9-9394-a6fd555b8e8a\",\n            \"name\": \"Formal dresswear\",\n            \"slug\": \"formal\"\n          },\n          {\n            \"id\": \"e871df93-c769-49a9-9394-a6fd555b8e8a\",\n            \"name\": \"Formal dresswear\",\n            \"slug\": \"formal\"\n          }\n        ],\n        \"has_children\": true\n      }\n    }\n  ],\n  \"links\": {\n    \"self\": \"https://hlravajgYPOjI.amvfuScA2+7+-Ln8Ij0JrW.AQHcUfkAP6h2jeKWccpQaSy\",\n    \"first\": \"http://GSZRPBSPGQcsDXkoPJzHNfCTXhduW.alwA-d,7bqrm5NERpvdfjEGsHsHOSFWEcx-JZp-Sg81XuZw-pBMtfj+yuChR\",\n    \"last\": \"http://ubIZljvQocQezSuIsnEQaTDQEm.huG.cOLJ+aIs3U5t-BqFGgbnUaKhCezJgwY3o1SDDM9BogtP14oTGfvWFQBOI2gbMhAs\",\n    \"prev\": \"http://iMUQNdZcG.dlcyEO9MhrXgr5ll1IVF13k4oxGFaIZUEfEJ1S-6-Rv56rGC\",\n    \"next\": \"http://bDvbACfzVDJyBArkHVumiDTjdjaK.kjDNEPLeoPuAHOFTBYGbBr,ujBG0ZrbxV\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3dda4247-e203-4880-91de-6b89ffa4742d",
              "name": "The unexpected error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalog",
                    "nodes",
                    ":node_id",
                    "relationships",
                    "children"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "This endpoint supports filtering, see [Filtering](#filtering).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "586"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "1029"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog node ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "node_id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "The list of channels in which this catalog can be displayed. A channel is the shopping experience, such as a mobile app or web storefront. If empty, the catalog rule matches all channels. The channel will eventually be included in the bearer token that is used for authorization, but currently, you must set the `EP-Channel` header in your requests.",
                      "type": "text/plain"
                    },
                    "key": "EP-Channel",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "Tags are used to refine the eligibility criteria for a rule. Requests populate the catalog rule tag using the `EP-Context-Tag` header.",
                      "type": "text/plain"
                    },
                    "key": "EP-Context-Tag",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                      "type": "text/plain"
                    },
                    "key": "accept-language",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    },\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5295839d-0035-43e9-a75e-d7750721a7c2",
          "name": "Get all Products",
          "request": {
            "name": "Get all Products",
            "description": {
              "content": "Retrieves the list of products from the catalog. Only the products in a live status are retrieved.\n\n### Catalog Rules\n\nIf you have multiple catalog rules defined, the rule that best matches the shoppers context is used to determine which catalog is retrieved. If no catalog rules are configured, the first catalog found is returned. For information about how rules are matched, see [Resolving Catalog Rules](/docs/api/pxm/catalog/rules#resolving-catalog-rules).\n\n### Product and Node Associations\n\n You can see the parent nodes a product is associated within the `bread_crumbs` and `bread_crumb_nodes` metadata for each product. For example, this is useful if you want to improve how your shoppers search your store. See [Product and Node Associations in Breadcrumb Metadata](/guides/How-To/Catalogs/breadcrumbs).\n\n### Including Resources\n\nUsing the `include` parameter, you can retrieve top-level resources, such as, files or main image, bundle component products and product attributes, such as SKU or slug. \n\n| Parameter | Required | Description                                                                                                                                                                                                    |\n|  :---------------------|:---------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `component_products` | Optional | The  component product data and key attribute data, such as SKU or slug, to return for component products in a product bundle.  |\n| `main_image`         | Optional | The main images associated with a product. |\n| `files`              | Optional | Any files associated with a product. |\n\nSee [**Including Resources**](/guides/Getting-Started/includes).\n\n### Filtering\n\nThis endpoint supports filtering. For general filtering syntax, see [Filtering](/guides/Getting-Started/filtering). The following operators and attributes are available when filtering on this endpoint.\n\n| Operator | Description                                                                                     | Supported Attributes                                     | Example |\n|:---|:------------------------------------------------------------------------------------------------|:---------------------------------------------------------|:--- |\n| `Eq` | Checks if the values of two operands are equal. If they are, the condition is true. For `product_types` and `tags`, you can only specify one. For example, `filter=eq(product_types,child)`.            | `name`, `sku`, `slug`, `manufacturer_part_num`, `upc_ean`, `product_types`, `tags` | `filter=eq(name,some-name)` |\n| `In` | Checks if the values are included in the specified string. If they are, the condition is true. For `product_types` and `tags`, you can specify more than one. For example, `filter=in(product_types,child,bundle)`. | `id`, `name`, `sku`, `slug`, `manufacturer_part_num`, `upc_ean`, `product_types`, `tags`          | `filter=in(id,some-id)` |\n\n### Building breadcrumbs in a storefront\n\nIn a catalog, you can use the nodes directly attached to a product to build breadcrumbs in your storefront. This eliminates the need for additional queries to fetch hierarchy or parent node details. Each node contains all the necessary information in `breadcrumbs` metadata, such as its own details and the details of its parent hierarchy/node(s), to construct the complete breadcrumb path without requiring additional queries.\n\nAn example is shown below:\n\n`filter=in(id,c83bfe55-0d87-4302-a86d-ab19e7e323f1,6003d7ef-84f3-49bb-a8bd-4cbfa203dcbb)`\n\n- Specify the node IDs directly attached to the product in the filter expression.\n- You can include as many node IDs as required.\n- It does not matter what order you specify the node IDs. The nodes are returned in the order they were last updated.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "catalog",
                "products"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Using the include parameter, you can retrieve top-level resources.\n\n- Files or main image. For example, `include=files,main_image`.\n- Component product data. For example, `include=component_products`.\n- Key attribute data, such as SKU or slug.\n",
                    "type": "text/plain"
                  },
                  "key": "include",
                  "value": "main_image,component_products"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "This endpoints support filtering. See [Filtering](#filtering).\n",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "586"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "1029"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "disabled": false,
                "description": {
                  "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                  "type": "text/plain"
                },
                "key": "accept-language",
                "value": "string"
              },
              {
                "disabled": false,
                "description": {
                  "content": "The list of channels in which this catalog can be displayed. A channel is the shopping experience, such as a mobile app or web storefront. If empty, the catalog rule matches all channels. The channel will eventually be included in the bearer token that is used for authorization, but currently, you must set the `EP-Channel` header in your requests.",
                  "type": "text/plain"
                },
                "key": "EP-Channel",
                "value": "string"
              },
              {
                "disabled": false,
                "description": {
                  "content": "Tags are used to refine the eligibility criteria for a rule. Requests populate the catalog rule tag using the `EP-Context-Tag` header.",
                  "type": "text/plain"
                },
                "key": "EP-Context-Tag",
                "value": "string"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "a5be587e-686d-472f-a0a1-1c1c7ff6ccd3",
              "name": "The products of a catalog.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalog",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Using the include parameter, you can retrieve top-level resources.\n\n- Files or main image. For example, `include=files,main_image`.\n- Component product data. For example, `include=component_products`.\n- Key attribute data, such as SKU or slug.\n",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "main_image,component_products"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "This endpoints support filtering. See [Filtering](#filtering).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "586"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "1029"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                      "type": "text/plain"
                    },
                    "key": "accept-language",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "The list of channels in which this catalog can be displayed. A channel is the shopping experience, such as a mobile app or web storefront. If empty, the catalog rule matches all channels. The channel will eventually be included in the bearer token that is used for authorization, but currently, you must set the `EP-Channel` header in your requests.",
                      "type": "text/plain"
                    },
                    "key": "EP-Channel",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "Tags are used to refine the eligibility criteria for a rule. Requests populate the catalog rule tag using the `EP-Context-Tag` header.",
                      "type": "text/plain"
                    },
                    "key": "EP-Context-Tag",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"meta\": {\n    \"results\": {\n      \"total\": 5602\n    },\n    \"page\": {\n      \"limit\": 1603,\n      \"offset\": 9609,\n      \"current\": 6233,\n      \"total\": 3763\n    }\n  },\n  \"data\": [\n    {\n      \"attributes\": {\n        \"published_at\": \"1970-01-01T00:00:00.000\",\n        \"base_product\": false,\n        \"base_product_id\": \"cdf574bc-e36e-48fc-9eac-01c87839b285\",\n        \"commodity_type\": \"physical\",\n        \"curated_product\": true,\n        \"upc_ean\": \"0123456\",\n        \"manufacturer_part_num\": \"mfn1\",\n        \"tags\": [\n          \"tag-a\"\n        ],\n        \"price_modifiers\": [\n          \"modifier-1\"\n        ],\n        \"created_at\": \"1970-01-01T00:00:00.000\",\n        \"description\": \"This is a product\",\n        \"name\": \"Blue shirt\",\n        \"price\": {\n          \"key_0\": {\n            \"amount\": 100,\n            \"includes_tax\": false\n          },\n          \"key_1\": {\n            \"amount\": 100,\n            \"includes_tax\": false\n          },\n          \"key_2\": {\n            \"amount\": 100,\n            \"includes_tax\": false\n          }\n        },\n        \"shopper_attributes\": {\n          \"key_0\": \"string\",\n          \"key_1\": \"string\"\n        },\n        \"tiers\": {\n          \"key_0\": {\n            \"minimum_quantity\": 1230,\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            }\n          },\n          \"key_1\": {\n            \"minimum_quantity\": 3952,\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            }\n          },\n          \"key_2\": {\n            \"minimum_quantity\": 6832,\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            }\n          },\n          \"key_3\": {\n            \"minimum_quantity\": 2381,\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            }\n          }\n        },\n        \"components\": {\n          \"key_0\": {\n            \"name\": \"string\",\n            \"min\": 2552,\n            \"max\": 7284,\n            \"sort_order\": 6533,\n            \"options\": [\n              {\n                \"id\": \"e58dcacd-6f5b-8c35-c256-07600f27f778\",\n                \"type\": \"product\",\n                \"quantity\": 2,\n                \"min\": 3622,\n                \"max\": 6478,\n                \"sort_order\": 15,\n                \"default\": true,\n                \"product_should_be_substituted_with_child\": true,\n                \"excluded_children\": [\n                  \"2d491d1c-729d-43d7-a2d2-e0a56edab43d\"\n                ]\n              }\n            ]\n          },\n          \"key_1\": {\n            \"name\": \"string\",\n            \"min\": 4168,\n            \"max\": 5822,\n            \"sort_order\": 4402,\n            \"options\": [\n              {\n                \"id\": \"34e471d1-c2f8-46b8-a6db-1a3404a05518\",\n                \"type\": \"product\",\n                \"quantity\": 2,\n                \"min\": 8608,\n                \"max\": 3680,\n                \"sort_order\": 15,\n                \"default\": true,\n                \"product_should_be_substituted_with_child\": true,\n                \"excluded_children\": [\n                  \"2d491d1c-729d-43d7-a2d2-e0a56edab43d\"\n                ]\n              }\n            ]\n          }\n        },\n        \"custom_inputs\": {\n          \"key_0\": {\n            \"name\": \"Message\",\n            \"validation_rules\": [\n              {\n                \"type\": \"string\",\n                \"options\": {\n                  \"max_length\": 255\n                }\n              }\n            ],\n            \"required\": false\n          }\n        },\n        \"sku\": \"blue-shirt\",\n        \"slug\": \"blue-shirt\",\n        \"status\": \"live\",\n        \"external_ref\": \"string\",\n        \"updated_at\": \"1970-01-01T00:00:00.000\",\n        \"extensions\": {\n          \"key_0\": {\n            \"key_0\": {},\n            \"key_1\": {}\n          },\n          \"key_1\": {\n            \"key_0\": {}\n          },\n          \"key_2\": {\n            \"key_0\": {},\n            \"key_1\": {}\n          }\n        }\n      },\n      \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n      \"relationships\": {\n        \"parent\": {\n          \"data\": {\n            \"id\": \"a85c2f05-6aad-197b-7e9b-9d39744c4901\",\n            \"type\": \"product\"\n          }\n        },\n        \"children\": {\n          \"data\": [\n            {\n              \"id\": \"b93d2ad3-b028-8ba2-7808-f797a375d103\",\n              \"type\": \"product\"\n            }\n          ],\n          \"links\": {\n            \"self\": \"string\"\n          }\n        },\n        \"files\": {\n          \"data\": [\n            {\n              \"type\": \"file\",\n              \"id\": \"d4f44c07-881a-816a-133c-a110f05a4c39\",\n              \"created_at\": \"1970-01-01T00:00:00.000\"\n            }\n          ]\n        },\n        \"main_image\": {\n          \"data\": {\n            \"type\": \"main_image\",\n            \"id\": \"58beb426-bf90-a46d-980a-90f2c7e2e0d2\"\n          }\n        },\n        \"component_products\": {\n          \"data\": [\n            {\n              \"id\": \"c89a7e9c-6943-fa11-1eef-ba0ba5214589\",\n              \"type\": \"product\"\n            }\n          ],\n          \"links\": {\n            \"self\": \"string\"\n          }\n        },\n        \"custom_relationships\": {\n          \"data\": [\n            {\n              \"id\": \"7e5653df-a1de-fe3d-15e1-008f418db6b8\",\n              \"type\": \"product\"\n            }\n          ],\n          \"links\": {}\n        }\n      },\n      \"type\": \"product\",\n      \"meta\": {\n        \"bread_crumbs\": {\n          \"key_0\": [\n            \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n          ],\n          \"key_1\": [\n            \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n          ]\n        },\n        \"bread_crumb_nodes\": [\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n        ],\n        \"catalog_id\": \"362a16dc-f7c6-4280-83d6-4fcc152af091\",\n        \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n        \"display_price\": {\n          \"with_tax\": {\n            \"amount\": 3103,\n            \"currency\": \"USD\",\n            \"formatted\": \"$475.00\",\n            \"float_price\": 475\n          },\n          \"without_tax\": {\n            \"amount\": 1118,\n            \"currency\": \"USD\",\n            \"formatted\": \"$475.00\",\n            \"float_price\": 475\n          }\n        },\n        \"catalog_source\": \"pim\",\n        \"sale_id\": \"string\",\n        \"sale_expires\": \"2025-07-07T14:30:00Z\",\n        \"original_price\": {\n          \"key_0\": {\n            \"amount\": 100,\n            \"includes_tax\": false\n          }\n        },\n        \"original_display_price\": {\n          \"with_tax\": {\n            \"amount\": 4870,\n            \"currency\": \"USD\",\n            \"formatted\": \"$475.00\",\n            \"float_price\": 475\n          },\n          \"without_tax\": {\n            \"amount\": 4235,\n            \"currency\": \"USD\",\n            \"formatted\": \"$475.00\",\n            \"float_price\": 475\n          }\n        },\n        \"bundle_configuration\": {\n          \"selected_options\": {\n            \"games\": {\n              \"p292e1db-c919-4d2f-984a-c2ddc79df024\": 2\n            },\n            \"consoles\": {\n              \"759ce0d7-e248-4f57-8ee1-6fd81a1b3c0a\": 1\n            }\n          }\n        },\n        \"component_products\": {\n          \"key_0\": {\n            \"sale_id\": \"string\",\n            \"sale_expires\": \"2025-07-07T14:30:00Z\",\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"display_price\": {\n              \"with_tax\": {\n                \"amount\": 2427,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 6903,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"original_price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"original_display_price\": {\n              \"with_tax\": {\n                \"amount\": 2536,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 8635,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n            \"alternative_prices\": [\n              {\n                \"name\": \"string\",\n                \"pricebook_id\": \"string\",\n                \"shopper_attributes\": {\n                  \"key_0\": \"string\",\n                  \"key_1\": \"string\",\n                  \"key_2\": \"string\",\n                  \"key_3\": \"string\"\n                },\n                \"sale_id\": \"string\",\n                \"sale_expires\": \"2025-07-07T14:30:00Z\",\n                \"price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 5145,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 1681,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                },\n                \"original_display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 5557,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 4552,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                },\n                \"original_price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"key_1\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"key_2\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"tiers\": {\n                  \"key_0\": {\n                    \"original_price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      },\n                      \"key_1\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      },\n                      \"key_1\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      },\n                      \"key_2\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 92,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 5019,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    },\n                    \"original_display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 1502,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 7353,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    }\n                  },\n                  \"key_1\": {\n                    \"original_price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      },\n                      \"key_1\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 9708,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 4998,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    },\n                    \"original_display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 4138,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 7747,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    }\n                  },\n                  \"key_2\": {\n                    \"original_price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      },\n                      \"key_1\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 9142,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 6940,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    },\n                    \"original_display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 5861,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 2588,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    }\n                  }\n                }\n              }\n            ]\n          },\n          \"key_1\": {\n            \"sale_id\": \"string\",\n            \"sale_expires\": \"2025-07-07T14:30:00Z\",\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"display_price\": {\n              \"with_tax\": {\n                \"amount\": 595,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 4810,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"original_price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"original_display_price\": {\n              \"with_tax\": {\n                \"amount\": 9797,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 6043,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n            \"alternative_prices\": [\n              {\n                \"name\": \"string\",\n                \"pricebook_id\": \"string\",\n                \"shopper_attributes\": {\n                  \"key_0\": \"string\"\n                },\n                \"sale_id\": \"string\",\n                \"sale_expires\": \"2025-07-07T14:30:00Z\",\n                \"price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"key_1\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"key_2\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 3249,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 2537,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                },\n                \"original_display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 1298,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 6480,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                },\n                \"original_price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"tiers\": {\n                  \"key_0\": {\n                    \"original_price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 642,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 2781,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    },\n                    \"original_display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 6633,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 189,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    }\n                  },\n                  \"key_1\": {\n                    \"original_price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      },\n                      \"key_1\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 3884,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 7265,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    },\n                    \"original_display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 4312,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 1623,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    }\n                  }\n                }\n              }\n            ]\n          }\n        },\n        \"component_product_data\": {\n          \"key_0\": {\n            \"value\": \"<Circular reference to #/components/schemas/product detected>\"\n          },\n          \"key_1\": {\n            \"value\": \"<Circular reference to #/components/schemas/product detected>\"\n          }\n        },\n        \"price_modifiers\": {\n          \"key_0\": {\n            \"modifier_type\": \"price_equals\",\n            \"currencies\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_2\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            }\n          }\n        },\n        \"tiers\": {\n          \"key_0\": {\n            \"sale_id\": \"string\",\n            \"sale_expires\": \"2025-07-07T14:30:00Z\",\n            \"display_price\": {\n              \"with_tax\": {\n                \"amount\": 1130,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 9930,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"original_price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_2\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"original_display_price\": {\n              \"with_tax\": {\n                \"amount\": 4577,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 3774,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            }\n          },\n          \"key_1\": {\n            \"sale_id\": \"string\",\n            \"sale_expires\": \"2025-07-07T14:30:00Z\",\n            \"display_price\": {\n              \"with_tax\": {\n                \"amount\": 3943,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 8882,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"original_price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"original_display_price\": {\n              \"with_tax\": {\n                \"amount\": 394,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 5119,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            }\n          }\n        },\n        \"variation_matrix\": {},\n        \"variations\": [\n          {\n            \"id\": \"86c51519-c1f6-f31d-514a-111d46c98a31\",\n            \"name\": \"string\",\n            \"sort_order\": 1232,\n            \"option\": {\n              \"id\": \"4371d41f-907c-c44d-8d90-741c4903273f\",\n              \"name\": \"string\",\n              \"sort_order\": 3427,\n              \"description\": \"string\"\n            },\n            \"options\": [\n              {\n                \"id\": \"46ff71a7-fbfe-1b2e-cc61-92653344a23e\",\n                \"name\": \"string\",\n                \"sort_order\": 1111,\n                \"description\": \"string\"\n              }\n            ]\n          }\n        ],\n        \"child_option_ids\": [\n          \"string\"\n        ],\n        \"child_variations\": [\n          {\n            \"id\": \"a2d8e6c0-3450-94ac-e491-157516489098\",\n            \"name\": \"string\",\n            \"sort_order\": 6446,\n            \"option\": {\n              \"id\": \"6e88d9e9-8a47-b906-806d-17d695a6c22e\",\n              \"name\": \"string\",\n              \"sort_order\": 7203,\n              \"description\": \"string\"\n            },\n            \"options\": [\n              {\n                \"id\": \"238aa9bb-7173-a9fd-7005-6ab528621e15\",\n                \"name\": \"string\",\n                \"sort_order\": 353,\n                \"description\": \"string\"\n              }\n            ]\n          }\n        ],\n        \"product_types\": [\n          \"string\"\n        ],\n        \"language\": \"en-GB\",\n        \"custom_relationships\": [\n          \"string\"\n        ],\n        \"available_prices\": [\n          {\n            \"pricebook_id\": \"string\",\n            \"shopper_attributes\": {\n              \"key_0\": \"string\"\n            },\n            \"sales\": {\n              \"key_0\": {\n                \"schedule\": {\n                  \"valid_from\": \"2020-09-22T09:00:00\",\n                  \"valid_to\": \"2020-09-22T09:00:00\"\n                },\n                \"currencies\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false,\n                    \"tiers\": {\n                      \"key_0\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      },\n                      \"key_1\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      }\n                    }\n                  },\n                  \"key_1\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false,\n                    \"tiers\": {\n                      \"key_0\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      }\n                    }\n                  },\n                  \"key_2\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false,\n                    \"tiers\": {\n                      \"key_0\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      }\n                    }\n                  },\n                  \"key_3\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false,\n                    \"tiers\": {\n                      \"key_0\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      }\n                    }\n                  },\n                  \"key_4\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false,\n                    \"tiers\": {\n                      \"key_0\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      },\n                      \"key_1\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      },\n                      \"key_2\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      },\n                      \"key_3\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      }\n                    }\n                  }\n                }\n              },\n              \"key_1\": {\n                \"schedule\": {\n                  \"valid_from\": \"2020-09-22T09:00:00\",\n                  \"valid_to\": \"2020-09-22T09:00:00\"\n                },\n                \"currencies\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false,\n                    \"tiers\": {\n                      \"key_0\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      }\n                    }\n                  }\n                }\n              }\n            },\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"tiers\": {\n              \"key_0\": {\n                \"minimum_quantity\": 7093,\n                \"price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"key_1\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                }\n              },\n              \"key_1\": {\n                \"minimum_quantity\": 8314,\n                \"price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                }\n              }\n            }\n          }\n        ],\n        \"alternative_prices\": [\n          {\n            \"name\": \"string\",\n            \"pricebook_id\": \"string\",\n            \"shopper_attributes\": {\n              \"key_0\": \"string\",\n              \"key_1\": \"string\"\n            },\n            \"sale_id\": \"string\",\n            \"sale_expires\": \"2025-07-07T14:30:00Z\",\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"display_price\": {\n              \"with_tax\": {\n                \"amount\": 9421,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 7267,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"original_display_price\": {\n              \"with_tax\": {\n                \"amount\": 2045,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 135,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"original_price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_2\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"tiers\": {\n              \"key_0\": {\n                \"original_price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"key_1\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 6206,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 8682,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                },\n                \"original_display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 9012,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 4212,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                }\n              },\n              \"key_1\": {\n                \"original_price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"key_1\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 5979,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 5485,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                },\n                \"original_display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 5574,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 7960,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                }\n              }\n            }\n          }\n        ],\n        \"available_pricebook_ids\": [\n          \"string\"\n        ]\n      }\n    }\n  ],\n  \"included\": {\n    \"main_images\": [\n      {\n        \"id\": \"d38416e6-a515-c91e-1b92-fd4de7d5ccca\",\n        \"type\": \"file\",\n        \"file_name\": \"file_name.jpg\",\n        \"mime_type\": \"image/jpeg\",\n        \"file_size\": 36000,\n        \"public\": true,\n        \"meta\": {\n          \"timestamps\": {\n            \"created_at\": \"2023-10-11T13:02:25.293Z\"\n          },\n          \"dimensions\": {\n            \"width\": 1800,\n            \"height\": 1000\n          }\n        },\n        \"links\": {\n          \"self\": \"https://useast.api.elasticpath.com/v2/files/ddc28c74-a7df-46be-b262-8fa69a6e7d52\"\n        },\n        \"link\": {\n          \"href\": \"https://files-eu.epusercontent.com/e8c53cb0-120d-4ea5-8941-ce74dec06038/f8cf26b3-6d38-4275-937a-624a83994702.png\",\n          \"meta\": {\n            \"results\": {\n              \"total\": 2\n            }\n          }\n        }\n      }\n    ],\n    \"component_products\": [\n      {\n        \"attributes\": {\n          \"published_at\": \"1970-01-01T00:00:00.000\",\n          \"base_product\": false,\n          \"base_product_id\": \"cdf574bc-e36e-48fc-9eac-01c87839b285\",\n          \"commodity_type\": \"physical\",\n          \"curated_product\": true,\n          \"upc_ean\": \"0123456\",\n          \"manufacturer_part_num\": \"mfn1\",\n          \"tags\": [\n            \"tag-a\"\n          ],\n          \"price_modifiers\": [\n            \"modifier-1\"\n          ],\n          \"created_at\": \"1970-01-01T00:00:00.000\",\n          \"description\": \"This is a product\",\n          \"name\": \"Blue shirt\",\n          \"price\": {\n            \"key_0\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"key_1\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            }\n          },\n          \"shopper_attributes\": {\n            \"key_0\": \"string\",\n            \"key_1\": \"string\",\n            \"key_2\": \"string\"\n          },\n          \"tiers\": {\n            \"key_0\": {\n              \"minimum_quantity\": 9791,\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_3\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_4\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              }\n            }\n          },\n          \"components\": {\n            \"key_0\": {\n              \"name\": \"string\",\n              \"min\": 1448,\n              \"max\": 738,\n              \"sort_order\": 4582,\n              \"options\": [\n                {\n                  \"id\": \"82d78eef-816a-5627-757f-ec0edb70ad29\",\n                  \"type\": \"product\",\n                  \"quantity\": 2,\n                  \"min\": 1809,\n                  \"max\": 5865,\n                  \"sort_order\": 15,\n                  \"default\": true,\n                  \"product_should_be_substituted_with_child\": true,\n                  \"excluded_children\": [\n                    \"2d491d1c-729d-43d7-a2d2-e0a56edab43d\"\n                  ]\n                }\n              ]\n            },\n            \"key_1\": {\n              \"name\": \"string\",\n              \"min\": 7070,\n              \"max\": 7211,\n              \"sort_order\": 1445,\n              \"options\": [\n                {\n                  \"id\": \"23303760-5905-0108-3cdc-2cda1d988a12\",\n                  \"type\": \"product\",\n                  \"quantity\": 2,\n                  \"min\": 6812,\n                  \"max\": 3243,\n                  \"sort_order\": 15,\n                  \"default\": true,\n                  \"product_should_be_substituted_with_child\": true,\n                  \"excluded_children\": [\n                    \"2d491d1c-729d-43d7-a2d2-e0a56edab43d\"\n                  ]\n                }\n              ]\n            },\n            \"key_2\": {\n              \"name\": \"string\",\n              \"min\": 7971,\n              \"max\": 7296,\n              \"sort_order\": 4309,\n              \"options\": [\n                {\n                  \"id\": \"e4fb22bd-50bf-e7b0-0b04-ef8edc0b26e2\",\n                  \"type\": \"product\",\n                  \"quantity\": 2,\n                  \"min\": 3710,\n                  \"max\": 7909,\n                  \"sort_order\": 15,\n                  \"default\": true,\n                  \"product_should_be_substituted_with_child\": true,\n                  \"excluded_children\": [\n                    \"2d491d1c-729d-43d7-a2d2-e0a56edab43d\"\n                  ]\n                }\n              ]\n            },\n            \"key_3\": {\n              \"name\": \"string\",\n              \"min\": 6237,\n              \"max\": 2358,\n              \"sort_order\": 1007,\n              \"options\": [\n                {\n                  \"id\": \"304474b6-0ca3-0cad-fd56-2803b3087be4\",\n                  \"type\": \"product\",\n                  \"quantity\": 2,\n                  \"min\": 274,\n                  \"max\": 4336,\n                  \"sort_order\": 15,\n                  \"default\": true,\n                  \"product_should_be_substituted_with_child\": true,\n                  \"excluded_children\": [\n                    \"2d491d1c-729d-43d7-a2d2-e0a56edab43d\"\n                  ]\n                }\n              ]\n            }\n          },\n          \"custom_inputs\": {\n            \"key_0\": {\n              \"name\": \"Message\",\n              \"validation_rules\": [\n                {\n                  \"type\": \"string\",\n                  \"options\": {\n                    \"max_length\": 255\n                  }\n                }\n              ],\n              \"required\": false\n            },\n            \"key_1\": {\n              \"name\": \"Message\",\n              \"validation_rules\": [\n                {\n                  \"type\": \"string\",\n                  \"options\": {\n                    \"max_length\": 255\n                  }\n                }\n              ],\n              \"required\": false\n            }\n          },\n          \"sku\": \"blue-shirt\",\n          \"slug\": \"blue-shirt\",\n          \"status\": \"live\",\n          \"external_ref\": \"string\",\n          \"updated_at\": \"1970-01-01T00:00:00.000\",\n          \"extensions\": {\n            \"key_0\": {\n              \"key_0\": {}\n            },\n            \"key_1\": {\n              \"key_0\": {},\n              \"key_1\": {}\n            }\n          }\n        },\n        \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n        \"relationships\": {\n          \"parent\": {\n            \"data\": {\n              \"id\": \"d3834b63-107a-0416-52f1-f8d076b7a652\",\n              \"type\": \"product\"\n            }\n          },\n          \"children\": {\n            \"data\": [\n              {\n                \"id\": \"d88cdc87-9078-c992-b54e-7364aa618f64\",\n                \"type\": \"product\"\n              }\n            ],\n            \"links\": {\n              \"self\": \"string\"\n            }\n          },\n          \"files\": {\n            \"data\": [\n              {\n                \"type\": \"file\",\n                \"id\": \"de0ff932-b078-5691-cc51-922a9483ac95\",\n                \"created_at\": \"1970-01-01T00:00:00.000\"\n              }\n            ]\n          },\n          \"main_image\": {\n            \"data\": {\n              \"type\": \"main_image\",\n              \"id\": \"deecd894-ece8-0a68-e8ea-24a3a02b5344\"\n            }\n          },\n          \"component_products\": {\n            \"data\": [\n              {\n                \"id\": \"d4d9cb65-1907-0c96-94f4-7344435bd83d\",\n                \"type\": \"product\"\n              }\n            ],\n            \"links\": {\n              \"self\": \"string\"\n            }\n          },\n          \"custom_relationships\": {\n            \"data\": [\n              {\n                \"id\": \"8edd6fe2-1c03-b1c0-e143-ecdb0b3d95b9\",\n                \"type\": \"product\"\n              }\n            ],\n            \"links\": {}\n          }\n        },\n        \"type\": \"product\",\n        \"meta\": {\n          \"bread_crumbs\": {\n            \"key_0\": [\n              \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n            ],\n            \"key_1\": [\n              \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n            ]\n          },\n          \"bread_crumb_nodes\": [\n            \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n          ],\n          \"catalog_id\": \"362a16dc-f7c6-4280-83d6-4fcc152af091\",\n          \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n          \"display_price\": {\n            \"with_tax\": {\n              \"amount\": 3730,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            },\n            \"without_tax\": {\n              \"amount\": 6645,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            }\n          },\n          \"catalog_source\": \"pim\",\n          \"sale_id\": \"string\",\n          \"sale_expires\": \"2025-07-07T14:30:00Z\",\n          \"original_price\": {\n            \"key_0\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            }\n          },\n          \"original_display_price\": {\n            \"with_tax\": {\n              \"amount\": 1710,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            },\n            \"without_tax\": {\n              \"amount\": 4205,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            }\n          },\n          \"bundle_configuration\": {\n            \"selected_options\": {\n              \"games\": {\n                \"p292e1db-c919-4d2f-984a-c2ddc79df024\": 2\n              },\n              \"consoles\": {\n                \"759ce0d7-e248-4f57-8ee1-6fd81a1b3c0a\": 1\n              }\n            }\n          },\n          \"component_products\": {\n            \"key_0\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 6120,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 2581,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 15,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 2772,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n              \"alternative_prices\": [\n                {\n                  \"name\": \"string\",\n                  \"pricebook_id\": \"string\",\n                  \"shopper_attributes\": {\n                    \"key_0\": \"string\"\n                  },\n                  \"sale_id\": \"string\",\n                  \"sale_expires\": \"2025-07-07T14:30:00Z\",\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 4346,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 4396,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 7921,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 9093,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"tiers\": {\n                    \"key_0\": {\n                      \"original_price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_1\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_2\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_1\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 7253,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 4690,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      },\n                      \"original_display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 6291,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 2787,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      }\n                    },\n                    \"key_1\": {\n                      \"original_price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_1\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_1\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 7122,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 206,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      },\n                      \"original_display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 9148,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 5047,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      }\n                    }\n                  }\n                }\n              ]\n            },\n            \"key_1\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 8605,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 3600,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 5045,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 1690,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n              \"alternative_prices\": [\n                {\n                  \"name\": \"string\",\n                  \"pricebook_id\": \"string\",\n                  \"shopper_attributes\": {\n                    \"key_0\": \"string\",\n                    \"key_1\": \"string\",\n                    \"key_2\": \"string\"\n                  },\n                  \"sale_id\": \"string\",\n                  \"sale_expires\": \"2025-07-07T14:30:00Z\",\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_2\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 9319,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 3382,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 1826,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 268,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"tiers\": {\n                    \"key_0\": {\n                      \"original_price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_1\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_2\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 8762,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 9662,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      },\n                      \"original_display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 6895,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 9975,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      }\n                    }\n                  }\n                }\n              ]\n            }\n          },\n          \"component_product_data\": {\n            \"key_0\": {\n              \"value\": \"<Circular reference to #/components/schemas/product detected>\"\n            },\n            \"key_1\": {\n              \"value\": \"<Circular reference to #/components/schemas/product detected>\"\n            }\n          },\n          \"price_modifiers\": {\n            \"key_0\": {\n              \"modifier_type\": \"price_equals\",\n              \"currencies\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              }\n            },\n            \"key_1\": {\n              \"modifier_type\": \"price_equals\",\n              \"currencies\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              }\n            },\n            \"key_2\": {\n              \"modifier_type\": \"price_equals\",\n              \"currencies\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_3\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              }\n            }\n          },\n          \"tiers\": {\n            \"key_0\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 4080,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 569,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 3741,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 7269,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              }\n            },\n            \"key_1\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 8167,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 8150,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 1633,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 3450,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              }\n            },\n            \"key_2\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 2808,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 5260,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 5039,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 5499,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              }\n            },\n            \"key_3\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 4483,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 9325,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 6018,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 3028,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              }\n            },\n            \"key_4\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 7553,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 1663,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 1335,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 7069,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              }\n            }\n          },\n          \"variation_matrix\": {},\n          \"variations\": [\n            {\n              \"id\": \"40ecc97d-2913-b939-fad5-4dd7b2dbf677\",\n              \"name\": \"string\",\n              \"sort_order\": 6763,\n              \"option\": {\n                \"id\": \"9784015b-bd6b-bcd5-3c8c-89ebfa979813\",\n                \"name\": \"string\",\n                \"sort_order\": 9919,\n                \"description\": \"string\"\n              },\n              \"options\": [\n                {\n                  \"id\": \"7520324b-07a1-2714-5e50-9bc292005f21\",\n                  \"name\": \"string\",\n                  \"sort_order\": 2916,\n                  \"description\": \"string\"\n                }\n              ]\n            }\n          ],\n          \"child_option_ids\": [\n            \"string\"\n          ],\n          \"child_variations\": [\n            {\n              \"id\": \"aad44913-2aa4-41ea-9182-619955c5737b\",\n              \"name\": \"string\",\n              \"sort_order\": 1339,\n              \"option\": {\n                \"id\": \"b1c5081a-f43a-54b7-750a-ec569d704a82\",\n                \"name\": \"string\",\n                \"sort_order\": 5300,\n                \"description\": \"string\"\n              },\n              \"options\": [\n                {\n                  \"id\": \"a39f0511-0bc2-a47e-7081-bf6270506ee7\",\n                  \"name\": \"string\",\n                  \"sort_order\": 5308,\n                  \"description\": \"string\"\n                }\n              ]\n            }\n          ],\n          \"product_types\": [\n            \"string\"\n          ],\n          \"language\": \"en-GB\",\n          \"custom_relationships\": [\n            \"string\"\n          ],\n          \"available_prices\": [\n            {\n              \"pricebook_id\": \"string\",\n              \"shopper_attributes\": {\n                \"key_0\": \"string\",\n                \"key_1\": \"string\",\n                \"key_2\": \"string\"\n              },\n              \"sales\": {\n                \"key_0\": {\n                  \"schedule\": {\n                    \"valid_from\": \"2020-09-22T09:00:00\",\n                    \"valid_to\": \"2020-09-22T09:00:00\"\n                  },\n                  \"currencies\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false,\n                      \"tiers\": {\n                        \"key_0\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        },\n                        \"key_1\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        },\n                        \"key_2\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        }\n                      }\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false,\n                      \"tiers\": {\n                        \"key_0\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        }\n                      }\n                    },\n                    \"key_2\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false,\n                      \"tiers\": {\n                        \"key_0\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        },\n                        \"key_1\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        },\n                        \"key_2\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        },\n                        \"key_3\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        }\n                      }\n                    }\n                  }\n                },\n                \"key_1\": {\n                  \"schedule\": {\n                    \"valid_from\": \"2020-09-22T09:00:00\",\n                    \"valid_to\": \"2020-09-22T09:00:00\"\n                  },\n                  \"currencies\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false,\n                      \"tiers\": {\n                        \"key_0\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        },\n                        \"key_1\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        }\n                      }\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false,\n                      \"tiers\": {\n                        \"key_0\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        }\n                      }\n                    }\n                  }\n                }\n              },\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"tiers\": {\n                \"key_0\": {\n                  \"minimum_quantity\": 5369,\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_2\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  }\n                }\n              }\n            }\n          ],\n          \"alternative_prices\": [\n            {\n              \"name\": \"string\",\n              \"pricebook_id\": \"string\",\n              \"shopper_attributes\": {\n                \"key_0\": \"string\",\n                \"key_1\": \"string\"\n              },\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 625,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 5586,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 268,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 9645,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"tiers\": {\n                \"key_0\": {\n                  \"original_price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 9695,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 2963,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 6625,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 1089,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  }\n                },\n                \"key_1\": {\n                  \"original_price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_2\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 104,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 4153,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 5019,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 1736,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  }\n                }\n              }\n            }\n          ],\n          \"available_pricebook_ids\": [\n            \"string\"\n          ]\n        }\n      }\n    ],\n    \"files\": [\n      {\n        \"id\": \"455d4463-c85e-cee1-de0f-dbcfaada233c\",\n        \"type\": \"file\",\n        \"file_name\": \"file_name.jpg\",\n        \"mime_type\": \"image/jpeg\",\n        \"file_size\": 36000,\n        \"public\": true,\n        \"meta\": {\n          \"timestamps\": {\n            \"created_at\": \"2023-10-11T13:02:25.293Z\"\n          },\n          \"dimensions\": {\n            \"width\": 1800,\n            \"height\": 1000\n          }\n        },\n        \"links\": {\n          \"self\": \"https://useast.api.elasticpath.com/v2/files/ddc28c74-a7df-46be-b262-8fa69a6e7d52\"\n        },\n        \"link\": {\n          \"href\": \"https://files-eu.epusercontent.com/e8c53cb0-120d-4ea5-8941-ce74dec06038/f8cf26b3-6d38-4275-937a-624a83994702.png\",\n          \"meta\": {\n            \"results\": {\n              \"total\": 2\n            }\n          }\n        }\n      }\n    ]\n  },\n  \"links\": {\n    \"self\": \"http://LwPzOVYiEt.asRkq,fqPmLnkKw\",\n    \"first\": \"http://CpnywJGwPlEvgOb.nqdnf4WMPQUlpYeB3EAqbXndKPOAwtzbjiS5ZO\",\n    \"last\": \"https://XeQSxHSWOdnjxCtoCsBJcNQcZBXCM.nwffbEVzu3F8fHSQ9ULy795Cxdo6S0OpjuRdDyGSC\",\n    \"prev\": \"https://BQZisIqfZVBMjRCcgkohsoWYbFCI.iyyVLg2jdpRShTugM00VuM+btEfnnSiI6GTmcjVQzSO2gUuf3I1W29MH25Koak+4hKa5upyS1V\",\n    \"next\": \"https://uExUQFiOJvuggkZFguIkfZKzSmGNCG.lvvwhT.11IQeGnwur5r6PZovamgW6Q+YNHgEUuZ\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "abd6f6a3-aaa5-4787-9393-060a206c770e",
              "name": "The unexpected error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalog",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Using the include parameter, you can retrieve top-level resources.\n\n- Files or main image. For example, `include=files,main_image`.\n- Component product data. For example, `include=component_products`.\n- Key attribute data, such as SKU or slug.\n",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "main_image,component_products"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "This endpoints support filtering. See [Filtering](#filtering).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "586"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "1029"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                      "type": "text/plain"
                    },
                    "key": "accept-language",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "The list of channels in which this catalog can be displayed. A channel is the shopping experience, such as a mobile app or web storefront. If empty, the catalog rule matches all channels. The channel will eventually be included in the bearer token that is used for authorization, but currently, you must set the `EP-Channel` header in your requests.",
                      "type": "text/plain"
                    },
                    "key": "EP-Channel",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "Tags are used to refine the eligibility criteria for a rule. Requests populate the catalog rule tag using the `EP-Context-Tag` header.",
                      "type": "text/plain"
                    },
                    "key": "EP-Context-Tag",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    },\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5bfd5d24-5af6-46b8-9663-6af7231b6ba6",
          "name": "Get a Product",
          "request": {
            "name": "Get a Product",
            "description": {
              "content": "Returns the specified product from the catalog. The product must be in the `live` status.\n\nIf you have multiple catalog rules defined, the rule that best matches the shoppers context is used to determine which catalog is retrieved. For information about how rules are matched, see [Resolving Catalog Rules](/docs/api/pxm/catalog/rules#resolving-catalog-rules).\n\nYou can see the parent nodes a product is associated with in the `bread_crumbs` and `bread_crumb_nodes` metadata for each product. This is useful if you want to improve how your shoppers search your store, for example. See [Product and Node Associations in Breadcrumb Metadata](/guides/How-To/Catalogs/breadcrumbs).\n\nUsing the `include` parameter, you can retrieve top-level resources, such as, files or main image, bundle component products and product attributes, such as SKU or slug. \n\n| Parameter | Required | Description                                                                                                                                                                                                       |\n|  :---------------------|:---------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `component_products` | Optional | The  component product data and key attribute data, such as SKU or slug, to return for component products in a product bundle.  |\n| `main_image`         | Optional | The main images associated with a product. |\n| `files`              | Optional | Any files associated with a product. |\n\nSee [**Including Resources**](/guides/Getting-Started/includes).\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "catalog",
                "products",
                ":product_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Using the include parameter, you can retrieve top-level resources.\n\n- Files or main image. For example, `include=files,main_image`.\n- Component product data. For example, `include=component_products`.\n- Key attribute data, such as SKU or slug.\n",
                    "type": "text/plain"
                  },
                  "key": "include",
                  "value": "main_image,component_products"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "product_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The product ID.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "disabled": false,
                "description": {
                  "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                  "type": "text/plain"
                },
                "key": "accept-language",
                "value": "string"
              },
              {
                "disabled": false,
                "description": {
                  "content": "The list of channels in which this catalog can be displayed. A channel is the shopping experience, such as a mobile app or web storefront. If empty, the catalog rule matches all channels. The channel will eventually be included in the bearer token that is used for authorization, but currently, you must set the `EP-Channel` header in your requests.",
                  "type": "text/plain"
                },
                "key": "EP-Channel",
                "value": "string"
              },
              {
                "disabled": false,
                "description": {
                  "content": "Tags are used to refine the eligibility criteria for a rule. Requests populate the catalog rule tag using the `EP-Context-Tag` header.",
                  "type": "text/plain"
                },
                "key": "EP-Context-Tag",
                "value": "string"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "51bef890-7e3f-447e-9052-87b04009b860",
              "name": "The product of a catalog.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalog",
                    "products",
                    ":product_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Using the include parameter, you can retrieve top-level resources.\n\n- Files or main image. For example, `include=files,main_image`.\n- Component product data. For example, `include=component_products`.\n- Key attribute data, such as SKU or slug.\n",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "main_image,component_products"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The product ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                      "type": "text/plain"
                    },
                    "key": "accept-language",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "The list of channels in which this catalog can be displayed. A channel is the shopping experience, such as a mobile app or web storefront. If empty, the catalog rule matches all channels. The channel will eventually be included in the bearer token that is used for authorization, but currently, you must set the `EP-Channel` header in your requests.",
                      "type": "text/plain"
                    },
                    "key": "EP-Channel",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "Tags are used to refine the eligibility criteria for a rule. Requests populate the catalog rule tag using the `EP-Context-Tag` header.",
                      "type": "text/plain"
                    },
                    "key": "EP-Context-Tag",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"attributes\": {\n      \"published_at\": \"1970-01-01T00:00:00.000\",\n      \"base_product\": false,\n      \"base_product_id\": \"cdf574bc-e36e-48fc-9eac-01c87839b285\",\n      \"commodity_type\": \"physical\",\n      \"curated_product\": true,\n      \"upc_ean\": \"0123456\",\n      \"manufacturer_part_num\": \"mfn1\",\n      \"tags\": [\n        \"tag-a\"\n      ],\n      \"price_modifiers\": [\n        \"modifier-1\"\n      ],\n      \"created_at\": \"1970-01-01T00:00:00.000\",\n      \"description\": \"This is a product\",\n      \"name\": \"Blue shirt\",\n      \"price\": {\n        \"key_0\": {\n          \"amount\": 100,\n          \"includes_tax\": false\n        },\n        \"key_1\": {\n          \"amount\": 100,\n          \"includes_tax\": false\n        }\n      },\n      \"shopper_attributes\": {\n        \"key_0\": \"string\"\n      },\n      \"tiers\": {\n        \"key_0\": {\n          \"minimum_quantity\": 3656,\n          \"price\": {\n            \"key_0\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"key_1\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            }\n          }\n        },\n        \"key_1\": {\n          \"minimum_quantity\": 223,\n          \"price\": {\n            \"key_0\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"key_1\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"key_2\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            }\n          }\n        }\n      },\n      \"components\": {\n        \"key_0\": {\n          \"name\": \"string\",\n          \"min\": 1589,\n          \"max\": 614,\n          \"sort_order\": 6848,\n          \"options\": [\n            {\n              \"id\": \"fdf78d35-3c42-7c97-ac77-39b60976b2cc\",\n              \"type\": \"product\",\n              \"quantity\": 2,\n              \"min\": 5313,\n              \"max\": 9667,\n              \"sort_order\": 15,\n              \"default\": true,\n              \"product_should_be_substituted_with_child\": true,\n              \"excluded_children\": [\n                \"2d491d1c-729d-43d7-a2d2-e0a56edab43d\"\n              ]\n            }\n          ]\n        },\n        \"key_1\": {\n          \"name\": \"string\",\n          \"min\": 2775,\n          \"max\": 6074,\n          \"sort_order\": 8806,\n          \"options\": [\n            {\n              \"id\": \"5c2f7ee9-42fd-059c-897c-184666d56bf7\",\n              \"type\": \"product\",\n              \"quantity\": 2,\n              \"min\": 4005,\n              \"max\": 6847,\n              \"sort_order\": 15,\n              \"default\": true,\n              \"product_should_be_substituted_with_child\": true,\n              \"excluded_children\": [\n                \"2d491d1c-729d-43d7-a2d2-e0a56edab43d\"\n              ]\n            }\n          ]\n        }\n      },\n      \"custom_inputs\": {\n        \"key_0\": {\n          \"name\": \"Message\",\n          \"validation_rules\": [\n            {\n              \"type\": \"string\",\n              \"options\": {\n                \"max_length\": 255\n              }\n            }\n          ],\n          \"required\": false\n        },\n        \"key_1\": {\n          \"name\": \"Message\",\n          \"validation_rules\": [\n            {\n              \"type\": \"string\",\n              \"options\": {\n                \"max_length\": 255\n              }\n            }\n          ],\n          \"required\": false\n        }\n      },\n      \"sku\": \"blue-shirt\",\n      \"slug\": \"blue-shirt\",\n      \"status\": \"live\",\n      \"external_ref\": \"string\",\n      \"updated_at\": \"1970-01-01T00:00:00.000\",\n      \"extensions\": {\n        \"key_0\": {\n          \"key_0\": {}\n        },\n        \"key_1\": {\n          \"key_0\": {}\n        }\n      }\n    },\n    \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n    \"relationships\": {\n      \"parent\": {\n        \"data\": {\n          \"id\": \"2ad92c1c-dc05-9d96-3165-47b12dbbd038\",\n          \"type\": \"product\"\n        }\n      },\n      \"children\": {\n        \"data\": [\n          {\n            \"id\": \"77222d06-f440-6e54-7ff9-a79b9aaa5041\",\n            \"type\": \"product\"\n          }\n        ],\n        \"links\": {\n          \"self\": \"string\"\n        }\n      },\n      \"files\": {\n        \"data\": [\n          {\n            \"type\": \"file\",\n            \"id\": \"1f6dc3d9-5948-66bf-4a2f-108208dd3191\",\n            \"created_at\": \"1970-01-01T00:00:00.000\"\n          }\n        ]\n      },\n      \"main_image\": {\n        \"data\": {\n          \"type\": \"main_image\",\n          \"id\": \"5467263c-80a1-25f2-27c7-8dc76e0e9f4d\"\n        }\n      },\n      \"component_products\": {\n        \"data\": [\n          {\n            \"id\": \"c7e3ab77-28d3-1095-d569-d87c26c1eb54\",\n            \"type\": \"product\"\n          }\n        ],\n        \"links\": {\n          \"self\": \"string\"\n        }\n      },\n      \"custom_relationships\": {\n        \"data\": [\n          {\n            \"id\": \"aeedf180-d48f-31a2-3792-cb89719ed95f\",\n            \"type\": \"product\"\n          }\n        ],\n        \"links\": {}\n      }\n    },\n    \"type\": \"product\",\n    \"meta\": {\n      \"bread_crumbs\": {\n        \"key_0\": [\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n        ],\n        \"key_1\": [\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n        ],\n        \"key_2\": [\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n        ],\n        \"key_3\": [\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n        ]\n      },\n      \"bread_crumb_nodes\": [\n        \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n      ],\n      \"catalog_id\": \"362a16dc-f7c6-4280-83d6-4fcc152af091\",\n      \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n      \"display_price\": {\n        \"with_tax\": {\n          \"amount\": 6485,\n          \"currency\": \"USD\",\n          \"formatted\": \"$475.00\",\n          \"float_price\": 475\n        },\n        \"without_tax\": {\n          \"amount\": 4111,\n          \"currency\": \"USD\",\n          \"formatted\": \"$475.00\",\n          \"float_price\": 475\n        }\n      },\n      \"catalog_source\": \"pim\",\n      \"sale_id\": \"string\",\n      \"sale_expires\": \"2025-07-07T14:30:00Z\",\n      \"original_price\": {\n        \"key_0\": {\n          \"amount\": 100,\n          \"includes_tax\": false\n        }\n      },\n      \"original_display_price\": {\n        \"with_tax\": {\n          \"amount\": 2065,\n          \"currency\": \"USD\",\n          \"formatted\": \"$475.00\",\n          \"float_price\": 475\n        },\n        \"without_tax\": {\n          \"amount\": 7232,\n          \"currency\": \"USD\",\n          \"formatted\": \"$475.00\",\n          \"float_price\": 475\n        }\n      },\n      \"bundle_configuration\": {\n        \"selected_options\": {\n          \"games\": {\n            \"p292e1db-c919-4d2f-984a-c2ddc79df024\": 2\n          },\n          \"consoles\": {\n            \"759ce0d7-e248-4f57-8ee1-6fd81a1b3c0a\": 1\n          }\n        }\n      },\n      \"component_products\": {\n        \"key_0\": {\n          \"sale_id\": \"string\",\n          \"sale_expires\": \"2025-07-07T14:30:00Z\",\n          \"price\": {\n            \"key_0\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"key_1\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            }\n          },\n          \"display_price\": {\n            \"with_tax\": {\n              \"amount\": 3365,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            },\n            \"without_tax\": {\n              \"amount\": 9091,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            }\n          },\n          \"original_price\": {\n            \"key_0\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"key_1\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            }\n          },\n          \"original_display_price\": {\n            \"with_tax\": {\n              \"amount\": 8481,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            },\n            \"without_tax\": {\n              \"amount\": 5319,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            }\n          },\n          \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n          \"alternative_prices\": [\n            {\n              \"name\": \"string\",\n              \"pricebook_id\": \"string\",\n              \"shopper_attributes\": {\n                \"key_0\": \"string\"\n              },\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 1618,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 7360,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 2350,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 9449,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"tiers\": {\n                \"key_0\": {\n                  \"original_price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 1176,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 985,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 1346,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 5068,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  }\n                },\n                \"key_1\": {\n                  \"original_price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_2\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 44,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 9049,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 9374,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 5390,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  }\n                }\n              }\n            }\n          ]\n        },\n        \"key_1\": {\n          \"sale_id\": \"string\",\n          \"sale_expires\": \"2025-07-07T14:30:00Z\",\n          \"price\": {\n            \"key_0\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"key_1\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            }\n          },\n          \"display_price\": {\n            \"with_tax\": {\n              \"amount\": 3444,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            },\n            \"without_tax\": {\n              \"amount\": 506,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            }\n          },\n          \"original_price\": {\n            \"key_0\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"key_1\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"key_2\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            }\n          },\n          \"original_display_price\": {\n            \"with_tax\": {\n              \"amount\": 877,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            },\n            \"without_tax\": {\n              \"amount\": 9839,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            }\n          },\n          \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n          \"alternative_prices\": [\n            {\n              \"name\": \"string\",\n              \"pricebook_id\": \"string\",\n              \"shopper_attributes\": {\n                \"key_0\": \"string\",\n                \"key_1\": \"string\",\n                \"key_2\": \"string\",\n                \"key_3\": \"string\",\n                \"key_4\": \"string\"\n              },\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 210,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 8944,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 5248,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 37,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"tiers\": {\n                \"key_0\": {\n                  \"original_price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 382,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 5830,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 3079,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 487,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  }\n                },\n                \"key_1\": {\n                  \"original_price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 4499,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 7667,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 2859,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 1641,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  }\n                },\n                \"key_2\": {\n                  \"original_price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_2\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 3212,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 8290,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 4719,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 9449,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  }\n                }\n              }\n            }\n          ]\n        },\n        \"key_2\": {\n          \"sale_id\": \"string\",\n          \"sale_expires\": \"2025-07-07T14:30:00Z\",\n          \"price\": {\n            \"key_0\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"key_1\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            }\n          },\n          \"display_price\": {\n            \"with_tax\": {\n              \"amount\": 1833,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            },\n            \"without_tax\": {\n              \"amount\": 2274,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            }\n          },\n          \"original_price\": {\n            \"key_0\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"key_1\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"key_2\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            }\n          },\n          \"original_display_price\": {\n            \"with_tax\": {\n              \"amount\": 5067,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            },\n            \"without_tax\": {\n              \"amount\": 466,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            }\n          },\n          \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n          \"alternative_prices\": [\n            {\n              \"name\": \"string\",\n              \"pricebook_id\": \"string\",\n              \"shopper_attributes\": {\n                \"key_0\": \"string\",\n                \"key_1\": \"string\",\n                \"key_2\": \"string\",\n                \"key_3\": \"string\"\n              },\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 4629,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 6800,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 5657,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 3231,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"tiers\": {\n                \"key_0\": {\n                  \"original_price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_2\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_3\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_4\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 5626,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 214,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 6161,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 9117,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  }\n                },\n                \"key_1\": {\n                  \"original_price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_2\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_3\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 6108,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 1447,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 4646,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 5433,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  }\n                }\n              }\n            }\n          ]\n        }\n      },\n      \"component_product_data\": {\n        \"key_0\": {\n          \"value\": \"<Circular reference to #/components/schemas/product detected>\"\n        },\n        \"key_1\": {\n          \"value\": \"<Circular reference to #/components/schemas/product detected>\"\n        },\n        \"key_2\": {\n          \"value\": \"<Circular reference to #/components/schemas/product detected>\"\n        },\n        \"key_3\": {\n          \"value\": \"<Circular reference to #/components/schemas/product detected>\"\n        }\n      },\n      \"price_modifiers\": {\n        \"key_0\": {\n          \"modifier_type\": \"price_equals\",\n          \"currencies\": {\n            \"key_0\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"key_1\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"key_2\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            }\n          }\n        },\n        \"key_1\": {\n          \"modifier_type\": \"price_equals\",\n          \"currencies\": {\n            \"key_0\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"key_1\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            }\n          }\n        },\n        \"key_2\": {\n          \"modifier_type\": \"price_equals\",\n          \"currencies\": {\n            \"key_0\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"key_1\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            }\n          }\n        }\n      },\n      \"tiers\": {\n        \"key_0\": {\n          \"sale_id\": \"string\",\n          \"sale_expires\": \"2025-07-07T14:30:00Z\",\n          \"display_price\": {\n            \"with_tax\": {\n              \"amount\": 5954,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            },\n            \"without_tax\": {\n              \"amount\": 7460,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            }\n          },\n          \"original_price\": {\n            \"key_0\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"key_1\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            }\n          },\n          \"original_display_price\": {\n            \"with_tax\": {\n              \"amount\": 665,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            },\n            \"without_tax\": {\n              \"amount\": 8307,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            }\n          }\n        }\n      },\n      \"variation_matrix\": {},\n      \"variations\": [\n        {\n          \"id\": \"170293a0-1a06-e10d-baf5-1ca0228d35f7\",\n          \"name\": \"string\",\n          \"sort_order\": 4511,\n          \"option\": {\n            \"id\": \"c4f77e0f-c3ae-8a1b-28af-b24ae454d0f5\",\n            \"name\": \"string\",\n            \"sort_order\": 8346,\n            \"description\": \"string\"\n          },\n          \"options\": [\n            {\n              \"id\": \"45e1fdb7-cad9-8595-e990-dc1548b29c83\",\n              \"name\": \"string\",\n              \"sort_order\": 6575,\n              \"description\": \"string\"\n            }\n          ]\n        }\n      ],\n      \"child_option_ids\": [\n        \"string\"\n      ],\n      \"child_variations\": [\n        {\n          \"id\": \"5992cd74-b773-e3ac-cfa5-0f58beee2c39\",\n          \"name\": \"string\",\n          \"sort_order\": 819,\n          \"option\": {\n            \"id\": \"a7d06a55-b2be-99ab-32dc-df286d05ec46\",\n            \"name\": \"string\",\n            \"sort_order\": 880,\n            \"description\": \"string\"\n          },\n          \"options\": [\n            {\n              \"id\": \"d484e242-27bd-ac2b-f6d0-4006c616a407\",\n              \"name\": \"string\",\n              \"sort_order\": 3825,\n              \"description\": \"string\"\n            }\n          ]\n        }\n      ],\n      \"product_types\": [\n        \"string\"\n      ],\n      \"language\": \"en-GB\",\n      \"custom_relationships\": [\n        \"string\"\n      ],\n      \"available_prices\": [\n        {\n          \"pricebook_id\": \"string\",\n          \"shopper_attributes\": {\n            \"key_0\": \"string\"\n          },\n          \"sales\": {\n            \"key_0\": {\n              \"schedule\": {\n                \"valid_from\": \"2020-09-22T09:00:00\",\n                \"valid_to\": \"2020-09-22T09:00:00\"\n              },\n              \"currencies\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false,\n                  \"tiers\": {\n                    \"key_0\": {\n                      \"minimum_quantity\": 5,\n                      \"amount\": 100\n                    },\n                    \"key_1\": {\n                      \"minimum_quantity\": 5,\n                      \"amount\": 100\n                    },\n                    \"key_2\": {\n                      \"minimum_quantity\": 5,\n                      \"amount\": 100\n                    },\n                    \"key_3\": {\n                      \"minimum_quantity\": 5,\n                      \"amount\": 100\n                    }\n                  }\n                }\n              }\n            }\n          },\n          \"price\": {\n            \"key_0\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            }\n          },\n          \"tiers\": {\n            \"key_0\": {\n              \"minimum_quantity\": 278,\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              }\n            }\n          }\n        }\n      ],\n      \"alternative_prices\": [\n        {\n          \"name\": \"string\",\n          \"pricebook_id\": \"string\",\n          \"shopper_attributes\": {\n            \"key_0\": \"string\",\n            \"key_1\": \"string\",\n            \"key_2\": \"string\"\n          },\n          \"sale_id\": \"string\",\n          \"sale_expires\": \"2025-07-07T14:30:00Z\",\n          \"price\": {\n            \"key_0\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            }\n          },\n          \"display_price\": {\n            \"with_tax\": {\n              \"amount\": 5379,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            },\n            \"without_tax\": {\n              \"amount\": 8119,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            }\n          },\n          \"original_display_price\": {\n            \"with_tax\": {\n              \"amount\": 5505,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            },\n            \"without_tax\": {\n              \"amount\": 9127,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            }\n          },\n          \"original_price\": {\n            \"key_0\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            }\n          },\n          \"tiers\": {\n            \"key_0\": {\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 6388,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 1249,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 8026,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 6507,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              }\n            },\n            \"key_1\": {\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_3\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_4\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 3733,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 3060,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 2477,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 8170,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              }\n            }\n          }\n        }\n      ],\n      \"available_pricebook_ids\": [\n        \"string\"\n      ]\n    }\n  },\n  \"included\": {\n    \"main_images\": [\n      {\n        \"id\": \"244a331c-7719-c616-8030-5c6e388ab080\",\n        \"type\": \"file\",\n        \"file_name\": \"file_name.jpg\",\n        \"mime_type\": \"image/jpeg\",\n        \"file_size\": 36000,\n        \"public\": true,\n        \"meta\": {\n          \"timestamps\": {\n            \"created_at\": \"2023-10-11T13:02:25.293Z\"\n          },\n          \"dimensions\": {\n            \"width\": 1800,\n            \"height\": 1000\n          }\n        },\n        \"links\": {\n          \"self\": \"https://useast.api.elasticpath.com/v2/files/ddc28c74-a7df-46be-b262-8fa69a6e7d52\"\n        },\n        \"link\": {\n          \"href\": \"https://files-eu.epusercontent.com/e8c53cb0-120d-4ea5-8941-ce74dec06038/f8cf26b3-6d38-4275-937a-624a83994702.png\",\n          \"meta\": {\n            \"results\": {\n              \"total\": 2\n            }\n          }\n        }\n      }\n    ],\n    \"component_products\": [\n      {\n        \"attributes\": {\n          \"published_at\": \"1970-01-01T00:00:00.000\",\n          \"base_product\": false,\n          \"base_product_id\": \"cdf574bc-e36e-48fc-9eac-01c87839b285\",\n          \"commodity_type\": \"physical\",\n          \"curated_product\": true,\n          \"upc_ean\": \"0123456\",\n          \"manufacturer_part_num\": \"mfn1\",\n          \"tags\": [\n            \"tag-a\"\n          ],\n          \"price_modifiers\": [\n            \"modifier-1\"\n          ],\n          \"created_at\": \"1970-01-01T00:00:00.000\",\n          \"description\": \"This is a product\",\n          \"name\": \"Blue shirt\",\n          \"price\": {\n            \"key_0\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"key_1\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            }\n          },\n          \"shopper_attributes\": {\n            \"key_0\": \"string\",\n            \"key_1\": \"string\"\n          },\n          \"tiers\": {\n            \"key_0\": {\n              \"minimum_quantity\": 4612,\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              }\n            },\n            \"key_1\": {\n              \"minimum_quantity\": 6848,\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_3\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              }\n            },\n            \"key_2\": {\n              \"minimum_quantity\": 6879,\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              }\n            },\n            \"key_3\": {\n              \"minimum_quantity\": 5836,\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              }\n            }\n          },\n          \"components\": {\n            \"key_0\": {\n              \"name\": \"string\",\n              \"min\": 6708,\n              \"max\": 9694,\n              \"sort_order\": 8556,\n              \"options\": [\n                {\n                  \"id\": \"6420042c-64ac-46f8-c20f-516987852b96\",\n                  \"type\": \"product\",\n                  \"quantity\": 2,\n                  \"min\": 9985,\n                  \"max\": 6713,\n                  \"sort_order\": 15,\n                  \"default\": true,\n                  \"product_should_be_substituted_with_child\": true,\n                  \"excluded_children\": [\n                    \"2d491d1c-729d-43d7-a2d2-e0a56edab43d\"\n                  ]\n                }\n              ]\n            },\n            \"key_1\": {\n              \"name\": \"string\",\n              \"min\": 5727,\n              \"max\": 1200,\n              \"sort_order\": 4914,\n              \"options\": [\n                {\n                  \"id\": \"9b33fa4a-afc3-b5db-b3d2-188977a26c30\",\n                  \"type\": \"product\",\n                  \"quantity\": 2,\n                  \"min\": 5217,\n                  \"max\": 320,\n                  \"sort_order\": 15,\n                  \"default\": true,\n                  \"product_should_be_substituted_with_child\": true,\n                  \"excluded_children\": [\n                    \"2d491d1c-729d-43d7-a2d2-e0a56edab43d\"\n                  ]\n                }\n              ]\n            }\n          },\n          \"custom_inputs\": {\n            \"key_0\": {\n              \"name\": \"Message\",\n              \"validation_rules\": [\n                {\n                  \"type\": \"string\",\n                  \"options\": {\n                    \"max_length\": 255\n                  }\n                }\n              ],\n              \"required\": false\n            },\n            \"key_1\": {\n              \"name\": \"Message\",\n              \"validation_rules\": [\n                {\n                  \"type\": \"string\",\n                  \"options\": {\n                    \"max_length\": 255\n                  }\n                }\n              ],\n              \"required\": false\n            },\n            \"key_2\": {\n              \"name\": \"Message\",\n              \"validation_rules\": [\n                {\n                  \"type\": \"string\",\n                  \"options\": {\n                    \"max_length\": 255\n                  }\n                }\n              ],\n              \"required\": false\n            }\n          },\n          \"sku\": \"blue-shirt\",\n          \"slug\": \"blue-shirt\",\n          \"status\": \"live\",\n          \"external_ref\": \"string\",\n          \"updated_at\": \"1970-01-01T00:00:00.000\",\n          \"extensions\": {\n            \"key_0\": {\n              \"key_0\": {}\n            }\n          }\n        },\n        \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n        \"relationships\": {\n          \"parent\": {\n            \"data\": {\n              \"id\": \"705dd094-3c57-23da-2f8c-db60bb100abe\",\n              \"type\": \"product\"\n            }\n          },\n          \"children\": {\n            \"data\": [\n              {\n                \"id\": \"99d1bd98-a25b-b561-53f9-37526891798e\",\n                \"type\": \"product\"\n              }\n            ],\n            \"links\": {\n              \"self\": \"string\"\n            }\n          },\n          \"files\": {\n            \"data\": [\n              {\n                \"type\": \"file\",\n                \"id\": \"99980bff-fd7c-1598-8ed7-d6ff80532cc5\",\n                \"created_at\": \"1970-01-01T00:00:00.000\"\n              }\n            ]\n          },\n          \"main_image\": {\n            \"data\": {\n              \"type\": \"main_image\",\n              \"id\": \"e4dc37ec-6647-e0eb-2c6a-9accb3e76be1\"\n            }\n          },\n          \"component_products\": {\n            \"data\": [\n              {\n                \"id\": \"ad307384-eef8-68e3-9417-6bed7fa8ccef\",\n                \"type\": \"product\"\n              }\n            ],\n            \"links\": {\n              \"self\": \"string\"\n            }\n          },\n          \"custom_relationships\": {\n            \"data\": [\n              {\n                \"id\": \"ebcdfcbc-4f57-7bfb-61ea-ecd917b1f21f\",\n                \"type\": \"product\"\n              }\n            ],\n            \"links\": {}\n          }\n        },\n        \"type\": \"product\",\n        \"meta\": {\n          \"bread_crumbs\": {\n            \"key_0\": [\n              \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n            ],\n            \"key_1\": [\n              \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n            ],\n            \"key_2\": [\n              \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n            ]\n          },\n          \"bread_crumb_nodes\": [\n            \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n          ],\n          \"catalog_id\": \"362a16dc-f7c6-4280-83d6-4fcc152af091\",\n          \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n          \"display_price\": {\n            \"with_tax\": {\n              \"amount\": 2938,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            },\n            \"without_tax\": {\n              \"amount\": 906,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            }\n          },\n          \"catalog_source\": \"pim\",\n          \"sale_id\": \"string\",\n          \"sale_expires\": \"2025-07-07T14:30:00Z\",\n          \"original_price\": {\n            \"key_0\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"key_1\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            }\n          },\n          \"original_display_price\": {\n            \"with_tax\": {\n              \"amount\": 8984,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            },\n            \"without_tax\": {\n              \"amount\": 5847,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            }\n          },\n          \"bundle_configuration\": {\n            \"selected_options\": {\n              \"games\": {\n                \"p292e1db-c919-4d2f-984a-c2ddc79df024\": 2\n              },\n              \"consoles\": {\n                \"759ce0d7-e248-4f57-8ee1-6fd81a1b3c0a\": 1\n              }\n            }\n          },\n          \"component_products\": {\n            \"key_0\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 2279,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 9500,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 3699,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 7772,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n              \"alternative_prices\": [\n                {\n                  \"name\": \"string\",\n                  \"pricebook_id\": \"string\",\n                  \"shopper_attributes\": {\n                    \"key_0\": \"string\"\n                  },\n                  \"sale_id\": \"string\",\n                  \"sale_expires\": \"2025-07-07T14:30:00Z\",\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_2\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_3\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 8559,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 1074,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 2767,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 2192,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_2\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"tiers\": {\n                    \"key_0\": {\n                      \"original_price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_1\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_1\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_2\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 3610,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 6420,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      },\n                      \"original_display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 2173,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 4763,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      }\n                    }\n                  }\n                }\n              ]\n            },\n            \"key_1\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 8514,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 630,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_3\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 5514,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 9723,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n              \"alternative_prices\": [\n                {\n                  \"name\": \"string\",\n                  \"pricebook_id\": \"string\",\n                  \"shopper_attributes\": {\n                    \"key_0\": \"string\",\n                    \"key_1\": \"string\"\n                  },\n                  \"sale_id\": \"string\",\n                  \"sale_expires\": \"2025-07-07T14:30:00Z\",\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 7640,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 8947,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 5743,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 8877,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_2\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"tiers\": {\n                    \"key_0\": {\n                      \"original_price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_1\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_2\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 3344,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 1610,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      },\n                      \"original_display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 252,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 4113,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      }\n                    },\n                    \"key_1\": {\n                      \"original_price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_1\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_2\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 1690,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 1059,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      },\n                      \"original_display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 9655,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 9789,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      }\n                    }\n                  }\n                }\n              ]\n            }\n          },\n          \"component_product_data\": {\n            \"key_0\": {\n              \"value\": \"<Circular reference to #/components/schemas/product detected>\"\n            },\n            \"key_1\": {\n              \"value\": \"<Circular reference to #/components/schemas/product detected>\"\n            },\n            \"key_2\": {\n              \"value\": \"<Circular reference to #/components/schemas/product detected>\"\n            }\n          },\n          \"price_modifiers\": {\n            \"key_0\": {\n              \"modifier_type\": \"price_equals\",\n              \"currencies\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              }\n            }\n          },\n          \"tiers\": {\n            \"key_0\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 4234,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 5190,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 4210,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 5062,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              }\n            },\n            \"key_1\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 2243,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 5478,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 7442,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 6390,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              }\n            }\n          },\n          \"variation_matrix\": {},\n          \"variations\": [\n            {\n              \"id\": \"0d0df2a5-08b6-06d9-7ade-572174f4b5c5\",\n              \"name\": \"string\",\n              \"sort_order\": 6041,\n              \"option\": {\n                \"id\": \"e5b860e2-9610-0447-f587-4cffd057c86b\",\n                \"name\": \"string\",\n                \"sort_order\": 5226,\n                \"description\": \"string\"\n              },\n              \"options\": [\n                {\n                  \"id\": \"883a6392-5814-f419-db15-c3ce527e9f4b\",\n                  \"name\": \"string\",\n                  \"sort_order\": 7199,\n                  \"description\": \"string\"\n                }\n              ]\n            }\n          ],\n          \"child_option_ids\": [\n            \"string\"\n          ],\n          \"child_variations\": [\n            {\n              \"id\": \"521af03a-b814-cb74-8ae2-d896052c0975\",\n              \"name\": \"string\",\n              \"sort_order\": 3870,\n              \"option\": {\n                \"id\": \"be794325-b92b-3beb-1100-b268bd9f768d\",\n                \"name\": \"string\",\n                \"sort_order\": 6379,\n                \"description\": \"string\"\n              },\n              \"options\": [\n                {\n                  \"id\": \"4d8add3e-e554-3b61-d231-66596f988082\",\n                  \"name\": \"string\",\n                  \"sort_order\": 4448,\n                  \"description\": \"string\"\n                }\n              ]\n            }\n          ],\n          \"product_types\": [\n            \"string\"\n          ],\n          \"language\": \"en-GB\",\n          \"custom_relationships\": [\n            \"string\"\n          ],\n          \"available_prices\": [\n            {\n              \"pricebook_id\": \"string\",\n              \"shopper_attributes\": {\n                \"key_0\": \"string\",\n                \"key_1\": \"string\"\n              },\n              \"sales\": {\n                \"key_0\": {\n                  \"schedule\": {\n                    \"valid_from\": \"2020-09-22T09:00:00\",\n                    \"valid_to\": \"2020-09-22T09:00:00\"\n                  },\n                  \"currencies\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false,\n                      \"tiers\": {\n                        \"key_0\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        }\n                      }\n                    }\n                  }\n                }\n              },\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"tiers\": {\n                \"key_0\": {\n                  \"minimum_quantity\": 7457,\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_2\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  }\n                }\n              }\n            }\n          ],\n          \"alternative_prices\": [\n            {\n              \"name\": \"string\",\n              \"pricebook_id\": \"string\",\n              \"shopper_attributes\": {\n                \"key_0\": \"string\",\n                \"key_1\": \"string\",\n                \"key_2\": \"string\",\n                \"key_3\": \"string\",\n                \"key_4\": \"string\"\n              },\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 6206,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 2467,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 6987,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 3354,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"tiers\": {\n                \"key_0\": {\n                  \"original_price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_2\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_2\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 8486,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 2749,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 1897,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 334,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  }\n                },\n                \"key_1\": {\n                  \"original_price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 2597,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 8178,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 4877,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 3939,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  }\n                }\n              }\n            }\n          ],\n          \"available_pricebook_ids\": [\n            \"string\"\n          ]\n        }\n      }\n    ],\n    \"files\": [\n      {\n        \"id\": \"31b811fe-13ae-a43b-45e6-507e46156ec2\",\n        \"type\": \"file\",\n        \"file_name\": \"file_name.jpg\",\n        \"mime_type\": \"image/jpeg\",\n        \"file_size\": 36000,\n        \"public\": true,\n        \"meta\": {\n          \"timestamps\": {\n            \"created_at\": \"2023-10-11T13:02:25.293Z\"\n          },\n          \"dimensions\": {\n            \"width\": 1800,\n            \"height\": 1000\n          }\n        },\n        \"links\": {\n          \"self\": \"https://useast.api.elasticpath.com/v2/files/ddc28c74-a7df-46be-b262-8fa69a6e7d52\"\n        },\n        \"link\": {\n          \"href\": \"https://files-eu.epusercontent.com/e8c53cb0-120d-4ea5-8941-ce74dec06038/f8cf26b3-6d38-4275-937a-624a83994702.png\",\n          \"meta\": {\n            \"results\": {\n              \"total\": 2\n            }\n          }\n        }\n      }\n    ]\n  },\n  \"links\": {\n    \"self\": \"http://NPEJiTRIEdQCnOzLbHjXGWoHdALyd.wfhsCymYzb2Fxyuxl6PIHUtvlaG+4DjGEjgA3QQBcGApdgvoxcivTCx04ERIj-tIG-8-\",\n    \"first\": \"http://XrTwqzlFijhEQTBTLiLmYsTWYErG.aqfoD+POqjq5cxlB81LcM+CpjZhmtpir7nPSwIIoTKeSrlRaO312jOxhFj9\",\n    \"last\": \"https://mTpGVKSIRCSLSQsaqacXCYtpsIHv.jkrJdMrFOL5QNEUQcdC6VWOoFcgVRqtvAmi4HdKUZnrRMyfdB8JYbxBQgx8t20uQOej0X,qSuW\",\n    \"prev\": \"https://nG.ifgGcJ6RzegXipb,ZOHiJpj2w0dRTWgLPxK+UdJOUfDmvN6yZQRF1kekzx32Mxd.\",\n    \"next\": \"http://OtTbtCEelVHeCqsJFDnb.qoPqRPb0WR3LHbRnapH6.CIIOMeqEzS6bNMi\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cf614bd0-b870-4fac-96d0-1b2fb78113d0",
              "name": "The unexpected error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalog",
                    "products",
                    ":product_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Using the include parameter, you can retrieve top-level resources.\n\n- Files or main image. For example, `include=files,main_image`.\n- Component product data. For example, `include=component_products`.\n- Key attribute data, such as SKU or slug.\n",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "main_image,component_products"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The product ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                      "type": "text/plain"
                    },
                    "key": "accept-language",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "The list of channels in which this catalog can be displayed. A channel is the shopping experience, such as a mobile app or web storefront. If empty, the catalog rule matches all channels. The channel will eventually be included in the bearer token that is used for authorization, but currently, you must set the `EP-Channel` header in your requests.",
                      "type": "text/plain"
                    },
                    "key": "EP-Channel",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "Tags are used to refine the eligibility criteria for a rule. Requests populate the catalog rule tag using the `EP-Context-Tag` header.",
                      "type": "text/plain"
                    },
                    "key": "EP-Context-Tag",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    },\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "fde11d7f-aec3-41ee-a5cd-49c6053fa912",
          "name": "Get all Related Products of a Product",
          "request": {
            "name": "Get all Related Products of a Product",
            "description": {
              "content": "Returns related products of the provided product ID from a catalog.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "catalog",
                "products",
                ":product_id",
                "relationships",
                ":custom_relationship_slug",
                "products"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "This endpoints support filtering. See [Filtering](#filtering).\n",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "586"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "1029"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "product_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The product ID.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "custom_relationship_slug",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The custom relationship slug.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "disabled": false,
                "description": {
                  "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                  "type": "text/plain"
                },
                "key": "accept-language",
                "value": "string"
              },
              {
                "disabled": false,
                "description": {
                  "content": "The list of channels in which this catalog can be displayed. A channel is the shopping experience, such as a mobile app or web storefront. If empty, the catalog rule matches all channels. The channel will eventually be included in the bearer token that is used for authorization, but currently, you must set the `EP-Channel` header in your requests.",
                  "type": "text/plain"
                },
                "key": "EP-Channel",
                "value": "string"
              },
              {
                "disabled": false,
                "description": {
                  "content": "Tags are used to refine the eligibility criteria for a rule. Requests populate the catalog rule tag using the `EP-Context-Tag` header.",
                  "type": "text/plain"
                },
                "key": "EP-Context-Tag",
                "value": "string"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "6180279a-2081-4883-8182-24254eaf9637",
              "name": "The related products of a catalog.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalog",
                    "products",
                    ":product_id",
                    "relationships",
                    ":custom_relationship_slug",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "This endpoints support filtering. See [Filtering](#filtering).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "586"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "1029"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The product ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "product_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The custom relationship slug.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "custom_relationship_slug"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                      "type": "text/plain"
                    },
                    "key": "accept-language",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "The list of channels in which this catalog can be displayed. A channel is the shopping experience, such as a mobile app or web storefront. If empty, the catalog rule matches all channels. The channel will eventually be included in the bearer token that is used for authorization, but currently, you must set the `EP-Channel` header in your requests.",
                      "type": "text/plain"
                    },
                    "key": "EP-Channel",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "Tags are used to refine the eligibility criteria for a rule. Requests populate the catalog rule tag using the `EP-Context-Tag` header.",
                      "type": "text/plain"
                    },
                    "key": "EP-Context-Tag",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"meta\": {\n    \"results\": {\n      \"total\": 5602\n    },\n    \"page\": {\n      \"limit\": 1603,\n      \"offset\": 9609,\n      \"current\": 6233,\n      \"total\": 3763\n    }\n  },\n  \"data\": [\n    {\n      \"attributes\": {\n        \"published_at\": \"1970-01-01T00:00:00.000\",\n        \"base_product\": false,\n        \"base_product_id\": \"cdf574bc-e36e-48fc-9eac-01c87839b285\",\n        \"commodity_type\": \"physical\",\n        \"curated_product\": true,\n        \"upc_ean\": \"0123456\",\n        \"manufacturer_part_num\": \"mfn1\",\n        \"tags\": [\n          \"tag-a\"\n        ],\n        \"price_modifiers\": [\n          \"modifier-1\"\n        ],\n        \"created_at\": \"1970-01-01T00:00:00.000\",\n        \"description\": \"This is a product\",\n        \"name\": \"Blue shirt\",\n        \"price\": {\n          \"key_0\": {\n            \"amount\": 100,\n            \"includes_tax\": false\n          },\n          \"key_1\": {\n            \"amount\": 100,\n            \"includes_tax\": false\n          },\n          \"key_2\": {\n            \"amount\": 100,\n            \"includes_tax\": false\n          }\n        },\n        \"shopper_attributes\": {\n          \"key_0\": \"string\",\n          \"key_1\": \"string\"\n        },\n        \"tiers\": {\n          \"key_0\": {\n            \"minimum_quantity\": 1230,\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            }\n          },\n          \"key_1\": {\n            \"minimum_quantity\": 3952,\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            }\n          },\n          \"key_2\": {\n            \"minimum_quantity\": 6832,\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            }\n          },\n          \"key_3\": {\n            \"minimum_quantity\": 2381,\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            }\n          }\n        },\n        \"components\": {\n          \"key_0\": {\n            \"name\": \"string\",\n            \"min\": 2552,\n            \"max\": 7284,\n            \"sort_order\": 6533,\n            \"options\": [\n              {\n                \"id\": \"e58dcacd-6f5b-8c35-c256-07600f27f778\",\n                \"type\": \"product\",\n                \"quantity\": 2,\n                \"min\": 3622,\n                \"max\": 6478,\n                \"sort_order\": 15,\n                \"default\": true,\n                \"product_should_be_substituted_with_child\": true,\n                \"excluded_children\": [\n                  \"2d491d1c-729d-43d7-a2d2-e0a56edab43d\"\n                ]\n              }\n            ]\n          },\n          \"key_1\": {\n            \"name\": \"string\",\n            \"min\": 4168,\n            \"max\": 5822,\n            \"sort_order\": 4402,\n            \"options\": [\n              {\n                \"id\": \"34e471d1-c2f8-46b8-a6db-1a3404a05518\",\n                \"type\": \"product\",\n                \"quantity\": 2,\n                \"min\": 8608,\n                \"max\": 3680,\n                \"sort_order\": 15,\n                \"default\": true,\n                \"product_should_be_substituted_with_child\": true,\n                \"excluded_children\": [\n                  \"2d491d1c-729d-43d7-a2d2-e0a56edab43d\"\n                ]\n              }\n            ]\n          }\n        },\n        \"custom_inputs\": {\n          \"key_0\": {\n            \"name\": \"Message\",\n            \"validation_rules\": [\n              {\n                \"type\": \"string\",\n                \"options\": {\n                  \"max_length\": 255\n                }\n              }\n            ],\n            \"required\": false\n          }\n        },\n        \"sku\": \"blue-shirt\",\n        \"slug\": \"blue-shirt\",\n        \"status\": \"live\",\n        \"external_ref\": \"string\",\n        \"updated_at\": \"1970-01-01T00:00:00.000\",\n        \"extensions\": {\n          \"key_0\": {\n            \"key_0\": {},\n            \"key_1\": {}\n          },\n          \"key_1\": {\n            \"key_0\": {}\n          },\n          \"key_2\": {\n            \"key_0\": {},\n            \"key_1\": {}\n          }\n        }\n      },\n      \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n      \"relationships\": {\n        \"parent\": {\n          \"data\": {\n            \"id\": \"a85c2f05-6aad-197b-7e9b-9d39744c4901\",\n            \"type\": \"product\"\n          }\n        },\n        \"children\": {\n          \"data\": [\n            {\n              \"id\": \"b93d2ad3-b028-8ba2-7808-f797a375d103\",\n              \"type\": \"product\"\n            }\n          ],\n          \"links\": {\n            \"self\": \"string\"\n          }\n        },\n        \"files\": {\n          \"data\": [\n            {\n              \"type\": \"file\",\n              \"id\": \"d4f44c07-881a-816a-133c-a110f05a4c39\",\n              \"created_at\": \"1970-01-01T00:00:00.000\"\n            }\n          ]\n        },\n        \"main_image\": {\n          \"data\": {\n            \"type\": \"main_image\",\n            \"id\": \"58beb426-bf90-a46d-980a-90f2c7e2e0d2\"\n          }\n        },\n        \"component_products\": {\n          \"data\": [\n            {\n              \"id\": \"c89a7e9c-6943-fa11-1eef-ba0ba5214589\",\n              \"type\": \"product\"\n            }\n          ],\n          \"links\": {\n            \"self\": \"string\"\n          }\n        },\n        \"custom_relationships\": {\n          \"data\": [\n            {\n              \"id\": \"7e5653df-a1de-fe3d-15e1-008f418db6b8\",\n              \"type\": \"product\"\n            }\n          ],\n          \"links\": {}\n        }\n      },\n      \"type\": \"product\",\n      \"meta\": {\n        \"bread_crumbs\": {\n          \"key_0\": [\n            \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n          ],\n          \"key_1\": [\n            \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n          ]\n        },\n        \"bread_crumb_nodes\": [\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n        ],\n        \"catalog_id\": \"362a16dc-f7c6-4280-83d6-4fcc152af091\",\n        \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n        \"display_price\": {\n          \"with_tax\": {\n            \"amount\": 3103,\n            \"currency\": \"USD\",\n            \"formatted\": \"$475.00\",\n            \"float_price\": 475\n          },\n          \"without_tax\": {\n            \"amount\": 1118,\n            \"currency\": \"USD\",\n            \"formatted\": \"$475.00\",\n            \"float_price\": 475\n          }\n        },\n        \"catalog_source\": \"pim\",\n        \"sale_id\": \"string\",\n        \"sale_expires\": \"2025-07-07T14:30:00Z\",\n        \"original_price\": {\n          \"key_0\": {\n            \"amount\": 100,\n            \"includes_tax\": false\n          }\n        },\n        \"original_display_price\": {\n          \"with_tax\": {\n            \"amount\": 4870,\n            \"currency\": \"USD\",\n            \"formatted\": \"$475.00\",\n            \"float_price\": 475\n          },\n          \"without_tax\": {\n            \"amount\": 4235,\n            \"currency\": \"USD\",\n            \"formatted\": \"$475.00\",\n            \"float_price\": 475\n          }\n        },\n        \"bundle_configuration\": {\n          \"selected_options\": {\n            \"games\": {\n              \"p292e1db-c919-4d2f-984a-c2ddc79df024\": 2\n            },\n            \"consoles\": {\n              \"759ce0d7-e248-4f57-8ee1-6fd81a1b3c0a\": 1\n            }\n          }\n        },\n        \"component_products\": {\n          \"key_0\": {\n            \"sale_id\": \"string\",\n            \"sale_expires\": \"2025-07-07T14:30:00Z\",\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"display_price\": {\n              \"with_tax\": {\n                \"amount\": 2427,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 6903,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"original_price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"original_display_price\": {\n              \"with_tax\": {\n                \"amount\": 2536,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 8635,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n            \"alternative_prices\": [\n              {\n                \"name\": \"string\",\n                \"pricebook_id\": \"string\",\n                \"shopper_attributes\": {\n                  \"key_0\": \"string\",\n                  \"key_1\": \"string\",\n                  \"key_2\": \"string\",\n                  \"key_3\": \"string\"\n                },\n                \"sale_id\": \"string\",\n                \"sale_expires\": \"2025-07-07T14:30:00Z\",\n                \"price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 5145,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 1681,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                },\n                \"original_display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 5557,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 4552,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                },\n                \"original_price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"key_1\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"key_2\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"tiers\": {\n                  \"key_0\": {\n                    \"original_price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      },\n                      \"key_1\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      },\n                      \"key_1\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      },\n                      \"key_2\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 92,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 5019,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    },\n                    \"original_display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 1502,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 7353,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    }\n                  },\n                  \"key_1\": {\n                    \"original_price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      },\n                      \"key_1\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 9708,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 4998,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    },\n                    \"original_display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 4138,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 7747,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    }\n                  },\n                  \"key_2\": {\n                    \"original_price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      },\n                      \"key_1\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 9142,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 6940,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    },\n                    \"original_display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 5861,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 2588,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    }\n                  }\n                }\n              }\n            ]\n          },\n          \"key_1\": {\n            \"sale_id\": \"string\",\n            \"sale_expires\": \"2025-07-07T14:30:00Z\",\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"display_price\": {\n              \"with_tax\": {\n                \"amount\": 595,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 4810,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"original_price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"original_display_price\": {\n              \"with_tax\": {\n                \"amount\": 9797,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 6043,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n            \"alternative_prices\": [\n              {\n                \"name\": \"string\",\n                \"pricebook_id\": \"string\",\n                \"shopper_attributes\": {\n                  \"key_0\": \"string\"\n                },\n                \"sale_id\": \"string\",\n                \"sale_expires\": \"2025-07-07T14:30:00Z\",\n                \"price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"key_1\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"key_2\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 3249,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 2537,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                },\n                \"original_display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 1298,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 6480,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                },\n                \"original_price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"tiers\": {\n                  \"key_0\": {\n                    \"original_price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 642,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 2781,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    },\n                    \"original_display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 6633,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 189,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    }\n                  },\n                  \"key_1\": {\n                    \"original_price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      },\n                      \"key_1\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 3884,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 7265,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    },\n                    \"original_display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 4312,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 1623,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    }\n                  }\n                }\n              }\n            ]\n          }\n        },\n        \"component_product_data\": {\n          \"key_0\": {\n            \"value\": \"<Circular reference to #/components/schemas/product detected>\"\n          },\n          \"key_1\": {\n            \"value\": \"<Circular reference to #/components/schemas/product detected>\"\n          }\n        },\n        \"price_modifiers\": {\n          \"key_0\": {\n            \"modifier_type\": \"price_equals\",\n            \"currencies\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_2\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            }\n          }\n        },\n        \"tiers\": {\n          \"key_0\": {\n            \"sale_id\": \"string\",\n            \"sale_expires\": \"2025-07-07T14:30:00Z\",\n            \"display_price\": {\n              \"with_tax\": {\n                \"amount\": 1130,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 9930,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"original_price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_2\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"original_display_price\": {\n              \"with_tax\": {\n                \"amount\": 4577,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 3774,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            }\n          },\n          \"key_1\": {\n            \"sale_id\": \"string\",\n            \"sale_expires\": \"2025-07-07T14:30:00Z\",\n            \"display_price\": {\n              \"with_tax\": {\n                \"amount\": 3943,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 8882,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"original_price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"original_display_price\": {\n              \"with_tax\": {\n                \"amount\": 394,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 5119,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            }\n          }\n        },\n        \"variation_matrix\": {},\n        \"variations\": [\n          {\n            \"id\": \"86c51519-c1f6-f31d-514a-111d46c98a31\",\n            \"name\": \"string\",\n            \"sort_order\": 1232,\n            \"option\": {\n              \"id\": \"4371d41f-907c-c44d-8d90-741c4903273f\",\n              \"name\": \"string\",\n              \"sort_order\": 3427,\n              \"description\": \"string\"\n            },\n            \"options\": [\n              {\n                \"id\": \"46ff71a7-fbfe-1b2e-cc61-92653344a23e\",\n                \"name\": \"string\",\n                \"sort_order\": 1111,\n                \"description\": \"string\"\n              }\n            ]\n          }\n        ],\n        \"child_option_ids\": [\n          \"string\"\n        ],\n        \"child_variations\": [\n          {\n            \"id\": \"a2d8e6c0-3450-94ac-e491-157516489098\",\n            \"name\": \"string\",\n            \"sort_order\": 6446,\n            \"option\": {\n              \"id\": \"6e88d9e9-8a47-b906-806d-17d695a6c22e\",\n              \"name\": \"string\",\n              \"sort_order\": 7203,\n              \"description\": \"string\"\n            },\n            \"options\": [\n              {\n                \"id\": \"238aa9bb-7173-a9fd-7005-6ab528621e15\",\n                \"name\": \"string\",\n                \"sort_order\": 353,\n                \"description\": \"string\"\n              }\n            ]\n          }\n        ],\n        \"product_types\": [\n          \"string\"\n        ],\n        \"language\": \"en-GB\",\n        \"custom_relationships\": [\n          \"string\"\n        ],\n        \"available_prices\": [\n          {\n            \"pricebook_id\": \"string\",\n            \"shopper_attributes\": {\n              \"key_0\": \"string\"\n            },\n            \"sales\": {\n              \"key_0\": {\n                \"schedule\": {\n                  \"valid_from\": \"2020-09-22T09:00:00\",\n                  \"valid_to\": \"2020-09-22T09:00:00\"\n                },\n                \"currencies\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false,\n                    \"tiers\": {\n                      \"key_0\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      },\n                      \"key_1\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      }\n                    }\n                  },\n                  \"key_1\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false,\n                    \"tiers\": {\n                      \"key_0\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      }\n                    }\n                  },\n                  \"key_2\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false,\n                    \"tiers\": {\n                      \"key_0\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      }\n                    }\n                  },\n                  \"key_3\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false,\n                    \"tiers\": {\n                      \"key_0\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      }\n                    }\n                  },\n                  \"key_4\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false,\n                    \"tiers\": {\n                      \"key_0\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      },\n                      \"key_1\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      },\n                      \"key_2\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      },\n                      \"key_3\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      }\n                    }\n                  }\n                }\n              },\n              \"key_1\": {\n                \"schedule\": {\n                  \"valid_from\": \"2020-09-22T09:00:00\",\n                  \"valid_to\": \"2020-09-22T09:00:00\"\n                },\n                \"currencies\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false,\n                    \"tiers\": {\n                      \"key_0\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      }\n                    }\n                  }\n                }\n              }\n            },\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"tiers\": {\n              \"key_0\": {\n                \"minimum_quantity\": 7093,\n                \"price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"key_1\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                }\n              },\n              \"key_1\": {\n                \"minimum_quantity\": 8314,\n                \"price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                }\n              }\n            }\n          }\n        ],\n        \"alternative_prices\": [\n          {\n            \"name\": \"string\",\n            \"pricebook_id\": \"string\",\n            \"shopper_attributes\": {\n              \"key_0\": \"string\",\n              \"key_1\": \"string\"\n            },\n            \"sale_id\": \"string\",\n            \"sale_expires\": \"2025-07-07T14:30:00Z\",\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"display_price\": {\n              \"with_tax\": {\n                \"amount\": 9421,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 7267,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"original_display_price\": {\n              \"with_tax\": {\n                \"amount\": 2045,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 135,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"original_price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_2\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"tiers\": {\n              \"key_0\": {\n                \"original_price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"key_1\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 6206,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 8682,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                },\n                \"original_display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 9012,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 4212,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                }\n              },\n              \"key_1\": {\n                \"original_price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"key_1\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 5979,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 5485,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                },\n                \"original_display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 5574,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 7960,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                }\n              }\n            }\n          }\n        ],\n        \"available_pricebook_ids\": [\n          \"string\"\n        ]\n      }\n    }\n  ],\n  \"included\": {\n    \"main_images\": [\n      {\n        \"id\": \"d38416e6-a515-c91e-1b92-fd4de7d5ccca\",\n        \"type\": \"file\",\n        \"file_name\": \"file_name.jpg\",\n        \"mime_type\": \"image/jpeg\",\n        \"file_size\": 36000,\n        \"public\": true,\n        \"meta\": {\n          \"timestamps\": {\n            \"created_at\": \"2023-10-11T13:02:25.293Z\"\n          },\n          \"dimensions\": {\n            \"width\": 1800,\n            \"height\": 1000\n          }\n        },\n        \"links\": {\n          \"self\": \"https://useast.api.elasticpath.com/v2/files/ddc28c74-a7df-46be-b262-8fa69a6e7d52\"\n        },\n        \"link\": {\n          \"href\": \"https://files-eu.epusercontent.com/e8c53cb0-120d-4ea5-8941-ce74dec06038/f8cf26b3-6d38-4275-937a-624a83994702.png\",\n          \"meta\": {\n            \"results\": {\n              \"total\": 2\n            }\n          }\n        }\n      }\n    ],\n    \"component_products\": [\n      {\n        \"attributes\": {\n          \"published_at\": \"1970-01-01T00:00:00.000\",\n          \"base_product\": false,\n          \"base_product_id\": \"cdf574bc-e36e-48fc-9eac-01c87839b285\",\n          \"commodity_type\": \"physical\",\n          \"curated_product\": true,\n          \"upc_ean\": \"0123456\",\n          \"manufacturer_part_num\": \"mfn1\",\n          \"tags\": [\n            \"tag-a\"\n          ],\n          \"price_modifiers\": [\n            \"modifier-1\"\n          ],\n          \"created_at\": \"1970-01-01T00:00:00.000\",\n          \"description\": \"This is a product\",\n          \"name\": \"Blue shirt\",\n          \"price\": {\n            \"key_0\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"key_1\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            }\n          },\n          \"shopper_attributes\": {\n            \"key_0\": \"string\",\n            \"key_1\": \"string\",\n            \"key_2\": \"string\"\n          },\n          \"tiers\": {\n            \"key_0\": {\n              \"minimum_quantity\": 9791,\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_3\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_4\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              }\n            }\n          },\n          \"components\": {\n            \"key_0\": {\n              \"name\": \"string\",\n              \"min\": 1448,\n              \"max\": 738,\n              \"sort_order\": 4582,\n              \"options\": [\n                {\n                  \"id\": \"82d78eef-816a-5627-757f-ec0edb70ad29\",\n                  \"type\": \"product\",\n                  \"quantity\": 2,\n                  \"min\": 1809,\n                  \"max\": 5865,\n                  \"sort_order\": 15,\n                  \"default\": true,\n                  \"product_should_be_substituted_with_child\": true,\n                  \"excluded_children\": [\n                    \"2d491d1c-729d-43d7-a2d2-e0a56edab43d\"\n                  ]\n                }\n              ]\n            },\n            \"key_1\": {\n              \"name\": \"string\",\n              \"min\": 7070,\n              \"max\": 7211,\n              \"sort_order\": 1445,\n              \"options\": [\n                {\n                  \"id\": \"23303760-5905-0108-3cdc-2cda1d988a12\",\n                  \"type\": \"product\",\n                  \"quantity\": 2,\n                  \"min\": 6812,\n                  \"max\": 3243,\n                  \"sort_order\": 15,\n                  \"default\": true,\n                  \"product_should_be_substituted_with_child\": true,\n                  \"excluded_children\": [\n                    \"2d491d1c-729d-43d7-a2d2-e0a56edab43d\"\n                  ]\n                }\n              ]\n            },\n            \"key_2\": {\n              \"name\": \"string\",\n              \"min\": 7971,\n              \"max\": 7296,\n              \"sort_order\": 4309,\n              \"options\": [\n                {\n                  \"id\": \"e4fb22bd-50bf-e7b0-0b04-ef8edc0b26e2\",\n                  \"type\": \"product\",\n                  \"quantity\": 2,\n                  \"min\": 3710,\n                  \"max\": 7909,\n                  \"sort_order\": 15,\n                  \"default\": true,\n                  \"product_should_be_substituted_with_child\": true,\n                  \"excluded_children\": [\n                    \"2d491d1c-729d-43d7-a2d2-e0a56edab43d\"\n                  ]\n                }\n              ]\n            },\n            \"key_3\": {\n              \"name\": \"string\",\n              \"min\": 6237,\n              \"max\": 2358,\n              \"sort_order\": 1007,\n              \"options\": [\n                {\n                  \"id\": \"304474b6-0ca3-0cad-fd56-2803b3087be4\",\n                  \"type\": \"product\",\n                  \"quantity\": 2,\n                  \"min\": 274,\n                  \"max\": 4336,\n                  \"sort_order\": 15,\n                  \"default\": true,\n                  \"product_should_be_substituted_with_child\": true,\n                  \"excluded_children\": [\n                    \"2d491d1c-729d-43d7-a2d2-e0a56edab43d\"\n                  ]\n                }\n              ]\n            }\n          },\n          \"custom_inputs\": {\n            \"key_0\": {\n              \"name\": \"Message\",\n              \"validation_rules\": [\n                {\n                  \"type\": \"string\",\n                  \"options\": {\n                    \"max_length\": 255\n                  }\n                }\n              ],\n              \"required\": false\n            },\n            \"key_1\": {\n              \"name\": \"Message\",\n              \"validation_rules\": [\n                {\n                  \"type\": \"string\",\n                  \"options\": {\n                    \"max_length\": 255\n                  }\n                }\n              ],\n              \"required\": false\n            }\n          },\n          \"sku\": \"blue-shirt\",\n          \"slug\": \"blue-shirt\",\n          \"status\": \"live\",\n          \"external_ref\": \"string\",\n          \"updated_at\": \"1970-01-01T00:00:00.000\",\n          \"extensions\": {\n            \"key_0\": {\n              \"key_0\": {}\n            },\n            \"key_1\": {\n              \"key_0\": {},\n              \"key_1\": {}\n            }\n          }\n        },\n        \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n        \"relationships\": {\n          \"parent\": {\n            \"data\": {\n              \"id\": \"d3834b63-107a-0416-52f1-f8d076b7a652\",\n              \"type\": \"product\"\n            }\n          },\n          \"children\": {\n            \"data\": [\n              {\n                \"id\": \"d88cdc87-9078-c992-b54e-7364aa618f64\",\n                \"type\": \"product\"\n              }\n            ],\n            \"links\": {\n              \"self\": \"string\"\n            }\n          },\n          \"files\": {\n            \"data\": [\n              {\n                \"type\": \"file\",\n                \"id\": \"de0ff932-b078-5691-cc51-922a9483ac95\",\n                \"created_at\": \"1970-01-01T00:00:00.000\"\n              }\n            ]\n          },\n          \"main_image\": {\n            \"data\": {\n              \"type\": \"main_image\",\n              \"id\": \"deecd894-ece8-0a68-e8ea-24a3a02b5344\"\n            }\n          },\n          \"component_products\": {\n            \"data\": [\n              {\n                \"id\": \"d4d9cb65-1907-0c96-94f4-7344435bd83d\",\n                \"type\": \"product\"\n              }\n            ],\n            \"links\": {\n              \"self\": \"string\"\n            }\n          },\n          \"custom_relationships\": {\n            \"data\": [\n              {\n                \"id\": \"8edd6fe2-1c03-b1c0-e143-ecdb0b3d95b9\",\n                \"type\": \"product\"\n              }\n            ],\n            \"links\": {}\n          }\n        },\n        \"type\": \"product\",\n        \"meta\": {\n          \"bread_crumbs\": {\n            \"key_0\": [\n              \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n            ],\n            \"key_1\": [\n              \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n            ]\n          },\n          \"bread_crumb_nodes\": [\n            \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n          ],\n          \"catalog_id\": \"362a16dc-f7c6-4280-83d6-4fcc152af091\",\n          \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n          \"display_price\": {\n            \"with_tax\": {\n              \"amount\": 3730,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            },\n            \"without_tax\": {\n              \"amount\": 6645,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            }\n          },\n          \"catalog_source\": \"pim\",\n          \"sale_id\": \"string\",\n          \"sale_expires\": \"2025-07-07T14:30:00Z\",\n          \"original_price\": {\n            \"key_0\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            }\n          },\n          \"original_display_price\": {\n            \"with_tax\": {\n              \"amount\": 1710,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            },\n            \"without_tax\": {\n              \"amount\": 4205,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            }\n          },\n          \"bundle_configuration\": {\n            \"selected_options\": {\n              \"games\": {\n                \"p292e1db-c919-4d2f-984a-c2ddc79df024\": 2\n              },\n              \"consoles\": {\n                \"759ce0d7-e248-4f57-8ee1-6fd81a1b3c0a\": 1\n              }\n            }\n          },\n          \"component_products\": {\n            \"key_0\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 6120,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 2581,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 15,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 2772,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n              \"alternative_prices\": [\n                {\n                  \"name\": \"string\",\n                  \"pricebook_id\": \"string\",\n                  \"shopper_attributes\": {\n                    \"key_0\": \"string\"\n                  },\n                  \"sale_id\": \"string\",\n                  \"sale_expires\": \"2025-07-07T14:30:00Z\",\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 4346,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 4396,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 7921,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 9093,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"tiers\": {\n                    \"key_0\": {\n                      \"original_price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_1\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_2\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_1\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 7253,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 4690,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      },\n                      \"original_display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 6291,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 2787,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      }\n                    },\n                    \"key_1\": {\n                      \"original_price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_1\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_1\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 7122,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 206,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      },\n                      \"original_display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 9148,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 5047,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      }\n                    }\n                  }\n                }\n              ]\n            },\n            \"key_1\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 8605,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 3600,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 5045,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 1690,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n              \"alternative_prices\": [\n                {\n                  \"name\": \"string\",\n                  \"pricebook_id\": \"string\",\n                  \"shopper_attributes\": {\n                    \"key_0\": \"string\",\n                    \"key_1\": \"string\",\n                    \"key_2\": \"string\"\n                  },\n                  \"sale_id\": \"string\",\n                  \"sale_expires\": \"2025-07-07T14:30:00Z\",\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_2\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 9319,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 3382,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 1826,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 268,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"tiers\": {\n                    \"key_0\": {\n                      \"original_price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_1\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_2\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 8762,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 9662,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      },\n                      \"original_display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 6895,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 9975,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      }\n                    }\n                  }\n                }\n              ]\n            }\n          },\n          \"component_product_data\": {\n            \"key_0\": {\n              \"value\": \"<Circular reference to #/components/schemas/product detected>\"\n            },\n            \"key_1\": {\n              \"value\": \"<Circular reference to #/components/schemas/product detected>\"\n            }\n          },\n          \"price_modifiers\": {\n            \"key_0\": {\n              \"modifier_type\": \"price_equals\",\n              \"currencies\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              }\n            },\n            \"key_1\": {\n              \"modifier_type\": \"price_equals\",\n              \"currencies\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              }\n            },\n            \"key_2\": {\n              \"modifier_type\": \"price_equals\",\n              \"currencies\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_3\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              }\n            }\n          },\n          \"tiers\": {\n            \"key_0\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 4080,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 569,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 3741,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 7269,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              }\n            },\n            \"key_1\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 8167,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 8150,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 1633,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 3450,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              }\n            },\n            \"key_2\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 2808,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 5260,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 5039,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 5499,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              }\n            },\n            \"key_3\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 4483,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 9325,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 6018,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 3028,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              }\n            },\n            \"key_4\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 7553,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 1663,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 1335,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 7069,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              }\n            }\n          },\n          \"variation_matrix\": {},\n          \"variations\": [\n            {\n              \"id\": \"40ecc97d-2913-b939-fad5-4dd7b2dbf677\",\n              \"name\": \"string\",\n              \"sort_order\": 6763,\n              \"option\": {\n                \"id\": \"9784015b-bd6b-bcd5-3c8c-89ebfa979813\",\n                \"name\": \"string\",\n                \"sort_order\": 9919,\n                \"description\": \"string\"\n              },\n              \"options\": [\n                {\n                  \"id\": \"7520324b-07a1-2714-5e50-9bc292005f21\",\n                  \"name\": \"string\",\n                  \"sort_order\": 2916,\n                  \"description\": \"string\"\n                }\n              ]\n            }\n          ],\n          \"child_option_ids\": [\n            \"string\"\n          ],\n          \"child_variations\": [\n            {\n              \"id\": \"aad44913-2aa4-41ea-9182-619955c5737b\",\n              \"name\": \"string\",\n              \"sort_order\": 1339,\n              \"option\": {\n                \"id\": \"b1c5081a-f43a-54b7-750a-ec569d704a82\",\n                \"name\": \"string\",\n                \"sort_order\": 5300,\n                \"description\": \"string\"\n              },\n              \"options\": [\n                {\n                  \"id\": \"a39f0511-0bc2-a47e-7081-bf6270506ee7\",\n                  \"name\": \"string\",\n                  \"sort_order\": 5308,\n                  \"description\": \"string\"\n                }\n              ]\n            }\n          ],\n          \"product_types\": [\n            \"string\"\n          ],\n          \"language\": \"en-GB\",\n          \"custom_relationships\": [\n            \"string\"\n          ],\n          \"available_prices\": [\n            {\n              \"pricebook_id\": \"string\",\n              \"shopper_attributes\": {\n                \"key_0\": \"string\",\n                \"key_1\": \"string\",\n                \"key_2\": \"string\"\n              },\n              \"sales\": {\n                \"key_0\": {\n                  \"schedule\": {\n                    \"valid_from\": \"2020-09-22T09:00:00\",\n                    \"valid_to\": \"2020-09-22T09:00:00\"\n                  },\n                  \"currencies\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false,\n                      \"tiers\": {\n                        \"key_0\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        },\n                        \"key_1\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        },\n                        \"key_2\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        }\n                      }\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false,\n                      \"tiers\": {\n                        \"key_0\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        }\n                      }\n                    },\n                    \"key_2\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false,\n                      \"tiers\": {\n                        \"key_0\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        },\n                        \"key_1\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        },\n                        \"key_2\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        },\n                        \"key_3\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        }\n                      }\n                    }\n                  }\n                },\n                \"key_1\": {\n                  \"schedule\": {\n                    \"valid_from\": \"2020-09-22T09:00:00\",\n                    \"valid_to\": \"2020-09-22T09:00:00\"\n                  },\n                  \"currencies\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false,\n                      \"tiers\": {\n                        \"key_0\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        },\n                        \"key_1\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        }\n                      }\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false,\n                      \"tiers\": {\n                        \"key_0\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        }\n                      }\n                    }\n                  }\n                }\n              },\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"tiers\": {\n                \"key_0\": {\n                  \"minimum_quantity\": 5369,\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_2\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  }\n                }\n              }\n            }\n          ],\n          \"alternative_prices\": [\n            {\n              \"name\": \"string\",\n              \"pricebook_id\": \"string\",\n              \"shopper_attributes\": {\n                \"key_0\": \"string\",\n                \"key_1\": \"string\"\n              },\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 625,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 5586,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 268,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 9645,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"tiers\": {\n                \"key_0\": {\n                  \"original_price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 9695,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 2963,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 6625,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 1089,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  }\n                },\n                \"key_1\": {\n                  \"original_price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_2\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 104,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 4153,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 5019,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 1736,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  }\n                }\n              }\n            }\n          ],\n          \"available_pricebook_ids\": [\n            \"string\"\n          ]\n        }\n      }\n    ],\n    \"files\": [\n      {\n        \"id\": \"455d4463-c85e-cee1-de0f-dbcfaada233c\",\n        \"type\": \"file\",\n        \"file_name\": \"file_name.jpg\",\n        \"mime_type\": \"image/jpeg\",\n        \"file_size\": 36000,\n        \"public\": true,\n        \"meta\": {\n          \"timestamps\": {\n            \"created_at\": \"2023-10-11T13:02:25.293Z\"\n          },\n          \"dimensions\": {\n            \"width\": 1800,\n            \"height\": 1000\n          }\n        },\n        \"links\": {\n          \"self\": \"https://useast.api.elasticpath.com/v2/files/ddc28c74-a7df-46be-b262-8fa69a6e7d52\"\n        },\n        \"link\": {\n          \"href\": \"https://files-eu.epusercontent.com/e8c53cb0-120d-4ea5-8941-ce74dec06038/f8cf26b3-6d38-4275-937a-624a83994702.png\",\n          \"meta\": {\n            \"results\": {\n              \"total\": 2\n            }\n          }\n        }\n      }\n    ]\n  },\n  \"links\": {\n    \"self\": \"http://LwPzOVYiEt.asRkq,fqPmLnkKw\",\n    \"first\": \"http://CpnywJGwPlEvgOb.nqdnf4WMPQUlpYeB3EAqbXndKPOAwtzbjiS5ZO\",\n    \"last\": \"https://XeQSxHSWOdnjxCtoCsBJcNQcZBXCM.nwffbEVzu3F8fHSQ9ULy795Cxdo6S0OpjuRdDyGSC\",\n    \"prev\": \"https://BQZisIqfZVBMjRCcgkohsoWYbFCI.iyyVLg2jdpRShTugM00VuM+btEfnnSiI6GTmcjVQzSO2gUuf3I1W29MH25Koak+4hKa5upyS1V\",\n    \"next\": \"https://uExUQFiOJvuggkZFguIkfZKzSmGNCG.lvvwhT.11IQeGnwur5r6PZovamgW6Q+YNHgEUuZ\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ffe9d79f-3940-4523-a8b5-308734ac4616",
              "name": "The unexpected error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalog",
                    "products",
                    ":product_id",
                    "relationships",
                    ":custom_relationship_slug",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "This endpoints support filtering. See [Filtering](#filtering).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "586"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "1029"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The product ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "product_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The custom relationship slug.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "custom_relationship_slug"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                      "type": "text/plain"
                    },
                    "key": "accept-language",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "The list of channels in which this catalog can be displayed. A channel is the shopping experience, such as a mobile app or web storefront. If empty, the catalog rule matches all channels. The channel will eventually be included in the bearer token that is used for authorization, but currently, you must set the `EP-Channel` header in your requests.",
                      "type": "text/plain"
                    },
                    "key": "EP-Channel",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "Tags are used to refine the eligibility criteria for a rule. Requests populate the catalog rule tag using the `EP-Context-Tag` header.",
                      "type": "text/plain"
                    },
                    "key": "EP-Context-Tag",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    },\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "05cf3227-b72a-4933-a4fe-2ad7d35a22d0",
          "name": "Get a Bundle's Component Products",
          "request": {
            "name": "Get a Bundle's Component Products",
            "description": {
              "content": "With Product Experience Manager, you can [create](/docs/api/pxm/products/create-product) and manage bundles. A bundle is a purchasable product, comprising of one or more products that you want to sell together. \n\nYou can create multiple components within a bundle. Each component must have at least one or more options. Each option is a product and a quantity.\n\nThis endpoint returns a list of component product IDs for the specified bundle.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "catalog",
                "products",
                ":product_id",
                "relationships",
                "component_products"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "586"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "1029"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "product_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The product ID.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "disabled": false,
                "description": {
                  "content": "The list of channels in which this catalog can be displayed. A channel is the shopping experience, such as a mobile app or web storefront. If empty, the catalog rule matches all channels. The channel will eventually be included in the bearer token that is used for authorization, but currently, you must set the `EP-Channel` header in your requests.",
                  "type": "text/plain"
                },
                "key": "EP-Channel",
                "value": "string"
              },
              {
                "disabled": false,
                "description": {
                  "content": "Tags are used to refine the eligibility criteria for a rule. Requests populate the catalog rule tag using the `EP-Context-Tag` header.",
                  "type": "text/plain"
                },
                "key": "EP-Context-Tag",
                "value": "string"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "51e3aa1c-8b33-4cb8-8be1-3ffee365a02c",
              "name": "The list of component product IDs of a bundle product from a catalog.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalog",
                    "products",
                    ":product_id",
                    "relationships",
                    "component_products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "586"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "1029"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The product ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "The list of channels in which this catalog can be displayed. A channel is the shopping experience, such as a mobile app or web storefront. If empty, the catalog rule matches all channels. The channel will eventually be included in the bearer token that is used for authorization, but currently, you must set the `EP-Channel` header in your requests.",
                      "type": "text/plain"
                    },
                    "key": "EP-Channel",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "Tags are used to refine the eligibility criteria for a rule. Requests populate the catalog rule tag using the `EP-Context-Tag` header.",
                      "type": "text/plain"
                    },
                    "key": "EP-Context-Tag",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"meta\": {\n    \"results\": {\n      \"total\": 8825\n    },\n    \"page\": {\n      \"limit\": 3257,\n      \"offset\": 6459,\n      \"current\": 9131,\n      \"total\": 591\n    }\n  },\n  \"data\": [\n    {\n      \"id\": \"6ec36381-40ba-1f04-cb5b-3bd258080654\",\n      \"type\": \"product\"\n    },\n    {\n      \"id\": \"1a5af145-335d-fea4-25b0-c46145751344\",\n      \"type\": \"product\"\n    }\n  ],\n  \"links\": {\n    \"self\": \"https://QJGcaqtzwaCgrzPdMfpqPLbbEfzaeS.bkuad0PCyOwz,IVP2QDiUKk.lVEWreVtYG33zWbbijuBxvntyfqTNhNtdym\",\n    \"first\": \"http://mTXoiUramLi.jekKaOWrNA,X0SGPv,NqmDbGNF3Za,uArM\",\n    \"last\": \"http://hlRlPwpctLzlKcz.sdqVZttjL\",\n    \"prev\": \"http://XLxzzNckoymnaqqwShLcRxxDSEZA.andyZT2BRolLB2kbqT2nI0vZGrxb1CZRqJ1EnO\",\n    \"next\": \"http://xBUDuyC.mxzvvDxdl1GYBSzfxKDYuqqYP0yhDbGdEA.GMMtJcWfUEDAUopn\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f2e06769-3758-4f95-8f7d-4eee8234e45d",
              "name": "The unexpected error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalog",
                    "products",
                    ":product_id",
                    "relationships",
                    "component_products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "586"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "1029"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The product ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "The list of channels in which this catalog can be displayed. A channel is the shopping experience, such as a mobile app or web storefront. If empty, the catalog rule matches all channels. The channel will eventually be included in the bearer token that is used for authorization, but currently, you must set the `EP-Channel` header in your requests.",
                      "type": "text/plain"
                    },
                    "key": "EP-Channel",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "Tags are used to refine the eligibility criteria for a rule. Requests populate the catalog rule tag using the `EP-Context-Tag` header.",
                      "type": "text/plain"
                    },
                    "key": "EP-Context-Tag",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    },\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a01aabd0-b884-48ad-a681-562cc4ae4e79",
          "name": "Get a Parent Product's Child Products",
          "request": {
            "name": "Get a Parent Product's Child Products",
            "description": {
              "content": "For a specified product and catalog release, retrieves a list of child products from a parent product. Any product other than a base product results in a `422 Unprocessable Entity` response. Only the products in a `live` status are retrieved.\n\nIf you have multiple catalog rules defined, the rule that best matches the shopperʼs context is used to determine which catalog is retrieved. If no catalog rules are configured, the first catalog found is returned. For information about how rules are matched, see [Resolving Catalog Rules](/docs/api/pxm/catalog/rules#resolving-catalog-rules).\n\nYou can see the parent nodes a product is associated within the `breadcrumbs` metadata for each product. For example, this is useful if you want to improve how your shoppers search your store. See [Product and Node Associations in Breadcrumb Metadata](/guides/How-To/Catalogs/breadcrumbs).\n\n### Filtering\n\nThis endpoint supports filtering. For general filtering syntax, see [Filtering](/guides/Getting-Started/filtering). The following operators and attributes are available when filtering on this endpoint.\n\n| Operator | Description                                                                                     | Supported Attributes                                     | Example |\n|:---|:------------------------------------------------------------------------------------------------|:---------------------------------------------------------|:--- |\n| `Eq` | Checks if the values of two operands are equal. If they are, the condition is true. For `product_types` and `tags`, you can only specify one. For example, `filter=eq(product_types,child)`.            | `name`, `sku`, `slug`, `manufacturer_part_num`, `upc_ean`, `product_types`, `tags` | `filter=eq(name,some-name)` |\n| `In` | Checks if the values are included in the specified string. If they are, the condition is true. For `product_types` and `tags`, you can specify more than one. For example, `filter=in(product_types,child,bundle)`. | `id`, `name`, `sku`, `slug`, `manufacturer_part_num`, `upc_ean`, `product_types`, `tags`          | `filter=in(id,some-id)` |\n\n### Building breadcrumbs in a storefront\n\nIn a catalog, you can use the nodes directly attached to a product to build breadcrumbs in your storefront. This eliminates the need for additional queries to fetch hierarchy or parent node details. Each node contains all the necessary information in `breadcrumbs` metadata, such as its own details and the details of its parent hierarchy/node(s), to construct the complete breadcrumb path without requiring additional queries.\n\nAn example is shown below:\n\n`filter=in(id,c83bfe55-0d87-4302-a86d-ab19e7e323f1,6003d7ef-84f3-49bb-a8bd-4cbfa203dcbb)`\n\n- Specify the node IDs directly attached to the product in the filter expression.\n- You can include as many node IDs as required.\n- It does not matter what order you specify the node IDs. The nodes are returned in the order they were last updated.\n\n### Including Resources\n\nUsing the `include` parameter, you can retrieve top-level resources, such as, files or main image, bundle component products and product attributes, such as SKU or slug. \n\n| Parameter | Required | Description                                                                                                                                                                                                    |\n|  :---------------------|:---------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `component_products` | Optional | The  component product data and key attribute data, such as SKU or slug, to return for component products in a product bundle.  |\n| `main_image`         | Optional | The main images associated with a product. |\n| `files`              | Optional | Any files associated with a product. |\n\nSee [**Including Resources**](/guides/Getting-Started/includes).\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "catalog",
                "products",
                ":product_id",
                "relationships",
                "children"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Using the include parameter, you can retrieve top-level resources.\n\n- Files or main image. For example, `include=files,main_image`.\n- Component product data. For example, `include=component_products`.\n- Key attribute data, such as SKU or slug.\n",
                    "type": "text/plain"
                  },
                  "key": "include",
                  "value": "main_image,component_products"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "This endpoints support filtering. See [Filtering](#filtering).\n",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "586"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "1029"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "product_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The product ID.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "disabled": false,
                "description": {
                  "content": "The list of channels in which this catalog can be displayed. A channel is the shopping experience, such as a mobile app or web storefront. If empty, the catalog rule matches all channels. The channel will eventually be included in the bearer token that is used for authorization, but currently, you must set the `EP-Channel` header in your requests.",
                  "type": "text/plain"
                },
                "key": "EP-Channel",
                "value": "string"
              },
              {
                "disabled": false,
                "description": {
                  "content": "Tags are used to refine the eligibility criteria for a rule. Requests populate the catalog rule tag using the `EP-Context-Tag` header.",
                  "type": "text/plain"
                },
                "key": "EP-Context-Tag",
                "value": "string"
              },
              {
                "disabled": false,
                "description": {
                  "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                  "type": "text/plain"
                },
                "key": "accept-language",
                "value": "string"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "f7941fc8-853e-4591-8810-a27646bf8b89",
              "name": "The list of child products of a parent product from a catalog.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalog",
                    "products",
                    ":product_id",
                    "relationships",
                    "children"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Using the include parameter, you can retrieve top-level resources.\n\n- Files or main image. For example, `include=files,main_image`.\n- Component product data. For example, `include=component_products`.\n- Key attribute data, such as SKU or slug.\n",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "main_image,component_products"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "This endpoints support filtering. See [Filtering](#filtering).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "586"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "1029"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The product ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "The list of channels in which this catalog can be displayed. A channel is the shopping experience, such as a mobile app or web storefront. If empty, the catalog rule matches all channels. The channel will eventually be included in the bearer token that is used for authorization, but currently, you must set the `EP-Channel` header in your requests.",
                      "type": "text/plain"
                    },
                    "key": "EP-Channel",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "Tags are used to refine the eligibility criteria for a rule. Requests populate the catalog rule tag using the `EP-Context-Tag` header.",
                      "type": "text/plain"
                    },
                    "key": "EP-Context-Tag",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                      "type": "text/plain"
                    },
                    "key": "accept-language",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"meta\": {\n    \"results\": {\n      \"total\": 5602\n    },\n    \"page\": {\n      \"limit\": 1603,\n      \"offset\": 9609,\n      \"current\": 6233,\n      \"total\": 3763\n    }\n  },\n  \"data\": [\n    {\n      \"attributes\": {\n        \"published_at\": \"1970-01-01T00:00:00.000\",\n        \"base_product\": false,\n        \"base_product_id\": \"cdf574bc-e36e-48fc-9eac-01c87839b285\",\n        \"commodity_type\": \"physical\",\n        \"curated_product\": true,\n        \"upc_ean\": \"0123456\",\n        \"manufacturer_part_num\": \"mfn1\",\n        \"tags\": [\n          \"tag-a\"\n        ],\n        \"price_modifiers\": [\n          \"modifier-1\"\n        ],\n        \"created_at\": \"1970-01-01T00:00:00.000\",\n        \"description\": \"This is a product\",\n        \"name\": \"Blue shirt\",\n        \"price\": {\n          \"key_0\": {\n            \"amount\": 100,\n            \"includes_tax\": false\n          },\n          \"key_1\": {\n            \"amount\": 100,\n            \"includes_tax\": false\n          },\n          \"key_2\": {\n            \"amount\": 100,\n            \"includes_tax\": false\n          }\n        },\n        \"shopper_attributes\": {\n          \"key_0\": \"string\",\n          \"key_1\": \"string\"\n        },\n        \"tiers\": {\n          \"key_0\": {\n            \"minimum_quantity\": 1230,\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            }\n          },\n          \"key_1\": {\n            \"minimum_quantity\": 3952,\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            }\n          },\n          \"key_2\": {\n            \"minimum_quantity\": 6832,\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            }\n          },\n          \"key_3\": {\n            \"minimum_quantity\": 2381,\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            }\n          }\n        },\n        \"components\": {\n          \"key_0\": {\n            \"name\": \"string\",\n            \"min\": 2552,\n            \"max\": 7284,\n            \"sort_order\": 6533,\n            \"options\": [\n              {\n                \"id\": \"e58dcacd-6f5b-8c35-c256-07600f27f778\",\n                \"type\": \"product\",\n                \"quantity\": 2,\n                \"min\": 3622,\n                \"max\": 6478,\n                \"sort_order\": 15,\n                \"default\": true,\n                \"product_should_be_substituted_with_child\": true,\n                \"excluded_children\": [\n                  \"2d491d1c-729d-43d7-a2d2-e0a56edab43d\"\n                ]\n              }\n            ]\n          },\n          \"key_1\": {\n            \"name\": \"string\",\n            \"min\": 4168,\n            \"max\": 5822,\n            \"sort_order\": 4402,\n            \"options\": [\n              {\n                \"id\": \"34e471d1-c2f8-46b8-a6db-1a3404a05518\",\n                \"type\": \"product\",\n                \"quantity\": 2,\n                \"min\": 8608,\n                \"max\": 3680,\n                \"sort_order\": 15,\n                \"default\": true,\n                \"product_should_be_substituted_with_child\": true,\n                \"excluded_children\": [\n                  \"2d491d1c-729d-43d7-a2d2-e0a56edab43d\"\n                ]\n              }\n            ]\n          }\n        },\n        \"custom_inputs\": {\n          \"key_0\": {\n            \"name\": \"Message\",\n            \"validation_rules\": [\n              {\n                \"type\": \"string\",\n                \"options\": {\n                  \"max_length\": 255\n                }\n              }\n            ],\n            \"required\": false\n          }\n        },\n        \"sku\": \"blue-shirt\",\n        \"slug\": \"blue-shirt\",\n        \"status\": \"live\",\n        \"external_ref\": \"string\",\n        \"updated_at\": \"1970-01-01T00:00:00.000\",\n        \"extensions\": {\n          \"key_0\": {\n            \"key_0\": {},\n            \"key_1\": {}\n          },\n          \"key_1\": {\n            \"key_0\": {}\n          },\n          \"key_2\": {\n            \"key_0\": {},\n            \"key_1\": {}\n          }\n        }\n      },\n      \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n      \"relationships\": {\n        \"parent\": {\n          \"data\": {\n            \"id\": \"a85c2f05-6aad-197b-7e9b-9d39744c4901\",\n            \"type\": \"product\"\n          }\n        },\n        \"children\": {\n          \"data\": [\n            {\n              \"id\": \"b93d2ad3-b028-8ba2-7808-f797a375d103\",\n              \"type\": \"product\"\n            }\n          ],\n          \"links\": {\n            \"self\": \"string\"\n          }\n        },\n        \"files\": {\n          \"data\": [\n            {\n              \"type\": \"file\",\n              \"id\": \"d4f44c07-881a-816a-133c-a110f05a4c39\",\n              \"created_at\": \"1970-01-01T00:00:00.000\"\n            }\n          ]\n        },\n        \"main_image\": {\n          \"data\": {\n            \"type\": \"main_image\",\n            \"id\": \"58beb426-bf90-a46d-980a-90f2c7e2e0d2\"\n          }\n        },\n        \"component_products\": {\n          \"data\": [\n            {\n              \"id\": \"c89a7e9c-6943-fa11-1eef-ba0ba5214589\",\n              \"type\": \"product\"\n            }\n          ],\n          \"links\": {\n            \"self\": \"string\"\n          }\n        },\n        \"custom_relationships\": {\n          \"data\": [\n            {\n              \"id\": \"7e5653df-a1de-fe3d-15e1-008f418db6b8\",\n              \"type\": \"product\"\n            }\n          ],\n          \"links\": {}\n        }\n      },\n      \"type\": \"product\",\n      \"meta\": {\n        \"bread_crumbs\": {\n          \"key_0\": [\n            \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n          ],\n          \"key_1\": [\n            \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n          ]\n        },\n        \"bread_crumb_nodes\": [\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n        ],\n        \"catalog_id\": \"362a16dc-f7c6-4280-83d6-4fcc152af091\",\n        \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n        \"display_price\": {\n          \"with_tax\": {\n            \"amount\": 3103,\n            \"currency\": \"USD\",\n            \"formatted\": \"$475.00\",\n            \"float_price\": 475\n          },\n          \"without_tax\": {\n            \"amount\": 1118,\n            \"currency\": \"USD\",\n            \"formatted\": \"$475.00\",\n            \"float_price\": 475\n          }\n        },\n        \"catalog_source\": \"pim\",\n        \"sale_id\": \"string\",\n        \"sale_expires\": \"2025-07-07T14:30:00Z\",\n        \"original_price\": {\n          \"key_0\": {\n            \"amount\": 100,\n            \"includes_tax\": false\n          }\n        },\n        \"original_display_price\": {\n          \"with_tax\": {\n            \"amount\": 4870,\n            \"currency\": \"USD\",\n            \"formatted\": \"$475.00\",\n            \"float_price\": 475\n          },\n          \"without_tax\": {\n            \"amount\": 4235,\n            \"currency\": \"USD\",\n            \"formatted\": \"$475.00\",\n            \"float_price\": 475\n          }\n        },\n        \"bundle_configuration\": {\n          \"selected_options\": {\n            \"games\": {\n              \"p292e1db-c919-4d2f-984a-c2ddc79df024\": 2\n            },\n            \"consoles\": {\n              \"759ce0d7-e248-4f57-8ee1-6fd81a1b3c0a\": 1\n            }\n          }\n        },\n        \"component_products\": {\n          \"key_0\": {\n            \"sale_id\": \"string\",\n            \"sale_expires\": \"2025-07-07T14:30:00Z\",\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"display_price\": {\n              \"with_tax\": {\n                \"amount\": 2427,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 6903,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"original_price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"original_display_price\": {\n              \"with_tax\": {\n                \"amount\": 2536,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 8635,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n            \"alternative_prices\": [\n              {\n                \"name\": \"string\",\n                \"pricebook_id\": \"string\",\n                \"shopper_attributes\": {\n                  \"key_0\": \"string\",\n                  \"key_1\": \"string\",\n                  \"key_2\": \"string\",\n                  \"key_3\": \"string\"\n                },\n                \"sale_id\": \"string\",\n                \"sale_expires\": \"2025-07-07T14:30:00Z\",\n                \"price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 5145,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 1681,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                },\n                \"original_display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 5557,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 4552,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                },\n                \"original_price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"key_1\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"key_2\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"tiers\": {\n                  \"key_0\": {\n                    \"original_price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      },\n                      \"key_1\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      },\n                      \"key_1\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      },\n                      \"key_2\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 92,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 5019,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    },\n                    \"original_display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 1502,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 7353,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    }\n                  },\n                  \"key_1\": {\n                    \"original_price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      },\n                      \"key_1\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 9708,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 4998,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    },\n                    \"original_display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 4138,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 7747,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    }\n                  },\n                  \"key_2\": {\n                    \"original_price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      },\n                      \"key_1\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 9142,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 6940,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    },\n                    \"original_display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 5861,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 2588,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    }\n                  }\n                }\n              }\n            ]\n          },\n          \"key_1\": {\n            \"sale_id\": \"string\",\n            \"sale_expires\": \"2025-07-07T14:30:00Z\",\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"display_price\": {\n              \"with_tax\": {\n                \"amount\": 595,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 4810,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"original_price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"original_display_price\": {\n              \"with_tax\": {\n                \"amount\": 9797,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 6043,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n            \"alternative_prices\": [\n              {\n                \"name\": \"string\",\n                \"pricebook_id\": \"string\",\n                \"shopper_attributes\": {\n                  \"key_0\": \"string\"\n                },\n                \"sale_id\": \"string\",\n                \"sale_expires\": \"2025-07-07T14:30:00Z\",\n                \"price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"key_1\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"key_2\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 3249,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 2537,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                },\n                \"original_display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 1298,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 6480,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                },\n                \"original_price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"tiers\": {\n                  \"key_0\": {\n                    \"original_price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 642,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 2781,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    },\n                    \"original_display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 6633,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 189,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    }\n                  },\n                  \"key_1\": {\n                    \"original_price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      },\n                      \"key_1\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 3884,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 7265,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    },\n                    \"original_display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 4312,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 1623,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    }\n                  }\n                }\n              }\n            ]\n          }\n        },\n        \"component_product_data\": {\n          \"key_0\": {\n            \"value\": \"<Circular reference to #/components/schemas/product detected>\"\n          },\n          \"key_1\": {\n            \"value\": \"<Circular reference to #/components/schemas/product detected>\"\n          }\n        },\n        \"price_modifiers\": {\n          \"key_0\": {\n            \"modifier_type\": \"price_equals\",\n            \"currencies\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_2\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            }\n          }\n        },\n        \"tiers\": {\n          \"key_0\": {\n            \"sale_id\": \"string\",\n            \"sale_expires\": \"2025-07-07T14:30:00Z\",\n            \"display_price\": {\n              \"with_tax\": {\n                \"amount\": 1130,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 9930,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"original_price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_2\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"original_display_price\": {\n              \"with_tax\": {\n                \"amount\": 4577,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 3774,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            }\n          },\n          \"key_1\": {\n            \"sale_id\": \"string\",\n            \"sale_expires\": \"2025-07-07T14:30:00Z\",\n            \"display_price\": {\n              \"with_tax\": {\n                \"amount\": 3943,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 8882,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"original_price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"original_display_price\": {\n              \"with_tax\": {\n                \"amount\": 394,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 5119,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            }\n          }\n        },\n        \"variation_matrix\": {},\n        \"variations\": [\n          {\n            \"id\": \"86c51519-c1f6-f31d-514a-111d46c98a31\",\n            \"name\": \"string\",\n            \"sort_order\": 1232,\n            \"option\": {\n              \"id\": \"4371d41f-907c-c44d-8d90-741c4903273f\",\n              \"name\": \"string\",\n              \"sort_order\": 3427,\n              \"description\": \"string\"\n            },\n            \"options\": [\n              {\n                \"id\": \"46ff71a7-fbfe-1b2e-cc61-92653344a23e\",\n                \"name\": \"string\",\n                \"sort_order\": 1111,\n                \"description\": \"string\"\n              }\n            ]\n          }\n        ],\n        \"child_option_ids\": [\n          \"string\"\n        ],\n        \"child_variations\": [\n          {\n            \"id\": \"a2d8e6c0-3450-94ac-e491-157516489098\",\n            \"name\": \"string\",\n            \"sort_order\": 6446,\n            \"option\": {\n              \"id\": \"6e88d9e9-8a47-b906-806d-17d695a6c22e\",\n              \"name\": \"string\",\n              \"sort_order\": 7203,\n              \"description\": \"string\"\n            },\n            \"options\": [\n              {\n                \"id\": \"238aa9bb-7173-a9fd-7005-6ab528621e15\",\n                \"name\": \"string\",\n                \"sort_order\": 353,\n                \"description\": \"string\"\n              }\n            ]\n          }\n        ],\n        \"product_types\": [\n          \"string\"\n        ],\n        \"language\": \"en-GB\",\n        \"custom_relationships\": [\n          \"string\"\n        ],\n        \"available_prices\": [\n          {\n            \"pricebook_id\": \"string\",\n            \"shopper_attributes\": {\n              \"key_0\": \"string\"\n            },\n            \"sales\": {\n              \"key_0\": {\n                \"schedule\": {\n                  \"valid_from\": \"2020-09-22T09:00:00\",\n                  \"valid_to\": \"2020-09-22T09:00:00\"\n                },\n                \"currencies\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false,\n                    \"tiers\": {\n                      \"key_0\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      },\n                      \"key_1\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      }\n                    }\n                  },\n                  \"key_1\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false,\n                    \"tiers\": {\n                      \"key_0\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      }\n                    }\n                  },\n                  \"key_2\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false,\n                    \"tiers\": {\n                      \"key_0\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      }\n                    }\n                  },\n                  \"key_3\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false,\n                    \"tiers\": {\n                      \"key_0\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      }\n                    }\n                  },\n                  \"key_4\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false,\n                    \"tiers\": {\n                      \"key_0\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      },\n                      \"key_1\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      },\n                      \"key_2\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      },\n                      \"key_3\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      }\n                    }\n                  }\n                }\n              },\n              \"key_1\": {\n                \"schedule\": {\n                  \"valid_from\": \"2020-09-22T09:00:00\",\n                  \"valid_to\": \"2020-09-22T09:00:00\"\n                },\n                \"currencies\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false,\n                    \"tiers\": {\n                      \"key_0\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      }\n                    }\n                  }\n                }\n              }\n            },\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"tiers\": {\n              \"key_0\": {\n                \"minimum_quantity\": 7093,\n                \"price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"key_1\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                }\n              },\n              \"key_1\": {\n                \"minimum_quantity\": 8314,\n                \"price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                }\n              }\n            }\n          }\n        ],\n        \"alternative_prices\": [\n          {\n            \"name\": \"string\",\n            \"pricebook_id\": \"string\",\n            \"shopper_attributes\": {\n              \"key_0\": \"string\",\n              \"key_1\": \"string\"\n            },\n            \"sale_id\": \"string\",\n            \"sale_expires\": \"2025-07-07T14:30:00Z\",\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"display_price\": {\n              \"with_tax\": {\n                \"amount\": 9421,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 7267,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"original_display_price\": {\n              \"with_tax\": {\n                \"amount\": 2045,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 135,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"original_price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_2\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"tiers\": {\n              \"key_0\": {\n                \"original_price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"key_1\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 6206,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 8682,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                },\n                \"original_display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 9012,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 4212,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                }\n              },\n              \"key_1\": {\n                \"original_price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"key_1\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 5979,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 5485,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                },\n                \"original_display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 5574,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 7960,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                }\n              }\n            }\n          }\n        ],\n        \"available_pricebook_ids\": [\n          \"string\"\n        ]\n      }\n    }\n  ],\n  \"included\": {\n    \"main_images\": [\n      {\n        \"id\": \"d38416e6-a515-c91e-1b92-fd4de7d5ccca\",\n        \"type\": \"file\",\n        \"file_name\": \"file_name.jpg\",\n        \"mime_type\": \"image/jpeg\",\n        \"file_size\": 36000,\n        \"public\": true,\n        \"meta\": {\n          \"timestamps\": {\n            \"created_at\": \"2023-10-11T13:02:25.293Z\"\n          },\n          \"dimensions\": {\n            \"width\": 1800,\n            \"height\": 1000\n          }\n        },\n        \"links\": {\n          \"self\": \"https://useast.api.elasticpath.com/v2/files/ddc28c74-a7df-46be-b262-8fa69a6e7d52\"\n        },\n        \"link\": {\n          \"href\": \"https://files-eu.epusercontent.com/e8c53cb0-120d-4ea5-8941-ce74dec06038/f8cf26b3-6d38-4275-937a-624a83994702.png\",\n          \"meta\": {\n            \"results\": {\n              \"total\": 2\n            }\n          }\n        }\n      }\n    ],\n    \"component_products\": [\n      {\n        \"attributes\": {\n          \"published_at\": \"1970-01-01T00:00:00.000\",\n          \"base_product\": false,\n          \"base_product_id\": \"cdf574bc-e36e-48fc-9eac-01c87839b285\",\n          \"commodity_type\": \"physical\",\n          \"curated_product\": true,\n          \"upc_ean\": \"0123456\",\n          \"manufacturer_part_num\": \"mfn1\",\n          \"tags\": [\n            \"tag-a\"\n          ],\n          \"price_modifiers\": [\n            \"modifier-1\"\n          ],\n          \"created_at\": \"1970-01-01T00:00:00.000\",\n          \"description\": \"This is a product\",\n          \"name\": \"Blue shirt\",\n          \"price\": {\n            \"key_0\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"key_1\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            }\n          },\n          \"shopper_attributes\": {\n            \"key_0\": \"string\",\n            \"key_1\": \"string\",\n            \"key_2\": \"string\"\n          },\n          \"tiers\": {\n            \"key_0\": {\n              \"minimum_quantity\": 9791,\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_3\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_4\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              }\n            }\n          },\n          \"components\": {\n            \"key_0\": {\n              \"name\": \"string\",\n              \"min\": 1448,\n              \"max\": 738,\n              \"sort_order\": 4582,\n              \"options\": [\n                {\n                  \"id\": \"82d78eef-816a-5627-757f-ec0edb70ad29\",\n                  \"type\": \"product\",\n                  \"quantity\": 2,\n                  \"min\": 1809,\n                  \"max\": 5865,\n                  \"sort_order\": 15,\n                  \"default\": true,\n                  \"product_should_be_substituted_with_child\": true,\n                  \"excluded_children\": [\n                    \"2d491d1c-729d-43d7-a2d2-e0a56edab43d\"\n                  ]\n                }\n              ]\n            },\n            \"key_1\": {\n              \"name\": \"string\",\n              \"min\": 7070,\n              \"max\": 7211,\n              \"sort_order\": 1445,\n              \"options\": [\n                {\n                  \"id\": \"23303760-5905-0108-3cdc-2cda1d988a12\",\n                  \"type\": \"product\",\n                  \"quantity\": 2,\n                  \"min\": 6812,\n                  \"max\": 3243,\n                  \"sort_order\": 15,\n                  \"default\": true,\n                  \"product_should_be_substituted_with_child\": true,\n                  \"excluded_children\": [\n                    \"2d491d1c-729d-43d7-a2d2-e0a56edab43d\"\n                  ]\n                }\n              ]\n            },\n            \"key_2\": {\n              \"name\": \"string\",\n              \"min\": 7971,\n              \"max\": 7296,\n              \"sort_order\": 4309,\n              \"options\": [\n                {\n                  \"id\": \"e4fb22bd-50bf-e7b0-0b04-ef8edc0b26e2\",\n                  \"type\": \"product\",\n                  \"quantity\": 2,\n                  \"min\": 3710,\n                  \"max\": 7909,\n                  \"sort_order\": 15,\n                  \"default\": true,\n                  \"product_should_be_substituted_with_child\": true,\n                  \"excluded_children\": [\n                    \"2d491d1c-729d-43d7-a2d2-e0a56edab43d\"\n                  ]\n                }\n              ]\n            },\n            \"key_3\": {\n              \"name\": \"string\",\n              \"min\": 6237,\n              \"max\": 2358,\n              \"sort_order\": 1007,\n              \"options\": [\n                {\n                  \"id\": \"304474b6-0ca3-0cad-fd56-2803b3087be4\",\n                  \"type\": \"product\",\n                  \"quantity\": 2,\n                  \"min\": 274,\n                  \"max\": 4336,\n                  \"sort_order\": 15,\n                  \"default\": true,\n                  \"product_should_be_substituted_with_child\": true,\n                  \"excluded_children\": [\n                    \"2d491d1c-729d-43d7-a2d2-e0a56edab43d\"\n                  ]\n                }\n              ]\n            }\n          },\n          \"custom_inputs\": {\n            \"key_0\": {\n              \"name\": \"Message\",\n              \"validation_rules\": [\n                {\n                  \"type\": \"string\",\n                  \"options\": {\n                    \"max_length\": 255\n                  }\n                }\n              ],\n              \"required\": false\n            },\n            \"key_1\": {\n              \"name\": \"Message\",\n              \"validation_rules\": [\n                {\n                  \"type\": \"string\",\n                  \"options\": {\n                    \"max_length\": 255\n                  }\n                }\n              ],\n              \"required\": false\n            }\n          },\n          \"sku\": \"blue-shirt\",\n          \"slug\": \"blue-shirt\",\n          \"status\": \"live\",\n          \"external_ref\": \"string\",\n          \"updated_at\": \"1970-01-01T00:00:00.000\",\n          \"extensions\": {\n            \"key_0\": {\n              \"key_0\": {}\n            },\n            \"key_1\": {\n              \"key_0\": {},\n              \"key_1\": {}\n            }\n          }\n        },\n        \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n        \"relationships\": {\n          \"parent\": {\n            \"data\": {\n              \"id\": \"d3834b63-107a-0416-52f1-f8d076b7a652\",\n              \"type\": \"product\"\n            }\n          },\n          \"children\": {\n            \"data\": [\n              {\n                \"id\": \"d88cdc87-9078-c992-b54e-7364aa618f64\",\n                \"type\": \"product\"\n              }\n            ],\n            \"links\": {\n              \"self\": \"string\"\n            }\n          },\n          \"files\": {\n            \"data\": [\n              {\n                \"type\": \"file\",\n                \"id\": \"de0ff932-b078-5691-cc51-922a9483ac95\",\n                \"created_at\": \"1970-01-01T00:00:00.000\"\n              }\n            ]\n          },\n          \"main_image\": {\n            \"data\": {\n              \"type\": \"main_image\",\n              \"id\": \"deecd894-ece8-0a68-e8ea-24a3a02b5344\"\n            }\n          },\n          \"component_products\": {\n            \"data\": [\n              {\n                \"id\": \"d4d9cb65-1907-0c96-94f4-7344435bd83d\",\n                \"type\": \"product\"\n              }\n            ],\n            \"links\": {\n              \"self\": \"string\"\n            }\n          },\n          \"custom_relationships\": {\n            \"data\": [\n              {\n                \"id\": \"8edd6fe2-1c03-b1c0-e143-ecdb0b3d95b9\",\n                \"type\": \"product\"\n              }\n            ],\n            \"links\": {}\n          }\n        },\n        \"type\": \"product\",\n        \"meta\": {\n          \"bread_crumbs\": {\n            \"key_0\": [\n              \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n            ],\n            \"key_1\": [\n              \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n            ]\n          },\n          \"bread_crumb_nodes\": [\n            \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n          ],\n          \"catalog_id\": \"362a16dc-f7c6-4280-83d6-4fcc152af091\",\n          \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n          \"display_price\": {\n            \"with_tax\": {\n              \"amount\": 3730,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            },\n            \"without_tax\": {\n              \"amount\": 6645,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            }\n          },\n          \"catalog_source\": \"pim\",\n          \"sale_id\": \"string\",\n          \"sale_expires\": \"2025-07-07T14:30:00Z\",\n          \"original_price\": {\n            \"key_0\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            }\n          },\n          \"original_display_price\": {\n            \"with_tax\": {\n              \"amount\": 1710,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            },\n            \"without_tax\": {\n              \"amount\": 4205,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            }\n          },\n          \"bundle_configuration\": {\n            \"selected_options\": {\n              \"games\": {\n                \"p292e1db-c919-4d2f-984a-c2ddc79df024\": 2\n              },\n              \"consoles\": {\n                \"759ce0d7-e248-4f57-8ee1-6fd81a1b3c0a\": 1\n              }\n            }\n          },\n          \"component_products\": {\n            \"key_0\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 6120,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 2581,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 15,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 2772,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n              \"alternative_prices\": [\n                {\n                  \"name\": \"string\",\n                  \"pricebook_id\": \"string\",\n                  \"shopper_attributes\": {\n                    \"key_0\": \"string\"\n                  },\n                  \"sale_id\": \"string\",\n                  \"sale_expires\": \"2025-07-07T14:30:00Z\",\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 4346,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 4396,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 7921,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 9093,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"tiers\": {\n                    \"key_0\": {\n                      \"original_price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_1\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_2\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_1\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 7253,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 4690,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      },\n                      \"original_display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 6291,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 2787,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      }\n                    },\n                    \"key_1\": {\n                      \"original_price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_1\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_1\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 7122,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 206,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      },\n                      \"original_display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 9148,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 5047,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      }\n                    }\n                  }\n                }\n              ]\n            },\n            \"key_1\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 8605,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 3600,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 5045,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 1690,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n              \"alternative_prices\": [\n                {\n                  \"name\": \"string\",\n                  \"pricebook_id\": \"string\",\n                  \"shopper_attributes\": {\n                    \"key_0\": \"string\",\n                    \"key_1\": \"string\",\n                    \"key_2\": \"string\"\n                  },\n                  \"sale_id\": \"string\",\n                  \"sale_expires\": \"2025-07-07T14:30:00Z\",\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_2\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 9319,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 3382,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 1826,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 268,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"tiers\": {\n                    \"key_0\": {\n                      \"original_price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_1\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_2\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 8762,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 9662,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      },\n                      \"original_display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 6895,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 9975,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      }\n                    }\n                  }\n                }\n              ]\n            }\n          },\n          \"component_product_data\": {\n            \"key_0\": {\n              \"value\": \"<Circular reference to #/components/schemas/product detected>\"\n            },\n            \"key_1\": {\n              \"value\": \"<Circular reference to #/components/schemas/product detected>\"\n            }\n          },\n          \"price_modifiers\": {\n            \"key_0\": {\n              \"modifier_type\": \"price_equals\",\n              \"currencies\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              }\n            },\n            \"key_1\": {\n              \"modifier_type\": \"price_equals\",\n              \"currencies\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              }\n            },\n            \"key_2\": {\n              \"modifier_type\": \"price_equals\",\n              \"currencies\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_3\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              }\n            }\n          },\n          \"tiers\": {\n            \"key_0\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 4080,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 569,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 3741,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 7269,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              }\n            },\n            \"key_1\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 8167,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 8150,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 1633,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 3450,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              }\n            },\n            \"key_2\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 2808,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 5260,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 5039,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 5499,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              }\n            },\n            \"key_3\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 4483,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 9325,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 6018,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 3028,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              }\n            },\n            \"key_4\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 7553,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 1663,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 1335,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 7069,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              }\n            }\n          },\n          \"variation_matrix\": {},\n          \"variations\": [\n            {\n              \"id\": \"40ecc97d-2913-b939-fad5-4dd7b2dbf677\",\n              \"name\": \"string\",\n              \"sort_order\": 6763,\n              \"option\": {\n                \"id\": \"9784015b-bd6b-bcd5-3c8c-89ebfa979813\",\n                \"name\": \"string\",\n                \"sort_order\": 9919,\n                \"description\": \"string\"\n              },\n              \"options\": [\n                {\n                  \"id\": \"7520324b-07a1-2714-5e50-9bc292005f21\",\n                  \"name\": \"string\",\n                  \"sort_order\": 2916,\n                  \"description\": \"string\"\n                }\n              ]\n            }\n          ],\n          \"child_option_ids\": [\n            \"string\"\n          ],\n          \"child_variations\": [\n            {\n              \"id\": \"aad44913-2aa4-41ea-9182-619955c5737b\",\n              \"name\": \"string\",\n              \"sort_order\": 1339,\n              \"option\": {\n                \"id\": \"b1c5081a-f43a-54b7-750a-ec569d704a82\",\n                \"name\": \"string\",\n                \"sort_order\": 5300,\n                \"description\": \"string\"\n              },\n              \"options\": [\n                {\n                  \"id\": \"a39f0511-0bc2-a47e-7081-bf6270506ee7\",\n                  \"name\": \"string\",\n                  \"sort_order\": 5308,\n                  \"description\": \"string\"\n                }\n              ]\n            }\n          ],\n          \"product_types\": [\n            \"string\"\n          ],\n          \"language\": \"en-GB\",\n          \"custom_relationships\": [\n            \"string\"\n          ],\n          \"available_prices\": [\n            {\n              \"pricebook_id\": \"string\",\n              \"shopper_attributes\": {\n                \"key_0\": \"string\",\n                \"key_1\": \"string\",\n                \"key_2\": \"string\"\n              },\n              \"sales\": {\n                \"key_0\": {\n                  \"schedule\": {\n                    \"valid_from\": \"2020-09-22T09:00:00\",\n                    \"valid_to\": \"2020-09-22T09:00:00\"\n                  },\n                  \"currencies\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false,\n                      \"tiers\": {\n                        \"key_0\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        },\n                        \"key_1\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        },\n                        \"key_2\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        }\n                      }\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false,\n                      \"tiers\": {\n                        \"key_0\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        }\n                      }\n                    },\n                    \"key_2\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false,\n                      \"tiers\": {\n                        \"key_0\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        },\n                        \"key_1\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        },\n                        \"key_2\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        },\n                        \"key_3\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        }\n                      }\n                    }\n                  }\n                },\n                \"key_1\": {\n                  \"schedule\": {\n                    \"valid_from\": \"2020-09-22T09:00:00\",\n                    \"valid_to\": \"2020-09-22T09:00:00\"\n                  },\n                  \"currencies\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false,\n                      \"tiers\": {\n                        \"key_0\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        },\n                        \"key_1\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        }\n                      }\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false,\n                      \"tiers\": {\n                        \"key_0\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        }\n                      }\n                    }\n                  }\n                }\n              },\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"tiers\": {\n                \"key_0\": {\n                  \"minimum_quantity\": 5369,\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_2\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  }\n                }\n              }\n            }\n          ],\n          \"alternative_prices\": [\n            {\n              \"name\": \"string\",\n              \"pricebook_id\": \"string\",\n              \"shopper_attributes\": {\n                \"key_0\": \"string\",\n                \"key_1\": \"string\"\n              },\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 625,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 5586,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 268,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 9645,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"tiers\": {\n                \"key_0\": {\n                  \"original_price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 9695,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 2963,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 6625,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 1089,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  }\n                },\n                \"key_1\": {\n                  \"original_price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_2\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 104,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 4153,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 5019,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 1736,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  }\n                }\n              }\n            }\n          ],\n          \"available_pricebook_ids\": [\n            \"string\"\n          ]\n        }\n      }\n    ],\n    \"files\": [\n      {\n        \"id\": \"455d4463-c85e-cee1-de0f-dbcfaada233c\",\n        \"type\": \"file\",\n        \"file_name\": \"file_name.jpg\",\n        \"mime_type\": \"image/jpeg\",\n        \"file_size\": 36000,\n        \"public\": true,\n        \"meta\": {\n          \"timestamps\": {\n            \"created_at\": \"2023-10-11T13:02:25.293Z\"\n          },\n          \"dimensions\": {\n            \"width\": 1800,\n            \"height\": 1000\n          }\n        },\n        \"links\": {\n          \"self\": \"https://useast.api.elasticpath.com/v2/files/ddc28c74-a7df-46be-b262-8fa69a6e7d52\"\n        },\n        \"link\": {\n          \"href\": \"https://files-eu.epusercontent.com/e8c53cb0-120d-4ea5-8941-ce74dec06038/f8cf26b3-6d38-4275-937a-624a83994702.png\",\n          \"meta\": {\n            \"results\": {\n              \"total\": 2\n            }\n          }\n        }\n      }\n    ]\n  },\n  \"links\": {\n    \"self\": \"http://LwPzOVYiEt.asRkq,fqPmLnkKw\",\n    \"first\": \"http://CpnywJGwPlEvgOb.nqdnf4WMPQUlpYeB3EAqbXndKPOAwtzbjiS5ZO\",\n    \"last\": \"https://XeQSxHSWOdnjxCtoCsBJcNQcZBXCM.nwffbEVzu3F8fHSQ9ULy795Cxdo6S0OpjuRdDyGSC\",\n    \"prev\": \"https://BQZisIqfZVBMjRCcgkohsoWYbFCI.iyyVLg2jdpRShTugM00VuM+btEfnnSiI6GTmcjVQzSO2gUuf3I1W29MH25Koak+4hKa5upyS1V\",\n    \"next\": \"https://uExUQFiOJvuggkZFguIkfZKzSmGNCG.lvvwhT.11IQeGnwur5r6PZovamgW6Q+YNHgEUuZ\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "817c4e99-d73a-4fff-8951-d7b320a4a78b",
              "name": "The unexpected error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalog",
                    "products",
                    ":product_id",
                    "relationships",
                    "children"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Using the include parameter, you can retrieve top-level resources.\n\n- Files or main image. For example, `include=files,main_image`.\n- Component product data. For example, `include=component_products`.\n- Key attribute data, such as SKU or slug.\n",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "main_image,component_products"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "This endpoints support filtering. See [Filtering](#filtering).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "586"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "1029"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The product ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "The list of channels in which this catalog can be displayed. A channel is the shopping experience, such as a mobile app or web storefront. If empty, the catalog rule matches all channels. The channel will eventually be included in the bearer token that is used for authorization, but currently, you must set the `EP-Channel` header in your requests.",
                      "type": "text/plain"
                    },
                    "key": "EP-Channel",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "Tags are used to refine the eligibility criteria for a rule. Requests populate the catalog rule tag using the `EP-Context-Tag` header.",
                      "type": "text/plain"
                    },
                    "key": "EP-Context-Tag",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                      "type": "text/plain"
                    },
                    "key": "accept-language",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    },\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1ec18f95-a420-47c0-9c82-e13d9f8afb73",
          "name": "Get a Hierarchy's Products",
          "request": {
            "name": "Get a Hierarchy's Products",
            "description": {
              "content": "Returns the products associated with the specified hierarchy in the catalog. The products must be in the live status.\n\nIf you have multiple catalog rules defined, the rule that best matches the shoppers context is used to determine which catalog is retrieved. See [Resolving catalog rules](/docs/api/pxm/catalog/rules#resolving-catalog-rules).\n\nYou can see the parent nodes a product is associated with in the `bread_crumbs` and `bread_crumb_nodes` metadata for each product. This is useful if you want to improve how your shoppers search your store, for example. See [Product and Node Associations in Breadcrumb Metadata](/guides/How-To/Catalogs/breadcrumbs).\n\n### Filtering\n\nThis endpoint supports filtering. For general filtering syntax, see [Filtering](/guides/Getting-Started/filtering). The following operators and attributes are available when filtering on this endpoint.\n\n| Operator | Description                                                                                     | Supported Attributes                                     | Example |\n|:---|:------------------------------------------------------------------------------------------------|:---------------------------------------------------------|:--- |\n| `Eq` | Checks if the values of two operands are equal. If they are, the condition is true. For `product_types` and `tags`, you can only specify one. For example, `filter=eq(product_types,child)`.            | `name`, `sku`, `slug`, `manufacturer_part_num`, `upc_ean`, `product_types`, `tags` | `filter=eq(name,some-name)` |\n| `In` | Checks if the values are included in the specified string. If they are, the condition is true. For `product_types` and `tags`, you can specify more than one. For example, `filter=in(product_types,child,bundle)`. | `id`, `name`, `sku`, `slug`, `manufacturer_part_num`, `upc_ean`, `product_types`, `tags`          | `filter=in(id,some-id)` |\n\n### Building breadcrumbs in a storefront\n\nIn a catalog, you can use the nodes directly attached to a product to build breadcrumbs in your storefront. This eliminates the need for additional queries to fetch hierarchy or parent node details. Each node contains all the necessary information in `breadcrumbs` metadata, such as its own details and the details of its parent hierarchy/node(s), to construct the complete breadcrumb path without requiring additional queries.\n\nAn example is shown below:\n\n`filter=in(id,c83bfe55-0d87-4302-a86d-ab19e7e323f1,6003d7ef-84f3-49bb-a8bd-4cbfa203dcbb)`\n\n- Specify the node IDs directly attached to the product in the filter expression.\n- You can include as many node IDs as required.\n- It does not matter what order you specify the node IDs. The nodes are returned in the order they were last updated.\n\n### Including Resources\n\nUsing the `include` parameter, you can retrieve top-level resources, such as, files or main image, bundle component products and product attributes, such as SKU or slug. \n\n| Parameter | Required | Description                                                                                                                                                                                                    |\n|  :---------------------|:---------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `component_products` | Optional | The  component product data and key attribute data, such as SKU or slug, to return for component products in a product bundle.  |\n| `main_image`         | Optional | The main images associated with a product. |\n   `files`              | Optional | Any files associated with a product. |\n\nSee [**Including Resources**](/guides/Getting-Started/includes).\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "catalog",
                "hierarchies",
                ":hierarchy_id",
                "products"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Using the include parameter, you can retrieve top-level resources.\n\n- Files or main image. For example, `include=files,main_image`.\n- Component product data. For example, `include=component_products`.\n- Key attribute data, such as SKU or slug.\n",
                    "type": "text/plain"
                  },
                  "key": "include",
                  "value": "main_image,component_products"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "This endpoints support filtering. See [Filtering](#filtering).\n",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "586"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "1029"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "hierarchy_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The catalog hierarchy ID.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "disabled": false,
                "description": {
                  "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                  "type": "text/plain"
                },
                "key": "accept-language",
                "value": "string"
              },
              {
                "disabled": false,
                "description": {
                  "content": "The list of channels in which this catalog can be displayed. A channel is the shopping experience, such as a mobile app or web storefront. If empty, the catalog rule matches all channels. The channel will eventually be included in the bearer token that is used for authorization, but currently, you must set the `EP-Channel` header in your requests.",
                  "type": "text/plain"
                },
                "key": "EP-Channel",
                "value": "string"
              },
              {
                "disabled": false,
                "description": {
                  "content": "Tags are used to refine the eligibility criteria for a rule. Requests populate the catalog rule tag using the `EP-Context-Tag` header.",
                  "type": "text/plain"
                },
                "key": "EP-Context-Tag",
                "value": "string"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "00aaac48-ccec-4402-bdc4-b2743e68a20b",
              "name": "The products of a catalog hierarchy.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalog",
                    "hierarchies",
                    ":hierarchy_id",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Using the include parameter, you can retrieve top-level resources.\n\n- Files or main image. For example, `include=files,main_image`.\n- Component product data. For example, `include=component_products`.\n- Key attribute data, such as SKU or slug.\n",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "main_image,component_products"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "This endpoints support filtering. See [Filtering](#filtering).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "586"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "1029"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog hierarchy ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "hierarchy_id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                      "type": "text/plain"
                    },
                    "key": "accept-language",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "The list of channels in which this catalog can be displayed. A channel is the shopping experience, such as a mobile app or web storefront. If empty, the catalog rule matches all channels. The channel will eventually be included in the bearer token that is used for authorization, but currently, you must set the `EP-Channel` header in your requests.",
                      "type": "text/plain"
                    },
                    "key": "EP-Channel",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "Tags are used to refine the eligibility criteria for a rule. Requests populate the catalog rule tag using the `EP-Context-Tag` header.",
                      "type": "text/plain"
                    },
                    "key": "EP-Context-Tag",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"meta\": {\n    \"results\": {\n      \"total\": 5602\n    },\n    \"page\": {\n      \"limit\": 1603,\n      \"offset\": 9609,\n      \"current\": 6233,\n      \"total\": 3763\n    }\n  },\n  \"data\": [\n    {\n      \"attributes\": {\n        \"published_at\": \"1970-01-01T00:00:00.000\",\n        \"base_product\": false,\n        \"base_product_id\": \"cdf574bc-e36e-48fc-9eac-01c87839b285\",\n        \"commodity_type\": \"physical\",\n        \"curated_product\": true,\n        \"upc_ean\": \"0123456\",\n        \"manufacturer_part_num\": \"mfn1\",\n        \"tags\": [\n          \"tag-a\"\n        ],\n        \"price_modifiers\": [\n          \"modifier-1\"\n        ],\n        \"created_at\": \"1970-01-01T00:00:00.000\",\n        \"description\": \"This is a product\",\n        \"name\": \"Blue shirt\",\n        \"price\": {\n          \"key_0\": {\n            \"amount\": 100,\n            \"includes_tax\": false\n          },\n          \"key_1\": {\n            \"amount\": 100,\n            \"includes_tax\": false\n          },\n          \"key_2\": {\n            \"amount\": 100,\n            \"includes_tax\": false\n          }\n        },\n        \"shopper_attributes\": {\n          \"key_0\": \"string\",\n          \"key_1\": \"string\"\n        },\n        \"tiers\": {\n          \"key_0\": {\n            \"minimum_quantity\": 1230,\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            }\n          },\n          \"key_1\": {\n            \"minimum_quantity\": 3952,\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            }\n          },\n          \"key_2\": {\n            \"minimum_quantity\": 6832,\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            }\n          },\n          \"key_3\": {\n            \"minimum_quantity\": 2381,\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            }\n          }\n        },\n        \"components\": {\n          \"key_0\": {\n            \"name\": \"string\",\n            \"min\": 2552,\n            \"max\": 7284,\n            \"sort_order\": 6533,\n            \"options\": [\n              {\n                \"id\": \"e58dcacd-6f5b-8c35-c256-07600f27f778\",\n                \"type\": \"product\",\n                \"quantity\": 2,\n                \"min\": 3622,\n                \"max\": 6478,\n                \"sort_order\": 15,\n                \"default\": true,\n                \"product_should_be_substituted_with_child\": true,\n                \"excluded_children\": [\n                  \"2d491d1c-729d-43d7-a2d2-e0a56edab43d\"\n                ]\n              }\n            ]\n          },\n          \"key_1\": {\n            \"name\": \"string\",\n            \"min\": 4168,\n            \"max\": 5822,\n            \"sort_order\": 4402,\n            \"options\": [\n              {\n                \"id\": \"34e471d1-c2f8-46b8-a6db-1a3404a05518\",\n                \"type\": \"product\",\n                \"quantity\": 2,\n                \"min\": 8608,\n                \"max\": 3680,\n                \"sort_order\": 15,\n                \"default\": true,\n                \"product_should_be_substituted_with_child\": true,\n                \"excluded_children\": [\n                  \"2d491d1c-729d-43d7-a2d2-e0a56edab43d\"\n                ]\n              }\n            ]\n          }\n        },\n        \"custom_inputs\": {\n          \"key_0\": {\n            \"name\": \"Message\",\n            \"validation_rules\": [\n              {\n                \"type\": \"string\",\n                \"options\": {\n                  \"max_length\": 255\n                }\n              }\n            ],\n            \"required\": false\n          }\n        },\n        \"sku\": \"blue-shirt\",\n        \"slug\": \"blue-shirt\",\n        \"status\": \"live\",\n        \"external_ref\": \"string\",\n        \"updated_at\": \"1970-01-01T00:00:00.000\",\n        \"extensions\": {\n          \"key_0\": {\n            \"key_0\": {},\n            \"key_1\": {}\n          },\n          \"key_1\": {\n            \"key_0\": {}\n          },\n          \"key_2\": {\n            \"key_0\": {},\n            \"key_1\": {}\n          }\n        }\n      },\n      \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n      \"relationships\": {\n        \"parent\": {\n          \"data\": {\n            \"id\": \"a85c2f05-6aad-197b-7e9b-9d39744c4901\",\n            \"type\": \"product\"\n          }\n        },\n        \"children\": {\n          \"data\": [\n            {\n              \"id\": \"b93d2ad3-b028-8ba2-7808-f797a375d103\",\n              \"type\": \"product\"\n            }\n          ],\n          \"links\": {\n            \"self\": \"string\"\n          }\n        },\n        \"files\": {\n          \"data\": [\n            {\n              \"type\": \"file\",\n              \"id\": \"d4f44c07-881a-816a-133c-a110f05a4c39\",\n              \"created_at\": \"1970-01-01T00:00:00.000\"\n            }\n          ]\n        },\n        \"main_image\": {\n          \"data\": {\n            \"type\": \"main_image\",\n            \"id\": \"58beb426-bf90-a46d-980a-90f2c7e2e0d2\"\n          }\n        },\n        \"component_products\": {\n          \"data\": [\n            {\n              \"id\": \"c89a7e9c-6943-fa11-1eef-ba0ba5214589\",\n              \"type\": \"product\"\n            }\n          ],\n          \"links\": {\n            \"self\": \"string\"\n          }\n        },\n        \"custom_relationships\": {\n          \"data\": [\n            {\n              \"id\": \"7e5653df-a1de-fe3d-15e1-008f418db6b8\",\n              \"type\": \"product\"\n            }\n          ],\n          \"links\": {}\n        }\n      },\n      \"type\": \"product\",\n      \"meta\": {\n        \"bread_crumbs\": {\n          \"key_0\": [\n            \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n          ],\n          \"key_1\": [\n            \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n          ]\n        },\n        \"bread_crumb_nodes\": [\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n        ],\n        \"catalog_id\": \"362a16dc-f7c6-4280-83d6-4fcc152af091\",\n        \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n        \"display_price\": {\n          \"with_tax\": {\n            \"amount\": 3103,\n            \"currency\": \"USD\",\n            \"formatted\": \"$475.00\",\n            \"float_price\": 475\n          },\n          \"without_tax\": {\n            \"amount\": 1118,\n            \"currency\": \"USD\",\n            \"formatted\": \"$475.00\",\n            \"float_price\": 475\n          }\n        },\n        \"catalog_source\": \"pim\",\n        \"sale_id\": \"string\",\n        \"sale_expires\": \"2025-07-07T14:30:00Z\",\n        \"original_price\": {\n          \"key_0\": {\n            \"amount\": 100,\n            \"includes_tax\": false\n          }\n        },\n        \"original_display_price\": {\n          \"with_tax\": {\n            \"amount\": 4870,\n            \"currency\": \"USD\",\n            \"formatted\": \"$475.00\",\n            \"float_price\": 475\n          },\n          \"without_tax\": {\n            \"amount\": 4235,\n            \"currency\": \"USD\",\n            \"formatted\": \"$475.00\",\n            \"float_price\": 475\n          }\n        },\n        \"bundle_configuration\": {\n          \"selected_options\": {\n            \"games\": {\n              \"p292e1db-c919-4d2f-984a-c2ddc79df024\": 2\n            },\n            \"consoles\": {\n              \"759ce0d7-e248-4f57-8ee1-6fd81a1b3c0a\": 1\n            }\n          }\n        },\n        \"component_products\": {\n          \"key_0\": {\n            \"sale_id\": \"string\",\n            \"sale_expires\": \"2025-07-07T14:30:00Z\",\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"display_price\": {\n              \"with_tax\": {\n                \"amount\": 2427,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 6903,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"original_price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"original_display_price\": {\n              \"with_tax\": {\n                \"amount\": 2536,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 8635,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n            \"alternative_prices\": [\n              {\n                \"name\": \"string\",\n                \"pricebook_id\": \"string\",\n                \"shopper_attributes\": {\n                  \"key_0\": \"string\",\n                  \"key_1\": \"string\",\n                  \"key_2\": \"string\",\n                  \"key_3\": \"string\"\n                },\n                \"sale_id\": \"string\",\n                \"sale_expires\": \"2025-07-07T14:30:00Z\",\n                \"price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 5145,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 1681,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                },\n                \"original_display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 5557,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 4552,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                },\n                \"original_price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"key_1\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"key_2\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"tiers\": {\n                  \"key_0\": {\n                    \"original_price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      },\n                      \"key_1\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      },\n                      \"key_1\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      },\n                      \"key_2\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 92,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 5019,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    },\n                    \"original_display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 1502,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 7353,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    }\n                  },\n                  \"key_1\": {\n                    \"original_price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      },\n                      \"key_1\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 9708,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 4998,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    },\n                    \"original_display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 4138,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 7747,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    }\n                  },\n                  \"key_2\": {\n                    \"original_price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      },\n                      \"key_1\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 9142,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 6940,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    },\n                    \"original_display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 5861,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 2588,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    }\n                  }\n                }\n              }\n            ]\n          },\n          \"key_1\": {\n            \"sale_id\": \"string\",\n            \"sale_expires\": \"2025-07-07T14:30:00Z\",\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"display_price\": {\n              \"with_tax\": {\n                \"amount\": 595,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 4810,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"original_price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"original_display_price\": {\n              \"with_tax\": {\n                \"amount\": 9797,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 6043,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n            \"alternative_prices\": [\n              {\n                \"name\": \"string\",\n                \"pricebook_id\": \"string\",\n                \"shopper_attributes\": {\n                  \"key_0\": \"string\"\n                },\n                \"sale_id\": \"string\",\n                \"sale_expires\": \"2025-07-07T14:30:00Z\",\n                \"price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"key_1\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"key_2\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 3249,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 2537,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                },\n                \"original_display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 1298,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 6480,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                },\n                \"original_price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"tiers\": {\n                  \"key_0\": {\n                    \"original_price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 642,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 2781,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    },\n                    \"original_display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 6633,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 189,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    }\n                  },\n                  \"key_1\": {\n                    \"original_price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      },\n                      \"key_1\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 3884,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 7265,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    },\n                    \"original_display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 4312,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 1623,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    }\n                  }\n                }\n              }\n            ]\n          }\n        },\n        \"component_product_data\": {\n          \"key_0\": {\n            \"value\": \"<Circular reference to #/components/schemas/product detected>\"\n          },\n          \"key_1\": {\n            \"value\": \"<Circular reference to #/components/schemas/product detected>\"\n          }\n        },\n        \"price_modifiers\": {\n          \"key_0\": {\n            \"modifier_type\": \"price_equals\",\n            \"currencies\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_2\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            }\n          }\n        },\n        \"tiers\": {\n          \"key_0\": {\n            \"sale_id\": \"string\",\n            \"sale_expires\": \"2025-07-07T14:30:00Z\",\n            \"display_price\": {\n              \"with_tax\": {\n                \"amount\": 1130,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 9930,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"original_price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_2\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"original_display_price\": {\n              \"with_tax\": {\n                \"amount\": 4577,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 3774,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            }\n          },\n          \"key_1\": {\n            \"sale_id\": \"string\",\n            \"sale_expires\": \"2025-07-07T14:30:00Z\",\n            \"display_price\": {\n              \"with_tax\": {\n                \"amount\": 3943,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 8882,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"original_price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"original_display_price\": {\n              \"with_tax\": {\n                \"amount\": 394,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 5119,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            }\n          }\n        },\n        \"variation_matrix\": {},\n        \"variations\": [\n          {\n            \"id\": \"86c51519-c1f6-f31d-514a-111d46c98a31\",\n            \"name\": \"string\",\n            \"sort_order\": 1232,\n            \"option\": {\n              \"id\": \"4371d41f-907c-c44d-8d90-741c4903273f\",\n              \"name\": \"string\",\n              \"sort_order\": 3427,\n              \"description\": \"string\"\n            },\n            \"options\": [\n              {\n                \"id\": \"46ff71a7-fbfe-1b2e-cc61-92653344a23e\",\n                \"name\": \"string\",\n                \"sort_order\": 1111,\n                \"description\": \"string\"\n              }\n            ]\n          }\n        ],\n        \"child_option_ids\": [\n          \"string\"\n        ],\n        \"child_variations\": [\n          {\n            \"id\": \"a2d8e6c0-3450-94ac-e491-157516489098\",\n            \"name\": \"string\",\n            \"sort_order\": 6446,\n            \"option\": {\n              \"id\": \"6e88d9e9-8a47-b906-806d-17d695a6c22e\",\n              \"name\": \"string\",\n              \"sort_order\": 7203,\n              \"description\": \"string\"\n            },\n            \"options\": [\n              {\n                \"id\": \"238aa9bb-7173-a9fd-7005-6ab528621e15\",\n                \"name\": \"string\",\n                \"sort_order\": 353,\n                \"description\": \"string\"\n              }\n            ]\n          }\n        ],\n        \"product_types\": [\n          \"string\"\n        ],\n        \"language\": \"en-GB\",\n        \"custom_relationships\": [\n          \"string\"\n        ],\n        \"available_prices\": [\n          {\n            \"pricebook_id\": \"string\",\n            \"shopper_attributes\": {\n              \"key_0\": \"string\"\n            },\n            \"sales\": {\n              \"key_0\": {\n                \"schedule\": {\n                  \"valid_from\": \"2020-09-22T09:00:00\",\n                  \"valid_to\": \"2020-09-22T09:00:00\"\n                },\n                \"currencies\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false,\n                    \"tiers\": {\n                      \"key_0\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      },\n                      \"key_1\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      }\n                    }\n                  },\n                  \"key_1\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false,\n                    \"tiers\": {\n                      \"key_0\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      }\n                    }\n                  },\n                  \"key_2\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false,\n                    \"tiers\": {\n                      \"key_0\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      }\n                    }\n                  },\n                  \"key_3\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false,\n                    \"tiers\": {\n                      \"key_0\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      }\n                    }\n                  },\n                  \"key_4\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false,\n                    \"tiers\": {\n                      \"key_0\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      },\n                      \"key_1\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      },\n                      \"key_2\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      },\n                      \"key_3\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      }\n                    }\n                  }\n                }\n              },\n              \"key_1\": {\n                \"schedule\": {\n                  \"valid_from\": \"2020-09-22T09:00:00\",\n                  \"valid_to\": \"2020-09-22T09:00:00\"\n                },\n                \"currencies\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false,\n                    \"tiers\": {\n                      \"key_0\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      }\n                    }\n                  }\n                }\n              }\n            },\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"tiers\": {\n              \"key_0\": {\n                \"minimum_quantity\": 7093,\n                \"price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"key_1\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                }\n              },\n              \"key_1\": {\n                \"minimum_quantity\": 8314,\n                \"price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                }\n              }\n            }\n          }\n        ],\n        \"alternative_prices\": [\n          {\n            \"name\": \"string\",\n            \"pricebook_id\": \"string\",\n            \"shopper_attributes\": {\n              \"key_0\": \"string\",\n              \"key_1\": \"string\"\n            },\n            \"sale_id\": \"string\",\n            \"sale_expires\": \"2025-07-07T14:30:00Z\",\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"display_price\": {\n              \"with_tax\": {\n                \"amount\": 9421,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 7267,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"original_display_price\": {\n              \"with_tax\": {\n                \"amount\": 2045,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 135,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"original_price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_2\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"tiers\": {\n              \"key_0\": {\n                \"original_price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"key_1\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 6206,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 8682,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                },\n                \"original_display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 9012,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 4212,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                }\n              },\n              \"key_1\": {\n                \"original_price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"key_1\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 5979,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 5485,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                },\n                \"original_display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 5574,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 7960,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                }\n              }\n            }\n          }\n        ],\n        \"available_pricebook_ids\": [\n          \"string\"\n        ]\n      }\n    }\n  ],\n  \"included\": {\n    \"main_images\": [\n      {\n        \"id\": \"d38416e6-a515-c91e-1b92-fd4de7d5ccca\",\n        \"type\": \"file\",\n        \"file_name\": \"file_name.jpg\",\n        \"mime_type\": \"image/jpeg\",\n        \"file_size\": 36000,\n        \"public\": true,\n        \"meta\": {\n          \"timestamps\": {\n            \"created_at\": \"2023-10-11T13:02:25.293Z\"\n          },\n          \"dimensions\": {\n            \"width\": 1800,\n            \"height\": 1000\n          }\n        },\n        \"links\": {\n          \"self\": \"https://useast.api.elasticpath.com/v2/files/ddc28c74-a7df-46be-b262-8fa69a6e7d52\"\n        },\n        \"link\": {\n          \"href\": \"https://files-eu.epusercontent.com/e8c53cb0-120d-4ea5-8941-ce74dec06038/f8cf26b3-6d38-4275-937a-624a83994702.png\",\n          \"meta\": {\n            \"results\": {\n              \"total\": 2\n            }\n          }\n        }\n      }\n    ],\n    \"component_products\": [\n      {\n        \"attributes\": {\n          \"published_at\": \"1970-01-01T00:00:00.000\",\n          \"base_product\": false,\n          \"base_product_id\": \"cdf574bc-e36e-48fc-9eac-01c87839b285\",\n          \"commodity_type\": \"physical\",\n          \"curated_product\": true,\n          \"upc_ean\": \"0123456\",\n          \"manufacturer_part_num\": \"mfn1\",\n          \"tags\": [\n            \"tag-a\"\n          ],\n          \"price_modifiers\": [\n            \"modifier-1\"\n          ],\n          \"created_at\": \"1970-01-01T00:00:00.000\",\n          \"description\": \"This is a product\",\n          \"name\": \"Blue shirt\",\n          \"price\": {\n            \"key_0\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"key_1\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            }\n          },\n          \"shopper_attributes\": {\n            \"key_0\": \"string\",\n            \"key_1\": \"string\",\n            \"key_2\": \"string\"\n          },\n          \"tiers\": {\n            \"key_0\": {\n              \"minimum_quantity\": 9791,\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_3\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_4\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              }\n            }\n          },\n          \"components\": {\n            \"key_0\": {\n              \"name\": \"string\",\n              \"min\": 1448,\n              \"max\": 738,\n              \"sort_order\": 4582,\n              \"options\": [\n                {\n                  \"id\": \"82d78eef-816a-5627-757f-ec0edb70ad29\",\n                  \"type\": \"product\",\n                  \"quantity\": 2,\n                  \"min\": 1809,\n                  \"max\": 5865,\n                  \"sort_order\": 15,\n                  \"default\": true,\n                  \"product_should_be_substituted_with_child\": true,\n                  \"excluded_children\": [\n                    \"2d491d1c-729d-43d7-a2d2-e0a56edab43d\"\n                  ]\n                }\n              ]\n            },\n            \"key_1\": {\n              \"name\": \"string\",\n              \"min\": 7070,\n              \"max\": 7211,\n              \"sort_order\": 1445,\n              \"options\": [\n                {\n                  \"id\": \"23303760-5905-0108-3cdc-2cda1d988a12\",\n                  \"type\": \"product\",\n                  \"quantity\": 2,\n                  \"min\": 6812,\n                  \"max\": 3243,\n                  \"sort_order\": 15,\n                  \"default\": true,\n                  \"product_should_be_substituted_with_child\": true,\n                  \"excluded_children\": [\n                    \"2d491d1c-729d-43d7-a2d2-e0a56edab43d\"\n                  ]\n                }\n              ]\n            },\n            \"key_2\": {\n              \"name\": \"string\",\n              \"min\": 7971,\n              \"max\": 7296,\n              \"sort_order\": 4309,\n              \"options\": [\n                {\n                  \"id\": \"e4fb22bd-50bf-e7b0-0b04-ef8edc0b26e2\",\n                  \"type\": \"product\",\n                  \"quantity\": 2,\n                  \"min\": 3710,\n                  \"max\": 7909,\n                  \"sort_order\": 15,\n                  \"default\": true,\n                  \"product_should_be_substituted_with_child\": true,\n                  \"excluded_children\": [\n                    \"2d491d1c-729d-43d7-a2d2-e0a56edab43d\"\n                  ]\n                }\n              ]\n            },\n            \"key_3\": {\n              \"name\": \"string\",\n              \"min\": 6237,\n              \"max\": 2358,\n              \"sort_order\": 1007,\n              \"options\": [\n                {\n                  \"id\": \"304474b6-0ca3-0cad-fd56-2803b3087be4\",\n                  \"type\": \"product\",\n                  \"quantity\": 2,\n                  \"min\": 274,\n                  \"max\": 4336,\n                  \"sort_order\": 15,\n                  \"default\": true,\n                  \"product_should_be_substituted_with_child\": true,\n                  \"excluded_children\": [\n                    \"2d491d1c-729d-43d7-a2d2-e0a56edab43d\"\n                  ]\n                }\n              ]\n            }\n          },\n          \"custom_inputs\": {\n            \"key_0\": {\n              \"name\": \"Message\",\n              \"validation_rules\": [\n                {\n                  \"type\": \"string\",\n                  \"options\": {\n                    \"max_length\": 255\n                  }\n                }\n              ],\n              \"required\": false\n            },\n            \"key_1\": {\n              \"name\": \"Message\",\n              \"validation_rules\": [\n                {\n                  \"type\": \"string\",\n                  \"options\": {\n                    \"max_length\": 255\n                  }\n                }\n              ],\n              \"required\": false\n            }\n          },\n          \"sku\": \"blue-shirt\",\n          \"slug\": \"blue-shirt\",\n          \"status\": \"live\",\n          \"external_ref\": \"string\",\n          \"updated_at\": \"1970-01-01T00:00:00.000\",\n          \"extensions\": {\n            \"key_0\": {\n              \"key_0\": {}\n            },\n            \"key_1\": {\n              \"key_0\": {},\n              \"key_1\": {}\n            }\n          }\n        },\n        \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n        \"relationships\": {\n          \"parent\": {\n            \"data\": {\n              \"id\": \"d3834b63-107a-0416-52f1-f8d076b7a652\",\n              \"type\": \"product\"\n            }\n          },\n          \"children\": {\n            \"data\": [\n              {\n                \"id\": \"d88cdc87-9078-c992-b54e-7364aa618f64\",\n                \"type\": \"product\"\n              }\n            ],\n            \"links\": {\n              \"self\": \"string\"\n            }\n          },\n          \"files\": {\n            \"data\": [\n              {\n                \"type\": \"file\",\n                \"id\": \"de0ff932-b078-5691-cc51-922a9483ac95\",\n                \"created_at\": \"1970-01-01T00:00:00.000\"\n              }\n            ]\n          },\n          \"main_image\": {\n            \"data\": {\n              \"type\": \"main_image\",\n              \"id\": \"deecd894-ece8-0a68-e8ea-24a3a02b5344\"\n            }\n          },\n          \"component_products\": {\n            \"data\": [\n              {\n                \"id\": \"d4d9cb65-1907-0c96-94f4-7344435bd83d\",\n                \"type\": \"product\"\n              }\n            ],\n            \"links\": {\n              \"self\": \"string\"\n            }\n          },\n          \"custom_relationships\": {\n            \"data\": [\n              {\n                \"id\": \"8edd6fe2-1c03-b1c0-e143-ecdb0b3d95b9\",\n                \"type\": \"product\"\n              }\n            ],\n            \"links\": {}\n          }\n        },\n        \"type\": \"product\",\n        \"meta\": {\n          \"bread_crumbs\": {\n            \"key_0\": [\n              \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n            ],\n            \"key_1\": [\n              \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n            ]\n          },\n          \"bread_crumb_nodes\": [\n            \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n          ],\n          \"catalog_id\": \"362a16dc-f7c6-4280-83d6-4fcc152af091\",\n          \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n          \"display_price\": {\n            \"with_tax\": {\n              \"amount\": 3730,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            },\n            \"without_tax\": {\n              \"amount\": 6645,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            }\n          },\n          \"catalog_source\": \"pim\",\n          \"sale_id\": \"string\",\n          \"sale_expires\": \"2025-07-07T14:30:00Z\",\n          \"original_price\": {\n            \"key_0\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            }\n          },\n          \"original_display_price\": {\n            \"with_tax\": {\n              \"amount\": 1710,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            },\n            \"without_tax\": {\n              \"amount\": 4205,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            }\n          },\n          \"bundle_configuration\": {\n            \"selected_options\": {\n              \"games\": {\n                \"p292e1db-c919-4d2f-984a-c2ddc79df024\": 2\n              },\n              \"consoles\": {\n                \"759ce0d7-e248-4f57-8ee1-6fd81a1b3c0a\": 1\n              }\n            }\n          },\n          \"component_products\": {\n            \"key_0\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 6120,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 2581,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 15,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 2772,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n              \"alternative_prices\": [\n                {\n                  \"name\": \"string\",\n                  \"pricebook_id\": \"string\",\n                  \"shopper_attributes\": {\n                    \"key_0\": \"string\"\n                  },\n                  \"sale_id\": \"string\",\n                  \"sale_expires\": \"2025-07-07T14:30:00Z\",\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 4346,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 4396,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 7921,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 9093,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"tiers\": {\n                    \"key_0\": {\n                      \"original_price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_1\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_2\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_1\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 7253,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 4690,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      },\n                      \"original_display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 6291,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 2787,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      }\n                    },\n                    \"key_1\": {\n                      \"original_price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_1\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_1\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 7122,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 206,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      },\n                      \"original_display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 9148,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 5047,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      }\n                    }\n                  }\n                }\n              ]\n            },\n            \"key_1\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 8605,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 3600,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 5045,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 1690,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n              \"alternative_prices\": [\n                {\n                  \"name\": \"string\",\n                  \"pricebook_id\": \"string\",\n                  \"shopper_attributes\": {\n                    \"key_0\": \"string\",\n                    \"key_1\": \"string\",\n                    \"key_2\": \"string\"\n                  },\n                  \"sale_id\": \"string\",\n                  \"sale_expires\": \"2025-07-07T14:30:00Z\",\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_2\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 9319,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 3382,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 1826,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 268,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"tiers\": {\n                    \"key_0\": {\n                      \"original_price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_1\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_2\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 8762,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 9662,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      },\n                      \"original_display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 6895,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 9975,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      }\n                    }\n                  }\n                }\n              ]\n            }\n          },\n          \"component_product_data\": {\n            \"key_0\": {\n              \"value\": \"<Circular reference to #/components/schemas/product detected>\"\n            },\n            \"key_1\": {\n              \"value\": \"<Circular reference to #/components/schemas/product detected>\"\n            }\n          },\n          \"price_modifiers\": {\n            \"key_0\": {\n              \"modifier_type\": \"price_equals\",\n              \"currencies\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              }\n            },\n            \"key_1\": {\n              \"modifier_type\": \"price_equals\",\n              \"currencies\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              }\n            },\n            \"key_2\": {\n              \"modifier_type\": \"price_equals\",\n              \"currencies\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_3\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              }\n            }\n          },\n          \"tiers\": {\n            \"key_0\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 4080,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 569,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 3741,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 7269,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              }\n            },\n            \"key_1\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 8167,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 8150,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 1633,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 3450,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              }\n            },\n            \"key_2\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 2808,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 5260,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 5039,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 5499,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              }\n            },\n            \"key_3\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 4483,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 9325,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 6018,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 3028,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              }\n            },\n            \"key_4\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 7553,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 1663,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 1335,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 7069,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              }\n            }\n          },\n          \"variation_matrix\": {},\n          \"variations\": [\n            {\n              \"id\": \"40ecc97d-2913-b939-fad5-4dd7b2dbf677\",\n              \"name\": \"string\",\n              \"sort_order\": 6763,\n              \"option\": {\n                \"id\": \"9784015b-bd6b-bcd5-3c8c-89ebfa979813\",\n                \"name\": \"string\",\n                \"sort_order\": 9919,\n                \"description\": \"string\"\n              },\n              \"options\": [\n                {\n                  \"id\": \"7520324b-07a1-2714-5e50-9bc292005f21\",\n                  \"name\": \"string\",\n                  \"sort_order\": 2916,\n                  \"description\": \"string\"\n                }\n              ]\n            }\n          ],\n          \"child_option_ids\": [\n            \"string\"\n          ],\n          \"child_variations\": [\n            {\n              \"id\": \"aad44913-2aa4-41ea-9182-619955c5737b\",\n              \"name\": \"string\",\n              \"sort_order\": 1339,\n              \"option\": {\n                \"id\": \"b1c5081a-f43a-54b7-750a-ec569d704a82\",\n                \"name\": \"string\",\n                \"sort_order\": 5300,\n                \"description\": \"string\"\n              },\n              \"options\": [\n                {\n                  \"id\": \"a39f0511-0bc2-a47e-7081-bf6270506ee7\",\n                  \"name\": \"string\",\n                  \"sort_order\": 5308,\n                  \"description\": \"string\"\n                }\n              ]\n            }\n          ],\n          \"product_types\": [\n            \"string\"\n          ],\n          \"language\": \"en-GB\",\n          \"custom_relationships\": [\n            \"string\"\n          ],\n          \"available_prices\": [\n            {\n              \"pricebook_id\": \"string\",\n              \"shopper_attributes\": {\n                \"key_0\": \"string\",\n                \"key_1\": \"string\",\n                \"key_2\": \"string\"\n              },\n              \"sales\": {\n                \"key_0\": {\n                  \"schedule\": {\n                    \"valid_from\": \"2020-09-22T09:00:00\",\n                    \"valid_to\": \"2020-09-22T09:00:00\"\n                  },\n                  \"currencies\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false,\n                      \"tiers\": {\n                        \"key_0\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        },\n                        \"key_1\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        },\n                        \"key_2\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        }\n                      }\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false,\n                      \"tiers\": {\n                        \"key_0\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        }\n                      }\n                    },\n                    \"key_2\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false,\n                      \"tiers\": {\n                        \"key_0\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        },\n                        \"key_1\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        },\n                        \"key_2\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        },\n                        \"key_3\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        }\n                      }\n                    }\n                  }\n                },\n                \"key_1\": {\n                  \"schedule\": {\n                    \"valid_from\": \"2020-09-22T09:00:00\",\n                    \"valid_to\": \"2020-09-22T09:00:00\"\n                  },\n                  \"currencies\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false,\n                      \"tiers\": {\n                        \"key_0\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        },\n                        \"key_1\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        }\n                      }\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false,\n                      \"tiers\": {\n                        \"key_0\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        }\n                      }\n                    }\n                  }\n                }\n              },\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"tiers\": {\n                \"key_0\": {\n                  \"minimum_quantity\": 5369,\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_2\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  }\n                }\n              }\n            }\n          ],\n          \"alternative_prices\": [\n            {\n              \"name\": \"string\",\n              \"pricebook_id\": \"string\",\n              \"shopper_attributes\": {\n                \"key_0\": \"string\",\n                \"key_1\": \"string\"\n              },\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 625,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 5586,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 268,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 9645,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"tiers\": {\n                \"key_0\": {\n                  \"original_price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 9695,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 2963,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 6625,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 1089,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  }\n                },\n                \"key_1\": {\n                  \"original_price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_2\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 104,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 4153,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 5019,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 1736,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  }\n                }\n              }\n            }\n          ],\n          \"available_pricebook_ids\": [\n            \"string\"\n          ]\n        }\n      }\n    ],\n    \"files\": [\n      {\n        \"id\": \"455d4463-c85e-cee1-de0f-dbcfaada233c\",\n        \"type\": \"file\",\n        \"file_name\": \"file_name.jpg\",\n        \"mime_type\": \"image/jpeg\",\n        \"file_size\": 36000,\n        \"public\": true,\n        \"meta\": {\n          \"timestamps\": {\n            \"created_at\": \"2023-10-11T13:02:25.293Z\"\n          },\n          \"dimensions\": {\n            \"width\": 1800,\n            \"height\": 1000\n          }\n        },\n        \"links\": {\n          \"self\": \"https://useast.api.elasticpath.com/v2/files/ddc28c74-a7df-46be-b262-8fa69a6e7d52\"\n        },\n        \"link\": {\n          \"href\": \"https://files-eu.epusercontent.com/e8c53cb0-120d-4ea5-8941-ce74dec06038/f8cf26b3-6d38-4275-937a-624a83994702.png\",\n          \"meta\": {\n            \"results\": {\n              \"total\": 2\n            }\n          }\n        }\n      }\n    ]\n  },\n  \"links\": {\n    \"self\": \"http://LwPzOVYiEt.asRkq,fqPmLnkKw\",\n    \"first\": \"http://CpnywJGwPlEvgOb.nqdnf4WMPQUlpYeB3EAqbXndKPOAwtzbjiS5ZO\",\n    \"last\": \"https://XeQSxHSWOdnjxCtoCsBJcNQcZBXCM.nwffbEVzu3F8fHSQ9ULy795Cxdo6S0OpjuRdDyGSC\",\n    \"prev\": \"https://BQZisIqfZVBMjRCcgkohsoWYbFCI.iyyVLg2jdpRShTugM00VuM+btEfnnSiI6GTmcjVQzSO2gUuf3I1W29MH25Koak+4hKa5upyS1V\",\n    \"next\": \"https://uExUQFiOJvuggkZFguIkfZKzSmGNCG.lvvwhT.11IQeGnwur5r6PZovamgW6Q+YNHgEUuZ\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c9fa8375-dce1-4708-9e37-facdc8b91e4a",
              "name": "The unexpected error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalog",
                    "hierarchies",
                    ":hierarchy_id",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Using the include parameter, you can retrieve top-level resources.\n\n- Files or main image. For example, `include=files,main_image`.\n- Component product data. For example, `include=component_products`.\n- Key attribute data, such as SKU or slug.\n",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "main_image,component_products"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "This endpoints support filtering. See [Filtering](#filtering).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "586"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "1029"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog hierarchy ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "hierarchy_id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                      "type": "text/plain"
                    },
                    "key": "accept-language",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "The list of channels in which this catalog can be displayed. A channel is the shopping experience, such as a mobile app or web storefront. If empty, the catalog rule matches all channels. The channel will eventually be included in the bearer token that is used for authorization, but currently, you must set the `EP-Channel` header in your requests.",
                      "type": "text/plain"
                    },
                    "key": "EP-Channel",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "Tags are used to refine the eligibility criteria for a rule. Requests populate the catalog rule tag using the `EP-Context-Tag` header.",
                      "type": "text/plain"
                    },
                    "key": "EP-Context-Tag",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    },\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "aba236dd-1c1b-4773-b44c-6fe1d8f67f4d",
          "name": "Get a Node's Products",
          "request": {
            "name": "Get a Node's Products",
            "description": {
              "content": "Returns the products associated with the specified hierarchy node in the catalog. The products must be in the `live` status. If the products have been curated then the products are returned in the order specified in the `curated_products` attribute. A product that is curated has the `\"curated_product\": true` attribute displayed.\n\nIf you have multiple catalog rules defined, the rule that best matches the shoppers context is used to determine which catalog is retrieved. See [Resolving catalog rules](/docs/api/pxm/catalog/rules#resolving-catalog-rules).\n\nYou can see the parent nodes a product is associated with in the `bread_crumbs` and `bread_crumb_nodes` metadata for each product. This is useful if you want to improve how your shoppers search your store, for example. See [Product and Node Associations in Breadcrumb Metadata](/guides/How-To/Catalogs/breadcrumbs).\n\n### Filtering\n\nThis endpoint supports filtering. For general filtering syntax, see [Filtering](/guides/Getting-Started/filtering). The following operators and attributes are available when filtering on this endpoint.\n\n| Operator | Description                                                                                     | Supported Attributes                                     | Example |\n|:---|:------------------------------------------------------------------------------------------------|:---------------------------------------------------------|:--- |\n| `Eq` | Checks if the values of two operands are equal. If they are, the condition is true. For `product_types` and `tags`, you can only specify one. For example, `filter=eq(product_types,child)`.            | `name`, `sku`, `slug`, `manufacturer_part_num`, `upc_ean`, `product_types`, `tags` | `filter=eq(name,some-name)` |\n| `In` | Checks if the values are included in the specified string. If they are, the condition is true. For `product_types` and `tags`, you can specify more than one. For example, `filter=in(product_types,child,bundle)`. | `id`, `name`, `sku`, `slug`, `manufacturer_part_num`, `upc_ean`, `product_types`, `tags`          | `filter=in(id,some-id)` |\n\n### Building breadcrumbs in a storefront\n\nIn a catalog, you can use the nodes directly attached to a product to build breadcrumbs in your storefront. This eliminates the need for additional queries to fetch hierarchy or parent node details. Each node contains all the necessary information in `breadcrumbs` metadata, such as its own details and the details of its parent hierarchy/node(s), to construct the complete breadcrumb path without requiring additional queries.\n\nAn example is shown below:\n\n`filter=in(id,c83bfe55-0d87-4302-a86d-ab19e7e323f1,6003d7ef-84f3-49bb-a8bd-4cbfa203dcbb)`\n\n- Specify the node IDs directly attached to the product in the filter expression.\n- You can include as many node IDs as required.\n- It does not matter what order you specify the node IDs. The nodes are returned in the order they were last updated.\n\n### Including Resources\n\nUsing the `include` parameter, you can retrieve top-level resources, such as, files or main image, bundle component products and product attributes, such as SKU or slug.\n\n| Parameter | Required | Description                                                                                                                                                                                                    |\n|  :---------------------|:---------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `component_products` | Optional | The  component product data and key attribute data, such as SKU or slug, to return for component products in a product bundle.  |\n| `main_image`         | Optional | The main images associated with a product. |\n| `files`              | Optional | Any files associated with a product. |\n\nSee [**Including Resources**](/guides/Getting-Started/includes).\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "catalog",
                "nodes",
                ":node_id",
                "relationships",
                "products"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Using the include parameter, you can retrieve top-level resources.\n\n- Files or main image. For example, `include=files,main_image`.\n- Component product data. For example, `include=component_products`.\n- Key attribute data, such as SKU or slug.\n",
                    "type": "text/plain"
                  },
                  "key": "include",
                  "value": "main_image,component_products"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "This endpoints support filtering. See [Filtering](#filtering).\n",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "586"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "1029"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "node_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The catalog node ID.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "disabled": false,
                "description": {
                  "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                  "type": "text/plain"
                },
                "key": "accept-language",
                "value": "string"
              },
              {
                "disabled": false,
                "description": {
                  "content": "The list of channels in which this catalog can be displayed. A channel is the shopping experience, such as a mobile app or web storefront. If empty, the catalog rule matches all channels. The channel will eventually be included in the bearer token that is used for authorization, but currently, you must set the `EP-Channel` header in your requests.",
                  "type": "text/plain"
                },
                "key": "EP-Channel",
                "value": "string"
              },
              {
                "disabled": false,
                "description": {
                  "content": "Tags are used to refine the eligibility criteria for a rule. Requests populate the catalog rule tag using the `EP-Context-Tag` header.",
                  "type": "text/plain"
                },
                "key": "EP-Context-Tag",
                "value": "string"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "e6464c27-e9ee-4185-bcc5-d72e582fcdf0",
              "name": "The products of a catalog node.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalog",
                    "nodes",
                    ":node_id",
                    "relationships",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Using the include parameter, you can retrieve top-level resources.\n\n- Files or main image. For example, `include=files,main_image`.\n- Component product data. For example, `include=component_products`.\n- Key attribute data, such as SKU or slug.\n",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "main_image,component_products"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "This endpoints support filtering. See [Filtering](#filtering).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "586"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "1029"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog node ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "node_id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                      "type": "text/plain"
                    },
                    "key": "accept-language",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "The list of channels in which this catalog can be displayed. A channel is the shopping experience, such as a mobile app or web storefront. If empty, the catalog rule matches all channels. The channel will eventually be included in the bearer token that is used for authorization, but currently, you must set the `EP-Channel` header in your requests.",
                      "type": "text/plain"
                    },
                    "key": "EP-Channel",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "Tags are used to refine the eligibility criteria for a rule. Requests populate the catalog rule tag using the `EP-Context-Tag` header.",
                      "type": "text/plain"
                    },
                    "key": "EP-Context-Tag",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"meta\": {\n    \"results\": {\n      \"total\": 5602\n    },\n    \"page\": {\n      \"limit\": 1603,\n      \"offset\": 9609,\n      \"current\": 6233,\n      \"total\": 3763\n    }\n  },\n  \"data\": [\n    {\n      \"attributes\": {\n        \"published_at\": \"1970-01-01T00:00:00.000\",\n        \"base_product\": false,\n        \"base_product_id\": \"cdf574bc-e36e-48fc-9eac-01c87839b285\",\n        \"commodity_type\": \"physical\",\n        \"curated_product\": true,\n        \"upc_ean\": \"0123456\",\n        \"manufacturer_part_num\": \"mfn1\",\n        \"tags\": [\n          \"tag-a\"\n        ],\n        \"price_modifiers\": [\n          \"modifier-1\"\n        ],\n        \"created_at\": \"1970-01-01T00:00:00.000\",\n        \"description\": \"This is a product\",\n        \"name\": \"Blue shirt\",\n        \"price\": {\n          \"key_0\": {\n            \"amount\": 100,\n            \"includes_tax\": false\n          },\n          \"key_1\": {\n            \"amount\": 100,\n            \"includes_tax\": false\n          },\n          \"key_2\": {\n            \"amount\": 100,\n            \"includes_tax\": false\n          }\n        },\n        \"shopper_attributes\": {\n          \"key_0\": \"string\",\n          \"key_1\": \"string\"\n        },\n        \"tiers\": {\n          \"key_0\": {\n            \"minimum_quantity\": 1230,\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            }\n          },\n          \"key_1\": {\n            \"minimum_quantity\": 3952,\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            }\n          },\n          \"key_2\": {\n            \"minimum_quantity\": 6832,\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            }\n          },\n          \"key_3\": {\n            \"minimum_quantity\": 2381,\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            }\n          }\n        },\n        \"components\": {\n          \"key_0\": {\n            \"name\": \"string\",\n            \"min\": 2552,\n            \"max\": 7284,\n            \"sort_order\": 6533,\n            \"options\": [\n              {\n                \"id\": \"e58dcacd-6f5b-8c35-c256-07600f27f778\",\n                \"type\": \"product\",\n                \"quantity\": 2,\n                \"min\": 3622,\n                \"max\": 6478,\n                \"sort_order\": 15,\n                \"default\": true,\n                \"product_should_be_substituted_with_child\": true,\n                \"excluded_children\": [\n                  \"2d491d1c-729d-43d7-a2d2-e0a56edab43d\"\n                ]\n              }\n            ]\n          },\n          \"key_1\": {\n            \"name\": \"string\",\n            \"min\": 4168,\n            \"max\": 5822,\n            \"sort_order\": 4402,\n            \"options\": [\n              {\n                \"id\": \"34e471d1-c2f8-46b8-a6db-1a3404a05518\",\n                \"type\": \"product\",\n                \"quantity\": 2,\n                \"min\": 8608,\n                \"max\": 3680,\n                \"sort_order\": 15,\n                \"default\": true,\n                \"product_should_be_substituted_with_child\": true,\n                \"excluded_children\": [\n                  \"2d491d1c-729d-43d7-a2d2-e0a56edab43d\"\n                ]\n              }\n            ]\n          }\n        },\n        \"custom_inputs\": {\n          \"key_0\": {\n            \"name\": \"Message\",\n            \"validation_rules\": [\n              {\n                \"type\": \"string\",\n                \"options\": {\n                  \"max_length\": 255\n                }\n              }\n            ],\n            \"required\": false\n          }\n        },\n        \"sku\": \"blue-shirt\",\n        \"slug\": \"blue-shirt\",\n        \"status\": \"live\",\n        \"external_ref\": \"string\",\n        \"updated_at\": \"1970-01-01T00:00:00.000\",\n        \"extensions\": {\n          \"key_0\": {\n            \"key_0\": {},\n            \"key_1\": {}\n          },\n          \"key_1\": {\n            \"key_0\": {}\n          },\n          \"key_2\": {\n            \"key_0\": {},\n            \"key_1\": {}\n          }\n        }\n      },\n      \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n      \"relationships\": {\n        \"parent\": {\n          \"data\": {\n            \"id\": \"a85c2f05-6aad-197b-7e9b-9d39744c4901\",\n            \"type\": \"product\"\n          }\n        },\n        \"children\": {\n          \"data\": [\n            {\n              \"id\": \"b93d2ad3-b028-8ba2-7808-f797a375d103\",\n              \"type\": \"product\"\n            }\n          ],\n          \"links\": {\n            \"self\": \"string\"\n          }\n        },\n        \"files\": {\n          \"data\": [\n            {\n              \"type\": \"file\",\n              \"id\": \"d4f44c07-881a-816a-133c-a110f05a4c39\",\n              \"created_at\": \"1970-01-01T00:00:00.000\"\n            }\n          ]\n        },\n        \"main_image\": {\n          \"data\": {\n            \"type\": \"main_image\",\n            \"id\": \"58beb426-bf90-a46d-980a-90f2c7e2e0d2\"\n          }\n        },\n        \"component_products\": {\n          \"data\": [\n            {\n              \"id\": \"c89a7e9c-6943-fa11-1eef-ba0ba5214589\",\n              \"type\": \"product\"\n            }\n          ],\n          \"links\": {\n            \"self\": \"string\"\n          }\n        },\n        \"custom_relationships\": {\n          \"data\": [\n            {\n              \"id\": \"7e5653df-a1de-fe3d-15e1-008f418db6b8\",\n              \"type\": \"product\"\n            }\n          ],\n          \"links\": {}\n        }\n      },\n      \"type\": \"product\",\n      \"meta\": {\n        \"bread_crumbs\": {\n          \"key_0\": [\n            \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n          ],\n          \"key_1\": [\n            \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n          ]\n        },\n        \"bread_crumb_nodes\": [\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n        ],\n        \"catalog_id\": \"362a16dc-f7c6-4280-83d6-4fcc152af091\",\n        \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n        \"display_price\": {\n          \"with_tax\": {\n            \"amount\": 3103,\n            \"currency\": \"USD\",\n            \"formatted\": \"$475.00\",\n            \"float_price\": 475\n          },\n          \"without_tax\": {\n            \"amount\": 1118,\n            \"currency\": \"USD\",\n            \"formatted\": \"$475.00\",\n            \"float_price\": 475\n          }\n        },\n        \"catalog_source\": \"pim\",\n        \"sale_id\": \"string\",\n        \"sale_expires\": \"2025-07-07T14:30:00Z\",\n        \"original_price\": {\n          \"key_0\": {\n            \"amount\": 100,\n            \"includes_tax\": false\n          }\n        },\n        \"original_display_price\": {\n          \"with_tax\": {\n            \"amount\": 4870,\n            \"currency\": \"USD\",\n            \"formatted\": \"$475.00\",\n            \"float_price\": 475\n          },\n          \"without_tax\": {\n            \"amount\": 4235,\n            \"currency\": \"USD\",\n            \"formatted\": \"$475.00\",\n            \"float_price\": 475\n          }\n        },\n        \"bundle_configuration\": {\n          \"selected_options\": {\n            \"games\": {\n              \"p292e1db-c919-4d2f-984a-c2ddc79df024\": 2\n            },\n            \"consoles\": {\n              \"759ce0d7-e248-4f57-8ee1-6fd81a1b3c0a\": 1\n            }\n          }\n        },\n        \"component_products\": {\n          \"key_0\": {\n            \"sale_id\": \"string\",\n            \"sale_expires\": \"2025-07-07T14:30:00Z\",\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"display_price\": {\n              \"with_tax\": {\n                \"amount\": 2427,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 6903,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"original_price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"original_display_price\": {\n              \"with_tax\": {\n                \"amount\": 2536,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 8635,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n            \"alternative_prices\": [\n              {\n                \"name\": \"string\",\n                \"pricebook_id\": \"string\",\n                \"shopper_attributes\": {\n                  \"key_0\": \"string\",\n                  \"key_1\": \"string\",\n                  \"key_2\": \"string\",\n                  \"key_3\": \"string\"\n                },\n                \"sale_id\": \"string\",\n                \"sale_expires\": \"2025-07-07T14:30:00Z\",\n                \"price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 5145,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 1681,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                },\n                \"original_display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 5557,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 4552,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                },\n                \"original_price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"key_1\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"key_2\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"tiers\": {\n                  \"key_0\": {\n                    \"original_price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      },\n                      \"key_1\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      },\n                      \"key_1\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      },\n                      \"key_2\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 92,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 5019,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    },\n                    \"original_display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 1502,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 7353,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    }\n                  },\n                  \"key_1\": {\n                    \"original_price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      },\n                      \"key_1\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 9708,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 4998,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    },\n                    \"original_display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 4138,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 7747,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    }\n                  },\n                  \"key_2\": {\n                    \"original_price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      },\n                      \"key_1\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 9142,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 6940,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    },\n                    \"original_display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 5861,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 2588,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    }\n                  }\n                }\n              }\n            ]\n          },\n          \"key_1\": {\n            \"sale_id\": \"string\",\n            \"sale_expires\": \"2025-07-07T14:30:00Z\",\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"display_price\": {\n              \"with_tax\": {\n                \"amount\": 595,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 4810,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"original_price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"original_display_price\": {\n              \"with_tax\": {\n                \"amount\": 9797,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 6043,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n            \"alternative_prices\": [\n              {\n                \"name\": \"string\",\n                \"pricebook_id\": \"string\",\n                \"shopper_attributes\": {\n                  \"key_0\": \"string\"\n                },\n                \"sale_id\": \"string\",\n                \"sale_expires\": \"2025-07-07T14:30:00Z\",\n                \"price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"key_1\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"key_2\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 3249,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 2537,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                },\n                \"original_display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 1298,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 6480,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                },\n                \"original_price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"tiers\": {\n                  \"key_0\": {\n                    \"original_price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 642,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 2781,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    },\n                    \"original_display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 6633,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 189,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    }\n                  },\n                  \"key_1\": {\n                    \"original_price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"price\": {\n                      \"key_0\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      },\n                      \"key_1\": {\n                        \"amount\": 100,\n                        \"includes_tax\": false\n                      }\n                    },\n                    \"display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 3884,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 7265,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    },\n                    \"original_display_price\": {\n                      \"with_tax\": {\n                        \"amount\": 4312,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      },\n                      \"without_tax\": {\n                        \"amount\": 1623,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$475.00\",\n                        \"float_price\": 475\n                      }\n                    }\n                  }\n                }\n              }\n            ]\n          }\n        },\n        \"component_product_data\": {\n          \"key_0\": {\n            \"value\": \"<Circular reference to #/components/schemas/product detected>\"\n          },\n          \"key_1\": {\n            \"value\": \"<Circular reference to #/components/schemas/product detected>\"\n          }\n        },\n        \"price_modifiers\": {\n          \"key_0\": {\n            \"modifier_type\": \"price_equals\",\n            \"currencies\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_2\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            }\n          }\n        },\n        \"tiers\": {\n          \"key_0\": {\n            \"sale_id\": \"string\",\n            \"sale_expires\": \"2025-07-07T14:30:00Z\",\n            \"display_price\": {\n              \"with_tax\": {\n                \"amount\": 1130,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 9930,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"original_price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_2\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"original_display_price\": {\n              \"with_tax\": {\n                \"amount\": 4577,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 3774,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            }\n          },\n          \"key_1\": {\n            \"sale_id\": \"string\",\n            \"sale_expires\": \"2025-07-07T14:30:00Z\",\n            \"display_price\": {\n              \"with_tax\": {\n                \"amount\": 3943,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 8882,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"original_price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"original_display_price\": {\n              \"with_tax\": {\n                \"amount\": 394,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 5119,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            }\n          }\n        },\n        \"variation_matrix\": {},\n        \"variations\": [\n          {\n            \"id\": \"86c51519-c1f6-f31d-514a-111d46c98a31\",\n            \"name\": \"string\",\n            \"sort_order\": 1232,\n            \"option\": {\n              \"id\": \"4371d41f-907c-c44d-8d90-741c4903273f\",\n              \"name\": \"string\",\n              \"sort_order\": 3427,\n              \"description\": \"string\"\n            },\n            \"options\": [\n              {\n                \"id\": \"46ff71a7-fbfe-1b2e-cc61-92653344a23e\",\n                \"name\": \"string\",\n                \"sort_order\": 1111,\n                \"description\": \"string\"\n              }\n            ]\n          }\n        ],\n        \"child_option_ids\": [\n          \"string\"\n        ],\n        \"child_variations\": [\n          {\n            \"id\": \"a2d8e6c0-3450-94ac-e491-157516489098\",\n            \"name\": \"string\",\n            \"sort_order\": 6446,\n            \"option\": {\n              \"id\": \"6e88d9e9-8a47-b906-806d-17d695a6c22e\",\n              \"name\": \"string\",\n              \"sort_order\": 7203,\n              \"description\": \"string\"\n            },\n            \"options\": [\n              {\n                \"id\": \"238aa9bb-7173-a9fd-7005-6ab528621e15\",\n                \"name\": \"string\",\n                \"sort_order\": 353,\n                \"description\": \"string\"\n              }\n            ]\n          }\n        ],\n        \"product_types\": [\n          \"string\"\n        ],\n        \"language\": \"en-GB\",\n        \"custom_relationships\": [\n          \"string\"\n        ],\n        \"available_prices\": [\n          {\n            \"pricebook_id\": \"string\",\n            \"shopper_attributes\": {\n              \"key_0\": \"string\"\n            },\n            \"sales\": {\n              \"key_0\": {\n                \"schedule\": {\n                  \"valid_from\": \"2020-09-22T09:00:00\",\n                  \"valid_to\": \"2020-09-22T09:00:00\"\n                },\n                \"currencies\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false,\n                    \"tiers\": {\n                      \"key_0\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      },\n                      \"key_1\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      }\n                    }\n                  },\n                  \"key_1\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false,\n                    \"tiers\": {\n                      \"key_0\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      }\n                    }\n                  },\n                  \"key_2\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false,\n                    \"tiers\": {\n                      \"key_0\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      }\n                    }\n                  },\n                  \"key_3\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false,\n                    \"tiers\": {\n                      \"key_0\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      }\n                    }\n                  },\n                  \"key_4\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false,\n                    \"tiers\": {\n                      \"key_0\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      },\n                      \"key_1\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      },\n                      \"key_2\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      },\n                      \"key_3\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      }\n                    }\n                  }\n                }\n              },\n              \"key_1\": {\n                \"schedule\": {\n                  \"valid_from\": \"2020-09-22T09:00:00\",\n                  \"valid_to\": \"2020-09-22T09:00:00\"\n                },\n                \"currencies\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false,\n                    \"tiers\": {\n                      \"key_0\": {\n                        \"minimum_quantity\": 5,\n                        \"amount\": 100\n                      }\n                    }\n                  }\n                }\n              }\n            },\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"tiers\": {\n              \"key_0\": {\n                \"minimum_quantity\": 7093,\n                \"price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"key_1\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                }\n              },\n              \"key_1\": {\n                \"minimum_quantity\": 8314,\n                \"price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                }\n              }\n            }\n          }\n        ],\n        \"alternative_prices\": [\n          {\n            \"name\": \"string\",\n            \"pricebook_id\": \"string\",\n            \"shopper_attributes\": {\n              \"key_0\": \"string\",\n              \"key_1\": \"string\"\n            },\n            \"sale_id\": \"string\",\n            \"sale_expires\": \"2025-07-07T14:30:00Z\",\n            \"price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"display_price\": {\n              \"with_tax\": {\n                \"amount\": 9421,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 7267,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"original_display_price\": {\n              \"with_tax\": {\n                \"amount\": 2045,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              },\n              \"without_tax\": {\n                \"amount\": 135,\n                \"currency\": \"USD\",\n                \"formatted\": \"$475.00\",\n                \"float_price\": 475\n              }\n            },\n            \"original_price\": {\n              \"key_0\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_1\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"key_2\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              }\n            },\n            \"tiers\": {\n              \"key_0\": {\n                \"original_price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"key_1\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 6206,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 8682,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                },\n                \"original_display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 9012,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 4212,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                }\n              },\n              \"key_1\": {\n                \"original_price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"price\": {\n                  \"key_0\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"key_1\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  }\n                },\n                \"display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 5979,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 5485,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                },\n                \"original_display_price\": {\n                  \"with_tax\": {\n                    \"amount\": 5574,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  },\n                  \"without_tax\": {\n                    \"amount\": 7960,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$475.00\",\n                    \"float_price\": 475\n                  }\n                }\n              }\n            }\n          }\n        ],\n        \"available_pricebook_ids\": [\n          \"string\"\n        ]\n      }\n    }\n  ],\n  \"included\": {\n    \"main_images\": [\n      {\n        \"id\": \"d38416e6-a515-c91e-1b92-fd4de7d5ccca\",\n        \"type\": \"file\",\n        \"file_name\": \"file_name.jpg\",\n        \"mime_type\": \"image/jpeg\",\n        \"file_size\": 36000,\n        \"public\": true,\n        \"meta\": {\n          \"timestamps\": {\n            \"created_at\": \"2023-10-11T13:02:25.293Z\"\n          },\n          \"dimensions\": {\n            \"width\": 1800,\n            \"height\": 1000\n          }\n        },\n        \"links\": {\n          \"self\": \"https://useast.api.elasticpath.com/v2/files/ddc28c74-a7df-46be-b262-8fa69a6e7d52\"\n        },\n        \"link\": {\n          \"href\": \"https://files-eu.epusercontent.com/e8c53cb0-120d-4ea5-8941-ce74dec06038/f8cf26b3-6d38-4275-937a-624a83994702.png\",\n          \"meta\": {\n            \"results\": {\n              \"total\": 2\n            }\n          }\n        }\n      }\n    ],\n    \"component_products\": [\n      {\n        \"attributes\": {\n          \"published_at\": \"1970-01-01T00:00:00.000\",\n          \"base_product\": false,\n          \"base_product_id\": \"cdf574bc-e36e-48fc-9eac-01c87839b285\",\n          \"commodity_type\": \"physical\",\n          \"curated_product\": true,\n          \"upc_ean\": \"0123456\",\n          \"manufacturer_part_num\": \"mfn1\",\n          \"tags\": [\n            \"tag-a\"\n          ],\n          \"price_modifiers\": [\n            \"modifier-1\"\n          ],\n          \"created_at\": \"1970-01-01T00:00:00.000\",\n          \"description\": \"This is a product\",\n          \"name\": \"Blue shirt\",\n          \"price\": {\n            \"key_0\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"key_1\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            }\n          },\n          \"shopper_attributes\": {\n            \"key_0\": \"string\",\n            \"key_1\": \"string\",\n            \"key_2\": \"string\"\n          },\n          \"tiers\": {\n            \"key_0\": {\n              \"minimum_quantity\": 9791,\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_3\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_4\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              }\n            }\n          },\n          \"components\": {\n            \"key_0\": {\n              \"name\": \"string\",\n              \"min\": 1448,\n              \"max\": 738,\n              \"sort_order\": 4582,\n              \"options\": [\n                {\n                  \"id\": \"82d78eef-816a-5627-757f-ec0edb70ad29\",\n                  \"type\": \"product\",\n                  \"quantity\": 2,\n                  \"min\": 1809,\n                  \"max\": 5865,\n                  \"sort_order\": 15,\n                  \"default\": true,\n                  \"product_should_be_substituted_with_child\": true,\n                  \"excluded_children\": [\n                    \"2d491d1c-729d-43d7-a2d2-e0a56edab43d\"\n                  ]\n                }\n              ]\n            },\n            \"key_1\": {\n              \"name\": \"string\",\n              \"min\": 7070,\n              \"max\": 7211,\n              \"sort_order\": 1445,\n              \"options\": [\n                {\n                  \"id\": \"23303760-5905-0108-3cdc-2cda1d988a12\",\n                  \"type\": \"product\",\n                  \"quantity\": 2,\n                  \"min\": 6812,\n                  \"max\": 3243,\n                  \"sort_order\": 15,\n                  \"default\": true,\n                  \"product_should_be_substituted_with_child\": true,\n                  \"excluded_children\": [\n                    \"2d491d1c-729d-43d7-a2d2-e0a56edab43d\"\n                  ]\n                }\n              ]\n            },\n            \"key_2\": {\n              \"name\": \"string\",\n              \"min\": 7971,\n              \"max\": 7296,\n              \"sort_order\": 4309,\n              \"options\": [\n                {\n                  \"id\": \"e4fb22bd-50bf-e7b0-0b04-ef8edc0b26e2\",\n                  \"type\": \"product\",\n                  \"quantity\": 2,\n                  \"min\": 3710,\n                  \"max\": 7909,\n                  \"sort_order\": 15,\n                  \"default\": true,\n                  \"product_should_be_substituted_with_child\": true,\n                  \"excluded_children\": [\n                    \"2d491d1c-729d-43d7-a2d2-e0a56edab43d\"\n                  ]\n                }\n              ]\n            },\n            \"key_3\": {\n              \"name\": \"string\",\n              \"min\": 6237,\n              \"max\": 2358,\n              \"sort_order\": 1007,\n              \"options\": [\n                {\n                  \"id\": \"304474b6-0ca3-0cad-fd56-2803b3087be4\",\n                  \"type\": \"product\",\n                  \"quantity\": 2,\n                  \"min\": 274,\n                  \"max\": 4336,\n                  \"sort_order\": 15,\n                  \"default\": true,\n                  \"product_should_be_substituted_with_child\": true,\n                  \"excluded_children\": [\n                    \"2d491d1c-729d-43d7-a2d2-e0a56edab43d\"\n                  ]\n                }\n              ]\n            }\n          },\n          \"custom_inputs\": {\n            \"key_0\": {\n              \"name\": \"Message\",\n              \"validation_rules\": [\n                {\n                  \"type\": \"string\",\n                  \"options\": {\n                    \"max_length\": 255\n                  }\n                }\n              ],\n              \"required\": false\n            },\n            \"key_1\": {\n              \"name\": \"Message\",\n              \"validation_rules\": [\n                {\n                  \"type\": \"string\",\n                  \"options\": {\n                    \"max_length\": 255\n                  }\n                }\n              ],\n              \"required\": false\n            }\n          },\n          \"sku\": \"blue-shirt\",\n          \"slug\": \"blue-shirt\",\n          \"status\": \"live\",\n          \"external_ref\": \"string\",\n          \"updated_at\": \"1970-01-01T00:00:00.000\",\n          \"extensions\": {\n            \"key_0\": {\n              \"key_0\": {}\n            },\n            \"key_1\": {\n              \"key_0\": {},\n              \"key_1\": {}\n            }\n          }\n        },\n        \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n        \"relationships\": {\n          \"parent\": {\n            \"data\": {\n              \"id\": \"d3834b63-107a-0416-52f1-f8d076b7a652\",\n              \"type\": \"product\"\n            }\n          },\n          \"children\": {\n            \"data\": [\n              {\n                \"id\": \"d88cdc87-9078-c992-b54e-7364aa618f64\",\n                \"type\": \"product\"\n              }\n            ],\n            \"links\": {\n              \"self\": \"string\"\n            }\n          },\n          \"files\": {\n            \"data\": [\n              {\n                \"type\": \"file\",\n                \"id\": \"de0ff932-b078-5691-cc51-922a9483ac95\",\n                \"created_at\": \"1970-01-01T00:00:00.000\"\n              }\n            ]\n          },\n          \"main_image\": {\n            \"data\": {\n              \"type\": \"main_image\",\n              \"id\": \"deecd894-ece8-0a68-e8ea-24a3a02b5344\"\n            }\n          },\n          \"component_products\": {\n            \"data\": [\n              {\n                \"id\": \"d4d9cb65-1907-0c96-94f4-7344435bd83d\",\n                \"type\": \"product\"\n              }\n            ],\n            \"links\": {\n              \"self\": \"string\"\n            }\n          },\n          \"custom_relationships\": {\n            \"data\": [\n              {\n                \"id\": \"8edd6fe2-1c03-b1c0-e143-ecdb0b3d95b9\",\n                \"type\": \"product\"\n              }\n            ],\n            \"links\": {}\n          }\n        },\n        \"type\": \"product\",\n        \"meta\": {\n          \"bread_crumbs\": {\n            \"key_0\": [\n              \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n            ],\n            \"key_1\": [\n              \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n            ]\n          },\n          \"bread_crumb_nodes\": [\n            \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n          ],\n          \"catalog_id\": \"362a16dc-f7c6-4280-83d6-4fcc152af091\",\n          \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n          \"display_price\": {\n            \"with_tax\": {\n              \"amount\": 3730,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            },\n            \"without_tax\": {\n              \"amount\": 6645,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            }\n          },\n          \"catalog_source\": \"pim\",\n          \"sale_id\": \"string\",\n          \"sale_expires\": \"2025-07-07T14:30:00Z\",\n          \"original_price\": {\n            \"key_0\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            }\n          },\n          \"original_display_price\": {\n            \"with_tax\": {\n              \"amount\": 1710,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            },\n            \"without_tax\": {\n              \"amount\": 4205,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            }\n          },\n          \"bundle_configuration\": {\n            \"selected_options\": {\n              \"games\": {\n                \"p292e1db-c919-4d2f-984a-c2ddc79df024\": 2\n              },\n              \"consoles\": {\n                \"759ce0d7-e248-4f57-8ee1-6fd81a1b3c0a\": 1\n              }\n            }\n          },\n          \"component_products\": {\n            \"key_0\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 6120,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 2581,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 15,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 2772,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n              \"alternative_prices\": [\n                {\n                  \"name\": \"string\",\n                  \"pricebook_id\": \"string\",\n                  \"shopper_attributes\": {\n                    \"key_0\": \"string\"\n                  },\n                  \"sale_id\": \"string\",\n                  \"sale_expires\": \"2025-07-07T14:30:00Z\",\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 4346,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 4396,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 7921,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 9093,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"tiers\": {\n                    \"key_0\": {\n                      \"original_price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_1\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_2\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_1\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 7253,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 4690,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      },\n                      \"original_display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 6291,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 2787,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      }\n                    },\n                    \"key_1\": {\n                      \"original_price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_1\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_1\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 7122,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 206,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      },\n                      \"original_display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 9148,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 5047,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      }\n                    }\n                  }\n                }\n              ]\n            },\n            \"key_1\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 8605,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 3600,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 5045,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 1690,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n              \"alternative_prices\": [\n                {\n                  \"name\": \"string\",\n                  \"pricebook_id\": \"string\",\n                  \"shopper_attributes\": {\n                    \"key_0\": \"string\",\n                    \"key_1\": \"string\",\n                    \"key_2\": \"string\"\n                  },\n                  \"sale_id\": \"string\",\n                  \"sale_expires\": \"2025-07-07T14:30:00Z\",\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_2\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 9319,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 3382,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 1826,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 268,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"tiers\": {\n                    \"key_0\": {\n                      \"original_price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_1\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_2\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 8762,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 9662,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      },\n                      \"original_display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 6895,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 9975,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      }\n                    }\n                  }\n                }\n              ]\n            }\n          },\n          \"component_product_data\": {\n            \"key_0\": {\n              \"value\": \"<Circular reference to #/components/schemas/product detected>\"\n            },\n            \"key_1\": {\n              \"value\": \"<Circular reference to #/components/schemas/product detected>\"\n            }\n          },\n          \"price_modifiers\": {\n            \"key_0\": {\n              \"modifier_type\": \"price_equals\",\n              \"currencies\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              }\n            },\n            \"key_1\": {\n              \"modifier_type\": \"price_equals\",\n              \"currencies\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              }\n            },\n            \"key_2\": {\n              \"modifier_type\": \"price_equals\",\n              \"currencies\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_3\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              }\n            }\n          },\n          \"tiers\": {\n            \"key_0\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 4080,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 569,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 3741,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 7269,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              }\n            },\n            \"key_1\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 8167,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 8150,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 1633,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 3450,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              }\n            },\n            \"key_2\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 2808,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 5260,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 5039,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 5499,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              }\n            },\n            \"key_3\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 4483,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 9325,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 6018,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 3028,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              }\n            },\n            \"key_4\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 7553,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 1663,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 1335,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 7069,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              }\n            }\n          },\n          \"variation_matrix\": {},\n          \"variations\": [\n            {\n              \"id\": \"40ecc97d-2913-b939-fad5-4dd7b2dbf677\",\n              \"name\": \"string\",\n              \"sort_order\": 6763,\n              \"option\": {\n                \"id\": \"9784015b-bd6b-bcd5-3c8c-89ebfa979813\",\n                \"name\": \"string\",\n                \"sort_order\": 9919,\n                \"description\": \"string\"\n              },\n              \"options\": [\n                {\n                  \"id\": \"7520324b-07a1-2714-5e50-9bc292005f21\",\n                  \"name\": \"string\",\n                  \"sort_order\": 2916,\n                  \"description\": \"string\"\n                }\n              ]\n            }\n          ],\n          \"child_option_ids\": [\n            \"string\"\n          ],\n          \"child_variations\": [\n            {\n              \"id\": \"aad44913-2aa4-41ea-9182-619955c5737b\",\n              \"name\": \"string\",\n              \"sort_order\": 1339,\n              \"option\": {\n                \"id\": \"b1c5081a-f43a-54b7-750a-ec569d704a82\",\n                \"name\": \"string\",\n                \"sort_order\": 5300,\n                \"description\": \"string\"\n              },\n              \"options\": [\n                {\n                  \"id\": \"a39f0511-0bc2-a47e-7081-bf6270506ee7\",\n                  \"name\": \"string\",\n                  \"sort_order\": 5308,\n                  \"description\": \"string\"\n                }\n              ]\n            }\n          ],\n          \"product_types\": [\n            \"string\"\n          ],\n          \"language\": \"en-GB\",\n          \"custom_relationships\": [\n            \"string\"\n          ],\n          \"available_prices\": [\n            {\n              \"pricebook_id\": \"string\",\n              \"shopper_attributes\": {\n                \"key_0\": \"string\",\n                \"key_1\": \"string\",\n                \"key_2\": \"string\"\n              },\n              \"sales\": {\n                \"key_0\": {\n                  \"schedule\": {\n                    \"valid_from\": \"2020-09-22T09:00:00\",\n                    \"valid_to\": \"2020-09-22T09:00:00\"\n                  },\n                  \"currencies\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false,\n                      \"tiers\": {\n                        \"key_0\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        },\n                        \"key_1\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        },\n                        \"key_2\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        }\n                      }\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false,\n                      \"tiers\": {\n                        \"key_0\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        }\n                      }\n                    },\n                    \"key_2\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false,\n                      \"tiers\": {\n                        \"key_0\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        },\n                        \"key_1\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        },\n                        \"key_2\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        },\n                        \"key_3\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        }\n                      }\n                    }\n                  }\n                },\n                \"key_1\": {\n                  \"schedule\": {\n                    \"valid_from\": \"2020-09-22T09:00:00\",\n                    \"valid_to\": \"2020-09-22T09:00:00\"\n                  },\n                  \"currencies\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false,\n                      \"tiers\": {\n                        \"key_0\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        },\n                        \"key_1\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        }\n                      }\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false,\n                      \"tiers\": {\n                        \"key_0\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        }\n                      }\n                    }\n                  }\n                }\n              },\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"tiers\": {\n                \"key_0\": {\n                  \"minimum_quantity\": 5369,\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_2\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  }\n                }\n              }\n            }\n          ],\n          \"alternative_prices\": [\n            {\n              \"name\": \"string\",\n              \"pricebook_id\": \"string\",\n              \"shopper_attributes\": {\n                \"key_0\": \"string\",\n                \"key_1\": \"string\"\n              },\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 625,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 5586,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 268,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 9645,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"tiers\": {\n                \"key_0\": {\n                  \"original_price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 9695,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 2963,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 6625,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 1089,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  }\n                },\n                \"key_1\": {\n                  \"original_price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_2\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 104,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 4153,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 5019,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 1736,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  }\n                }\n              }\n            }\n          ],\n          \"available_pricebook_ids\": [\n            \"string\"\n          ]\n        }\n      }\n    ],\n    \"files\": [\n      {\n        \"id\": \"455d4463-c85e-cee1-de0f-dbcfaada233c\",\n        \"type\": \"file\",\n        \"file_name\": \"file_name.jpg\",\n        \"mime_type\": \"image/jpeg\",\n        \"file_size\": 36000,\n        \"public\": true,\n        \"meta\": {\n          \"timestamps\": {\n            \"created_at\": \"2023-10-11T13:02:25.293Z\"\n          },\n          \"dimensions\": {\n            \"width\": 1800,\n            \"height\": 1000\n          }\n        },\n        \"links\": {\n          \"self\": \"https://useast.api.elasticpath.com/v2/files/ddc28c74-a7df-46be-b262-8fa69a6e7d52\"\n        },\n        \"link\": {\n          \"href\": \"https://files-eu.epusercontent.com/e8c53cb0-120d-4ea5-8941-ce74dec06038/f8cf26b3-6d38-4275-937a-624a83994702.png\",\n          \"meta\": {\n            \"results\": {\n              \"total\": 2\n            }\n          }\n        }\n      }\n    ]\n  },\n  \"links\": {\n    \"self\": \"http://LwPzOVYiEt.asRkq,fqPmLnkKw\",\n    \"first\": \"http://CpnywJGwPlEvgOb.nqdnf4WMPQUlpYeB3EAqbXndKPOAwtzbjiS5ZO\",\n    \"last\": \"https://XeQSxHSWOdnjxCtoCsBJcNQcZBXCM.nwffbEVzu3F8fHSQ9ULy795Cxdo6S0OpjuRdDyGSC\",\n    \"prev\": \"https://BQZisIqfZVBMjRCcgkohsoWYbFCI.iyyVLg2jdpRShTugM00VuM+btEfnnSiI6GTmcjVQzSO2gUuf3I1W29MH25Koak+4hKa5upyS1V\",\n    \"next\": \"https://uExUQFiOJvuggkZFguIkfZKzSmGNCG.lvvwhT.11IQeGnwur5r6PZovamgW6Q+YNHgEUuZ\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "be10214e-6352-461d-b250-e693957a7bac",
              "name": "The unexpected error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalog",
                    "nodes",
                    ":node_id",
                    "relationships",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Using the include parameter, you can retrieve top-level resources.\n\n- Files or main image. For example, `include=files,main_image`.\n- Component product data. For example, `include=component_products`.\n- Key attribute data, such as SKU or slug.\n",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "main_image,component_products"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "This endpoints support filtering. See [Filtering](#filtering).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "586"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. You would normally increment the page offset by multiples of the page limit to paginate through the results.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "1029"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The catalog node ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "node_id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                      "type": "text/plain"
                    },
                    "key": "accept-language",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "The list of channels in which this catalog can be displayed. A channel is the shopping experience, such as a mobile app or web storefront. If empty, the catalog rule matches all channels. The channel will eventually be included in the bearer token that is used for authorization, but currently, you must set the `EP-Channel` header in your requests.",
                      "type": "text/plain"
                    },
                    "key": "EP-Channel",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "Tags are used to refine the eligibility criteria for a rule. Requests populate the catalog rule tag using the `EP-Context-Tag` header.",
                      "type": "text/plain"
                    },
                    "key": "EP-Context-Tag",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    },\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "414b593a-1fa7-490f-a207-fa5a7e92c132",
          "name": "Configure a Shopper Bundle",
          "request": {
            "name": "Configure a Shopper Bundle",
            "description": {
              "content": "Once you have configured your product bundles, you can display them in your storefront in your published catalog. Depending on how you have configured the minimum and maximum values for the product options in your components, you can allow your shoppers to choose which products they want to select. For example, you can enable a shopper to select 1 or more product options from a list of 10, giving your shoppers greater flexibility when selecting products in your store front.\n\n- Products must be in a `live` status.\n- If you have not specified any minimum or maximum values for the product options in your components, your shoppers can select any combination of product options.\n\nIf you have configured minimum and maximum values using [Create a Bundle](/docs/api/pxm/products/create-product), this becomes part of the `bundle_configuration`. You can check how your bundle is configured using [Get a product in a catalog release](/docs/api/pxm/catalog/get-product) in `bundle_configuration` under `meta`. The `bundle_configuration` forms the body of the request.\n\nThe response updates the `bundle_configuration` with the product options the shopper selects. The `meta` data is updated with the `meta` data of the selected product options. In your storefront, you could display this as a summary of the product options a shopper has selected.\n\n### Including Resources\n\nUsing the `include` parameter, you can retrieve top-level resources, such as, files or main image, bundle component products and product attributes, such as SKU or slug. \n\n| Parameter | Required | Description                                                                                                                                                                                                    |\n|  :---------------------|:---------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `component_products` | Optional | The  component product data and key attribute data, such as SKU or slug, to return for component products in a product bundle.  |\n| `main_image`         | Optional | The main images associated with a product. |\n| `files`              | Optional | Any files associated with a product. |\n\nSee [**Including Resources**](/guides/Getting-Started/includes).\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "catalog",
                "products",
                ":product_id",
                "configure"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Using the include parameter, you can retrieve top-level resources.\n\n- Files or main image. For example, `include=files,main_image`.\n- Component product data. For example, `include=component_products`.\n- Key attribute data, such as SKU or slug.\n",
                    "type": "text/plain"
                  },
                  "key": "include",
                  "value": "main_image,component_products"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "product_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The product ID.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "disabled": false,
                "description": {
                  "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                  "type": "text/plain"
                },
                "key": "accept-language",
                "value": "string"
              },
              {
                "disabled": false,
                "description": {
                  "content": "The list of channels in which this catalog can be displayed. A channel is the shopping experience, such as a mobile app or web storefront. If empty, the catalog rule matches all channels. The channel will eventually be included in the bearer token that is used for authorization, but currently, you must set the `EP-Channel` header in your requests.",
                  "type": "text/plain"
                },
                "key": "EP-Channel",
                "value": "string"
              },
              {
                "disabled": false,
                "description": {
                  "content": "Tags are used to refine the eligibility criteria for a rule. Requests populate the catalog rule tag using the `EP-Context-Tag` header.",
                  "type": "text/plain"
                },
                "key": "EP-Context-Tag",
                "value": "string"
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"selected_options\": {\n      \"games\": {\n        \"p292e1db-c919-4d2f-984a-c2ddc79df024\": 2\n      },\n      \"consoles\": {\n        \"759ce0d7-e248-4f57-8ee1-6fd81a1b3c0a\": 1\n      }\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "6bafa8a9-caaa-4c09-8f6d-84d4bc20b3b8",
              "name": "The configured product of a catalog.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalog",
                    "products",
                    ":product_id",
                    "configure"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Using the include parameter, you can retrieve top-level resources.\n\n- Files or main image. For example, `include=files,main_image`.\n- Component product data. For example, `include=component_products`.\n- Key attribute data, such as SKU or slug.\n",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "main_image,component_products"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The product ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                      "type": "text/plain"
                    },
                    "key": "accept-language",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "The list of channels in which this catalog can be displayed. A channel is the shopping experience, such as a mobile app or web storefront. If empty, the catalog rule matches all channels. The channel will eventually be included in the bearer token that is used for authorization, but currently, you must set the `EP-Channel` header in your requests.",
                      "type": "text/plain"
                    },
                    "key": "EP-Channel",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "Tags are used to refine the eligibility criteria for a rule. Requests populate the catalog rule tag using the `EP-Context-Tag` header.",
                      "type": "text/plain"
                    },
                    "key": "EP-Context-Tag",
                    "value": "string"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"selected_options\": {\n      \"games\": {\n        \"p292e1db-c919-4d2f-984a-c2ddc79df024\": 2\n      },\n      \"consoles\": {\n        \"759ce0d7-e248-4f57-8ee1-6fd81a1b3c0a\": 1\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"attributes\": {\n      \"published_at\": \"1970-01-01T00:00:00.000\",\n      \"base_product\": false,\n      \"base_product_id\": \"cdf574bc-e36e-48fc-9eac-01c87839b285\",\n      \"commodity_type\": \"physical\",\n      \"curated_product\": true,\n      \"upc_ean\": \"0123456\",\n      \"manufacturer_part_num\": \"mfn1\",\n      \"tags\": [\n        \"tag-a\"\n      ],\n      \"price_modifiers\": [\n        \"modifier-1\"\n      ],\n      \"created_at\": \"1970-01-01T00:00:00.000\",\n      \"description\": \"This is a product\",\n      \"name\": \"Blue shirt\",\n      \"price\": {\n        \"key_0\": {\n          \"amount\": 100,\n          \"includes_tax\": false\n        },\n        \"key_1\": {\n          \"amount\": 100,\n          \"includes_tax\": false\n        }\n      },\n      \"shopper_attributes\": {\n        \"key_0\": \"string\"\n      },\n      \"tiers\": {\n        \"key_0\": {\n          \"minimum_quantity\": 3656,\n          \"price\": {\n            \"key_0\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"key_1\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            }\n          }\n        },\n        \"key_1\": {\n          \"minimum_quantity\": 223,\n          \"price\": {\n            \"key_0\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"key_1\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"key_2\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            }\n          }\n        }\n      },\n      \"components\": {\n        \"key_0\": {\n          \"name\": \"string\",\n          \"min\": 1589,\n          \"max\": 614,\n          \"sort_order\": 6848,\n          \"options\": [\n            {\n              \"id\": \"fdf78d35-3c42-7c97-ac77-39b60976b2cc\",\n              \"type\": \"product\",\n              \"quantity\": 2,\n              \"min\": 5313,\n              \"max\": 9667,\n              \"sort_order\": 15,\n              \"default\": true,\n              \"product_should_be_substituted_with_child\": true,\n              \"excluded_children\": [\n                \"2d491d1c-729d-43d7-a2d2-e0a56edab43d\"\n              ]\n            }\n          ]\n        },\n        \"key_1\": {\n          \"name\": \"string\",\n          \"min\": 2775,\n          \"max\": 6074,\n          \"sort_order\": 8806,\n          \"options\": [\n            {\n              \"id\": \"5c2f7ee9-42fd-059c-897c-184666d56bf7\",\n              \"type\": \"product\",\n              \"quantity\": 2,\n              \"min\": 4005,\n              \"max\": 6847,\n              \"sort_order\": 15,\n              \"default\": true,\n              \"product_should_be_substituted_with_child\": true,\n              \"excluded_children\": [\n                \"2d491d1c-729d-43d7-a2d2-e0a56edab43d\"\n              ]\n            }\n          ]\n        }\n      },\n      \"custom_inputs\": {\n        \"key_0\": {\n          \"name\": \"Message\",\n          \"validation_rules\": [\n            {\n              \"type\": \"string\",\n              \"options\": {\n                \"max_length\": 255\n              }\n            }\n          ],\n          \"required\": false\n        },\n        \"key_1\": {\n          \"name\": \"Message\",\n          \"validation_rules\": [\n            {\n              \"type\": \"string\",\n              \"options\": {\n                \"max_length\": 255\n              }\n            }\n          ],\n          \"required\": false\n        }\n      },\n      \"sku\": \"blue-shirt\",\n      \"slug\": \"blue-shirt\",\n      \"status\": \"live\",\n      \"external_ref\": \"string\",\n      \"updated_at\": \"1970-01-01T00:00:00.000\",\n      \"extensions\": {\n        \"key_0\": {\n          \"key_0\": {}\n        },\n        \"key_1\": {\n          \"key_0\": {}\n        }\n      }\n    },\n    \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n    \"relationships\": {\n      \"parent\": {\n        \"data\": {\n          \"id\": \"2ad92c1c-dc05-9d96-3165-47b12dbbd038\",\n          \"type\": \"product\"\n        }\n      },\n      \"children\": {\n        \"data\": [\n          {\n            \"id\": \"77222d06-f440-6e54-7ff9-a79b9aaa5041\",\n            \"type\": \"product\"\n          }\n        ],\n        \"links\": {\n          \"self\": \"string\"\n        }\n      },\n      \"files\": {\n        \"data\": [\n          {\n            \"type\": \"file\",\n            \"id\": \"1f6dc3d9-5948-66bf-4a2f-108208dd3191\",\n            \"created_at\": \"1970-01-01T00:00:00.000\"\n          }\n        ]\n      },\n      \"main_image\": {\n        \"data\": {\n          \"type\": \"main_image\",\n          \"id\": \"5467263c-80a1-25f2-27c7-8dc76e0e9f4d\"\n        }\n      },\n      \"component_products\": {\n        \"data\": [\n          {\n            \"id\": \"c7e3ab77-28d3-1095-d569-d87c26c1eb54\",\n            \"type\": \"product\"\n          }\n        ],\n        \"links\": {\n          \"self\": \"string\"\n        }\n      },\n      \"custom_relationships\": {\n        \"data\": [\n          {\n            \"id\": \"aeedf180-d48f-31a2-3792-cb89719ed95f\",\n            \"type\": \"product\"\n          }\n        ],\n        \"links\": {}\n      }\n    },\n    \"type\": \"product\",\n    \"meta\": {\n      \"bread_crumbs\": {\n        \"key_0\": [\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n        ],\n        \"key_1\": [\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n        ],\n        \"key_2\": [\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n        ],\n        \"key_3\": [\n          \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n        ]\n      },\n      \"bread_crumb_nodes\": [\n        \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n      ],\n      \"catalog_id\": \"362a16dc-f7c6-4280-83d6-4fcc152af091\",\n      \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n      \"display_price\": {\n        \"with_tax\": {\n          \"amount\": 6485,\n          \"currency\": \"USD\",\n          \"formatted\": \"$475.00\",\n          \"float_price\": 475\n        },\n        \"without_tax\": {\n          \"amount\": 4111,\n          \"currency\": \"USD\",\n          \"formatted\": \"$475.00\",\n          \"float_price\": 475\n        }\n      },\n      \"catalog_source\": \"pim\",\n      \"sale_id\": \"string\",\n      \"sale_expires\": \"2025-07-07T14:30:00Z\",\n      \"original_price\": {\n        \"key_0\": {\n          \"amount\": 100,\n          \"includes_tax\": false\n        }\n      },\n      \"original_display_price\": {\n        \"with_tax\": {\n          \"amount\": 2065,\n          \"currency\": \"USD\",\n          \"formatted\": \"$475.00\",\n          \"float_price\": 475\n        },\n        \"without_tax\": {\n          \"amount\": 7232,\n          \"currency\": \"USD\",\n          \"formatted\": \"$475.00\",\n          \"float_price\": 475\n        }\n      },\n      \"bundle_configuration\": {\n        \"selected_options\": {\n          \"games\": {\n            \"p292e1db-c919-4d2f-984a-c2ddc79df024\": 2\n          },\n          \"consoles\": {\n            \"759ce0d7-e248-4f57-8ee1-6fd81a1b3c0a\": 1\n          }\n        }\n      },\n      \"component_products\": {\n        \"key_0\": {\n          \"sale_id\": \"string\",\n          \"sale_expires\": \"2025-07-07T14:30:00Z\",\n          \"price\": {\n            \"key_0\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"key_1\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            }\n          },\n          \"display_price\": {\n            \"with_tax\": {\n              \"amount\": 3365,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            },\n            \"without_tax\": {\n              \"amount\": 9091,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            }\n          },\n          \"original_price\": {\n            \"key_0\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"key_1\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            }\n          },\n          \"original_display_price\": {\n            \"with_tax\": {\n              \"amount\": 8481,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            },\n            \"without_tax\": {\n              \"amount\": 5319,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            }\n          },\n          \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n          \"alternative_prices\": [\n            {\n              \"name\": \"string\",\n              \"pricebook_id\": \"string\",\n              \"shopper_attributes\": {\n                \"key_0\": \"string\"\n              },\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 1618,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 7360,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 2350,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 9449,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"tiers\": {\n                \"key_0\": {\n                  \"original_price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 1176,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 985,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 1346,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 5068,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  }\n                },\n                \"key_1\": {\n                  \"original_price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_2\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 44,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 9049,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 9374,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 5390,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  }\n                }\n              }\n            }\n          ]\n        },\n        \"key_1\": {\n          \"sale_id\": \"string\",\n          \"sale_expires\": \"2025-07-07T14:30:00Z\",\n          \"price\": {\n            \"key_0\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"key_1\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            }\n          },\n          \"display_price\": {\n            \"with_tax\": {\n              \"amount\": 3444,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            },\n            \"without_tax\": {\n              \"amount\": 506,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            }\n          },\n          \"original_price\": {\n            \"key_0\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"key_1\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"key_2\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            }\n          },\n          \"original_display_price\": {\n            \"with_tax\": {\n              \"amount\": 877,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            },\n            \"without_tax\": {\n              \"amount\": 9839,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            }\n          },\n          \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n          \"alternative_prices\": [\n            {\n              \"name\": \"string\",\n              \"pricebook_id\": \"string\",\n              \"shopper_attributes\": {\n                \"key_0\": \"string\",\n                \"key_1\": \"string\",\n                \"key_2\": \"string\",\n                \"key_3\": \"string\",\n                \"key_4\": \"string\"\n              },\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 210,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 8944,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 5248,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 37,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"tiers\": {\n                \"key_0\": {\n                  \"original_price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 382,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 5830,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 3079,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 487,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  }\n                },\n                \"key_1\": {\n                  \"original_price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 4499,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 7667,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 2859,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 1641,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  }\n                },\n                \"key_2\": {\n                  \"original_price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_2\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 3212,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 8290,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 4719,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 9449,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  }\n                }\n              }\n            }\n          ]\n        },\n        \"key_2\": {\n          \"sale_id\": \"string\",\n          \"sale_expires\": \"2025-07-07T14:30:00Z\",\n          \"price\": {\n            \"key_0\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"key_1\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            }\n          },\n          \"display_price\": {\n            \"with_tax\": {\n              \"amount\": 1833,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            },\n            \"without_tax\": {\n              \"amount\": 2274,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            }\n          },\n          \"original_price\": {\n            \"key_0\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"key_1\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"key_2\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            }\n          },\n          \"original_display_price\": {\n            \"with_tax\": {\n              \"amount\": 5067,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            },\n            \"without_tax\": {\n              \"amount\": 466,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            }\n          },\n          \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n          \"alternative_prices\": [\n            {\n              \"name\": \"string\",\n              \"pricebook_id\": \"string\",\n              \"shopper_attributes\": {\n                \"key_0\": \"string\",\n                \"key_1\": \"string\",\n                \"key_2\": \"string\",\n                \"key_3\": \"string\"\n              },\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 4629,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 6800,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 5657,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 3231,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"tiers\": {\n                \"key_0\": {\n                  \"original_price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_2\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_3\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_4\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 5626,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 214,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 6161,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 9117,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  }\n                },\n                \"key_1\": {\n                  \"original_price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_2\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_3\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 6108,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 1447,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 4646,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 5433,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  }\n                }\n              }\n            }\n          ]\n        }\n      },\n      \"component_product_data\": {\n        \"key_0\": {\n          \"value\": \"<Circular reference to #/components/schemas/product detected>\"\n        },\n        \"key_1\": {\n          \"value\": \"<Circular reference to #/components/schemas/product detected>\"\n        },\n        \"key_2\": {\n          \"value\": \"<Circular reference to #/components/schemas/product detected>\"\n        },\n        \"key_3\": {\n          \"value\": \"<Circular reference to #/components/schemas/product detected>\"\n        }\n      },\n      \"price_modifiers\": {\n        \"key_0\": {\n          \"modifier_type\": \"price_equals\",\n          \"currencies\": {\n            \"key_0\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"key_1\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"key_2\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            }\n          }\n        },\n        \"key_1\": {\n          \"modifier_type\": \"price_equals\",\n          \"currencies\": {\n            \"key_0\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"key_1\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            }\n          }\n        },\n        \"key_2\": {\n          \"modifier_type\": \"price_equals\",\n          \"currencies\": {\n            \"key_0\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"key_1\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            }\n          }\n        }\n      },\n      \"tiers\": {\n        \"key_0\": {\n          \"sale_id\": \"string\",\n          \"sale_expires\": \"2025-07-07T14:30:00Z\",\n          \"display_price\": {\n            \"with_tax\": {\n              \"amount\": 5954,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            },\n            \"without_tax\": {\n              \"amount\": 7460,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            }\n          },\n          \"original_price\": {\n            \"key_0\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"key_1\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            }\n          },\n          \"original_display_price\": {\n            \"with_tax\": {\n              \"amount\": 665,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            },\n            \"without_tax\": {\n              \"amount\": 8307,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            }\n          }\n        }\n      },\n      \"variation_matrix\": {},\n      \"variations\": [\n        {\n          \"id\": \"170293a0-1a06-e10d-baf5-1ca0228d35f7\",\n          \"name\": \"string\",\n          \"sort_order\": 4511,\n          \"option\": {\n            \"id\": \"c4f77e0f-c3ae-8a1b-28af-b24ae454d0f5\",\n            \"name\": \"string\",\n            \"sort_order\": 8346,\n            \"description\": \"string\"\n          },\n          \"options\": [\n            {\n              \"id\": \"45e1fdb7-cad9-8595-e990-dc1548b29c83\",\n              \"name\": \"string\",\n              \"sort_order\": 6575,\n              \"description\": \"string\"\n            }\n          ]\n        }\n      ],\n      \"child_option_ids\": [\n        \"string\"\n      ],\n      \"child_variations\": [\n        {\n          \"id\": \"5992cd74-b773-e3ac-cfa5-0f58beee2c39\",\n          \"name\": \"string\",\n          \"sort_order\": 819,\n          \"option\": {\n            \"id\": \"a7d06a55-b2be-99ab-32dc-df286d05ec46\",\n            \"name\": \"string\",\n            \"sort_order\": 880,\n            \"description\": \"string\"\n          },\n          \"options\": [\n            {\n              \"id\": \"d484e242-27bd-ac2b-f6d0-4006c616a407\",\n              \"name\": \"string\",\n              \"sort_order\": 3825,\n              \"description\": \"string\"\n            }\n          ]\n        }\n      ],\n      \"product_types\": [\n        \"string\"\n      ],\n      \"language\": \"en-GB\",\n      \"custom_relationships\": [\n        \"string\"\n      ],\n      \"available_prices\": [\n        {\n          \"pricebook_id\": \"string\",\n          \"shopper_attributes\": {\n            \"key_0\": \"string\"\n          },\n          \"sales\": {\n            \"key_0\": {\n              \"schedule\": {\n                \"valid_from\": \"2020-09-22T09:00:00\",\n                \"valid_to\": \"2020-09-22T09:00:00\"\n              },\n              \"currencies\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false,\n                  \"tiers\": {\n                    \"key_0\": {\n                      \"minimum_quantity\": 5,\n                      \"amount\": 100\n                    },\n                    \"key_1\": {\n                      \"minimum_quantity\": 5,\n                      \"amount\": 100\n                    },\n                    \"key_2\": {\n                      \"minimum_quantity\": 5,\n                      \"amount\": 100\n                    },\n                    \"key_3\": {\n                      \"minimum_quantity\": 5,\n                      \"amount\": 100\n                    }\n                  }\n                }\n              }\n            }\n          },\n          \"price\": {\n            \"key_0\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            }\n          },\n          \"tiers\": {\n            \"key_0\": {\n              \"minimum_quantity\": 278,\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              }\n            }\n          }\n        }\n      ],\n      \"alternative_prices\": [\n        {\n          \"name\": \"string\",\n          \"pricebook_id\": \"string\",\n          \"shopper_attributes\": {\n            \"key_0\": \"string\",\n            \"key_1\": \"string\",\n            \"key_2\": \"string\"\n          },\n          \"sale_id\": \"string\",\n          \"sale_expires\": \"2025-07-07T14:30:00Z\",\n          \"price\": {\n            \"key_0\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            }\n          },\n          \"display_price\": {\n            \"with_tax\": {\n              \"amount\": 5379,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            },\n            \"without_tax\": {\n              \"amount\": 8119,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            }\n          },\n          \"original_display_price\": {\n            \"with_tax\": {\n              \"amount\": 5505,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            },\n            \"without_tax\": {\n              \"amount\": 9127,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            }\n          },\n          \"original_price\": {\n            \"key_0\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            }\n          },\n          \"tiers\": {\n            \"key_0\": {\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 6388,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 1249,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 8026,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 6507,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              }\n            },\n            \"key_1\": {\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_3\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_4\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 3733,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 3060,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 2477,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 8170,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              }\n            }\n          }\n        }\n      ],\n      \"available_pricebook_ids\": [\n        \"string\"\n      ]\n    }\n  },\n  \"included\": {\n    \"main_images\": [\n      {\n        \"id\": \"244a331c-7719-c616-8030-5c6e388ab080\",\n        \"type\": \"file\",\n        \"file_name\": \"file_name.jpg\",\n        \"mime_type\": \"image/jpeg\",\n        \"file_size\": 36000,\n        \"public\": true,\n        \"meta\": {\n          \"timestamps\": {\n            \"created_at\": \"2023-10-11T13:02:25.293Z\"\n          },\n          \"dimensions\": {\n            \"width\": 1800,\n            \"height\": 1000\n          }\n        },\n        \"links\": {\n          \"self\": \"https://useast.api.elasticpath.com/v2/files/ddc28c74-a7df-46be-b262-8fa69a6e7d52\"\n        },\n        \"link\": {\n          \"href\": \"https://files-eu.epusercontent.com/e8c53cb0-120d-4ea5-8941-ce74dec06038/f8cf26b3-6d38-4275-937a-624a83994702.png\",\n          \"meta\": {\n            \"results\": {\n              \"total\": 2\n            }\n          }\n        }\n      }\n    ],\n    \"component_products\": [\n      {\n        \"attributes\": {\n          \"published_at\": \"1970-01-01T00:00:00.000\",\n          \"base_product\": false,\n          \"base_product_id\": \"cdf574bc-e36e-48fc-9eac-01c87839b285\",\n          \"commodity_type\": \"physical\",\n          \"curated_product\": true,\n          \"upc_ean\": \"0123456\",\n          \"manufacturer_part_num\": \"mfn1\",\n          \"tags\": [\n            \"tag-a\"\n          ],\n          \"price_modifiers\": [\n            \"modifier-1\"\n          ],\n          \"created_at\": \"1970-01-01T00:00:00.000\",\n          \"description\": \"This is a product\",\n          \"name\": \"Blue shirt\",\n          \"price\": {\n            \"key_0\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"key_1\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            }\n          },\n          \"shopper_attributes\": {\n            \"key_0\": \"string\",\n            \"key_1\": \"string\"\n          },\n          \"tiers\": {\n            \"key_0\": {\n              \"minimum_quantity\": 4612,\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              }\n            },\n            \"key_1\": {\n              \"minimum_quantity\": 6848,\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_3\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              }\n            },\n            \"key_2\": {\n              \"minimum_quantity\": 6879,\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              }\n            },\n            \"key_3\": {\n              \"minimum_quantity\": 5836,\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              }\n            }\n          },\n          \"components\": {\n            \"key_0\": {\n              \"name\": \"string\",\n              \"min\": 6708,\n              \"max\": 9694,\n              \"sort_order\": 8556,\n              \"options\": [\n                {\n                  \"id\": \"6420042c-64ac-46f8-c20f-516987852b96\",\n                  \"type\": \"product\",\n                  \"quantity\": 2,\n                  \"min\": 9985,\n                  \"max\": 6713,\n                  \"sort_order\": 15,\n                  \"default\": true,\n                  \"product_should_be_substituted_with_child\": true,\n                  \"excluded_children\": [\n                    \"2d491d1c-729d-43d7-a2d2-e0a56edab43d\"\n                  ]\n                }\n              ]\n            },\n            \"key_1\": {\n              \"name\": \"string\",\n              \"min\": 5727,\n              \"max\": 1200,\n              \"sort_order\": 4914,\n              \"options\": [\n                {\n                  \"id\": \"9b33fa4a-afc3-b5db-b3d2-188977a26c30\",\n                  \"type\": \"product\",\n                  \"quantity\": 2,\n                  \"min\": 5217,\n                  \"max\": 320,\n                  \"sort_order\": 15,\n                  \"default\": true,\n                  \"product_should_be_substituted_with_child\": true,\n                  \"excluded_children\": [\n                    \"2d491d1c-729d-43d7-a2d2-e0a56edab43d\"\n                  ]\n                }\n              ]\n            }\n          },\n          \"custom_inputs\": {\n            \"key_0\": {\n              \"name\": \"Message\",\n              \"validation_rules\": [\n                {\n                  \"type\": \"string\",\n                  \"options\": {\n                    \"max_length\": 255\n                  }\n                }\n              ],\n              \"required\": false\n            },\n            \"key_1\": {\n              \"name\": \"Message\",\n              \"validation_rules\": [\n                {\n                  \"type\": \"string\",\n                  \"options\": {\n                    \"max_length\": 255\n                  }\n                }\n              ],\n              \"required\": false\n            },\n            \"key_2\": {\n              \"name\": \"Message\",\n              \"validation_rules\": [\n                {\n                  \"type\": \"string\",\n                  \"options\": {\n                    \"max_length\": 255\n                  }\n                }\n              ],\n              \"required\": false\n            }\n          },\n          \"sku\": \"blue-shirt\",\n          \"slug\": \"blue-shirt\",\n          \"status\": \"live\",\n          \"external_ref\": \"string\",\n          \"updated_at\": \"1970-01-01T00:00:00.000\",\n          \"extensions\": {\n            \"key_0\": {\n              \"key_0\": {}\n            }\n          }\n        },\n        \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n        \"relationships\": {\n          \"parent\": {\n            \"data\": {\n              \"id\": \"705dd094-3c57-23da-2f8c-db60bb100abe\",\n              \"type\": \"product\"\n            }\n          },\n          \"children\": {\n            \"data\": [\n              {\n                \"id\": \"99d1bd98-a25b-b561-53f9-37526891798e\",\n                \"type\": \"product\"\n              }\n            ],\n            \"links\": {\n              \"self\": \"string\"\n            }\n          },\n          \"files\": {\n            \"data\": [\n              {\n                \"type\": \"file\",\n                \"id\": \"99980bff-fd7c-1598-8ed7-d6ff80532cc5\",\n                \"created_at\": \"1970-01-01T00:00:00.000\"\n              }\n            ]\n          },\n          \"main_image\": {\n            \"data\": {\n              \"type\": \"main_image\",\n              \"id\": \"e4dc37ec-6647-e0eb-2c6a-9accb3e76be1\"\n            }\n          },\n          \"component_products\": {\n            \"data\": [\n              {\n                \"id\": \"ad307384-eef8-68e3-9417-6bed7fa8ccef\",\n                \"type\": \"product\"\n              }\n            ],\n            \"links\": {\n              \"self\": \"string\"\n            }\n          },\n          \"custom_relationships\": {\n            \"data\": [\n              {\n                \"id\": \"ebcdfcbc-4f57-7bfb-61ea-ecd917b1f21f\",\n                \"type\": \"product\"\n              }\n            ],\n            \"links\": {}\n          }\n        },\n        \"type\": \"product\",\n        \"meta\": {\n          \"bread_crumbs\": {\n            \"key_0\": [\n              \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n            ],\n            \"key_1\": [\n              \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n            ],\n            \"key_2\": [\n              \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n            ]\n          },\n          \"bread_crumb_nodes\": [\n            \"8dbb35b2-ef04-477e-974d-e5f3abe6faae\"\n          ],\n          \"catalog_id\": \"362a16dc-f7c6-4280-83d6-4fcc152af091\",\n          \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n          \"display_price\": {\n            \"with_tax\": {\n              \"amount\": 2938,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            },\n            \"without_tax\": {\n              \"amount\": 906,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            }\n          },\n          \"catalog_source\": \"pim\",\n          \"sale_id\": \"string\",\n          \"sale_expires\": \"2025-07-07T14:30:00Z\",\n          \"original_price\": {\n            \"key_0\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"key_1\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            }\n          },\n          \"original_display_price\": {\n            \"with_tax\": {\n              \"amount\": 8984,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            },\n            \"without_tax\": {\n              \"amount\": 5847,\n              \"currency\": \"USD\",\n              \"formatted\": \"$475.00\",\n              \"float_price\": 475\n            }\n          },\n          \"bundle_configuration\": {\n            \"selected_options\": {\n              \"games\": {\n                \"p292e1db-c919-4d2f-984a-c2ddc79df024\": 2\n              },\n              \"consoles\": {\n                \"759ce0d7-e248-4f57-8ee1-6fd81a1b3c0a\": 1\n              }\n            }\n          },\n          \"component_products\": {\n            \"key_0\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 2279,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 9500,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 3699,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 7772,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n              \"alternative_prices\": [\n                {\n                  \"name\": \"string\",\n                  \"pricebook_id\": \"string\",\n                  \"shopper_attributes\": {\n                    \"key_0\": \"string\"\n                  },\n                  \"sale_id\": \"string\",\n                  \"sale_expires\": \"2025-07-07T14:30:00Z\",\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_2\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_3\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 8559,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 1074,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 2767,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 2192,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_2\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"tiers\": {\n                    \"key_0\": {\n                      \"original_price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_1\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_1\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_2\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 3610,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 6420,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      },\n                      \"original_display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 2173,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 4763,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      }\n                    }\n                  }\n                }\n              ]\n            },\n            \"key_1\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 8514,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 630,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_2\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_3\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 5514,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 9723,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"pricebook_id\": \"f5466169-0037-460c-b181-b02682b6f4de\",\n              \"alternative_prices\": [\n                {\n                  \"name\": \"string\",\n                  \"pricebook_id\": \"string\",\n                  \"shopper_attributes\": {\n                    \"key_0\": \"string\",\n                    \"key_1\": \"string\"\n                  },\n                  \"sale_id\": \"string\",\n                  \"sale_expires\": \"2025-07-07T14:30:00Z\",\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 7640,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 8947,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 5743,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 8877,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_2\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"tiers\": {\n                    \"key_0\": {\n                      \"original_price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_1\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_2\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 3344,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 1610,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      },\n                      \"original_display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 252,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 4113,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      }\n                    },\n                    \"key_1\": {\n                      \"original_price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_1\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        },\n                        \"key_2\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"price\": {\n                        \"key_0\": {\n                          \"amount\": 100,\n                          \"includes_tax\": false\n                        }\n                      },\n                      \"display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 1690,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 1059,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      },\n                      \"original_display_price\": {\n                        \"with_tax\": {\n                          \"amount\": 9655,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        },\n                        \"without_tax\": {\n                          \"amount\": 9789,\n                          \"currency\": \"USD\",\n                          \"formatted\": \"$475.00\",\n                          \"float_price\": 475\n                        }\n                      }\n                    }\n                  }\n                }\n              ]\n            }\n          },\n          \"component_product_data\": {\n            \"key_0\": {\n              \"value\": \"<Circular reference to #/components/schemas/product detected>\"\n            },\n            \"key_1\": {\n              \"value\": \"<Circular reference to #/components/schemas/product detected>\"\n            },\n            \"key_2\": {\n              \"value\": \"<Circular reference to #/components/schemas/product detected>\"\n            }\n          },\n          \"price_modifiers\": {\n            \"key_0\": {\n              \"modifier_type\": \"price_equals\",\n              \"currencies\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              }\n            }\n          },\n          \"tiers\": {\n            \"key_0\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 4234,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 5190,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 4210,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 5062,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              }\n            },\n            \"key_1\": {\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 2243,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 5478,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 7442,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 6390,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              }\n            }\n          },\n          \"variation_matrix\": {},\n          \"variations\": [\n            {\n              \"id\": \"0d0df2a5-08b6-06d9-7ade-572174f4b5c5\",\n              \"name\": \"string\",\n              \"sort_order\": 6041,\n              \"option\": {\n                \"id\": \"e5b860e2-9610-0447-f587-4cffd057c86b\",\n                \"name\": \"string\",\n                \"sort_order\": 5226,\n                \"description\": \"string\"\n              },\n              \"options\": [\n                {\n                  \"id\": \"883a6392-5814-f419-db15-c3ce527e9f4b\",\n                  \"name\": \"string\",\n                  \"sort_order\": 7199,\n                  \"description\": \"string\"\n                }\n              ]\n            }\n          ],\n          \"child_option_ids\": [\n            \"string\"\n          ],\n          \"child_variations\": [\n            {\n              \"id\": \"521af03a-b814-cb74-8ae2-d896052c0975\",\n              \"name\": \"string\",\n              \"sort_order\": 3870,\n              \"option\": {\n                \"id\": \"be794325-b92b-3beb-1100-b268bd9f768d\",\n                \"name\": \"string\",\n                \"sort_order\": 6379,\n                \"description\": \"string\"\n              },\n              \"options\": [\n                {\n                  \"id\": \"4d8add3e-e554-3b61-d231-66596f988082\",\n                  \"name\": \"string\",\n                  \"sort_order\": 4448,\n                  \"description\": \"string\"\n                }\n              ]\n            }\n          ],\n          \"product_types\": [\n            \"string\"\n          ],\n          \"language\": \"en-GB\",\n          \"custom_relationships\": [\n            \"string\"\n          ],\n          \"available_prices\": [\n            {\n              \"pricebook_id\": \"string\",\n              \"shopper_attributes\": {\n                \"key_0\": \"string\",\n                \"key_1\": \"string\"\n              },\n              \"sales\": {\n                \"key_0\": {\n                  \"schedule\": {\n                    \"valid_from\": \"2020-09-22T09:00:00\",\n                    \"valid_to\": \"2020-09-22T09:00:00\"\n                  },\n                  \"currencies\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false,\n                      \"tiers\": {\n                        \"key_0\": {\n                          \"minimum_quantity\": 5,\n                          \"amount\": 100\n                        }\n                      }\n                    }\n                  }\n                }\n              },\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"key_1\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"tiers\": {\n                \"key_0\": {\n                  \"minimum_quantity\": 7457,\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_2\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  }\n                }\n              }\n            }\n          ],\n          \"alternative_prices\": [\n            {\n              \"name\": \"string\",\n              \"pricebook_id\": \"string\",\n              \"shopper_attributes\": {\n                \"key_0\": \"string\",\n                \"key_1\": \"string\",\n                \"key_2\": \"string\",\n                \"key_3\": \"string\",\n                \"key_4\": \"string\"\n              },\n              \"sale_id\": \"string\",\n              \"sale_expires\": \"2025-07-07T14:30:00Z\",\n              \"price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"display_price\": {\n                \"with_tax\": {\n                  \"amount\": 6206,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 2467,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_display_price\": {\n                \"with_tax\": {\n                  \"amount\": 6987,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                },\n                \"without_tax\": {\n                  \"amount\": 3354,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$475.00\",\n                  \"float_price\": 475\n                }\n              },\n              \"original_price\": {\n                \"key_0\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                }\n              },\n              \"tiers\": {\n                \"key_0\": {\n                  \"original_price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_2\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_2\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 8486,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 2749,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 1897,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 334,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  }\n                },\n                \"key_1\": {\n                  \"original_price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"price\": {\n                    \"key_0\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    },\n                    \"key_1\": {\n                      \"amount\": 100,\n                      \"includes_tax\": false\n                    }\n                  },\n                  \"display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 2597,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 8178,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  },\n                  \"original_display_price\": {\n                    \"with_tax\": {\n                      \"amount\": 4877,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    },\n                    \"without_tax\": {\n                      \"amount\": 3939,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$475.00\",\n                      \"float_price\": 475\n                    }\n                  }\n                }\n              }\n            }\n          ],\n          \"available_pricebook_ids\": [\n            \"string\"\n          ]\n        }\n      }\n    ],\n    \"files\": [\n      {\n        \"id\": \"31b811fe-13ae-a43b-45e6-507e46156ec2\",\n        \"type\": \"file\",\n        \"file_name\": \"file_name.jpg\",\n        \"mime_type\": \"image/jpeg\",\n        \"file_size\": 36000,\n        \"public\": true,\n        \"meta\": {\n          \"timestamps\": {\n            \"created_at\": \"2023-10-11T13:02:25.293Z\"\n          },\n          \"dimensions\": {\n            \"width\": 1800,\n            \"height\": 1000\n          }\n        },\n        \"links\": {\n          \"self\": \"https://useast.api.elasticpath.com/v2/files/ddc28c74-a7df-46be-b262-8fa69a6e7d52\"\n        },\n        \"link\": {\n          \"href\": \"https://files-eu.epusercontent.com/e8c53cb0-120d-4ea5-8941-ce74dec06038/f8cf26b3-6d38-4275-937a-624a83994702.png\",\n          \"meta\": {\n            \"results\": {\n              \"total\": 2\n            }\n          }\n        }\n      }\n    ]\n  },\n  \"links\": {\n    \"self\": \"http://NPEJiTRIEdQCnOzLbHjXGWoHdALyd.wfhsCymYzb2Fxyuxl6PIHUtvlaG+4DjGEjgA3QQBcGApdgvoxcivTCx04ERIj-tIG-8-\",\n    \"first\": \"http://XrTwqzlFijhEQTBTLiLmYsTWYErG.aqfoD+POqjq5cxlB81LcM+CpjZhmtpir7nPSwIIoTKeSrlRaO312jOxhFj9\",\n    \"last\": \"https://mTpGVKSIRCSLSQsaqacXCYtpsIHv.jkrJdMrFOL5QNEUQcdC6VWOoFcgVRqtvAmi4HdKUZnrRMyfdB8JYbxBQgx8t20uQOej0X,qSuW\",\n    \"prev\": \"https://nG.ifgGcJ6RzegXipb,ZOHiJpj2w0dRTWgLPxK+UdJOUfDmvN6yZQRF1kekzx32Mxd.\",\n    \"next\": \"http://OtTbtCEelVHeCqsJFDnb.qoPqRPb0WR3LHbRnapH6.CIIOMeqEzS6bNMi\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4a0641ae-5d75-4707-9d0c-8cd9a5301bc0",
              "name": "The unexpected error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "catalog",
                    "products",
                    ":product_id",
                    "configure"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Using the include parameter, you can retrieve top-level resources.\n\n- Files or main image. For example, `include=files,main_image`.\n- Component product data. For example, `include=component_products`.\n- Key attribute data, such as SKU or slug.\n",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "main_image,component_products"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The product ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                      "type": "text/plain"
                    },
                    "key": "accept-language",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "The list of channels in which this catalog can be displayed. A channel is the shopping experience, such as a mobile app or web storefront. If empty, the catalog rule matches all channels. The channel will eventually be included in the bearer token that is used for authorization, but currently, you must set the `EP-Channel` header in your requests.",
                      "type": "text/plain"
                    },
                    "key": "EP-Channel",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "Tags are used to refine the eligibility criteria for a rule. Requests populate the catalog rule tag using the `EP-Context-Tag` header.",
                      "type": "text/plain"
                    },
                    "key": "EP-Context-Tag",
                    "value": "string"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"selected_options\": {\n      \"games\": {\n        \"p292e1db-c919-4d2f-984a-c2ddc79df024\": 2\n      },\n      \"consoles\": {\n        \"759ce0d7-e248-4f57-8ee1-6fd81a1b3c0a\": 1\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    },\n    {\n      \"detail\": \"not processable\",\n      \"status\": \"422\",\n      \"title\": \"There was a problem processing your request.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Search",
      "description": "The Search API enables you to search for products in your published catalogs. Search provides powerful capabilities including full-text search, filtering, faceting, and sorting to help shoppers find products quickly and efficiently.\n\n### How Search Works\n\nWhen you publish a catalog with search enabled, the catalog's products are automatically indexed for search. The search index contains product data optimized for fast querying, including product names, descriptions, SKUs, categories, prices, and any custom fields you've configured.\n\nThere are two types of search operations:\n\n- **Search**: Execute a single search query against a catalog. Use the GET endpoint for simple searches with query parameters.\n- **Multi-search**: Execute multiple search queries in a single request. Use the POST endpoint to batch searches together for improved performance.\n\n### Search Features\n\n- **Full-text search**: Search across product names, descriptions, SKUs, and custom fields with typo tolerance and relevance ranking\n- **Filtering**: Narrow results using conditions on product attributes, categories, prices, and custom fields\n- **Faceting**: Get aggregated counts for attribute values to build dynamic navigation and refinement options\n- **Sorting**: Order results by price, name, custom fields, or relevance score\n- **Highlighting**: Get highlighted snippets showing where search terms match in product fields\n- **Autocomplete**: Get search suggestions as shoppers type their queries\n\n### Shopper Context\n\nSearch results are personalized based on the shopper's context. The system automatically determines which catalog and prices to use based on:\n\n- **Channel**: The shopping experience (web, mobile, B2B portal)\n- **Account**: For B2B scenarios, the account and parent accounts\n- **Customer**: The logged-in customer's segment\n- **Tags**: Custom context tags for advanced segmentation\n\nThis context is provided via request headers and is used to resolve the appropriate catalog rules and price books.\n\n### Admin vs Shopper Endpoints\n\n- **Shopper endpoints** (`/pcm/catalog/search`, `/pcm/catalog/multi-search`): Use shopper context headers to automatically resolve the correct catalog and prices.\n- **Admin endpoints** (`/pcm/catalogs/{catalog_id}/releases/{release_id}/search`): Directly specify the catalog and release to search, useful for previewing releases or testing.\n",
      "item": [
        {
          "id": "bcd233da-411e-4989-a8de-810555904596",
          "name": "Multi-search",
          "request": {
            "name": "Multi-search",
            "description": {
              "content": "Execute one or more searches in a single request.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "catalog",
                "multi-search"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Using the include parameter, you can retrieve top-level resources.\n\n- Files or main image. For example, `include=files,main_image`.\n- Component product data. For example, `include=component_products`.\n- Key attribute data, such as SKU or slug.\n",
                    "type": "text/plain"
                  },
                  "key": "include",
                  "value": "main_image,component_products"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The slug of the search profile to use for this search.\n\nOn shopper search (`/pcm/catalog/search`, `/pcm/catalog/multi-search`): used only when the matched catalog rule has no valid `search_profile_slug`. When the catalog rule carries a non-blank slug that resolves to a profile, that rule profile is used and this query parameter is silently ignored. Blank or whitespace-only values are treated as omitted. An invalid non-blank slug returns 400 with detail `Search profile '{slug}' not found`.\n\nOn admin search (`/pcm/catalogs/{catalog_id}/releases/{release_id}/…`): catalog rule profiles are not applied. Resolution is this query parameter, then the tenant default profile, then the built-in default.\n\nOmit this parameter to use the tenant default profile (or the built-in default when no tenant default exists). The applied slug is returned in the `EP-Search-Profile` response header.\n",
                    "type": "text/plain"
                  },
                  "key": "search_profile",
                  "value": "clothing"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "disabled": false,
                "description": {
                  "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                  "type": "text/plain"
                },
                "key": "accept-language",
                "value": "en-US"
              },
              {
                "disabled": false,
                "description": {
                  "content": "The list of channels in which this catalog can be displayed. A channel is the shopping experience, such as a mobile app or web storefront. If empty, the catalog rule matches all channels. The channel will eventually be included in the bearer token that is used for authorization, but currently, you must set the `EP-Channel` header in your requests.",
                  "type": "text/plain"
                },
                "key": "EP-Channel",
                "value": "string"
              },
              {
                "disabled": false,
                "description": {
                  "content": "Tags are used to refine the eligibility criteria for a rule. Requests populate the catalog rule tag using the `EP-Context-Tag` header.",
                  "type": "text/plain"
                },
                "key": "EP-Context-Tag",
                "value": "string"
              },
              {
                "disabled": false,
                "description": {
                  "content": "The currency used to resolve product price. If not supplied, the organization/store default currency is used.",
                  "type": "text/plain"
                },
                "key": "x-moltin-currency",
                "value": "USD"
              },
              {
                "disabled": false,
                "description": {
                  "content": "",
                  "type": "text/plain"
                },
                "key": "EP-Simulated-Shopper-Date",
                "value": "string"
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"searches\": [\n    {\n      \"type\": \"search\",\n      \"highlight_full_fields\": \"name,description\",\n      \"q\": \"search query\",\n      \"facet_by\": \"meta.search.nodes.name\",\n      \"filter_by\": \"meta.search.nodes.name:=Electronics && price.float_price:>=10.00\",\n      \"sort_by\": \"price.amount:asc,extensions.products(Specification).rating:desc\",\n      \"max_facet_values\": 10,\n      \"page\": 1,\n      \"per_page\": 20\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "561a3d83-03a4-424c-b171-f7dfb951992b",
              "name": "Multi-search results",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalog",
                    "multi-search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Using the include parameter, you can retrieve top-level resources.\n\n- Files or main image. For example, `include=files,main_image`.\n- Component product data. For example, `include=component_products`.\n- Key attribute data, such as SKU or slug.\n",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "main_image,component_products"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The slug of the search profile to use for this search.\n\nOn shopper search (`/pcm/catalog/search`, `/pcm/catalog/multi-search`): used only when the matched catalog rule has no valid `search_profile_slug`. When the catalog rule carries a non-blank slug that resolves to a profile, that rule profile is used and this query parameter is silently ignored. Blank or whitespace-only values are treated as omitted. An invalid non-blank slug returns 400 with detail `Search profile '{slug}' not found`.\n\nOn admin search (`/pcm/catalogs/{catalog_id}/releases/{release_id}/…`): catalog rule profiles are not applied. Resolution is this query parameter, then the tenant default profile, then the built-in default.\n\nOmit this parameter to use the tenant default profile (or the built-in default when no tenant default exists). The applied slug is returned in the `EP-Search-Profile` response header.\n",
                        "type": "text/plain"
                      },
                      "key": "search_profile",
                      "value": "clothing"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                      "type": "text/plain"
                    },
                    "key": "accept-language",
                    "value": "en-US"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "The list of channels in which this catalog can be displayed. A channel is the shopping experience, such as a mobile app or web storefront. If empty, the catalog rule matches all channels. The channel will eventually be included in the bearer token that is used for authorization, but currently, you must set the `EP-Channel` header in your requests.",
                      "type": "text/plain"
                    },
                    "key": "EP-Channel",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "Tags are used to refine the eligibility criteria for a rule. Requests populate the catalog rule tag using the `EP-Context-Tag` header.",
                      "type": "text/plain"
                    },
                    "key": "EP-Context-Tag",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "The currency used to resolve product price. If not supplied, the organization/store default currency is used.",
                      "type": "text/plain"
                    },
                    "key": "x-moltin-currency",
                    "value": "USD"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "",
                      "type": "text/plain"
                    },
                    "key": "EP-Simulated-Shopper-Date",
                    "value": "string"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"searches\": [\n    {\n      \"type\": \"search\",\n      \"highlight_full_fields\": \"name,description\",\n      \"q\": \"search query\",\n      \"facet_by\": \"meta.search.nodes.name\",\n      \"filter_by\": \"meta.search.nodes.name:=Electronics && price.float_price:>=10.00\",\n      \"sort_by\": \"price.amount:asc,extensions.products(Specification).rating:desc\",\n      \"max_facet_values\": 10,\n      \"page\": 1,\n      \"per_page\": 20\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "",
                    "type": "text/plain"
                  },
                  "key": "EP-Search-Profile",
                  "value": ""
                }
              ],
              "body": "{\n  \"results\": [\n    {\n      \"type\": \"search\",\n      \"facet_counts\": [\n        {\n          \"counts\": [\n            {\n              \"count\": 42,\n              \"highlighted\": \"<em>electronics</em>\",\n              \"value\": \"electronics\"\n            },\n            {\n              \"count\": 42,\n              \"highlighted\": \"<em>electronics</em>\",\n              \"value\": \"electronics\"\n            }\n          ],\n          \"field_name\": \"category\",\n          \"sampled\": false,\n          \"stats\": {}\n        },\n        {\n          \"counts\": [\n            {\n              \"count\": 42,\n              \"highlighted\": \"<em>electronics</em>\",\n              \"value\": \"electronics\"\n            },\n            {\n              \"count\": 42,\n              \"highlighted\": \"<em>electronics</em>\",\n              \"value\": \"electronics\"\n            }\n          ],\n          \"field_name\": \"category\",\n          \"sampled\": false,\n          \"stats\": {}\n        }\n      ],\n      \"found\": 150,\n      \"hits\": [\n        {\n          \"document\": {\n            \"attributes\": {},\n            \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n            \"relationships\": {},\n            \"type\": \"product\",\n            \"meta\": {}\n          },\n          \"highlight\": {},\n          \"text_match_info\": {\n            \"best_field_score\": \"2211897868289\",\n            \"best_field_weight\": 15,\n            \"fields_matched\": 2,\n            \"num_tokens_dropped\": 0,\n            \"score\": \"1157451471441102970\",\n            \"tokens_matched\": 2,\n            \"typo_prefix_score\": 0\n          }\n        },\n        {\n          \"document\": {\n            \"attributes\": {},\n            \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n            \"relationships\": {},\n            \"type\": \"product\",\n            \"meta\": {}\n          },\n          \"highlight\": {},\n          \"text_match_info\": {\n            \"best_field_score\": \"2211897868289\",\n            \"best_field_weight\": 15,\n            \"fields_matched\": 2,\n            \"num_tokens_dropped\": 0,\n            \"score\": \"1157451471441102970\",\n            \"tokens_matched\": 2,\n            \"typo_prefix_score\": 0\n          }\n        }\n      ],\n      \"out_of\": 150,\n      \"page\": 1,\n      \"request_params\": {},\n      \"search_cutoff\": false,\n      \"search_time_ms\": 25,\n      \"matched_rules\": [\n        {\n          \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n          \"rule_group_id\": \"550e8400-e29b-41d4-a716-446655440000\"\n        },\n        {\n          \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n          \"rule_group_id\": \"550e8400-e29b-41d4-a716-446655440000\"\n        }\n      ]\n    },\n    {\n      \"type\": \"search\",\n      \"facet_counts\": [\n        {\n          \"counts\": [\n            {\n              \"count\": 42,\n              \"highlighted\": \"<em>electronics</em>\",\n              \"value\": \"electronics\"\n            },\n            {\n              \"count\": 42,\n              \"highlighted\": \"<em>electronics</em>\",\n              \"value\": \"electronics\"\n            }\n          ],\n          \"field_name\": \"category\",\n          \"sampled\": false,\n          \"stats\": {}\n        },\n        {\n          \"counts\": [\n            {\n              \"count\": 42,\n              \"highlighted\": \"<em>electronics</em>\",\n              \"value\": \"electronics\"\n            },\n            {\n              \"count\": 42,\n              \"highlighted\": \"<em>electronics</em>\",\n              \"value\": \"electronics\"\n            }\n          ],\n          \"field_name\": \"category\",\n          \"sampled\": false,\n          \"stats\": {}\n        }\n      ],\n      \"found\": 150,\n      \"hits\": [\n        {\n          \"document\": {\n            \"attributes\": {},\n            \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n            \"relationships\": {},\n            \"type\": \"product\",\n            \"meta\": {}\n          },\n          \"highlight\": {},\n          \"text_match_info\": {\n            \"best_field_score\": \"2211897868289\",\n            \"best_field_weight\": 15,\n            \"fields_matched\": 2,\n            \"num_tokens_dropped\": 0,\n            \"score\": \"1157451471441102970\",\n            \"tokens_matched\": 2,\n            \"typo_prefix_score\": 0\n          }\n        },\n        {\n          \"document\": {\n            \"attributes\": {},\n            \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n            \"relationships\": {},\n            \"type\": \"product\",\n            \"meta\": {}\n          },\n          \"highlight\": {},\n          \"text_match_info\": {\n            \"best_field_score\": \"2211897868289\",\n            \"best_field_weight\": 15,\n            \"fields_matched\": 2,\n            \"num_tokens_dropped\": 0,\n            \"score\": \"1157451471441102970\",\n            \"tokens_matched\": 2,\n            \"typo_prefix_score\": 0\n          }\n        }\n      ],\n      \"out_of\": 150,\n      \"page\": 1,\n      \"request_params\": {},\n      \"search_cutoff\": false,\n      \"search_time_ms\": 25,\n      \"matched_rules\": [\n        {\n          \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n          \"rule_group_id\": \"550e8400-e29b-41d4-a716-446655440000\"\n        },\n        {\n          \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n          \"rule_group_id\": \"550e8400-e29b-41d4-a716-446655440000\"\n        }\n      ]\n    }\n  ],\n  \"included\": {}\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6e43953d-8c18-4f67-a01c-f39615341d9e",
              "name": "Bad request - invalid search parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalog",
                    "multi-search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Using the include parameter, you can retrieve top-level resources.\n\n- Files or main image. For example, `include=files,main_image`.\n- Component product data. For example, `include=component_products`.\n- Key attribute data, such as SKU or slug.\n",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "main_image,component_products"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The slug of the search profile to use for this search.\n\nOn shopper search (`/pcm/catalog/search`, `/pcm/catalog/multi-search`): used only when the matched catalog rule has no valid `search_profile_slug`. When the catalog rule carries a non-blank slug that resolves to a profile, that rule profile is used and this query parameter is silently ignored. Blank or whitespace-only values are treated as omitted. An invalid non-blank slug returns 400 with detail `Search profile '{slug}' not found`.\n\nOn admin search (`/pcm/catalogs/{catalog_id}/releases/{release_id}/…`): catalog rule profiles are not applied. Resolution is this query parameter, then the tenant default profile, then the built-in default.\n\nOmit this parameter to use the tenant default profile (or the built-in default when no tenant default exists). The applied slug is returned in the `EP-Search-Profile` response header.\n",
                        "type": "text/plain"
                      },
                      "key": "search_profile",
                      "value": "clothing"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                      "type": "text/plain"
                    },
                    "key": "accept-language",
                    "value": "en-US"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "The list of channels in which this catalog can be displayed. A channel is the shopping experience, such as a mobile app or web storefront. If empty, the catalog rule matches all channels. The channel will eventually be included in the bearer token that is used for authorization, but currently, you must set the `EP-Channel` header in your requests.",
                      "type": "text/plain"
                    },
                    "key": "EP-Channel",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "Tags are used to refine the eligibility criteria for a rule. Requests populate the catalog rule tag using the `EP-Context-Tag` header.",
                      "type": "text/plain"
                    },
                    "key": "EP-Context-Tag",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "The currency used to resolve product price. If not supplied, the organization/store default currency is used.",
                      "type": "text/plain"
                    },
                    "key": "x-moltin-currency",
                    "value": "USD"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "",
                      "type": "text/plain"
                    },
                    "key": "EP-Simulated-Shopper-Date",
                    "value": "string"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"searches\": [\n    {\n      \"type\": \"search\",\n      \"highlight_full_fields\": \"name,description\",\n      \"q\": \"search query\",\n      \"facet_by\": \"meta.search.nodes.name\",\n      \"filter_by\": \"meta.search.nodes.name:=Electronics && price.float_price:>=10.00\",\n      \"sort_by\": \"price.amount:asc,extensions.products(Specification).rating:desc\",\n      \"max_facet_values\": 10,\n      \"page\": 1,\n      \"per_page\": 20\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "",
                    "type": "text/plain"
                  },
                  "key": "EP-Search-Profile",
                  "value": ""
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Invalid Filter\",\n      \"status\": \"400\",\n      \"detail\": \"Could not parse the filter query.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "75d35d4d-f293-4723-b5c3-82778ca6d2b4",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalog",
                    "multi-search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Using the include parameter, you can retrieve top-level resources.\n\n- Files or main image. For example, `include=files,main_image`.\n- Component product data. For example, `include=component_products`.\n- Key attribute data, such as SKU or slug.\n",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "main_image,component_products"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The slug of the search profile to use for this search.\n\nOn shopper search (`/pcm/catalog/search`, `/pcm/catalog/multi-search`): used only when the matched catalog rule has no valid `search_profile_slug`. When the catalog rule carries a non-blank slug that resolves to a profile, that rule profile is used and this query parameter is silently ignored. Blank or whitespace-only values are treated as omitted. An invalid non-blank slug returns 400 with detail `Search profile '{slug}' not found`.\n\nOn admin search (`/pcm/catalogs/{catalog_id}/releases/{release_id}/…`): catalog rule profiles are not applied. Resolution is this query parameter, then the tenant default profile, then the built-in default.\n\nOmit this parameter to use the tenant default profile (or the built-in default when no tenant default exists). The applied slug is returned in the `EP-Search-Profile` response header.\n",
                        "type": "text/plain"
                      },
                      "key": "search_profile",
                      "value": "clothing"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                      "type": "text/plain"
                    },
                    "key": "accept-language",
                    "value": "en-US"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "The list of channels in which this catalog can be displayed. A channel is the shopping experience, such as a mobile app or web storefront. If empty, the catalog rule matches all channels. The channel will eventually be included in the bearer token that is used for authorization, but currently, you must set the `EP-Channel` header in your requests.",
                      "type": "text/plain"
                    },
                    "key": "EP-Channel",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "Tags are used to refine the eligibility criteria for a rule. Requests populate the catalog rule tag using the `EP-Context-Tag` header.",
                      "type": "text/plain"
                    },
                    "key": "EP-Context-Tag",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "The currency used to resolve product price. If not supplied, the organization/store default currency is used.",
                      "type": "text/plain"
                    },
                    "key": "x-moltin-currency",
                    "value": "USD"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "",
                      "type": "text/plain"
                    },
                    "key": "EP-Simulated-Shopper-Date",
                    "value": "string"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"searches\": [\n    {\n      \"type\": \"search\",\n      \"highlight_full_fields\": \"name,description\",\n      \"q\": \"search query\",\n      \"facet_by\": \"meta.search.nodes.name\",\n      \"filter_by\": \"meta.search.nodes.name:=Electronics && price.float_price:>=10.00\",\n      \"sort_by\": \"price.amount:asc,extensions.products(Specification).rating:desc\",\n      \"max_facet_values\": 10,\n      \"page\": 1,\n      \"per_page\": 20\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b95e56bb-47d2-4781-bbdb-38d30ef21123",
          "name": "Admin Multi-search",
          "request": {
            "name": "Admin Multi-search",
            "description": {
              "content": "Execute one or more searches in a single request.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "catalogs",
                ":catalog_id",
                "releases",
                ":release_id",
                "multi-search"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Using the include parameter, you can retrieve top-level resources.\n\n- Files or main image. For example, `include=files,main_image`.\n- Component product data. For example, `include=component_products`.\n- Key attribute data, such as SKU or slug.\n",
                    "type": "text/plain"
                  },
                  "key": "include",
                  "value": "main_image,component_products"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The slug of the search profile to use for this search.\n\nOn shopper search (`/pcm/catalog/search`, `/pcm/catalog/multi-search`): used only when the matched catalog rule has no valid `search_profile_slug`. When the catalog rule carries a non-blank slug that resolves to a profile, that rule profile is used and this query parameter is silently ignored. Blank or whitespace-only values are treated as omitted. An invalid non-blank slug returns 400 with detail `Search profile '{slug}' not found`.\n\nOn admin search (`/pcm/catalogs/{catalog_id}/releases/{release_id}/…`): catalog rule profiles are not applied. Resolution is this query parameter, then the tenant default profile, then the built-in default.\n\nOmit this parameter to use the tenant default profile (or the built-in default when no tenant default exists). The applied slug is returned in the `EP-Search-Profile` response header.\n",
                    "type": "text/plain"
                  },
                  "key": "search_profile",
                  "value": "clothing"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "catalog_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the catalog to query",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "release_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique ID of a published release of the catalog or `latestPublished` for the most recently published version",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "disabled": false,
                "description": {
                  "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                  "type": "text/plain"
                },
                "key": "accept-language",
                "value": "en-US"
              },
              {
                "disabled": false,
                "description": {
                  "content": "The currency used to resolve product price. If not supplied, the organization/store default currency is used.",
                  "type": "text/plain"
                },
                "key": "x-moltin-currency",
                "value": "USD"
              },
              {
                "disabled": false,
                "description": {
                  "content": "Supply a comma delimited list of pricebook ids to be used to lookup product prices from when the catalog supports price segmentation. The first pricebook will be highest priority (if more than one is supplied) and the rest in descending priority order. Used only for admin endpoints that dont support shopper context lookup.",
                  "type": "text/plain"
                },
                "key": "EP-Pricebook-IDs-For-Price-Segmentation-Preview",
                "value": "string,string"
              },
              {
                "disabled": false,
                "description": {
                  "content": "Supply a comma delimited list of pricebook ids to be listed in meta sections available prices . 'all' is a permitted value and will ensure all available prices for a product are shown. 'all' is not recommended if there are lots(10+) of available prices due the large response size.",
                  "type": "text/plain"
                },
                "key": "EP-Pricebook-IDs-Of-Available-Prices-To-Show",
                "value": "string,string"
              },
              {
                "disabled": false,
                "description": {
                  "content": "",
                  "type": "text/plain"
                },
                "key": "EP-Simulated-Shopper-Date",
                "value": "string"
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"searches\": [\n    {\n      \"type\": \"search\",\n      \"highlight_full_fields\": \"name,description\",\n      \"q\": \"search query\",\n      \"facet_by\": \"meta.search.nodes.name\",\n      \"filter_by\": \"meta.search.nodes.name:=Electronics && price.float_price:>=10.00\",\n      \"sort_by\": \"price.amount:asc,extensions.products(Specification).rating:desc\",\n      \"max_facet_values\": 10,\n      \"page\": 1,\n      \"per_page\": 20\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "99ed23e3-df09-4856-a2a8-2a11296536af",
              "name": "Multi-search results",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    ":catalog_id",
                    "releases",
                    ":release_id",
                    "multi-search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Using the include parameter, you can retrieve top-level resources.\n\n- Files or main image. For example, `include=files,main_image`.\n- Component product data. For example, `include=component_products`.\n- Key attribute data, such as SKU or slug.\n",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "main_image,component_products"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The slug of the search profile to use for this search.\n\nOn shopper search (`/pcm/catalog/search`, `/pcm/catalog/multi-search`): used only when the matched catalog rule has no valid `search_profile_slug`. When the catalog rule carries a non-blank slug that resolves to a profile, that rule profile is used and this query parameter is silently ignored. Blank or whitespace-only values are treated as omitted. An invalid non-blank slug returns 400 with detail `Search profile '{slug}' not found`.\n\nOn admin search (`/pcm/catalogs/{catalog_id}/releases/{release_id}/…`): catalog rule profiles are not applied. Resolution is this query parameter, then the tenant default profile, then the built-in default.\n\nOmit this parameter to use the tenant default profile (or the built-in default when no tenant default exists). The applied slug is returned in the `EP-Search-Profile` response header.\n",
                        "type": "text/plain"
                      },
                      "key": "search_profile",
                      "value": "clothing"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the catalog to query",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "catalog_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of a published release of the catalog or `latestPublished` for the most recently published version",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "release_id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                      "type": "text/plain"
                    },
                    "key": "accept-language",
                    "value": "en-US"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "The currency used to resolve product price. If not supplied, the organization/store default currency is used.",
                      "type": "text/plain"
                    },
                    "key": "x-moltin-currency",
                    "value": "USD"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "Supply a comma delimited list of pricebook ids to be used to lookup product prices from when the catalog supports price segmentation. The first pricebook will be highest priority (if more than one is supplied) and the rest in descending priority order. Used only for admin endpoints that dont support shopper context lookup.",
                      "type": "text/plain"
                    },
                    "key": "EP-Pricebook-IDs-For-Price-Segmentation-Preview",
                    "value": "string,string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "Supply a comma delimited list of pricebook ids to be listed in meta sections available prices . 'all' is a permitted value and will ensure all available prices for a product are shown. 'all' is not recommended if there are lots(10+) of available prices due the large response size.",
                      "type": "text/plain"
                    },
                    "key": "EP-Pricebook-IDs-Of-Available-Prices-To-Show",
                    "value": "string,string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "",
                      "type": "text/plain"
                    },
                    "key": "EP-Simulated-Shopper-Date",
                    "value": "string"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"searches\": [\n    {\n      \"type\": \"search\",\n      \"highlight_full_fields\": \"name,description\",\n      \"q\": \"search query\",\n      \"facet_by\": \"meta.search.nodes.name\",\n      \"filter_by\": \"meta.search.nodes.name:=Electronics && price.float_price:>=10.00\",\n      \"sort_by\": \"price.amount:asc,extensions.products(Specification).rating:desc\",\n      \"max_facet_values\": 10,\n      \"page\": 1,\n      \"per_page\": 20\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "",
                    "type": "text/plain"
                  },
                  "key": "EP-Search-Profile",
                  "value": ""
                }
              ],
              "body": "{\n  \"results\": [\n    {\n      \"type\": \"search\",\n      \"facet_counts\": [\n        {\n          \"counts\": [\n            {\n              \"count\": 42,\n              \"highlighted\": \"<em>electronics</em>\",\n              \"value\": \"electronics\"\n            },\n            {\n              \"count\": 42,\n              \"highlighted\": \"<em>electronics</em>\",\n              \"value\": \"electronics\"\n            }\n          ],\n          \"field_name\": \"category\",\n          \"sampled\": false,\n          \"stats\": {}\n        },\n        {\n          \"counts\": [\n            {\n              \"count\": 42,\n              \"highlighted\": \"<em>electronics</em>\",\n              \"value\": \"electronics\"\n            },\n            {\n              \"count\": 42,\n              \"highlighted\": \"<em>electronics</em>\",\n              \"value\": \"electronics\"\n            }\n          ],\n          \"field_name\": \"category\",\n          \"sampled\": false,\n          \"stats\": {}\n        }\n      ],\n      \"found\": 150,\n      \"hits\": [\n        {\n          \"document\": {\n            \"attributes\": {},\n            \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n            \"relationships\": {},\n            \"type\": \"product\",\n            \"meta\": {}\n          },\n          \"highlight\": {},\n          \"text_match_info\": {\n            \"best_field_score\": \"2211897868289\",\n            \"best_field_weight\": 15,\n            \"fields_matched\": 2,\n            \"num_tokens_dropped\": 0,\n            \"score\": \"1157451471441102970\",\n            \"tokens_matched\": 2,\n            \"typo_prefix_score\": 0\n          }\n        },\n        {\n          \"document\": {\n            \"attributes\": {},\n            \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n            \"relationships\": {},\n            \"type\": \"product\",\n            \"meta\": {}\n          },\n          \"highlight\": {},\n          \"text_match_info\": {\n            \"best_field_score\": \"2211897868289\",\n            \"best_field_weight\": 15,\n            \"fields_matched\": 2,\n            \"num_tokens_dropped\": 0,\n            \"score\": \"1157451471441102970\",\n            \"tokens_matched\": 2,\n            \"typo_prefix_score\": 0\n          }\n        }\n      ],\n      \"out_of\": 150,\n      \"page\": 1,\n      \"request_params\": {},\n      \"search_cutoff\": false,\n      \"search_time_ms\": 25,\n      \"matched_rules\": [\n        {\n          \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n          \"rule_group_id\": \"550e8400-e29b-41d4-a716-446655440000\"\n        },\n        {\n          \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n          \"rule_group_id\": \"550e8400-e29b-41d4-a716-446655440000\"\n        }\n      ]\n    },\n    {\n      \"type\": \"search\",\n      \"facet_counts\": [\n        {\n          \"counts\": [\n            {\n              \"count\": 42,\n              \"highlighted\": \"<em>electronics</em>\",\n              \"value\": \"electronics\"\n            },\n            {\n              \"count\": 42,\n              \"highlighted\": \"<em>electronics</em>\",\n              \"value\": \"electronics\"\n            }\n          ],\n          \"field_name\": \"category\",\n          \"sampled\": false,\n          \"stats\": {}\n        },\n        {\n          \"counts\": [\n            {\n              \"count\": 42,\n              \"highlighted\": \"<em>electronics</em>\",\n              \"value\": \"electronics\"\n            },\n            {\n              \"count\": 42,\n              \"highlighted\": \"<em>electronics</em>\",\n              \"value\": \"electronics\"\n            }\n          ],\n          \"field_name\": \"category\",\n          \"sampled\": false,\n          \"stats\": {}\n        }\n      ],\n      \"found\": 150,\n      \"hits\": [\n        {\n          \"document\": {\n            \"attributes\": {},\n            \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n            \"relationships\": {},\n            \"type\": \"product\",\n            \"meta\": {}\n          },\n          \"highlight\": {},\n          \"text_match_info\": {\n            \"best_field_score\": \"2211897868289\",\n            \"best_field_weight\": 15,\n            \"fields_matched\": 2,\n            \"num_tokens_dropped\": 0,\n            \"score\": \"1157451471441102970\",\n            \"tokens_matched\": 2,\n            \"typo_prefix_score\": 0\n          }\n        },\n        {\n          \"document\": {\n            \"attributes\": {},\n            \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n            \"relationships\": {},\n            \"type\": \"product\",\n            \"meta\": {}\n          },\n          \"highlight\": {},\n          \"text_match_info\": {\n            \"best_field_score\": \"2211897868289\",\n            \"best_field_weight\": 15,\n            \"fields_matched\": 2,\n            \"num_tokens_dropped\": 0,\n            \"score\": \"1157451471441102970\",\n            \"tokens_matched\": 2,\n            \"typo_prefix_score\": 0\n          }\n        }\n      ],\n      \"out_of\": 150,\n      \"page\": 1,\n      \"request_params\": {},\n      \"search_cutoff\": false,\n      \"search_time_ms\": 25,\n      \"matched_rules\": [\n        {\n          \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n          \"rule_group_id\": \"550e8400-e29b-41d4-a716-446655440000\"\n        },\n        {\n          \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n          \"rule_group_id\": \"550e8400-e29b-41d4-a716-446655440000\"\n        }\n      ]\n    }\n  ],\n  \"included\": {}\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c2092a63-f247-4644-a48e-e8206e31bf7d",
              "name": "Bad request - invalid search parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    ":catalog_id",
                    "releases",
                    ":release_id",
                    "multi-search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Using the include parameter, you can retrieve top-level resources.\n\n- Files or main image. For example, `include=files,main_image`.\n- Component product data. For example, `include=component_products`.\n- Key attribute data, such as SKU or slug.\n",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "main_image,component_products"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The slug of the search profile to use for this search.\n\nOn shopper search (`/pcm/catalog/search`, `/pcm/catalog/multi-search`): used only when the matched catalog rule has no valid `search_profile_slug`. When the catalog rule carries a non-blank slug that resolves to a profile, that rule profile is used and this query parameter is silently ignored. Blank or whitespace-only values are treated as omitted. An invalid non-blank slug returns 400 with detail `Search profile '{slug}' not found`.\n\nOn admin search (`/pcm/catalogs/{catalog_id}/releases/{release_id}/…`): catalog rule profiles are not applied. Resolution is this query parameter, then the tenant default profile, then the built-in default.\n\nOmit this parameter to use the tenant default profile (or the built-in default when no tenant default exists). The applied slug is returned in the `EP-Search-Profile` response header.\n",
                        "type": "text/plain"
                      },
                      "key": "search_profile",
                      "value": "clothing"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the catalog to query",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "catalog_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of a published release of the catalog or `latestPublished` for the most recently published version",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "release_id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                      "type": "text/plain"
                    },
                    "key": "accept-language",
                    "value": "en-US"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "The currency used to resolve product price. If not supplied, the organization/store default currency is used.",
                      "type": "text/plain"
                    },
                    "key": "x-moltin-currency",
                    "value": "USD"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "Supply a comma delimited list of pricebook ids to be used to lookup product prices from when the catalog supports price segmentation. The first pricebook will be highest priority (if more than one is supplied) and the rest in descending priority order. Used only for admin endpoints that dont support shopper context lookup.",
                      "type": "text/plain"
                    },
                    "key": "EP-Pricebook-IDs-For-Price-Segmentation-Preview",
                    "value": "string,string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "Supply a comma delimited list of pricebook ids to be listed in meta sections available prices . 'all' is a permitted value and will ensure all available prices for a product are shown. 'all' is not recommended if there are lots(10+) of available prices due the large response size.",
                      "type": "text/plain"
                    },
                    "key": "EP-Pricebook-IDs-Of-Available-Prices-To-Show",
                    "value": "string,string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "",
                      "type": "text/plain"
                    },
                    "key": "EP-Simulated-Shopper-Date",
                    "value": "string"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"searches\": [\n    {\n      \"type\": \"search\",\n      \"highlight_full_fields\": \"name,description\",\n      \"q\": \"search query\",\n      \"facet_by\": \"meta.search.nodes.name\",\n      \"filter_by\": \"meta.search.nodes.name:=Electronics && price.float_price:>=10.00\",\n      \"sort_by\": \"price.amount:asc,extensions.products(Specification).rating:desc\",\n      \"max_facet_values\": 10,\n      \"page\": 1,\n      \"per_page\": 20\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "",
                    "type": "text/plain"
                  },
                  "key": "EP-Search-Profile",
                  "value": ""
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Invalid Filter\",\n      \"status\": \"400\",\n      \"detail\": \"Could not parse the filter query.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e679df5c-bc3c-44ad-942d-4024fd7aa6ee",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    ":catalog_id",
                    "releases",
                    ":release_id",
                    "multi-search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Using the include parameter, you can retrieve top-level resources.\n\n- Files or main image. For example, `include=files,main_image`.\n- Component product data. For example, `include=component_products`.\n- Key attribute data, such as SKU or slug.\n",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "main_image,component_products"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The slug of the search profile to use for this search.\n\nOn shopper search (`/pcm/catalog/search`, `/pcm/catalog/multi-search`): used only when the matched catalog rule has no valid `search_profile_slug`. When the catalog rule carries a non-blank slug that resolves to a profile, that rule profile is used and this query parameter is silently ignored. Blank or whitespace-only values are treated as omitted. An invalid non-blank slug returns 400 with detail `Search profile '{slug}' not found`.\n\nOn admin search (`/pcm/catalogs/{catalog_id}/releases/{release_id}/…`): catalog rule profiles are not applied. Resolution is this query parameter, then the tenant default profile, then the built-in default.\n\nOmit this parameter to use the tenant default profile (or the built-in default when no tenant default exists). The applied slug is returned in the `EP-Search-Profile` response header.\n",
                        "type": "text/plain"
                      },
                      "key": "search_profile",
                      "value": "clothing"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the catalog to query",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "catalog_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of a published release of the catalog or `latestPublished` for the most recently published version",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "release_id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                      "type": "text/plain"
                    },
                    "key": "accept-language",
                    "value": "en-US"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "The currency used to resolve product price. If not supplied, the organization/store default currency is used.",
                      "type": "text/plain"
                    },
                    "key": "x-moltin-currency",
                    "value": "USD"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "Supply a comma delimited list of pricebook ids to be used to lookup product prices from when the catalog supports price segmentation. The first pricebook will be highest priority (if more than one is supplied) and the rest in descending priority order. Used only for admin endpoints that dont support shopper context lookup.",
                      "type": "text/plain"
                    },
                    "key": "EP-Pricebook-IDs-For-Price-Segmentation-Preview",
                    "value": "string,string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "Supply a comma delimited list of pricebook ids to be listed in meta sections available prices . 'all' is a permitted value and will ensure all available prices for a product are shown. 'all' is not recommended if there are lots(10+) of available prices due the large response size.",
                      "type": "text/plain"
                    },
                    "key": "EP-Pricebook-IDs-Of-Available-Prices-To-Show",
                    "value": "string,string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "",
                      "type": "text/plain"
                    },
                    "key": "EP-Simulated-Shopper-Date",
                    "value": "string"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"searches\": [\n    {\n      \"type\": \"search\",\n      \"highlight_full_fields\": \"name,description\",\n      \"q\": \"search query\",\n      \"facet_by\": \"meta.search.nodes.name\",\n      \"filter_by\": \"meta.search.nodes.name:=Electronics && price.float_price:>=10.00\",\n      \"sort_by\": \"price.amount:asc,extensions.products(Specification).rating:desc\",\n      \"max_facet_values\": 10,\n      \"page\": 1,\n      \"per_page\": 20\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "890e0a5a-8c8b-4cc7-ae24-4b2ed8dba7cf",
          "name": "Search",
          "request": {
            "name": "Search",
            "description": {
              "content": "Execute search.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "catalog",
                "search"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Using the include parameter, you can retrieve top-level resources.\n\n- Files or main image. For example, `include=files,main_image`.\n- Component product data. For example, `include=component_products`.\n- Key attribute data, such as SKU or slug.\n",
                    "type": "text/plain"
                  },
                  "key": "include",
                  "value": "main_image,component_products"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The slug of the search profile to use for this search.\n\nOn shopper search (`/pcm/catalog/search`, `/pcm/catalog/multi-search`): used only when the matched catalog rule has no valid `search_profile_slug`. When the catalog rule carries a non-blank slug that resolves to a profile, that rule profile is used and this query parameter is silently ignored. Blank or whitespace-only values are treated as omitted. An invalid non-blank slug returns 400 with detail `Search profile '{slug}' not found`.\n\nOn admin search (`/pcm/catalogs/{catalog_id}/releases/{release_id}/…`): catalog rule profiles are not applied. Resolution is this query parameter, then the tenant default profile, then the built-in default.\n\nOmit this parameter to use the tenant default profile (or the built-in default when no tenant default exists). The applied slug is returned in the `EP-Search-Profile` response header.\n",
                    "type": "text/plain"
                  },
                  "key": "search_profile",
                  "value": "clothing"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Type of search operation to perform (This can only be one of search,autocomplete)",
                    "type": "text/plain"
                  },
                  "key": "type",
                  "value": "search"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Comma-separated list of fields to highlight",
                    "type": "text/plain"
                  },
                  "key": "highlight_full_fields",
                  "value": "name,description"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "(Required) Search query",
                    "type": "text/plain"
                  },
                  "key": "q",
                  "value": "search query"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Specifies which fields to use for generating facets in search results. See [faceting](/guides/How-To/Catalogs/Search/faceting) for more details.",
                    "type": "text/plain"
                  },
                  "key": "facet_by",
                  "value": "meta.search.nodes.name"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Applies conditions to narrow down search results based on specific field values. See [filtering](/guides/How-To/Catalogs/Search/filtering) for more details.",
                    "type": "text/plain"
                  },
                  "key": "filter_by",
                  "value": "meta.search.nodes.name:=Electronics && price.float_price:>=10.00"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Orders search results by specified fields. See [sorting](/guides/How-To/Catalogs/Search/sorting) for more details.",
                    "type": "text/plain"
                  },
                  "key": "sort_by",
                  "value": "price.amount:asc,extensions.products(Specification).rating:desc"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Maximum number of facet values to return",
                    "type": "text/plain"
                  },
                  "key": "max_facet_values",
                  "value": "10"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "",
                    "type": "text/plain"
                  },
                  "key": "page",
                  "value": "1"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "",
                    "type": "text/plain"
                  },
                  "key": "per_page",
                  "value": "10"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "disabled": false,
                "description": {
                  "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                  "type": "text/plain"
                },
                "key": "accept-language",
                "value": "en-US"
              },
              {
                "disabled": false,
                "description": {
                  "content": "The list of channels in which this catalog can be displayed. A channel is the shopping experience, such as a mobile app or web storefront. If empty, the catalog rule matches all channels. The channel will eventually be included in the bearer token that is used for authorization, but currently, you must set the `EP-Channel` header in your requests.",
                  "type": "text/plain"
                },
                "key": "EP-Channel",
                "value": "string"
              },
              {
                "disabled": false,
                "description": {
                  "content": "Tags are used to refine the eligibility criteria for a rule. Requests populate the catalog rule tag using the `EP-Context-Tag` header.",
                  "type": "text/plain"
                },
                "key": "EP-Context-Tag",
                "value": "string"
              },
              {
                "disabled": false,
                "description": {
                  "content": "The currency used to resolve product price. If not supplied, the organization/store default currency is used.",
                  "type": "text/plain"
                },
                "key": "x-moltin-currency",
                "value": "USD"
              },
              {
                "disabled": false,
                "description": {
                  "content": "",
                  "type": "text/plain"
                },
                "key": "EP-Simulated-Shopper-Date",
                "value": "string"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "266a2199-78f6-44a8-b2be-10d7b9715043",
              "name": "Search results",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalog",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Using the include parameter, you can retrieve top-level resources.\n\n- Files or main image. For example, `include=files,main_image`.\n- Component product data. For example, `include=component_products`.\n- Key attribute data, such as SKU or slug.\n",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "main_image,component_products"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The slug of the search profile to use for this search.\n\nOn shopper search (`/pcm/catalog/search`, `/pcm/catalog/multi-search`): used only when the matched catalog rule has no valid `search_profile_slug`. When the catalog rule carries a non-blank slug that resolves to a profile, that rule profile is used and this query parameter is silently ignored. Blank or whitespace-only values are treated as omitted. An invalid non-blank slug returns 400 with detail `Search profile '{slug}' not found`.\n\nOn admin search (`/pcm/catalogs/{catalog_id}/releases/{release_id}/…`): catalog rule profiles are not applied. Resolution is this query parameter, then the tenant default profile, then the built-in default.\n\nOmit this parameter to use the tenant default profile (or the built-in default when no tenant default exists). The applied slug is returned in the `EP-Search-Profile` response header.\n",
                        "type": "text/plain"
                      },
                      "key": "search_profile",
                      "value": "clothing"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Type of search operation to perform (This can only be one of search,autocomplete)",
                        "type": "text/plain"
                      },
                      "key": "type",
                      "value": "search"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Comma-separated list of fields to highlight",
                        "type": "text/plain"
                      },
                      "key": "highlight_full_fields",
                      "value": "name,description"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Search query",
                        "type": "text/plain"
                      },
                      "key": "q",
                      "value": "search query"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies which fields to use for generating facets in search results. See [faceting](/guides/How-To/Catalogs/Search/faceting) for more details.",
                        "type": "text/plain"
                      },
                      "key": "facet_by",
                      "value": "meta.search.nodes.name"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Applies conditions to narrow down search results based on specific field values. See [filtering](/guides/How-To/Catalogs/Search/filtering) for more details.",
                        "type": "text/plain"
                      },
                      "key": "filter_by",
                      "value": "meta.search.nodes.name:=Electronics && price.float_price:>=10.00"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Orders search results by specified fields. See [sorting](/guides/How-To/Catalogs/Search/sorting) for more details.",
                        "type": "text/plain"
                      },
                      "key": "sort_by",
                      "value": "price.amount:asc,extensions.products(Specification).rating:desc"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum number of facet values to return",
                        "type": "text/plain"
                      },
                      "key": "max_facet_values",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "per_page",
                      "value": "10"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                      "type": "text/plain"
                    },
                    "key": "accept-language",
                    "value": "en-US"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "The list of channels in which this catalog can be displayed. A channel is the shopping experience, such as a mobile app or web storefront. If empty, the catalog rule matches all channels. The channel will eventually be included in the bearer token that is used for authorization, but currently, you must set the `EP-Channel` header in your requests.",
                      "type": "text/plain"
                    },
                    "key": "EP-Channel",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "Tags are used to refine the eligibility criteria for a rule. Requests populate the catalog rule tag using the `EP-Context-Tag` header.",
                      "type": "text/plain"
                    },
                    "key": "EP-Context-Tag",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "The currency used to resolve product price. If not supplied, the organization/store default currency is used.",
                      "type": "text/plain"
                    },
                    "key": "x-moltin-currency",
                    "value": "USD"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "",
                      "type": "text/plain"
                    },
                    "key": "EP-Simulated-Shopper-Date",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "",
                    "type": "text/plain"
                  },
                  "key": "EP-Search-Profile",
                  "value": ""
                }
              ],
              "body": "{\n  \"type\": \"search\",\n  \"facet_counts\": [\n    {\n      \"counts\": [\n        {\n          \"count\": 42,\n          \"highlighted\": \"<em>electronics</em>\",\n          \"value\": \"electronics\"\n        },\n        {\n          \"count\": 42,\n          \"highlighted\": \"<em>electronics</em>\",\n          \"value\": \"electronics\"\n        }\n      ],\n      \"field_name\": \"category\",\n      \"sampled\": false,\n      \"stats\": {}\n    },\n    {\n      \"counts\": [\n        {\n          \"count\": 42,\n          \"highlighted\": \"<em>electronics</em>\",\n          \"value\": \"electronics\"\n        },\n        {\n          \"count\": 42,\n          \"highlighted\": \"<em>electronics</em>\",\n          \"value\": \"electronics\"\n        }\n      ],\n      \"field_name\": \"category\",\n      \"sampled\": false,\n      \"stats\": {}\n    }\n  ],\n  \"found\": 150,\n  \"hits\": [\n    {\n      \"document\": {\n        \"attributes\": {},\n        \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n        \"relationships\": {},\n        \"type\": \"product\",\n        \"meta\": {}\n      },\n      \"highlight\": {},\n      \"text_match_info\": {\n        \"best_field_score\": \"2211897868289\",\n        \"best_field_weight\": 15,\n        \"fields_matched\": 2,\n        \"num_tokens_dropped\": 0,\n        \"score\": \"1157451471441102970\",\n        \"tokens_matched\": 2,\n        \"typo_prefix_score\": 0\n      }\n    },\n    {\n      \"document\": {\n        \"attributes\": {},\n        \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n        \"relationships\": {},\n        \"type\": \"product\",\n        \"meta\": {}\n      },\n      \"highlight\": {},\n      \"text_match_info\": {\n        \"best_field_score\": \"2211897868289\",\n        \"best_field_weight\": 15,\n        \"fields_matched\": 2,\n        \"num_tokens_dropped\": 0,\n        \"score\": \"1157451471441102970\",\n        \"tokens_matched\": 2,\n        \"typo_prefix_score\": 0\n      }\n    }\n  ],\n  \"out_of\": 150,\n  \"page\": 1,\n  \"request_params\": {},\n  \"search_cutoff\": false,\n  \"search_time_ms\": 25,\n  \"matched_rules\": [\n    {\n      \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n      \"rule_group_id\": \"550e8400-e29b-41d4-a716-446655440000\"\n    },\n    {\n      \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n      \"rule_group_id\": \"550e8400-e29b-41d4-a716-446655440000\"\n    }\n  ],\n  \"included\": {}\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0ae56b87-aed5-4f49-8ec1-8d52da9f0594",
              "name": "Bad request - invalid search parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalog",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Using the include parameter, you can retrieve top-level resources.\n\n- Files or main image. For example, `include=files,main_image`.\n- Component product data. For example, `include=component_products`.\n- Key attribute data, such as SKU or slug.\n",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "main_image,component_products"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The slug of the search profile to use for this search.\n\nOn shopper search (`/pcm/catalog/search`, `/pcm/catalog/multi-search`): used only when the matched catalog rule has no valid `search_profile_slug`. When the catalog rule carries a non-blank slug that resolves to a profile, that rule profile is used and this query parameter is silently ignored. Blank or whitespace-only values are treated as omitted. An invalid non-blank slug returns 400 with detail `Search profile '{slug}' not found`.\n\nOn admin search (`/pcm/catalogs/{catalog_id}/releases/{release_id}/…`): catalog rule profiles are not applied. Resolution is this query parameter, then the tenant default profile, then the built-in default.\n\nOmit this parameter to use the tenant default profile (or the built-in default when no tenant default exists). The applied slug is returned in the `EP-Search-Profile` response header.\n",
                        "type": "text/plain"
                      },
                      "key": "search_profile",
                      "value": "clothing"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Type of search operation to perform (This can only be one of search,autocomplete)",
                        "type": "text/plain"
                      },
                      "key": "type",
                      "value": "search"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Comma-separated list of fields to highlight",
                        "type": "text/plain"
                      },
                      "key": "highlight_full_fields",
                      "value": "name,description"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Search query",
                        "type": "text/plain"
                      },
                      "key": "q",
                      "value": "search query"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies which fields to use for generating facets in search results. See [faceting](/guides/How-To/Catalogs/Search/faceting) for more details.",
                        "type": "text/plain"
                      },
                      "key": "facet_by",
                      "value": "meta.search.nodes.name"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Applies conditions to narrow down search results based on specific field values. See [filtering](/guides/How-To/Catalogs/Search/filtering) for more details.",
                        "type": "text/plain"
                      },
                      "key": "filter_by",
                      "value": "meta.search.nodes.name:=Electronics && price.float_price:>=10.00"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Orders search results by specified fields. See [sorting](/guides/How-To/Catalogs/Search/sorting) for more details.",
                        "type": "text/plain"
                      },
                      "key": "sort_by",
                      "value": "price.amount:asc,extensions.products(Specification).rating:desc"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum number of facet values to return",
                        "type": "text/plain"
                      },
                      "key": "max_facet_values",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "per_page",
                      "value": "10"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                      "type": "text/plain"
                    },
                    "key": "accept-language",
                    "value": "en-US"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "The list of channels in which this catalog can be displayed. A channel is the shopping experience, such as a mobile app or web storefront. If empty, the catalog rule matches all channels. The channel will eventually be included in the bearer token that is used for authorization, but currently, you must set the `EP-Channel` header in your requests.",
                      "type": "text/plain"
                    },
                    "key": "EP-Channel",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "Tags are used to refine the eligibility criteria for a rule. Requests populate the catalog rule tag using the `EP-Context-Tag` header.",
                      "type": "text/plain"
                    },
                    "key": "EP-Context-Tag",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "The currency used to resolve product price. If not supplied, the organization/store default currency is used.",
                      "type": "text/plain"
                    },
                    "key": "x-moltin-currency",
                    "value": "USD"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "",
                      "type": "text/plain"
                    },
                    "key": "EP-Simulated-Shopper-Date",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "",
                    "type": "text/plain"
                  },
                  "key": "EP-Search-Profile",
                  "value": ""
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Invalid Filter\",\n      \"status\": \"400\",\n      \"detail\": \"Could not parse the filter query.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "234e945a-527a-44fc-9d88-3dfb4287f456",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalog",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Using the include parameter, you can retrieve top-level resources.\n\n- Files or main image. For example, `include=files,main_image`.\n- Component product data. For example, `include=component_products`.\n- Key attribute data, such as SKU or slug.\n",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "main_image,component_products"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The slug of the search profile to use for this search.\n\nOn shopper search (`/pcm/catalog/search`, `/pcm/catalog/multi-search`): used only when the matched catalog rule has no valid `search_profile_slug`. When the catalog rule carries a non-blank slug that resolves to a profile, that rule profile is used and this query parameter is silently ignored. Blank or whitespace-only values are treated as omitted. An invalid non-blank slug returns 400 with detail `Search profile '{slug}' not found`.\n\nOn admin search (`/pcm/catalogs/{catalog_id}/releases/{release_id}/…`): catalog rule profiles are not applied. Resolution is this query parameter, then the tenant default profile, then the built-in default.\n\nOmit this parameter to use the tenant default profile (or the built-in default when no tenant default exists). The applied slug is returned in the `EP-Search-Profile` response header.\n",
                        "type": "text/plain"
                      },
                      "key": "search_profile",
                      "value": "clothing"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Type of search operation to perform (This can only be one of search,autocomplete)",
                        "type": "text/plain"
                      },
                      "key": "type",
                      "value": "search"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Comma-separated list of fields to highlight",
                        "type": "text/plain"
                      },
                      "key": "highlight_full_fields",
                      "value": "name,description"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Search query",
                        "type": "text/plain"
                      },
                      "key": "q",
                      "value": "search query"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies which fields to use for generating facets in search results. See [faceting](/guides/How-To/Catalogs/Search/faceting) for more details.",
                        "type": "text/plain"
                      },
                      "key": "facet_by",
                      "value": "meta.search.nodes.name"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Applies conditions to narrow down search results based on specific field values. See [filtering](/guides/How-To/Catalogs/Search/filtering) for more details.",
                        "type": "text/plain"
                      },
                      "key": "filter_by",
                      "value": "meta.search.nodes.name:=Electronics && price.float_price:>=10.00"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Orders search results by specified fields. See [sorting](/guides/How-To/Catalogs/Search/sorting) for more details.",
                        "type": "text/plain"
                      },
                      "key": "sort_by",
                      "value": "price.amount:asc,extensions.products(Specification).rating:desc"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum number of facet values to return",
                        "type": "text/plain"
                      },
                      "key": "max_facet_values",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "per_page",
                      "value": "10"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                      "type": "text/plain"
                    },
                    "key": "accept-language",
                    "value": "en-US"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "The list of channels in which this catalog can be displayed. A channel is the shopping experience, such as a mobile app or web storefront. If empty, the catalog rule matches all channels. The channel will eventually be included in the bearer token that is used for authorization, but currently, you must set the `EP-Channel` header in your requests.",
                      "type": "text/plain"
                    },
                    "key": "EP-Channel",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "Tags are used to refine the eligibility criteria for a rule. Requests populate the catalog rule tag using the `EP-Context-Tag` header.",
                      "type": "text/plain"
                    },
                    "key": "EP-Context-Tag",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "The currency used to resolve product price. If not supplied, the organization/store default currency is used.",
                      "type": "text/plain"
                    },
                    "key": "x-moltin-currency",
                    "value": "USD"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "",
                      "type": "text/plain"
                    },
                    "key": "EP-Simulated-Shopper-Date",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a9795a4c-f6b0-4be1-a866-a43f83ed5450",
          "name": "Admin Search",
          "request": {
            "name": "Admin Search",
            "description": {
              "content": "Execute search.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "catalogs",
                ":catalog_id",
                "releases",
                ":release_id",
                "search"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Using the include parameter, you can retrieve top-level resources.\n\n- Files or main image. For example, `include=files,main_image`.\n- Component product data. For example, `include=component_products`.\n- Key attribute data, such as SKU or slug.\n",
                    "type": "text/plain"
                  },
                  "key": "include",
                  "value": "main_image,component_products"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The slug of the search profile to use for this search.\n\nOn shopper search (`/pcm/catalog/search`, `/pcm/catalog/multi-search`): used only when the matched catalog rule has no valid `search_profile_slug`. When the catalog rule carries a non-blank slug that resolves to a profile, that rule profile is used and this query parameter is silently ignored. Blank or whitespace-only values are treated as omitted. An invalid non-blank slug returns 400 with detail `Search profile '{slug}' not found`.\n\nOn admin search (`/pcm/catalogs/{catalog_id}/releases/{release_id}/…`): catalog rule profiles are not applied. Resolution is this query parameter, then the tenant default profile, then the built-in default.\n\nOmit this parameter to use the tenant default profile (or the built-in default when no tenant default exists). The applied slug is returned in the `EP-Search-Profile` response header.\n",
                    "type": "text/plain"
                  },
                  "key": "search_profile",
                  "value": "clothing"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Type of search operation to perform (This can only be one of search,autocomplete)",
                    "type": "text/plain"
                  },
                  "key": "type",
                  "value": "search"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Comma-separated list of fields to highlight",
                    "type": "text/plain"
                  },
                  "key": "highlight_full_fields",
                  "value": "name,description"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "(Required) Search query",
                    "type": "text/plain"
                  },
                  "key": "q",
                  "value": "search query"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Specifies which fields to use for generating facets in search results. See [faceting](/guides/How-To/Catalogs/Search/faceting) for more details.",
                    "type": "text/plain"
                  },
                  "key": "facet_by",
                  "value": "meta.search.nodes.name"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Applies conditions to narrow down search results based on specific field values. See [filtering](/guides/How-To/Catalogs/Search/filtering) for more details.",
                    "type": "text/plain"
                  },
                  "key": "filter_by",
                  "value": "meta.search.nodes.name:=Electronics && price.float_price:>=10.00"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Orders search results by specified fields. See [sorting](/guides/How-To/Catalogs/Search/sorting) for more details.",
                    "type": "text/plain"
                  },
                  "key": "sort_by",
                  "value": "price.amount:asc,extensions.products(Specification).rating:desc"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Maximum number of facet values to return",
                    "type": "text/plain"
                  },
                  "key": "max_facet_values",
                  "value": "10"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "",
                    "type": "text/plain"
                  },
                  "key": "page",
                  "value": "1"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "",
                    "type": "text/plain"
                  },
                  "key": "per_page",
                  "value": "10"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "catalog_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the catalog to query",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "release_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique ID of a published release of the catalog or `latestPublished` for the most recently published version",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "disabled": false,
                "description": {
                  "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                  "type": "text/plain"
                },
                "key": "accept-language",
                "value": "en-US"
              },
              {
                "disabled": false,
                "description": {
                  "content": "The currency used to resolve product price. If not supplied, the organization/store default currency is used.",
                  "type": "text/plain"
                },
                "key": "x-moltin-currency",
                "value": "USD"
              },
              {
                "disabled": false,
                "description": {
                  "content": "Supply a comma delimited list of pricebook ids to be used to lookup product prices from when the catalog supports price segmentation. The first pricebook will be highest priority (if more than one is supplied) and the rest in descending priority order. Used only for admin endpoints that dont support shopper context lookup.",
                  "type": "text/plain"
                },
                "key": "EP-Pricebook-IDs-For-Price-Segmentation-Preview",
                "value": "string,string"
              },
              {
                "disabled": false,
                "description": {
                  "content": "Supply a comma delimited list of pricebook ids to be listed in meta sections available prices . 'all' is a permitted value and will ensure all available prices for a product are shown. 'all' is not recommended if there are lots(10+) of available prices due the large response size.",
                  "type": "text/plain"
                },
                "key": "EP-Pricebook-IDs-Of-Available-Prices-To-Show",
                "value": "string,string"
              },
              {
                "disabled": false,
                "description": {
                  "content": "",
                  "type": "text/plain"
                },
                "key": "EP-Simulated-Shopper-Date",
                "value": "string"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "30448984-fc2f-48f8-9ee2-eece544235f4",
              "name": "Search results",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    ":catalog_id",
                    "releases",
                    ":release_id",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Using the include parameter, you can retrieve top-level resources.\n\n- Files or main image. For example, `include=files,main_image`.\n- Component product data. For example, `include=component_products`.\n- Key attribute data, such as SKU or slug.\n",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "main_image,component_products"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The slug of the search profile to use for this search.\n\nOn shopper search (`/pcm/catalog/search`, `/pcm/catalog/multi-search`): used only when the matched catalog rule has no valid `search_profile_slug`. When the catalog rule carries a non-blank slug that resolves to a profile, that rule profile is used and this query parameter is silently ignored. Blank or whitespace-only values are treated as omitted. An invalid non-blank slug returns 400 with detail `Search profile '{slug}' not found`.\n\nOn admin search (`/pcm/catalogs/{catalog_id}/releases/{release_id}/…`): catalog rule profiles are not applied. Resolution is this query parameter, then the tenant default profile, then the built-in default.\n\nOmit this parameter to use the tenant default profile (or the built-in default when no tenant default exists). The applied slug is returned in the `EP-Search-Profile` response header.\n",
                        "type": "text/plain"
                      },
                      "key": "search_profile",
                      "value": "clothing"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Type of search operation to perform (This can only be one of search,autocomplete)",
                        "type": "text/plain"
                      },
                      "key": "type",
                      "value": "search"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Comma-separated list of fields to highlight",
                        "type": "text/plain"
                      },
                      "key": "highlight_full_fields",
                      "value": "name,description"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Search query",
                        "type": "text/plain"
                      },
                      "key": "q",
                      "value": "search query"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies which fields to use for generating facets in search results. See [faceting](/guides/How-To/Catalogs/Search/faceting) for more details.",
                        "type": "text/plain"
                      },
                      "key": "facet_by",
                      "value": "meta.search.nodes.name"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Applies conditions to narrow down search results based on specific field values. See [filtering](/guides/How-To/Catalogs/Search/filtering) for more details.",
                        "type": "text/plain"
                      },
                      "key": "filter_by",
                      "value": "meta.search.nodes.name:=Electronics && price.float_price:>=10.00"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Orders search results by specified fields. See [sorting](/guides/How-To/Catalogs/Search/sorting) for more details.",
                        "type": "text/plain"
                      },
                      "key": "sort_by",
                      "value": "price.amount:asc,extensions.products(Specification).rating:desc"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum number of facet values to return",
                        "type": "text/plain"
                      },
                      "key": "max_facet_values",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "per_page",
                      "value": "10"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the catalog to query",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "catalog_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of a published release of the catalog or `latestPublished` for the most recently published version",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "release_id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                      "type": "text/plain"
                    },
                    "key": "accept-language",
                    "value": "en-US"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "The currency used to resolve product price. If not supplied, the organization/store default currency is used.",
                      "type": "text/plain"
                    },
                    "key": "x-moltin-currency",
                    "value": "USD"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "Supply a comma delimited list of pricebook ids to be used to lookup product prices from when the catalog supports price segmentation. The first pricebook will be highest priority (if more than one is supplied) and the rest in descending priority order. Used only for admin endpoints that dont support shopper context lookup.",
                      "type": "text/plain"
                    },
                    "key": "EP-Pricebook-IDs-For-Price-Segmentation-Preview",
                    "value": "string,string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "Supply a comma delimited list of pricebook ids to be listed in meta sections available prices . 'all' is a permitted value and will ensure all available prices for a product are shown. 'all' is not recommended if there are lots(10+) of available prices due the large response size.",
                      "type": "text/plain"
                    },
                    "key": "EP-Pricebook-IDs-Of-Available-Prices-To-Show",
                    "value": "string,string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "",
                      "type": "text/plain"
                    },
                    "key": "EP-Simulated-Shopper-Date",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "",
                    "type": "text/plain"
                  },
                  "key": "EP-Search-Profile",
                  "value": ""
                }
              ],
              "body": "{\n  \"type\": \"search\",\n  \"facet_counts\": [\n    {\n      \"counts\": [\n        {\n          \"count\": 42,\n          \"highlighted\": \"<em>electronics</em>\",\n          \"value\": \"electronics\"\n        },\n        {\n          \"count\": 42,\n          \"highlighted\": \"<em>electronics</em>\",\n          \"value\": \"electronics\"\n        }\n      ],\n      \"field_name\": \"category\",\n      \"sampled\": false,\n      \"stats\": {}\n    },\n    {\n      \"counts\": [\n        {\n          \"count\": 42,\n          \"highlighted\": \"<em>electronics</em>\",\n          \"value\": \"electronics\"\n        },\n        {\n          \"count\": 42,\n          \"highlighted\": \"<em>electronics</em>\",\n          \"value\": \"electronics\"\n        }\n      ],\n      \"field_name\": \"category\",\n      \"sampled\": false,\n      \"stats\": {}\n    }\n  ],\n  \"found\": 150,\n  \"hits\": [\n    {\n      \"document\": {\n        \"attributes\": {},\n        \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n        \"relationships\": {},\n        \"type\": \"product\",\n        \"meta\": {}\n      },\n      \"highlight\": {},\n      \"text_match_info\": {\n        \"best_field_score\": \"2211897868289\",\n        \"best_field_weight\": 15,\n        \"fields_matched\": 2,\n        \"num_tokens_dropped\": 0,\n        \"score\": \"1157451471441102970\",\n        \"tokens_matched\": 2,\n        \"typo_prefix_score\": 0\n      }\n    },\n    {\n      \"document\": {\n        \"attributes\": {},\n        \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n        \"relationships\": {},\n        \"type\": \"product\",\n        \"meta\": {}\n      },\n      \"highlight\": {},\n      \"text_match_info\": {\n        \"best_field_score\": \"2211897868289\",\n        \"best_field_weight\": 15,\n        \"fields_matched\": 2,\n        \"num_tokens_dropped\": 0,\n        \"score\": \"1157451471441102970\",\n        \"tokens_matched\": 2,\n        \"typo_prefix_score\": 0\n      }\n    }\n  ],\n  \"out_of\": 150,\n  \"page\": 1,\n  \"request_params\": {},\n  \"search_cutoff\": false,\n  \"search_time_ms\": 25,\n  \"matched_rules\": [\n    {\n      \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n      \"rule_group_id\": \"550e8400-e29b-41d4-a716-446655440000\"\n    },\n    {\n      \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n      \"rule_group_id\": \"550e8400-e29b-41d4-a716-446655440000\"\n    }\n  ],\n  \"included\": {}\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "958472bb-f2ae-4a06-aca5-a8ccea8da560",
              "name": "Bad request - invalid search parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    ":catalog_id",
                    "releases",
                    ":release_id",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Using the include parameter, you can retrieve top-level resources.\n\n- Files or main image. For example, `include=files,main_image`.\n- Component product data. For example, `include=component_products`.\n- Key attribute data, such as SKU or slug.\n",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "main_image,component_products"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The slug of the search profile to use for this search.\n\nOn shopper search (`/pcm/catalog/search`, `/pcm/catalog/multi-search`): used only when the matched catalog rule has no valid `search_profile_slug`. When the catalog rule carries a non-blank slug that resolves to a profile, that rule profile is used and this query parameter is silently ignored. Blank or whitespace-only values are treated as omitted. An invalid non-blank slug returns 400 with detail `Search profile '{slug}' not found`.\n\nOn admin search (`/pcm/catalogs/{catalog_id}/releases/{release_id}/…`): catalog rule profiles are not applied. Resolution is this query parameter, then the tenant default profile, then the built-in default.\n\nOmit this parameter to use the tenant default profile (or the built-in default when no tenant default exists). The applied slug is returned in the `EP-Search-Profile` response header.\n",
                        "type": "text/plain"
                      },
                      "key": "search_profile",
                      "value": "clothing"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Type of search operation to perform (This can only be one of search,autocomplete)",
                        "type": "text/plain"
                      },
                      "key": "type",
                      "value": "search"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Comma-separated list of fields to highlight",
                        "type": "text/plain"
                      },
                      "key": "highlight_full_fields",
                      "value": "name,description"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Search query",
                        "type": "text/plain"
                      },
                      "key": "q",
                      "value": "search query"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies which fields to use for generating facets in search results. See [faceting](/guides/How-To/Catalogs/Search/faceting) for more details.",
                        "type": "text/plain"
                      },
                      "key": "facet_by",
                      "value": "meta.search.nodes.name"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Applies conditions to narrow down search results based on specific field values. See [filtering](/guides/How-To/Catalogs/Search/filtering) for more details.",
                        "type": "text/plain"
                      },
                      "key": "filter_by",
                      "value": "meta.search.nodes.name:=Electronics && price.float_price:>=10.00"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Orders search results by specified fields. See [sorting](/guides/How-To/Catalogs/Search/sorting) for more details.",
                        "type": "text/plain"
                      },
                      "key": "sort_by",
                      "value": "price.amount:asc,extensions.products(Specification).rating:desc"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum number of facet values to return",
                        "type": "text/plain"
                      },
                      "key": "max_facet_values",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "per_page",
                      "value": "10"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the catalog to query",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "catalog_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of a published release of the catalog or `latestPublished` for the most recently published version",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "release_id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                      "type": "text/plain"
                    },
                    "key": "accept-language",
                    "value": "en-US"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "The currency used to resolve product price. If not supplied, the organization/store default currency is used.",
                      "type": "text/plain"
                    },
                    "key": "x-moltin-currency",
                    "value": "USD"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "Supply a comma delimited list of pricebook ids to be used to lookup product prices from when the catalog supports price segmentation. The first pricebook will be highest priority (if more than one is supplied) and the rest in descending priority order. Used only for admin endpoints that dont support shopper context lookup.",
                      "type": "text/plain"
                    },
                    "key": "EP-Pricebook-IDs-For-Price-Segmentation-Preview",
                    "value": "string,string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "Supply a comma delimited list of pricebook ids to be listed in meta sections available prices . 'all' is a permitted value and will ensure all available prices for a product are shown. 'all' is not recommended if there are lots(10+) of available prices due the large response size.",
                      "type": "text/plain"
                    },
                    "key": "EP-Pricebook-IDs-Of-Available-Prices-To-Show",
                    "value": "string,string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "",
                      "type": "text/plain"
                    },
                    "key": "EP-Simulated-Shopper-Date",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "",
                    "type": "text/plain"
                  },
                  "key": "EP-Search-Profile",
                  "value": ""
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Invalid Filter\",\n      \"status\": \"400\",\n      \"detail\": \"Could not parse the filter query.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "73b3ff92-f663-4106-a849-cecd714a41b1",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    ":catalog_id",
                    "releases",
                    ":release_id",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Using the include parameter, you can retrieve top-level resources.\n\n- Files or main image. For example, `include=files,main_image`.\n- Component product data. For example, `include=component_products`.\n- Key attribute data, such as SKU or slug.\n",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "main_image,component_products"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The slug of the search profile to use for this search.\n\nOn shopper search (`/pcm/catalog/search`, `/pcm/catalog/multi-search`): used only when the matched catalog rule has no valid `search_profile_slug`. When the catalog rule carries a non-blank slug that resolves to a profile, that rule profile is used and this query parameter is silently ignored. Blank or whitespace-only values are treated as omitted. An invalid non-blank slug returns 400 with detail `Search profile '{slug}' not found`.\n\nOn admin search (`/pcm/catalogs/{catalog_id}/releases/{release_id}/…`): catalog rule profiles are not applied. Resolution is this query parameter, then the tenant default profile, then the built-in default.\n\nOmit this parameter to use the tenant default profile (or the built-in default when no tenant default exists). The applied slug is returned in the `EP-Search-Profile` response header.\n",
                        "type": "text/plain"
                      },
                      "key": "search_profile",
                      "value": "clothing"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Type of search operation to perform (This can only be one of search,autocomplete)",
                        "type": "text/plain"
                      },
                      "key": "type",
                      "value": "search"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Comma-separated list of fields to highlight",
                        "type": "text/plain"
                      },
                      "key": "highlight_full_fields",
                      "value": "name,description"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Search query",
                        "type": "text/plain"
                      },
                      "key": "q",
                      "value": "search query"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies which fields to use for generating facets in search results. See [faceting](/guides/How-To/Catalogs/Search/faceting) for more details.",
                        "type": "text/plain"
                      },
                      "key": "facet_by",
                      "value": "meta.search.nodes.name"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Applies conditions to narrow down search results based on specific field values. See [filtering](/guides/How-To/Catalogs/Search/filtering) for more details.",
                        "type": "text/plain"
                      },
                      "key": "filter_by",
                      "value": "meta.search.nodes.name:=Electronics && price.float_price:>=10.00"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Orders search results by specified fields. See [sorting](/guides/How-To/Catalogs/Search/sorting) for more details.",
                        "type": "text/plain"
                      },
                      "key": "sort_by",
                      "value": "price.amount:asc,extensions.products(Specification).rating:desc"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum number of facet values to return",
                        "type": "text/plain"
                      },
                      "key": "max_facet_values",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "per_page",
                      "value": "10"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the catalog to query",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "catalog_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of a published release of the catalog or `latestPublished` for the most recently published version",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "release_id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "The language and locale your storefront prefers. See [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language).",
                      "type": "text/plain"
                    },
                    "key": "accept-language",
                    "value": "en-US"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "The currency used to resolve product price. If not supplied, the organization/store default currency is used.",
                      "type": "text/plain"
                    },
                    "key": "x-moltin-currency",
                    "value": "USD"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "Supply a comma delimited list of pricebook ids to be used to lookup product prices from when the catalog supports price segmentation. The first pricebook will be highest priority (if more than one is supplied) and the rest in descending priority order. Used only for admin endpoints that dont support shopper context lookup.",
                      "type": "text/plain"
                    },
                    "key": "EP-Pricebook-IDs-For-Price-Segmentation-Preview",
                    "value": "string,string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "Supply a comma delimited list of pricebook ids to be listed in meta sections available prices . 'all' is a permitted value and will ensure all available prices for a product are shown. 'all' is not recommended if there are lots(10+) of available prices due the large response size.",
                      "type": "text/plain"
                    },
                    "key": "EP-Pricebook-IDs-Of-Available-Prices-To-Show",
                    "value": "string,string"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "",
                      "type": "text/plain"
                    },
                    "key": "EP-Simulated-Shopper-Date",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Indexable Fields",
      "description": "Indexable Fields allow you to extend and fine-tune the search schema. By default, the search index includes all the core product fields like name, description, SKU, slug etc. Indexable Fields let you:\n\n- **Add custom fields** to the index from product extension templates or custom (shopper and admin) attributes\n- **Control tokenization for the whole index** using `stem`, `token_separators`, and `symbols_to_index`\n- **Enable sorting and faceting** on built-in fields like `name`, `sku`, `created_at`, and `updated_at`\n\n### When to Use Indexable Fields\n\nUse Indexable Fields when you want to:\n\n- **Search custom attributes**: Enable full-text search on custom product fields like brand, material, or specifications\n- **Filter by custom attributes**: Allow shoppers to filter products by custom fields like color, size, or rating\n- **Facet on custom attributes**: Display aggregated counts for custom field values in your navigation\n- **Sort by custom attributes**: Order search results by custom numeric fields like rating or popularity\n- **Tune stemming**: Stemming is on for text fields by default, matching different word forms (e.g., \"running\" also matches \"run\", \"runs\"). Turn it off for the whole index if your catalog needs exact word matching\n- **Customize tokenization**: Control how hyphenated, compound, or symbol-containing text is split and indexed\n\n### How Indexable Fields Work\n\n1. **Create indexable fields**: Define the custom fields to index, and set the index-wide `stem`, `token_separators`, and `symbols_to_index` values that apply to every text field\n2. **Enable sorting or faceting on core fields**: Use `core_field_overrides` to make built-in fields such as `name`, `sku`, `created_at`, or `updated_at` sortable or facetable\n3. **Reindex catalogs**: After creating or modifying indexable fields, reindex your catalog releases to apply the changes\n4. **Use in searches**: Once reindexed, custom fields are available in search queries for filtering, faceting, and sorting\n\n### Field Configuration\n\nEach entry in the custom fields (`fields` array) supports the following options:\n\n| Option             | Description                                                                                               |\n|--------------------|-----------------------------------------------------------------------------------------------------------|\n| `name`             | The field path — see **Field Types** below for supported formats                                          |\n| `facetable`        | When `true`, the field can be used for faceting to show aggregated value counts                           |\n| `sortable`         | When `true`, the field can be used for sorting results                                                    |\n| `locale`           | ISO 639-1 language code for text tokenization — defaults to `en`; omitting it is identical to `en`         |\n| `stem`             | **Deprecated.** Per-field stemming, overriding the index-wide `stem`. See **Index-wide tokenization settings** |\n| `token_separators` | **Deprecated.** Per-field token separators, overriding the index-wide `token_separators`                  |\n| `symbols_to_index` | **Deprecated.** Per-field symbols to index, overriding the index-wide `symbols_to_index`                  |\n\n### Field Types\n\nTwo categories of fields can be indexed:\n\n#### Extension Fields\n\nFields from your product extension templates, following the pattern `extensions.products(<template_slug>).<field_name>`:\n\n- `<template_slug>` is the slug of your product extension template\n- `<field_name>` is the name of the field within that template\n- The field must exist and be enabled in the flows service\n- Only enumerated string fields, numeric fields, and boolean fields can be faceted\n\n**Example**: For a product extension template with slug `Details` containing a field `brand`, the indexable field name would be `extensions.products(Details).brand`.\n\n#### Custom Attribute Fields\n\nMerchant-defined key/value attributes stored directly on products:\n\n- `shopper_attributes.<attribute_name>` — visible in shopper and admin catalog API responses and available for filtering, sorting, and faceting in both shopper and admin search\n- `admin_attributes.<attribute_name>` — available for filtering and sorting in both shopper and admin search; not returned in search response payloads\n- `<attribute_name>` must be no longer than **64 characters** and can only contain alphanumeric characters, underscores (`_`), and hyphens (`-`).\n- Attribute fields are always typed as `string`\n- Faceting and sorting can be enabled\n\n**Examples**: `shopper_attributes.fabric`, `admin_attributes.internal_grade`\n\n### Core Field Overrides\n\nIn addition to configuring custom fields, Indexable Fields can influence the behavior of built-in product fields such as `name`, `description`, and `sku`. Use `core_field_overrides` to apply per-field settings.\n\nEach entry supports `sortable` and `facetable`, plus the deprecated `stem`, `token_separators`, and `symbols_to_index`. The recommended use of `core_field_overrides` is enabling sorting or faceting on a core field.\n\n**Example**: Make `name` sortable and allow faceting on `created_at`:\n\n```json\n{\n  \"core_field_overrides\": [\n    { \"name\": \"name\", \"sortable\": true },\n    { \"name\": \"created_at\", \"facetable\": true }\n  ]\n}\n```\n\n### Stemming\n\nStemming reduces words to their root form at both index and query time, so a search for \"running\" also matches products containing \"run\", \"runs\", or \"runner\". This improves search recall for descriptive text fields where shoppers may use different word forms than those found in product data.\n\n**Stemming is on by default for every text field in the index** — custom fields and built-in fields alike, including identifier-style fields such as `sku`, `upc_ean`, and `manufacturer_part_num`.\n\n- Set `stem: false` at the top level of the indexable fields resource to turn stemming off across the whole index\n- Uses the [Snowball stemmer](https://snowballstem.org/), which supports many languages; a text field is stemmed for the language given by its `locale`\n- Applies to text fields only — numeric, boolean, and date fields are never stemmed\n\nBecause identifier fields are stemmed too, closely related codes can match one another (for example `AB-1000S` and `AB-1000`). Nothing becomes harder to find — stored values and queries are stemmed the same way — but if a field needs exact word matching, opt that single field out:\n\n```json\n{\n  \"stem\": true,\n  \"core_field_overrides\": [\n    { \"name\": \"sku\", \"stem\": false }\n  ]\n}\n```\n\nPer-field `stem` is deprecated; read **Index-wide tokenization settings** below before relying on it.\n\n### Token Separators and Symbols to Index\n\nThese settings control how text is split into tokens during indexing and searching.\n\n#### Token Separators\n\n`token_separators` specifies characters that split text into separate tokens, in addition to the default whitespace splitting. This is useful for hyphenated text, part numbers, or other compound formats.\n\nFor example, with `token_separators: [\"-\"]`, the text `non-tech` is tokenized to `non` and `tech`, so searches for both `non-tech` and `non tech` will match.\n\n#### Symbols to Index\n\n`symbols_to_index` specifies special characters that should be preserved within tokens rather than stripped during indexing. Useful when products contain meaningful symbols like `+`, `#`, or `@`.\n\n### Index-wide tokenization settings\n\n`stem`, `token_separators`, and `symbols_to_index` can all be set **once at the top level** of the indexable fields resource, where they apply to every text field in the index. This is the recommended way to configure tokenization.\n\n```json\n{\n  \"stem\": true,\n  \"token_separators\": [\"-\"],\n  \"symbols_to_index\": [\"+\"]\n}\n```\n\nAll three are also available on individual entries in `fields` and `core_field_overrides`, where they override the index-wide value for that one field. **All three per-field forms are deprecated.** They keep working, and a per-field value still takes precedence, but they should be avoided except in the specific cases described below. An empty array at the field level defers to the index-wide setting.\n\n#### Why per-field tokenization settings are discouraged\n\nWhen a search targets several query fields, the query text is tokenized **once per request** — not once per field. The settings used are those of whichever query field carries the highest weight for that request, and the resulting tokens are then matched against every other field.\n\nSo when the fields in a search profile carry different tokenization settings, only the highest-weighted field's settings shape how the query is split up. Every other field is matched using tokens that its own settings did not produce. Two examples of what that looks like in practice:\n\n- `name` stems and `sku` does not. A shopper searches for `shoes`. Because `name` carries the higher weight, the query is reduced to `shoe`, and that is what is matched against `sku` — so a product whose SKU contains `shoes` is not found.\n- `name` splits on `-` and `sku` does not. A shopper searches for `AB-1000`. The query is split into `AB` and `1000` before it reaches `sku`, whose contents were indexed as a single token.\n\nSetting all three at the index level avoids this entirely, because every field is then tokenized the same way as the query.\n\n**When a per-field setting is still legitimate:** a field that genuinely needs different treatment and is *not* queried alongside fields with different settings — for example opting one identifier field out of stemming, as shown under **Stemming** above. Whenever you do this, check the weights of the query fields on every search profile that includes the field, and expect the highest-weighted field's settings to govern the query.\n\n### Reindexing Requirement\n\nAny change to indexable fields requires reindexing your catalog releases to take effect. The system detects when indexes are out of sync. Use the [reindex endpoint](/docs/api/pxm/catalog-search/reindex-tenant-releases) to apply changes. See [Jobs](/docs/api/pxm/catalog-search/jobs) for more details on reindexing operations.\n",
      "item": [
        {
          "id": "df32253b-f825-45c8-baf5-2c4a173cae02",
          "name": "Create indexable fields",
          "request": {
            "name": "Create indexable fields",
            "description": {
              "content": "Specify additional fields to be indexed.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "catalogs",
                "indexable-fields"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"catalog_search_indexable_fields\",\n    \"attributes\": {\n      \"fields\": [\n        {\n          \"name\": \"extensions.products(clothing).color\",\n          \"facetable\": false,\n          \"sortable\": false,\n          \"locale\": \"en\"\n        },\n        {\n          \"name\": \"shopper_attributes.fabric\",\n          \"facetable\": false,\n          \"sortable\": false\n        },\n        {\n          \"name\": \"admin_attributes.internal_grade\",\n          \"sortable\": true\n        }\n      ],\n      \"core_field_overrides\": [\n        {\n          \"name\": \"name\",\n          \"stem\": true,\n          \"token_separators\": [\n            \"s\",\n            \"s\"\n          ],\n          \"symbols_to_index\": [\n            \"s\",\n            \"s\"\n          ],\n          \"sortable\": true,\n          \"facetable\": true\n        },\n        {\n          \"name\": \"name\",\n          \"stem\": true,\n          \"token_separators\": [\n            \"s\",\n            \"s\"\n          ],\n          \"symbols_to_index\": [\n            \"s\",\n            \"s\"\n          ],\n          \"sortable\": true,\n          \"facetable\": true\n        }\n      ],\n      \"token_separators\": [\n        \"s\",\n        \"s\"\n      ],\n      \"symbols_to_index\": [\n        \"s\",\n        \"s\"\n      ],\n      \"stem\": true\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "cc44e436-cd98-4d4e-8348-2d659baf63fe",
              "name": "Successfully created indexable fields",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "indexable-fields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"catalog_search_indexable_fields\",\n    \"attributes\": {\n      \"fields\": [\n        {\n          \"name\": \"extensions.products(clothing).color\",\n          \"facetable\": false,\n          \"sortable\": false,\n          \"locale\": \"en\"\n        },\n        {\n          \"name\": \"shopper_attributes.fabric\",\n          \"facetable\": false,\n          \"sortable\": false\n        },\n        {\n          \"name\": \"admin_attributes.internal_grade\",\n          \"sortable\": true\n        }\n      ],\n      \"core_field_overrides\": [\n        {\n          \"name\": \"name\",\n          \"stem\": true,\n          \"token_separators\": [\n            \"s\",\n            \"s\"\n          ],\n          \"symbols_to_index\": [\n            \"s\",\n            \"s\"\n          ],\n          \"sortable\": true,\n          \"facetable\": true\n        },\n        {\n          \"name\": \"name\",\n          \"stem\": true,\n          \"token_separators\": [\n            \"s\",\n            \"s\"\n          ],\n          \"symbols_to_index\": [\n            \"s\",\n            \"s\"\n          ],\n          \"sortable\": true,\n          \"facetable\": true\n        }\n      ],\n      \"token_separators\": [\n        \"s\",\n        \"s\"\n      ],\n      \"symbols_to_index\": [\n        \"s\",\n        \"s\"\n      ],\n      \"stem\": true\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"805103ff-0a37-4f83-8fe0-95a16039bd98\",\n    \"type\": \"catalog_search_indexable_fields\",\n    \"attributes\": {\n      \"fields\": [\n        {\n          \"name\": \"extensions.products(clothing).color\",\n          \"type\": \"string\",\n          \"facetable\": false,\n          \"sortable\": false,\n          \"locale\": \"en\"\n        },\n        {\n          \"name\": \"shopper_attributes.fabric\",\n          \"type\": \"string\",\n          \"facetable\": false,\n          \"sortable\": false\n        },\n        {\n          \"name\": \"admin_attributes.internal_grade\",\n          \"type\": \"string\",\n          \"sortable\": true\n        }\n      ],\n      \"core_field_overrides\": [\n        {\n          \"name\": \"name\",\n          \"stem\": true,\n          \"token_separators\": [\n            \"s\",\n            \"s\"\n          ],\n          \"symbols_to_index\": [\n            \"s\",\n            \"s\"\n          ],\n          \"sortable\": true,\n          \"facetable\": true\n        },\n        {\n          \"name\": \"name\",\n          \"stem\": true,\n          \"token_separators\": [\n            \"s\",\n            \"s\"\n          ],\n          \"symbols_to_index\": [\n            \"s\",\n            \"s\"\n          ],\n          \"sortable\": true,\n          \"facetable\": true\n        }\n      ],\n      \"token_separators\": [\n        \"s\",\n        \"s\"\n      ],\n      \"symbols_to_index\": [\n        \"s\",\n        \"s\"\n      ],\n      \"stem\": true\n    },\n    \"meta\": {\n      \"owner\": \"organization\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "938db5ba-e3db-4e35-b72a-4797d92e6c40",
              "name": "Bad request - invalid search parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "indexable-fields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"catalog_search_indexable_fields\",\n    \"attributes\": {\n      \"fields\": [\n        {\n          \"name\": \"extensions.products(clothing).color\",\n          \"facetable\": false,\n          \"sortable\": false,\n          \"locale\": \"en\"\n        },\n        {\n          \"name\": \"shopper_attributes.fabric\",\n          \"facetable\": false,\n          \"sortable\": false\n        },\n        {\n          \"name\": \"admin_attributes.internal_grade\",\n          \"sortable\": true\n        }\n      ],\n      \"core_field_overrides\": [\n        {\n          \"name\": \"name\",\n          \"stem\": true,\n          \"token_separators\": [\n            \"s\",\n            \"s\"\n          ],\n          \"symbols_to_index\": [\n            \"s\",\n            \"s\"\n          ],\n          \"sortable\": true,\n          \"facetable\": true\n        },\n        {\n          \"name\": \"name\",\n          \"stem\": true,\n          \"token_separators\": [\n            \"s\",\n            \"s\"\n          ],\n          \"symbols_to_index\": [\n            \"s\",\n            \"s\"\n          ],\n          \"sortable\": true,\n          \"facetable\": true\n        }\n      ],\n      \"token_separators\": [\n        \"s\",\n        \"s\"\n      ],\n      \"symbols_to_index\": [\n        \"s\",\n        \"s\"\n      ],\n      \"stem\": true\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    },\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5d6fc596-99a0-4a19-bec7-e5a6b4c1dca1",
              "name": "Conflict - reindexing job queued or in progress",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "indexable-fields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"catalog_search_indexable_fields\",\n    \"attributes\": {\n      \"fields\": [\n        {\n          \"name\": \"extensions.products(clothing).color\",\n          \"facetable\": false,\n          \"sortable\": false,\n          \"locale\": \"en\"\n        },\n        {\n          \"name\": \"shopper_attributes.fabric\",\n          \"facetable\": false,\n          \"sortable\": false\n        },\n        {\n          \"name\": \"admin_attributes.internal_grade\",\n          \"sortable\": true\n        }\n      ],\n      \"core_field_overrides\": [\n        {\n          \"name\": \"name\",\n          \"stem\": true,\n          \"token_separators\": [\n            \"s\",\n            \"s\"\n          ],\n          \"symbols_to_index\": [\n            \"s\",\n            \"s\"\n          ],\n          \"sortable\": true,\n          \"facetable\": true\n        },\n        {\n          \"name\": \"name\",\n          \"stem\": true,\n          \"token_separators\": [\n            \"s\",\n            \"s\"\n          ],\n          \"symbols_to_index\": [\n            \"s\",\n            \"s\"\n          ],\n          \"sortable\": true,\n          \"facetable\": true\n        }\n      ],\n      \"token_separators\": [\n        \"s\",\n        \"s\"\n      ],\n      \"symbols_to_index\": [\n        \"s\",\n        \"s\"\n      ],\n      \"stem\": true\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    },\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7ca6d318-1f75-46b5-98d6-4ef4771cdc6e",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "indexable-fields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"catalog_search_indexable_fields\",\n    \"attributes\": {\n      \"fields\": [\n        {\n          \"name\": \"extensions.products(clothing).color\",\n          \"facetable\": false,\n          \"sortable\": false,\n          \"locale\": \"en\"\n        },\n        {\n          \"name\": \"shopper_attributes.fabric\",\n          \"facetable\": false,\n          \"sortable\": false\n        },\n        {\n          \"name\": \"admin_attributes.internal_grade\",\n          \"sortable\": true\n        }\n      ],\n      \"core_field_overrides\": [\n        {\n          \"name\": \"name\",\n          \"stem\": true,\n          \"token_separators\": [\n            \"s\",\n            \"s\"\n          ],\n          \"symbols_to_index\": [\n            \"s\",\n            \"s\"\n          ],\n          \"sortable\": true,\n          \"facetable\": true\n        },\n        {\n          \"name\": \"name\",\n          \"stem\": true,\n          \"token_separators\": [\n            \"s\",\n            \"s\"\n          ],\n          \"symbols_to_index\": [\n            \"s\",\n            \"s\"\n          ],\n          \"sortable\": true,\n          \"facetable\": true\n        }\n      ],\n      \"token_separators\": [\n        \"s\",\n        \"s\"\n      ],\n      \"symbols_to_index\": [\n        \"s\",\n        \"s\"\n      ],\n      \"stem\": true\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "eaf0fc35-9756-4fca-9a09-f86b45228ef9",
          "name": "List indexable fields",
          "request": {
            "name": "List indexable fields",
            "description": {
              "content": "List indexable fields.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "catalogs",
                "indexable-fields"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "65fb44ec-9753-436a-8410-3763c11d617f",
              "name": "List indexable fields",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "indexable-fields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"805103ff-0a37-4f83-8fe0-95a16039bd98\",\n      \"type\": \"catalog_search_indexable_fields\",\n      \"attributes\": {\n        \"fields\": [\n          {\n            \"name\": \"extensions.products(clothing).color\",\n            \"type\": \"string\",\n            \"facetable\": false,\n            \"sortable\": false,\n            \"locale\": \"en\"\n          },\n          {\n            \"name\": \"shopper_attributes.fabric\",\n            \"type\": \"string\",\n            \"facetable\": false,\n            \"sortable\": false\n          },\n          {\n            \"name\": \"admin_attributes.internal_grade\",\n            \"type\": \"string\",\n            \"sortable\": true\n          }\n        ],\n        \"core_field_overrides\": [\n          {\n            \"name\": \"name\",\n            \"stem\": true,\n            \"token_separators\": [\n              \"s\",\n              \"s\"\n            ],\n            \"symbols_to_index\": [\n              \"s\",\n              \"s\"\n            ],\n            \"sortable\": true,\n            \"facetable\": true\n          },\n          {\n            \"name\": \"name\",\n            \"stem\": true,\n            \"token_separators\": [\n              \"s\",\n              \"s\"\n            ],\n            \"symbols_to_index\": [\n              \"s\",\n              \"s\"\n            ],\n            \"sortable\": true,\n            \"facetable\": true\n          }\n        ],\n        \"token_separators\": [\n          \"s\",\n          \"s\"\n        ],\n        \"symbols_to_index\": [\n          \"s\",\n          \"s\"\n        ],\n        \"stem\": true\n      },\n      \"meta\": {\n        \"owner\": \"organization\"\n      }\n    },\n    {\n      \"id\": \"805103ff-0a37-4f83-8fe0-95a16039bd98\",\n      \"type\": \"catalog_search_indexable_fields\",\n      \"attributes\": {\n        \"fields\": [\n          {\n            \"name\": \"extensions.products(clothing).color\",\n            \"type\": \"string\",\n            \"facetable\": false,\n            \"sortable\": false,\n            \"locale\": \"en\"\n          },\n          {\n            \"name\": \"shopper_attributes.fabric\",\n            \"type\": \"string\",\n            \"facetable\": false,\n            \"sortable\": false\n          },\n          {\n            \"name\": \"admin_attributes.internal_grade\",\n            \"type\": \"string\",\n            \"sortable\": true\n          }\n        ],\n        \"core_field_overrides\": [\n          {\n            \"name\": \"name\",\n            \"stem\": true,\n            \"token_separators\": [\n              \"s\",\n              \"s\"\n            ],\n            \"symbols_to_index\": [\n              \"s\",\n              \"s\"\n            ],\n            \"sortable\": true,\n            \"facetable\": true\n          },\n          {\n            \"name\": \"name\",\n            \"stem\": true,\n            \"token_separators\": [\n              \"s\",\n              \"s\"\n            ],\n            \"symbols_to_index\": [\n              \"s\",\n              \"s\"\n            ],\n            \"sortable\": true,\n            \"facetable\": true\n          }\n        ],\n        \"token_separators\": [\n          \"s\",\n          \"s\"\n        ],\n        \"symbols_to_index\": [\n          \"s\",\n          \"s\"\n        ],\n        \"stem\": true\n      },\n      \"meta\": {\n        \"owner\": \"organization\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ad1f0da0-b060-4e51-959d-9e43259f5778",
              "name": "Bad request - invalid search parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "indexable-fields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    },\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "95a05016-f3b9-4f4d-b476-55a0de0fd4ce",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "indexable-fields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b8e19414-d0b9-4baa-b94f-10cfadf54037",
          "name": "Get indexable fields",
          "request": {
            "name": "Get indexable fields",
            "description": {
              "content": "Get additional fields to be indexed.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "catalogs",
                "indexable-fields",
                ":indexable_fields_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "ac107ce9-96ac-4bd5-aa3d-59f40b91279b",
                  "key": "indexable_fields_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique ID of the indexable fields",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "05ad04ed-27ec-4742-a953-817202ac2ca6",
              "name": "Get indexable fields",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "indexable-fields",
                    ":indexable_fields_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the indexable fields",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "ac107ce9-96ac-4bd5-aa3d-59f40b91279b",
                      "key": "indexable_fields_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"805103ff-0a37-4f83-8fe0-95a16039bd98\",\n    \"type\": \"catalog_search_indexable_fields\",\n    \"attributes\": {\n      \"fields\": [\n        {\n          \"name\": \"extensions.products(clothing).color\",\n          \"type\": \"string\",\n          \"facetable\": false,\n          \"sortable\": false,\n          \"locale\": \"en\"\n        },\n        {\n          \"name\": \"shopper_attributes.fabric\",\n          \"type\": \"string\",\n          \"facetable\": false,\n          \"sortable\": false\n        },\n        {\n          \"name\": \"admin_attributes.internal_grade\",\n          \"type\": \"string\",\n          \"sortable\": true\n        }\n      ],\n      \"core_field_overrides\": [\n        {\n          \"name\": \"name\",\n          \"stem\": true,\n          \"token_separators\": [\n            \"s\",\n            \"s\"\n          ],\n          \"symbols_to_index\": [\n            \"s\",\n            \"s\"\n          ],\n          \"sortable\": true,\n          \"facetable\": true\n        },\n        {\n          \"name\": \"name\",\n          \"stem\": true,\n          \"token_separators\": [\n            \"s\",\n            \"s\"\n          ],\n          \"symbols_to_index\": [\n            \"s\",\n            \"s\"\n          ],\n          \"sortable\": true,\n          \"facetable\": true\n        }\n      ],\n      \"token_separators\": [\n        \"s\",\n        \"s\"\n      ],\n      \"symbols_to_index\": [\n        \"s\",\n        \"s\"\n      ],\n      \"stem\": true\n    },\n    \"meta\": {\n      \"owner\": \"organization\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "51edf03d-be91-4754-a1df-b645a23ad792",
              "name": "Bad request - invalid search parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "indexable-fields",
                    ":indexable_fields_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the indexable fields",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "ac107ce9-96ac-4bd5-aa3d-59f40b91279b",
                      "key": "indexable_fields_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    },\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5f4f128c-44a0-4ad2-9667-88c7a65a24f4",
              "name": "Indexable fields not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "indexable-fields",
                    ":indexable_fields_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the indexable fields",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "ac107ce9-96ac-4bd5-aa3d-59f40b91279b",
                      "key": "indexable_fields_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    },\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b6331c21-197a-4a0b-a06e-2a446940af98",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "indexable-fields",
                    ":indexable_fields_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the indexable fields",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "ac107ce9-96ac-4bd5-aa3d-59f40b91279b",
                      "key": "indexable_fields_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "49ff1926-2b1e-4c6e-affc-7699292b1e36",
          "name": "Update indexable fields",
          "request": {
            "name": "Update indexable fields",
            "description": {
              "content": "Update additional fields to be indexed.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "catalogs",
                "indexable-fields",
                ":indexable_fields_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "ac107ce9-96ac-4bd5-aa3d-59f40b91279b",
                  "key": "indexable_fields_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique ID of the indexable fields",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"id\": \"805103ff-0a37-4f83-8fe0-95a16039bd98\",\n    \"type\": \"catalog_search_indexable_fields\",\n    \"attributes\": {\n      \"fields\": [\n        {\n          \"name\": \"extensions.products(clothing).color\",\n          \"facetable\": false,\n          \"sortable\": false,\n          \"locale\": \"en\"\n        },\n        {\n          \"name\": \"shopper_attributes.fabric\",\n          \"facetable\": false,\n          \"sortable\": false\n        },\n        {\n          \"name\": \"admin_attributes.internal_grade\",\n          \"sortable\": true\n        }\n      ],\n      \"core_field_overrides\": [\n        {\n          \"name\": \"name\",\n          \"stem\": true,\n          \"token_separators\": [\n            \"s\",\n            \"s\"\n          ],\n          \"symbols_to_index\": [\n            \"s\",\n            \"s\"\n          ],\n          \"sortable\": true,\n          \"facetable\": true\n        },\n        {\n          \"name\": \"name\",\n          \"stem\": true,\n          \"token_separators\": [\n            \"s\",\n            \"s\"\n          ],\n          \"symbols_to_index\": [\n            \"s\",\n            \"s\"\n          ],\n          \"sortable\": true,\n          \"facetable\": true\n        }\n      ],\n      \"token_separators\": [\n        \"s\",\n        \"s\"\n      ],\n      \"symbols_to_index\": [\n        \"s\",\n        \"s\"\n      ],\n      \"stem\": true\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "c1dc782c-4322-43bc-9be0-4d1dbc342c4d",
              "name": "Successfully updated indexable fields",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "indexable-fields",
                    ":indexable_fields_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the indexable fields",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "ac107ce9-96ac-4bd5-aa3d-59f40b91279b",
                      "key": "indexable_fields_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"805103ff-0a37-4f83-8fe0-95a16039bd98\",\n    \"type\": \"catalog_search_indexable_fields\",\n    \"attributes\": {\n      \"fields\": [\n        {\n          \"name\": \"extensions.products(clothing).color\",\n          \"facetable\": false,\n          \"sortable\": false,\n          \"locale\": \"en\"\n        },\n        {\n          \"name\": \"shopper_attributes.fabric\",\n          \"facetable\": false,\n          \"sortable\": false\n        },\n        {\n          \"name\": \"admin_attributes.internal_grade\",\n          \"sortable\": true\n        }\n      ],\n      \"core_field_overrides\": [\n        {\n          \"name\": \"name\",\n          \"stem\": true,\n          \"token_separators\": [\n            \"s\",\n            \"s\"\n          ],\n          \"symbols_to_index\": [\n            \"s\",\n            \"s\"\n          ],\n          \"sortable\": true,\n          \"facetable\": true\n        },\n        {\n          \"name\": \"name\",\n          \"stem\": true,\n          \"token_separators\": [\n            \"s\",\n            \"s\"\n          ],\n          \"symbols_to_index\": [\n            \"s\",\n            \"s\"\n          ],\n          \"sortable\": true,\n          \"facetable\": true\n        }\n      ],\n      \"token_separators\": [\n        \"s\",\n        \"s\"\n      ],\n      \"symbols_to_index\": [\n        \"s\",\n        \"s\"\n      ],\n      \"stem\": true\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"805103ff-0a37-4f83-8fe0-95a16039bd98\",\n    \"type\": \"catalog_search_indexable_fields\",\n    \"attributes\": {\n      \"fields\": [\n        {\n          \"name\": \"extensions.products(clothing).color\",\n          \"type\": \"string\",\n          \"facetable\": false,\n          \"sortable\": false,\n          \"locale\": \"en\"\n        },\n        {\n          \"name\": \"shopper_attributes.fabric\",\n          \"type\": \"string\",\n          \"facetable\": false,\n          \"sortable\": false\n        },\n        {\n          \"name\": \"admin_attributes.internal_grade\",\n          \"type\": \"string\",\n          \"sortable\": true\n        }\n      ],\n      \"core_field_overrides\": [\n        {\n          \"name\": \"name\",\n          \"stem\": true,\n          \"token_separators\": [\n            \"s\",\n            \"s\"\n          ],\n          \"symbols_to_index\": [\n            \"s\",\n            \"s\"\n          ],\n          \"sortable\": true,\n          \"facetable\": true\n        },\n        {\n          \"name\": \"name\",\n          \"stem\": true,\n          \"token_separators\": [\n            \"s\",\n            \"s\"\n          ],\n          \"symbols_to_index\": [\n            \"s\",\n            \"s\"\n          ],\n          \"sortable\": true,\n          \"facetable\": true\n        }\n      ],\n      \"token_separators\": [\n        \"s\",\n        \"s\"\n      ],\n      \"symbols_to_index\": [\n        \"s\",\n        \"s\"\n      ],\n      \"stem\": true\n    },\n    \"meta\": {\n      \"owner\": \"organization\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ddfaece2-6baa-43fa-9c6b-4ef93af324dc",
              "name": "Bad request - invalid search parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "indexable-fields",
                    ":indexable_fields_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the indexable fields",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "ac107ce9-96ac-4bd5-aa3d-59f40b91279b",
                      "key": "indexable_fields_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"805103ff-0a37-4f83-8fe0-95a16039bd98\",\n    \"type\": \"catalog_search_indexable_fields\",\n    \"attributes\": {\n      \"fields\": [\n        {\n          \"name\": \"extensions.products(clothing).color\",\n          \"facetable\": false,\n          \"sortable\": false,\n          \"locale\": \"en\"\n        },\n        {\n          \"name\": \"shopper_attributes.fabric\",\n          \"facetable\": false,\n          \"sortable\": false\n        },\n        {\n          \"name\": \"admin_attributes.internal_grade\",\n          \"sortable\": true\n        }\n      ],\n      \"core_field_overrides\": [\n        {\n          \"name\": \"name\",\n          \"stem\": true,\n          \"token_separators\": [\n            \"s\",\n            \"s\"\n          ],\n          \"symbols_to_index\": [\n            \"s\",\n            \"s\"\n          ],\n          \"sortable\": true,\n          \"facetable\": true\n        },\n        {\n          \"name\": \"name\",\n          \"stem\": true,\n          \"token_separators\": [\n            \"s\",\n            \"s\"\n          ],\n          \"symbols_to_index\": [\n            \"s\",\n            \"s\"\n          ],\n          \"sortable\": true,\n          \"facetable\": true\n        }\n      ],\n      \"token_separators\": [\n        \"s\",\n        \"s\"\n      ],\n      \"symbols_to_index\": [\n        \"s\",\n        \"s\"\n      ],\n      \"stem\": true\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    },\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "44eda5b1-a840-4251-91f6-a09e5bb7ba90",
              "name": "Permission denied - indexable fields owned by the organization",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "indexable-fields",
                    ":indexable_fields_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the indexable fields",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "ac107ce9-96ac-4bd5-aa3d-59f40b91279b",
                      "key": "indexable_fields_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"805103ff-0a37-4f83-8fe0-95a16039bd98\",\n    \"type\": \"catalog_search_indexable_fields\",\n    \"attributes\": {\n      \"fields\": [\n        {\n          \"name\": \"extensions.products(clothing).color\",\n          \"facetable\": false,\n          \"sortable\": false,\n          \"locale\": \"en\"\n        },\n        {\n          \"name\": \"shopper_attributes.fabric\",\n          \"facetable\": false,\n          \"sortable\": false\n        },\n        {\n          \"name\": \"admin_attributes.internal_grade\",\n          \"sortable\": true\n        }\n      ],\n      \"core_field_overrides\": [\n        {\n          \"name\": \"name\",\n          \"stem\": true,\n          \"token_separators\": [\n            \"s\",\n            \"s\"\n          ],\n          \"symbols_to_index\": [\n            \"s\",\n            \"s\"\n          ],\n          \"sortable\": true,\n          \"facetable\": true\n        },\n        {\n          \"name\": \"name\",\n          \"stem\": true,\n          \"token_separators\": [\n            \"s\",\n            \"s\"\n          ],\n          \"symbols_to_index\": [\n            \"s\",\n            \"s\"\n          ],\n          \"sortable\": true,\n          \"facetable\": true\n        }\n      ],\n      \"token_separators\": [\n        \"s\",\n        \"s\"\n      ],\n      \"symbols_to_index\": [\n        \"s\",\n        \"s\"\n      ],\n      \"stem\": true\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    },\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "36b16632-4a6a-4885-9199-8d59c6a838ae",
              "name": "Indexable fields not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "indexable-fields",
                    ":indexable_fields_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the indexable fields",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "ac107ce9-96ac-4bd5-aa3d-59f40b91279b",
                      "key": "indexable_fields_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"805103ff-0a37-4f83-8fe0-95a16039bd98\",\n    \"type\": \"catalog_search_indexable_fields\",\n    \"attributes\": {\n      \"fields\": [\n        {\n          \"name\": \"extensions.products(clothing).color\",\n          \"facetable\": false,\n          \"sortable\": false,\n          \"locale\": \"en\"\n        },\n        {\n          \"name\": \"shopper_attributes.fabric\",\n          \"facetable\": false,\n          \"sortable\": false\n        },\n        {\n          \"name\": \"admin_attributes.internal_grade\",\n          \"sortable\": true\n        }\n      ],\n      \"core_field_overrides\": [\n        {\n          \"name\": \"name\",\n          \"stem\": true,\n          \"token_separators\": [\n            \"s\",\n            \"s\"\n          ],\n          \"symbols_to_index\": [\n            \"s\",\n            \"s\"\n          ],\n          \"sortable\": true,\n          \"facetable\": true\n        },\n        {\n          \"name\": \"name\",\n          \"stem\": true,\n          \"token_separators\": [\n            \"s\",\n            \"s\"\n          ],\n          \"symbols_to_index\": [\n            \"s\",\n            \"s\"\n          ],\n          \"sortable\": true,\n          \"facetable\": true\n        }\n      ],\n      \"token_separators\": [\n        \"s\",\n        \"s\"\n      ],\n      \"symbols_to_index\": [\n        \"s\",\n        \"s\"\n      ],\n      \"stem\": true\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    },\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "96381d19-05e5-4bf4-92eb-b1e3ec9d91bc",
              "name": "Conflict - reindexing job queued or in progress",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "indexable-fields",
                    ":indexable_fields_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the indexable fields",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "ac107ce9-96ac-4bd5-aa3d-59f40b91279b",
                      "key": "indexable_fields_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"805103ff-0a37-4f83-8fe0-95a16039bd98\",\n    \"type\": \"catalog_search_indexable_fields\",\n    \"attributes\": {\n      \"fields\": [\n        {\n          \"name\": \"extensions.products(clothing).color\",\n          \"facetable\": false,\n          \"sortable\": false,\n          \"locale\": \"en\"\n        },\n        {\n          \"name\": \"shopper_attributes.fabric\",\n          \"facetable\": false,\n          \"sortable\": false\n        },\n        {\n          \"name\": \"admin_attributes.internal_grade\",\n          \"sortable\": true\n        }\n      ],\n      \"core_field_overrides\": [\n        {\n          \"name\": \"name\",\n          \"stem\": true,\n          \"token_separators\": [\n            \"s\",\n            \"s\"\n          ],\n          \"symbols_to_index\": [\n            \"s\",\n            \"s\"\n          ],\n          \"sortable\": true,\n          \"facetable\": true\n        },\n        {\n          \"name\": \"name\",\n          \"stem\": true,\n          \"token_separators\": [\n            \"s\",\n            \"s\"\n          ],\n          \"symbols_to_index\": [\n            \"s\",\n            \"s\"\n          ],\n          \"sortable\": true,\n          \"facetable\": true\n        }\n      ],\n      \"token_separators\": [\n        \"s\",\n        \"s\"\n      ],\n      \"symbols_to_index\": [\n        \"s\",\n        \"s\"\n      ],\n      \"stem\": true\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    },\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0eec37a4-7b0e-4b19-8e75-883db8d95609",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "indexable-fields",
                    ":indexable_fields_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the indexable fields",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "ac107ce9-96ac-4bd5-aa3d-59f40b91279b",
                      "key": "indexable_fields_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"805103ff-0a37-4f83-8fe0-95a16039bd98\",\n    \"type\": \"catalog_search_indexable_fields\",\n    \"attributes\": {\n      \"fields\": [\n        {\n          \"name\": \"extensions.products(clothing).color\",\n          \"facetable\": false,\n          \"sortable\": false,\n          \"locale\": \"en\"\n        },\n        {\n          \"name\": \"shopper_attributes.fabric\",\n          \"facetable\": false,\n          \"sortable\": false\n        },\n        {\n          \"name\": \"admin_attributes.internal_grade\",\n          \"sortable\": true\n        }\n      ],\n      \"core_field_overrides\": [\n        {\n          \"name\": \"name\",\n          \"stem\": true,\n          \"token_separators\": [\n            \"s\",\n            \"s\"\n          ],\n          \"symbols_to_index\": [\n            \"s\",\n            \"s\"\n          ],\n          \"sortable\": true,\n          \"facetable\": true\n        },\n        {\n          \"name\": \"name\",\n          \"stem\": true,\n          \"token_separators\": [\n            \"s\",\n            \"s\"\n          ],\n          \"symbols_to_index\": [\n            \"s\",\n            \"s\"\n          ],\n          \"sortable\": true,\n          \"facetable\": true\n        }\n      ],\n      \"token_separators\": [\n        \"s\",\n        \"s\"\n      ],\n      \"symbols_to_index\": [\n        \"s\",\n        \"s\"\n      ],\n      \"stem\": true\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8ca5fc37-2c35-47dc-9134-ad2e05749ecd",
          "name": "Delete indexable fields",
          "request": {
            "name": "Delete indexable fields",
            "description": {
              "content": "Delete additional fields to be indexed.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "catalogs",
                "indexable-fields",
                ":indexable_fields_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "ac107ce9-96ac-4bd5-aa3d-59f40b91279b",
                  "key": "indexable_fields_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique ID of the indexable fields",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "5f21cfab-46fd-436f-bfbf-eddedd674436",
              "name": "Successfully deleted indexable fields",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "indexable-fields",
                    ":indexable_fields_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the indexable fields",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "ac107ce9-96ac-4bd5-aa3d-59f40b91279b",
                      "key": "indexable_fields_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "26bdca93-a319-4961-abe8-78b4222d92ae",
              "name": "Bad request - invalid search parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "indexable-fields",
                    ":indexable_fields_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the indexable fields",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "ac107ce9-96ac-4bd5-aa3d-59f40b91279b",
                      "key": "indexable_fields_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    },\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8e236431-d67d-4938-9edb-c3c70a3fefdb",
              "name": "Permission denied - indexable fields owned by the organization",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "indexable-fields",
                    ":indexable_fields_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the indexable fields",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "ac107ce9-96ac-4bd5-aa3d-59f40b91279b",
                      "key": "indexable_fields_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    },\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bad7f30b-e4a2-4a0e-9241-6d4ac17381d7",
              "name": "Conflict - reindexing job queued or in progress",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "indexable-fields",
                    ":indexable_fields_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the indexable fields",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "ac107ce9-96ac-4bd5-aa3d-59f40b91279b",
                      "key": "indexable_fields_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    },\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bfd9be6b-e540-4046-8e61-62ef73e93655",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "indexable-fields",
                    ":indexable_fields_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the indexable fields",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "ac107ce9-96ac-4bd5-aa3d-59f40b91279b",
                      "key": "indexable_fields_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Searchable Fields",
      "description": "Deprecated. Use [Indexed Fields](/docs/api/pxm/catalog-search/indexed-fields) (`GET /pcm/catalogs/search/indexed-fields`) instead.\n\nThe Searchable Fields API lists **text** fields available as full-text query fields on a search profile. It does **not** return numeric, boolean, or date fields, and it is not the discovery API for filters, facets, or sorts.\n\nPrefer Indexed Fields, which returns every exposed indexed field and annotates each with `searchable` and `filterable` (and related flags such as `facetable` and `sortable`).\n\nThis endpoint remains available for existing integrations. New clients should migrate to Indexed Fields.\n",
      "item": [
        {
          "id": "1a45ee75-38c9-42c5-a7c8-73739e133235",
          "name": "List searchable fields",
          "request": {
            "name": "List searchable fields",
            "description": {
              "content": "Lists the text fields available for use as search query fields.\n\nDeprecated: use `GET /pcm/catalogs/search/indexed-fields`, which lists all indexed fields and indicates whether each is searchable and filterable.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "catalogs",
                "searchable-fields"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "8b02cd12-f6ac-4b04-a4ab-478f5f4a3473",
              "name": "List searchable fields",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "searchable-fields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"name\",\n      \"type\": \"catalog_searchable_field\",\n      \"attributes\": {\n        \"name\": \"name\",\n        \"type\": \"string\",\n        \"facetable\": true,\n        \"sortable\": true,\n        \"locale\": \"en\"\n      },\n      \"meta\": {\n        \"owner\": \"organization\"\n      }\n    },\n    {\n      \"id\": \"name\",\n      \"type\": \"catalog_searchable_field\",\n      \"attributes\": {\n        \"name\": \"name\",\n        \"type\": \"string\",\n        \"facetable\": true,\n        \"sortable\": true,\n        \"locale\": \"en\"\n      },\n      \"meta\": {\n        \"owner\": \"organization\"\n      }\n    }\n  ],\n  \"meta\": {\n    \"results\": {\n      \"total\": 100\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "17a3b168-8c09-4333-a752-244de54a572f",
              "name": "Bad request - invalid search parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "searchable-fields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    },\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6447978d-61c3-430b-b0ec-5003ef7006dd",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "searchable-fields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Indexed Fields",
      "description": "The Indexed Fields API returns every field indexed for your catalog — of all types, not only text fields — so you can configure search profiles, filters, facets, and sorting without guessing which fields exist. Each field is annotated with whether it can be used for full-text search as a query field (`searchable`) and in filter expressions (`filterable`).\n",
      "item": [
        {
          "id": "4521d876-5fa0-412c-9ac5-53aede89d858",
          "name": "List indexed fields",
          "request": {
            "name": "List indexed fields",
            "description": {
              "content": "Lists all indexed fields available for configuring search.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "catalogs",
                "search",
                "indexed-fields"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "62a58266-79a7-49d5-b02f-62e5eb4110ef",
              "name": "List indexed fields",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "indexed-fields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"name\",\n      \"type\": \"catalog_search_indexed_field\",\n      \"attributes\": {\n        \"name\": \"name\",\n        \"type\": \"string\",\n        \"searchable\": true,\n        \"filterable\": true,\n        \"facetable\": true,\n        \"sortable\": true,\n        \"locale\": \"en\"\n      },\n      \"meta\": {\n        \"owner\": \"organization\"\n      }\n    },\n    {\n      \"id\": \"name\",\n      \"type\": \"catalog_search_indexed_field\",\n      \"attributes\": {\n        \"name\": \"name\",\n        \"type\": \"string\",\n        \"searchable\": true,\n        \"filterable\": true,\n        \"facetable\": true,\n        \"sortable\": true,\n        \"locale\": \"en\"\n      },\n      \"meta\": {\n        \"owner\": \"organization\"\n      }\n    }\n  ],\n  \"meta\": {\n    \"results\": {\n      \"total\": 100\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "53cb1935-254b-44f1-a5f8-35b2154fee53",
              "name": "Bad request - invalid search parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "indexed-fields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    },\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "14a21e96-8c99-4d64-81d4-c026c2462c7e",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "indexed-fields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Search Profiles",
      "description": "Search Profiles are configuration objects that control how search queries are executed. They provide a powerful way to customize search relevance, filtering, and ranking without requiring code changes, enabling merchandisers and business users to optimize the search experience.\n\n### How Search Profiles Work\n\nA Search Profile defines:\n\n- **Which fields to search**: Select which product fields are included in search queries\n- **Field weights**: Assign relative importance to each field for relevance ranking\n- **Default filters**: Apply business rules that filter results for all searches\n- **Boost rules**: Promote or demote products based on specific conditions\n- **Match type**: Control how scores from multiple fields are combined\n\nWhen a search request is made, the system resolves one search profile for the request. On shopper search, a valid catalog rule `search_profile_slug` takes precedence over the `search_profile` query parameter; otherwise the query parameter, tenant default, and built-in default apply in that order. Admin search (explicit catalog and release) ignores catalog rule profiles. Successful responses include the `EP-Search-Profile` header with the slug actually applied (`SYSTEMS_DEFAULT_PROFILE` for the built-in default).\n\n### Search Profile Components\n\n| Component         | Description                                                                               |\n|-------------------|-------------------------------------------------------------------------------------------|\n| `slug`            | Unique identifier used to reference the profile in search requests                        |\n| `fields`          | List of fields to search with optional weights for relevance ranking                      |\n| `filters`         | Default filter expressions applied to all searches using this profile                     |\n| `boosts`          | Rules for promoting or demoting products based on conditions                              |\n| `text_match_type` | How to combine scores when multiple fields match (`max_score`, `max_weight`, `sum_score`) |\n\n### Field Weights\n\nField weights control how important each field is when ranking search results. Higher weights mean matches in that field contribute more to the relevance score. Weights must be in the range `[0, 15]`.\n\n**Example**: A profile with `name` (weight 10) and `description` (weight 5) will rank products with search term matches in the name higher than those with matches only in the description.\n\nWeights do more than rank results: the **highest-weighted field also decides how the search terms are\ninterpreted** — how they are split into tokens, whether they are stemmed, and which locale's synonyms\nexpand. Reordering weights can therefore change which synonyms apply to a search. See **Locale and\nSynonym Expansion** in the Synonym Sets documentation.\n\n### Filters\n\nProfile filters enforce business rules that apply to all searches:\n\n- Ensure only live/published products appear in results\n- Restrict results to specific categories or channels\n- Hide products based on visibility settings\n\nMultiple filters are combined with OR logic, then ANDed with any filters in the search request.\n\n### Boost Rules\n\nBoost rules allow you to promote or demote products in search results:\n\n- **Positive weights**: Push matching products to the top of results\n- **Negative weights**: Push matching products to the bottom (burying)\n- **Zero weight**: No effect on ranking\n\nRules are evaluated in weight order, and the first matching rule determines the product's boost.\n\n### Text Match Types\n\n| Type         | Description                                                                            |\n|--------------|----------------------------------------------------------------------------------------|\n| `max_score`  | Uses the highest score from any single matching field. Prioritizes match quality.      |\n| `max_weight` | Uses the score from the highest-weighted matching field. Prioritizes field importance. |\n| `sum_score`  | Sums weighted scores from all matching fields. Rewards multi-field matches.            |\n\n### Default Profile\n\nEach store has a default search profile that is used when no profile is specified in the search request. You can set any profile as the default using the set default endpoint.\n\n### Use Cases\n\n- **A/B testing**: Create multiple profiles with different configurations to test search relevance\n- **Channel optimization**: Different profiles for web, mobile, and B2B channels\n- **Seasonal merchandising**: Profiles that boost seasonal or promotional products\n- **Customer segmentation**: Different ranking strategies for different customer tiers\n",
      "item": [
        {
          "id": "b6a5f514-5a0e-4271-b85e-677906fe4901",
          "name": "Create search profile",
          "request": {
            "name": "Create search profile",
            "description": {
              "content": "Create a new search profile.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "catalogs",
                "search-profiles"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"catalog_search_profile\",\n    \"attributes\": {\n      \"slug\": \"default\",\n      \"description\": \"Default search profile\",\n      \"fields\": [\n        {\n          \"name\": \"name\",\n          \"weight\": 10,\n          \"num_typos\": 1,\n          \"prefix\": true\n        }\n      ],\n      \"force_use_default_price_for_faceting_and_sorting\": true,\n      \"text_match_type\": \"max_score\",\n      \"filters\": [\n        \"meta.search.categories.lvl1:=`All Products > Mens Shoes`\",\n        \"meta.search.categories.lvl1:=`All Products > Mens Shoes`\"\n      ],\n      \"exclusions\": [\n        \"meta.search.categories.lvl1:=`All Products > Mens Shoes`\",\n        \"meta.search.categories.lvl1:=`All Products > Mens Shoes`\"\n      ],\n      \"boosts\": [\n        {\n          \"condition\": \"meta.search.nodes.name:=\\\\`Electronics\\\\`\",\n          \"weight\": 5\n        },\n        {\n          \"condition\": \"meta.search.nodes.name:=\\\\`Electronics\\\\`\",\n          \"weight\": 5\n        }\n      ],\n      \"prefix\": true,\n      \"typo_tolerance\": {\n        \"num_typos\": 1,\n        \"min_len_to_allow_single_character_correction\": 3,\n        \"min_len_to_allow_two_character_correction\": 7,\n        \"typo_tokens_threshold\": 1,\n        \"drop_tokens_threshold\": 1,\n        \"drop_tokens_mode\": \"right_to_left\",\n        \"enable_typos_for_numerical_tokens\": true,\n        \"enable_typos_for_special_char_tokens\": true,\n        \"split_join_tokens\": \"fallback\"\n      },\n      \"synonym_settings\": {\n        \"demote_synonym_match\": true,\n        \"synonym_resolution_allowed_on_prefix\": true,\n        \"number_of_typos_allowed_when_resolving_synonyms\": 0\n      },\n      \"synonym_sets\": [\n        \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n        \"3fa85f64-5717-4562-b3fc-2c963f66afa6\"\n      ],\n      \"rule_groups\": [\n        \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n        \"3fa85f64-5717-4562-b3fc-2c963f66afa6\"\n      ]\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "7382611e-2a05-4f41-aa45-642fd663ab5f",
              "name": "Successfully created search profile",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search-profiles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"catalog_search_profile\",\n    \"attributes\": {\n      \"slug\": \"default\",\n      \"description\": \"Default search profile\",\n      \"fields\": [\n        {\n          \"name\": \"name\",\n          \"weight\": 10,\n          \"num_typos\": 1,\n          \"prefix\": true\n        }\n      ],\n      \"force_use_default_price_for_faceting_and_sorting\": true,\n      \"text_match_type\": \"max_score\",\n      \"filters\": [\n        \"meta.search.categories.lvl1:=`All Products > Mens Shoes`\",\n        \"meta.search.categories.lvl1:=`All Products > Mens Shoes`\"\n      ],\n      \"exclusions\": [\n        \"meta.search.categories.lvl1:=`All Products > Mens Shoes`\",\n        \"meta.search.categories.lvl1:=`All Products > Mens Shoes`\"\n      ],\n      \"boosts\": [\n        {\n          \"condition\": \"meta.search.nodes.name:=\\\\`Electronics\\\\`\",\n          \"weight\": 5\n        },\n        {\n          \"condition\": \"meta.search.nodes.name:=\\\\`Electronics\\\\`\",\n          \"weight\": 5\n        }\n      ],\n      \"prefix\": true,\n      \"typo_tolerance\": {\n        \"num_typos\": 1,\n        \"min_len_to_allow_single_character_correction\": 3,\n        \"min_len_to_allow_two_character_correction\": 7,\n        \"typo_tokens_threshold\": 1,\n        \"drop_tokens_threshold\": 1,\n        \"drop_tokens_mode\": \"right_to_left\",\n        \"enable_typos_for_numerical_tokens\": true,\n        \"enable_typos_for_special_char_tokens\": true,\n        \"split_join_tokens\": \"fallback\"\n      },\n      \"synonym_settings\": {\n        \"demote_synonym_match\": true,\n        \"synonym_resolution_allowed_on_prefix\": true,\n        \"number_of_typos_allowed_when_resolving_synonyms\": 0\n      },\n      \"synonym_sets\": [\n        \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n        \"3fa85f64-5717-4562-b3fc-2c963f66afa6\"\n      ],\n      \"rule_groups\": [\n        \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n        \"3fa85f64-5717-4562-b3fc-2c963f66afa6\"\n      ]\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"805103ff-0a37-4f83-8fe0-95a16039bd98\",\n    \"type\": \"catalog_search_profile\",\n    \"attributes\": {\n      \"slug\": \"default\",\n      \"description\": \"Default search profile\",\n      \"fields\": [\n        {\n          \"name\": \"name\",\n          \"weight\": 10,\n          \"num_typos\": 1,\n          \"prefix\": true\n        }\n      ],\n      \"force_use_default_price_for_faceting_and_sorting\": true,\n      \"text_match_type\": \"max_score\",\n      \"filters\": [\n        \"meta.search.categories.lvl1:=`All Products > Mens Shoes`\",\n        \"meta.search.categories.lvl1:=`All Products > Mens Shoes`\"\n      ],\n      \"exclusions\": [\n        \"meta.search.categories.lvl1:=`All Products > Mens Shoes`\",\n        \"meta.search.categories.lvl1:=`All Products > Mens Shoes`\"\n      ],\n      \"boosts\": [\n        {\n          \"condition\": \"meta.search.nodes.name:=\\\\`Electronics\\\\`\",\n          \"weight\": 5\n        },\n        {\n          \"condition\": \"meta.search.nodes.name:=\\\\`Electronics\\\\`\",\n          \"weight\": 5\n        }\n      ],\n      \"prefix\": true,\n      \"typo_tolerance\": {\n        \"num_typos\": 1,\n        \"min_len_to_allow_single_character_correction\": 3,\n        \"min_len_to_allow_two_character_correction\": 7,\n        \"typo_tokens_threshold\": 1,\n        \"drop_tokens_threshold\": 1,\n        \"drop_tokens_mode\": \"right_to_left\",\n        \"enable_typos_for_numerical_tokens\": true,\n        \"enable_typos_for_special_char_tokens\": true,\n        \"split_join_tokens\": \"fallback\"\n      },\n      \"synonym_settings\": {\n        \"demote_synonym_match\": true,\n        \"synonym_resolution_allowed_on_prefix\": true,\n        \"number_of_typos_allowed_when_resolving_synonyms\": 0\n      },\n      \"synonym_sets\": [\n        \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n        \"3fa85f64-5717-4562-b3fc-2c963f66afa6\"\n      ],\n      \"rule_groups\": [\n        \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n        \"3fa85f64-5717-4562-b3fc-2c963f66afa6\"\n      ]\n    },\n    \"meta\": {\n      \"default\": true,\n      \"owner\": \"organization\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6234a53e-7f86-40ab-9573-f23fc44fe369",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search-profiles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"catalog_search_profile\",\n    \"attributes\": {\n      \"slug\": \"default\",\n      \"description\": \"Default search profile\",\n      \"fields\": [\n        {\n          \"name\": \"name\",\n          \"weight\": 10,\n          \"num_typos\": 1,\n          \"prefix\": true\n        }\n      ],\n      \"force_use_default_price_for_faceting_and_sorting\": true,\n      \"text_match_type\": \"max_score\",\n      \"filters\": [\n        \"meta.search.categories.lvl1:=`All Products > Mens Shoes`\",\n        \"meta.search.categories.lvl1:=`All Products > Mens Shoes`\"\n      ],\n      \"exclusions\": [\n        \"meta.search.categories.lvl1:=`All Products > Mens Shoes`\",\n        \"meta.search.categories.lvl1:=`All Products > Mens Shoes`\"\n      ],\n      \"boosts\": [\n        {\n          \"condition\": \"meta.search.nodes.name:=\\\\`Electronics\\\\`\",\n          \"weight\": 5\n        },\n        {\n          \"condition\": \"meta.search.nodes.name:=\\\\`Electronics\\\\`\",\n          \"weight\": 5\n        }\n      ],\n      \"prefix\": true,\n      \"typo_tolerance\": {\n        \"num_typos\": 1,\n        \"min_len_to_allow_single_character_correction\": 3,\n        \"min_len_to_allow_two_character_correction\": 7,\n        \"typo_tokens_threshold\": 1,\n        \"drop_tokens_threshold\": 1,\n        \"drop_tokens_mode\": \"right_to_left\",\n        \"enable_typos_for_numerical_tokens\": true,\n        \"enable_typos_for_special_char_tokens\": true,\n        \"split_join_tokens\": \"fallback\"\n      },\n      \"synonym_settings\": {\n        \"demote_synonym_match\": true,\n        \"synonym_resolution_allowed_on_prefix\": true,\n        \"number_of_typos_allowed_when_resolving_synonyms\": 0\n      },\n      \"synonym_sets\": [\n        \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n        \"3fa85f64-5717-4562-b3fc-2c963f66afa6\"\n      ],\n      \"rule_groups\": [\n        \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n        \"3fa85f64-5717-4562-b3fc-2c963f66afa6\"\n      ]\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    },\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3280dd13-bc9b-41d7-84e3-037bd19d99f7",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search-profiles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"catalog_search_profile\",\n    \"attributes\": {\n      \"slug\": \"default\",\n      \"description\": \"Default search profile\",\n      \"fields\": [\n        {\n          \"name\": \"name\",\n          \"weight\": 10,\n          \"num_typos\": 1,\n          \"prefix\": true\n        }\n      ],\n      \"force_use_default_price_for_faceting_and_sorting\": true,\n      \"text_match_type\": \"max_score\",\n      \"filters\": [\n        \"meta.search.categories.lvl1:=`All Products > Mens Shoes`\",\n        \"meta.search.categories.lvl1:=`All Products > Mens Shoes`\"\n      ],\n      \"exclusions\": [\n        \"meta.search.categories.lvl1:=`All Products > Mens Shoes`\",\n        \"meta.search.categories.lvl1:=`All Products > Mens Shoes`\"\n      ],\n      \"boosts\": [\n        {\n          \"condition\": \"meta.search.nodes.name:=\\\\`Electronics\\\\`\",\n          \"weight\": 5\n        },\n        {\n          \"condition\": \"meta.search.nodes.name:=\\\\`Electronics\\\\`\",\n          \"weight\": 5\n        }\n      ],\n      \"prefix\": true,\n      \"typo_tolerance\": {\n        \"num_typos\": 1,\n        \"min_len_to_allow_single_character_correction\": 3,\n        \"min_len_to_allow_two_character_correction\": 7,\n        \"typo_tokens_threshold\": 1,\n        \"drop_tokens_threshold\": 1,\n        \"drop_tokens_mode\": \"right_to_left\",\n        \"enable_typos_for_numerical_tokens\": true,\n        \"enable_typos_for_special_char_tokens\": true,\n        \"split_join_tokens\": \"fallback\"\n      },\n      \"synonym_settings\": {\n        \"demote_synonym_match\": true,\n        \"synonym_resolution_allowed_on_prefix\": true,\n        \"number_of_typos_allowed_when_resolving_synonyms\": 0\n      },\n      \"synonym_sets\": [\n        \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n        \"3fa85f64-5717-4562-b3fc-2c963f66afa6\"\n      ],\n      \"rule_groups\": [\n        \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n        \"3fa85f64-5717-4562-b3fc-2c963f66afa6\"\n      ]\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c108b4ba-fc11-4939-b737-c6c4153f9434",
          "name": "List search profiles",
          "request": {
            "name": "List search profiles",
            "description": {
              "content": "List search profiles.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "catalogs",
                "search-profiles"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "0999d56d-bba8-4a1e-b117-1004ef331255",
              "name": "List search profiles",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search-profiles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"805103ff-0a37-4f83-8fe0-95a16039bd98\",\n      \"type\": \"catalog_search_profile\",\n      \"attributes\": {\n        \"slug\": \"default\",\n        \"description\": \"Default search profile\",\n        \"fields\": [\n          {\n            \"name\": \"name\",\n            \"weight\": 10,\n            \"num_typos\": 1,\n            \"prefix\": true\n          }\n        ],\n        \"force_use_default_price_for_faceting_and_sorting\": true,\n        \"text_match_type\": \"max_score\",\n        \"filters\": [\n          \"meta.search.categories.lvl1:=`All Products > Mens Shoes`\",\n          \"meta.search.categories.lvl1:=`All Products > Mens Shoes`\"\n        ],\n        \"exclusions\": [\n          \"meta.search.categories.lvl1:=`All Products > Mens Shoes`\",\n          \"meta.search.categories.lvl1:=`All Products > Mens Shoes`\"\n        ],\n        \"boosts\": [\n          {\n            \"condition\": \"meta.search.nodes.name:=\\\\`Electronics\\\\`\",\n            \"weight\": 5\n          },\n          {\n            \"condition\": \"meta.search.nodes.name:=\\\\`Electronics\\\\`\",\n            \"weight\": 5\n          }\n        ],\n        \"prefix\": true,\n        \"typo_tolerance\": {\n          \"num_typos\": 1,\n          \"min_len_to_allow_single_character_correction\": 3,\n          \"min_len_to_allow_two_character_correction\": 7,\n          \"typo_tokens_threshold\": 1,\n          \"drop_tokens_threshold\": 1,\n          \"drop_tokens_mode\": \"right_to_left\",\n          \"enable_typos_for_numerical_tokens\": true,\n          \"enable_typos_for_special_char_tokens\": true,\n          \"split_join_tokens\": \"fallback\"\n        },\n        \"synonym_settings\": {\n          \"demote_synonym_match\": true,\n          \"synonym_resolution_allowed_on_prefix\": true,\n          \"number_of_typos_allowed_when_resolving_synonyms\": 0\n        },\n        \"synonym_sets\": [\n          \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n          \"3fa85f64-5717-4562-b3fc-2c963f66afa6\"\n        ],\n        \"rule_groups\": [\n          \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n          \"3fa85f64-5717-4562-b3fc-2c963f66afa6\"\n        ]\n      },\n      \"meta\": {\n        \"default\": true,\n        \"owner\": \"organization\"\n      }\n    },\n    {\n      \"id\": \"805103ff-0a37-4f83-8fe0-95a16039bd98\",\n      \"type\": \"catalog_search_profile\",\n      \"attributes\": {\n        \"slug\": \"default\",\n        \"description\": \"Default search profile\",\n        \"fields\": [\n          {\n            \"name\": \"name\",\n            \"weight\": 10,\n            \"num_typos\": 1,\n            \"prefix\": true\n          }\n        ],\n        \"force_use_default_price_for_faceting_and_sorting\": true,\n        \"text_match_type\": \"max_score\",\n        \"filters\": [\n          \"meta.search.categories.lvl1:=`All Products > Mens Shoes`\",\n          \"meta.search.categories.lvl1:=`All Products > Mens Shoes`\"\n        ],\n        \"exclusions\": [\n          \"meta.search.categories.lvl1:=`All Products > Mens Shoes`\",\n          \"meta.search.categories.lvl1:=`All Products > Mens Shoes`\"\n        ],\n        \"boosts\": [\n          {\n            \"condition\": \"meta.search.nodes.name:=\\\\`Electronics\\\\`\",\n            \"weight\": 5\n          },\n          {\n            \"condition\": \"meta.search.nodes.name:=\\\\`Electronics\\\\`\",\n            \"weight\": 5\n          }\n        ],\n        \"prefix\": true,\n        \"typo_tolerance\": {\n          \"num_typos\": 1,\n          \"min_len_to_allow_single_character_correction\": 3,\n          \"min_len_to_allow_two_character_correction\": 7,\n          \"typo_tokens_threshold\": 1,\n          \"drop_tokens_threshold\": 1,\n          \"drop_tokens_mode\": \"right_to_left\",\n          \"enable_typos_for_numerical_tokens\": true,\n          \"enable_typos_for_special_char_tokens\": true,\n          \"split_join_tokens\": \"fallback\"\n        },\n        \"synonym_settings\": {\n          \"demote_synonym_match\": true,\n          \"synonym_resolution_allowed_on_prefix\": true,\n          \"number_of_typos_allowed_when_resolving_synonyms\": 0\n        },\n        \"synonym_sets\": [\n          \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n          \"3fa85f64-5717-4562-b3fc-2c963f66afa6\"\n        ],\n        \"rule_groups\": [\n          \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n          \"3fa85f64-5717-4562-b3fc-2c963f66afa6\"\n        ]\n      },\n      \"meta\": {\n        \"default\": true,\n        \"owner\": \"organization\"\n      }\n    }\n  ],\n  \"meta\": {\n    \"results\": {\n      \"total\": 100\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "75b0bb3d-3c9f-4408-b689-3d7b86038be8",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search-profiles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    },\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "978ae9d6-f245-485e-a3b0-ad77dcde7e18",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search-profiles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6d877b02-ff0b-4285-ac9d-b4dbf655ba60",
          "name": "Get search profile",
          "request": {
            "name": "Get search profile",
            "description": {
              "content": "Get a search profile.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "catalogs",
                "search-profiles",
                ":search_profile_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "ac107ce9-96ac-4bd5-aa3d-59f40b91279b",
                  "key": "search_profile_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique ID of the search profile or 'default' to retrieve the default search profile.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "154f6320-f814-4ea0-a52b-600de27f43dc",
              "name": "Successfully retrieved search profile",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search-profiles",
                    ":search_profile_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the search profile or 'default' to retrieve the default search profile.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "ac107ce9-96ac-4bd5-aa3d-59f40b91279b",
                      "key": "search_profile_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"805103ff-0a37-4f83-8fe0-95a16039bd98\",\n    \"type\": \"catalog_search_profile\",\n    \"attributes\": {\n      \"slug\": \"default\",\n      \"description\": \"Default search profile\",\n      \"fields\": [\n        {\n          \"name\": \"name\",\n          \"weight\": 10,\n          \"num_typos\": 1,\n          \"prefix\": true\n        }\n      ],\n      \"force_use_default_price_for_faceting_and_sorting\": true,\n      \"text_match_type\": \"max_score\",\n      \"filters\": [\n        \"meta.search.categories.lvl1:=`All Products > Mens Shoes`\",\n        \"meta.search.categories.lvl1:=`All Products > Mens Shoes`\"\n      ],\n      \"exclusions\": [\n        \"meta.search.categories.lvl1:=`All Products > Mens Shoes`\",\n        \"meta.search.categories.lvl1:=`All Products > Mens Shoes`\"\n      ],\n      \"boosts\": [\n        {\n          \"condition\": \"meta.search.nodes.name:=\\\\`Electronics\\\\`\",\n          \"weight\": 5\n        },\n        {\n          \"condition\": \"meta.search.nodes.name:=\\\\`Electronics\\\\`\",\n          \"weight\": 5\n        }\n      ],\n      \"prefix\": true,\n      \"typo_tolerance\": {\n        \"num_typos\": 1,\n        \"min_len_to_allow_single_character_correction\": 3,\n        \"min_len_to_allow_two_character_correction\": 7,\n        \"typo_tokens_threshold\": 1,\n        \"drop_tokens_threshold\": 1,\n        \"drop_tokens_mode\": \"right_to_left\",\n        \"enable_typos_for_numerical_tokens\": true,\n        \"enable_typos_for_special_char_tokens\": true,\n        \"split_join_tokens\": \"fallback\"\n      },\n      \"synonym_settings\": {\n        \"demote_synonym_match\": true,\n        \"synonym_resolution_allowed_on_prefix\": true,\n        \"number_of_typos_allowed_when_resolving_synonyms\": 0\n      },\n      \"synonym_sets\": [\n        \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n        \"3fa85f64-5717-4562-b3fc-2c963f66afa6\"\n      ],\n      \"rule_groups\": [\n        \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n        \"3fa85f64-5717-4562-b3fc-2c963f66afa6\"\n      ]\n    },\n    \"meta\": {\n      \"default\": true,\n      \"owner\": \"organization\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "129d26dc-6188-402d-823c-7c28122a2bc2",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search-profiles",
                    ":search_profile_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the search profile or 'default' to retrieve the default search profile.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "ac107ce9-96ac-4bd5-aa3d-59f40b91279b",
                      "key": "search_profile_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    },\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8287d608-95d6-413f-9822-09cf973228f7",
              "name": "Search profile not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search-profiles",
                    ":search_profile_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the search profile or 'default' to retrieve the default search profile.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "ac107ce9-96ac-4bd5-aa3d-59f40b91279b",
                      "key": "search_profile_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    },\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5e7d1b86-39e1-4010-b90d-d5150848d762",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search-profiles",
                    ":search_profile_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the search profile or 'default' to retrieve the default search profile.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "ac107ce9-96ac-4bd5-aa3d-59f40b91279b",
                      "key": "search_profile_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ede01bb0-6713-4fae-bbfc-0484f707f194",
          "name": "Update search profile",
          "request": {
            "name": "Update search profile",
            "description": {
              "content": "Update a search profile.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "catalogs",
                "search-profiles",
                ":search_profile_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "ac107ce9-96ac-4bd5-aa3d-59f40b91279b",
                  "key": "search_profile_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique ID of the search profile",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"id\": \"805103ff-0a37-4f83-8fe0-95a16039bd98\",\n    \"type\": \"catalog_search_profile\",\n    \"attributes\": {\n      \"slug\": \"default\",\n      \"description\": \"Default search profile\",\n      \"fields\": [\n        {\n          \"name\": \"name\",\n          \"weight\": 10,\n          \"num_typos\": 1,\n          \"prefix\": true\n        }\n      ],\n      \"text_match_type\": \"max_score\",\n      \"filters\": [\n        \"meta.search.categories.lvl1:=`All Products > Mens Shoes`\",\n        \"meta.search.categories.lvl1:=`All Products > Mens Shoes`\"\n      ],\n      \"exclusions\": [\n        \"meta.search.categories.lvl1:=`All Products > Mens Shoes`\",\n        \"meta.search.categories.lvl1:=`All Products > Mens Shoes`\"\n      ],\n      \"boosts\": [\n        {\n          \"condition\": \"meta.search.nodes.name:=\\\\`Electronics\\\\`\",\n          \"weight\": 5\n        },\n        {\n          \"condition\": \"meta.search.nodes.name:=\\\\`Electronics\\\\`\",\n          \"weight\": 5\n        }\n      ],\n      \"prefix\": true,\n      \"typo_tolerance\": {\n        \"num_typos\": 1,\n        \"min_len_to_allow_single_character_correction\": 3,\n        \"min_len_to_allow_two_character_correction\": 7,\n        \"typo_tokens_threshold\": 1,\n        \"drop_tokens_threshold\": 1,\n        \"drop_tokens_mode\": \"right_to_left\",\n        \"enable_typos_for_numerical_tokens\": true,\n        \"enable_typos_for_special_char_tokens\": true,\n        \"split_join_tokens\": \"fallback\"\n      },\n      \"synonym_settings\": {\n        \"demote_synonym_match\": true,\n        \"synonym_resolution_allowed_on_prefix\": true,\n        \"number_of_typos_allowed_when_resolving_synonyms\": 0\n      },\n      \"synonym_sets\": [\n        \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n        \"3fa85f64-5717-4562-b3fc-2c963f66afa6\"\n      ],\n      \"rule_groups\": [\n        \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n        \"3fa85f64-5717-4562-b3fc-2c963f66afa6\"\n      ],\n      \"force_use_default_price_for_faceting_and_sorting\": true\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "476c032e-2bae-480c-b7f5-fcc6940aa0aa",
              "name": "Successfully updated search profile",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search-profiles",
                    ":search_profile_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the search profile",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "ac107ce9-96ac-4bd5-aa3d-59f40b91279b",
                      "key": "search_profile_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"805103ff-0a37-4f83-8fe0-95a16039bd98\",\n    \"type\": \"catalog_search_profile\",\n    \"attributes\": {\n      \"slug\": \"default\",\n      \"description\": \"Default search profile\",\n      \"fields\": [\n        {\n          \"name\": \"name\",\n          \"weight\": 10,\n          \"num_typos\": 1,\n          \"prefix\": true\n        }\n      ],\n      \"text_match_type\": \"max_score\",\n      \"filters\": [\n        \"meta.search.categories.lvl1:=`All Products > Mens Shoes`\",\n        \"meta.search.categories.lvl1:=`All Products > Mens Shoes`\"\n      ],\n      \"exclusions\": [\n        \"meta.search.categories.lvl1:=`All Products > Mens Shoes`\",\n        \"meta.search.categories.lvl1:=`All Products > Mens Shoes`\"\n      ],\n      \"boosts\": [\n        {\n          \"condition\": \"meta.search.nodes.name:=\\\\`Electronics\\\\`\",\n          \"weight\": 5\n        },\n        {\n          \"condition\": \"meta.search.nodes.name:=\\\\`Electronics\\\\`\",\n          \"weight\": 5\n        }\n      ],\n      \"prefix\": true,\n      \"typo_tolerance\": {\n        \"num_typos\": 1,\n        \"min_len_to_allow_single_character_correction\": 3,\n        \"min_len_to_allow_two_character_correction\": 7,\n        \"typo_tokens_threshold\": 1,\n        \"drop_tokens_threshold\": 1,\n        \"drop_tokens_mode\": \"right_to_left\",\n        \"enable_typos_for_numerical_tokens\": true,\n        \"enable_typos_for_special_char_tokens\": true,\n        \"split_join_tokens\": \"fallback\"\n      },\n      \"synonym_settings\": {\n        \"demote_synonym_match\": true,\n        \"synonym_resolution_allowed_on_prefix\": true,\n        \"number_of_typos_allowed_when_resolving_synonyms\": 0\n      },\n      \"synonym_sets\": [\n        \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n        \"3fa85f64-5717-4562-b3fc-2c963f66afa6\"\n      ],\n      \"rule_groups\": [\n        \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n        \"3fa85f64-5717-4562-b3fc-2c963f66afa6\"\n      ],\n      \"force_use_default_price_for_faceting_and_sorting\": true\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"805103ff-0a37-4f83-8fe0-95a16039bd98\",\n    \"type\": \"catalog_search_profile\",\n    \"attributes\": {\n      \"slug\": \"default\",\n      \"description\": \"Default search profile\",\n      \"fields\": [\n        {\n          \"name\": \"name\",\n          \"weight\": 10,\n          \"num_typos\": 1,\n          \"prefix\": true\n        }\n      ],\n      \"force_use_default_price_for_faceting_and_sorting\": true,\n      \"text_match_type\": \"max_score\",\n      \"filters\": [\n        \"meta.search.categories.lvl1:=`All Products > Mens Shoes`\",\n        \"meta.search.categories.lvl1:=`All Products > Mens Shoes`\"\n      ],\n      \"exclusions\": [\n        \"meta.search.categories.lvl1:=`All Products > Mens Shoes`\",\n        \"meta.search.categories.lvl1:=`All Products > Mens Shoes`\"\n      ],\n      \"boosts\": [\n        {\n          \"condition\": \"meta.search.nodes.name:=\\\\`Electronics\\\\`\",\n          \"weight\": 5\n        },\n        {\n          \"condition\": \"meta.search.nodes.name:=\\\\`Electronics\\\\`\",\n          \"weight\": 5\n        }\n      ],\n      \"prefix\": true,\n      \"typo_tolerance\": {\n        \"num_typos\": 1,\n        \"min_len_to_allow_single_character_correction\": 3,\n        \"min_len_to_allow_two_character_correction\": 7,\n        \"typo_tokens_threshold\": 1,\n        \"drop_tokens_threshold\": 1,\n        \"drop_tokens_mode\": \"right_to_left\",\n        \"enable_typos_for_numerical_tokens\": true,\n        \"enable_typos_for_special_char_tokens\": true,\n        \"split_join_tokens\": \"fallback\"\n      },\n      \"synonym_settings\": {\n        \"demote_synonym_match\": true,\n        \"synonym_resolution_allowed_on_prefix\": true,\n        \"number_of_typos_allowed_when_resolving_synonyms\": 0\n      },\n      \"synonym_sets\": [\n        \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n        \"3fa85f64-5717-4562-b3fc-2c963f66afa6\"\n      ],\n      \"rule_groups\": [\n        \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n        \"3fa85f64-5717-4562-b3fc-2c963f66afa6\"\n      ]\n    },\n    \"meta\": {\n      \"default\": true,\n      \"owner\": \"organization\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1abab0b9-4210-4f48-bf28-cd1ca8b1e4f7",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search-profiles",
                    ":search_profile_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the search profile",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "ac107ce9-96ac-4bd5-aa3d-59f40b91279b",
                      "key": "search_profile_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"805103ff-0a37-4f83-8fe0-95a16039bd98\",\n    \"type\": \"catalog_search_profile\",\n    \"attributes\": {\n      \"slug\": \"default\",\n      \"description\": \"Default search profile\",\n      \"fields\": [\n        {\n          \"name\": \"name\",\n          \"weight\": 10,\n          \"num_typos\": 1,\n          \"prefix\": true\n        }\n      ],\n      \"text_match_type\": \"max_score\",\n      \"filters\": [\n        \"meta.search.categories.lvl1:=`All Products > Mens Shoes`\",\n        \"meta.search.categories.lvl1:=`All Products > Mens Shoes`\"\n      ],\n      \"exclusions\": [\n        \"meta.search.categories.lvl1:=`All Products > Mens Shoes`\",\n        \"meta.search.categories.lvl1:=`All Products > Mens Shoes`\"\n      ],\n      \"boosts\": [\n        {\n          \"condition\": \"meta.search.nodes.name:=\\\\`Electronics\\\\`\",\n          \"weight\": 5\n        },\n        {\n          \"condition\": \"meta.search.nodes.name:=\\\\`Electronics\\\\`\",\n          \"weight\": 5\n        }\n      ],\n      \"prefix\": true,\n      \"typo_tolerance\": {\n        \"num_typos\": 1,\n        \"min_len_to_allow_single_character_correction\": 3,\n        \"min_len_to_allow_two_character_correction\": 7,\n        \"typo_tokens_threshold\": 1,\n        \"drop_tokens_threshold\": 1,\n        \"drop_tokens_mode\": \"right_to_left\",\n        \"enable_typos_for_numerical_tokens\": true,\n        \"enable_typos_for_special_char_tokens\": true,\n        \"split_join_tokens\": \"fallback\"\n      },\n      \"synonym_settings\": {\n        \"demote_synonym_match\": true,\n        \"synonym_resolution_allowed_on_prefix\": true,\n        \"number_of_typos_allowed_when_resolving_synonyms\": 0\n      },\n      \"synonym_sets\": [\n        \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n        \"3fa85f64-5717-4562-b3fc-2c963f66afa6\"\n      ],\n      \"rule_groups\": [\n        \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n        \"3fa85f64-5717-4562-b3fc-2c963f66afa6\"\n      ],\n      \"force_use_default_price_for_faceting_and_sorting\": true\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    },\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "16594147-0c54-4310-92f7-8bb3cf6fba32",
              "name": "Permission denied - search profile owned by the organization",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search-profiles",
                    ":search_profile_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the search profile",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "ac107ce9-96ac-4bd5-aa3d-59f40b91279b",
                      "key": "search_profile_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"805103ff-0a37-4f83-8fe0-95a16039bd98\",\n    \"type\": \"catalog_search_profile\",\n    \"attributes\": {\n      \"slug\": \"default\",\n      \"description\": \"Default search profile\",\n      \"fields\": [\n        {\n          \"name\": \"name\",\n          \"weight\": 10,\n          \"num_typos\": 1,\n          \"prefix\": true\n        }\n      ],\n      \"text_match_type\": \"max_score\",\n      \"filters\": [\n        \"meta.search.categories.lvl1:=`All Products > Mens Shoes`\",\n        \"meta.search.categories.lvl1:=`All Products > Mens Shoes`\"\n      ],\n      \"exclusions\": [\n        \"meta.search.categories.lvl1:=`All Products > Mens Shoes`\",\n        \"meta.search.categories.lvl1:=`All Products > Mens Shoes`\"\n      ],\n      \"boosts\": [\n        {\n          \"condition\": \"meta.search.nodes.name:=\\\\`Electronics\\\\`\",\n          \"weight\": 5\n        },\n        {\n          \"condition\": \"meta.search.nodes.name:=\\\\`Electronics\\\\`\",\n          \"weight\": 5\n        }\n      ],\n      \"prefix\": true,\n      \"typo_tolerance\": {\n        \"num_typos\": 1,\n        \"min_len_to_allow_single_character_correction\": 3,\n        \"min_len_to_allow_two_character_correction\": 7,\n        \"typo_tokens_threshold\": 1,\n        \"drop_tokens_threshold\": 1,\n        \"drop_tokens_mode\": \"right_to_left\",\n        \"enable_typos_for_numerical_tokens\": true,\n        \"enable_typos_for_special_char_tokens\": true,\n        \"split_join_tokens\": \"fallback\"\n      },\n      \"synonym_settings\": {\n        \"demote_synonym_match\": true,\n        \"synonym_resolution_allowed_on_prefix\": true,\n        \"number_of_typos_allowed_when_resolving_synonyms\": 0\n      },\n      \"synonym_sets\": [\n        \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n        \"3fa85f64-5717-4562-b3fc-2c963f66afa6\"\n      ],\n      \"rule_groups\": [\n        \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n        \"3fa85f64-5717-4562-b3fc-2c963f66afa6\"\n      ],\n      \"force_use_default_price_for_faceting_and_sorting\": true\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    },\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "eba409d1-c319-444a-b11e-da3ab5531646",
              "name": "Search profile not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search-profiles",
                    ":search_profile_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the search profile",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "ac107ce9-96ac-4bd5-aa3d-59f40b91279b",
                      "key": "search_profile_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"805103ff-0a37-4f83-8fe0-95a16039bd98\",\n    \"type\": \"catalog_search_profile\",\n    \"attributes\": {\n      \"slug\": \"default\",\n      \"description\": \"Default search profile\",\n      \"fields\": [\n        {\n          \"name\": \"name\",\n          \"weight\": 10,\n          \"num_typos\": 1,\n          \"prefix\": true\n        }\n      ],\n      \"text_match_type\": \"max_score\",\n      \"filters\": [\n        \"meta.search.categories.lvl1:=`All Products > Mens Shoes`\",\n        \"meta.search.categories.lvl1:=`All Products > Mens Shoes`\"\n      ],\n      \"exclusions\": [\n        \"meta.search.categories.lvl1:=`All Products > Mens Shoes`\",\n        \"meta.search.categories.lvl1:=`All Products > Mens Shoes`\"\n      ],\n      \"boosts\": [\n        {\n          \"condition\": \"meta.search.nodes.name:=\\\\`Electronics\\\\`\",\n          \"weight\": 5\n        },\n        {\n          \"condition\": \"meta.search.nodes.name:=\\\\`Electronics\\\\`\",\n          \"weight\": 5\n        }\n      ],\n      \"prefix\": true,\n      \"typo_tolerance\": {\n        \"num_typos\": 1,\n        \"min_len_to_allow_single_character_correction\": 3,\n        \"min_len_to_allow_two_character_correction\": 7,\n        \"typo_tokens_threshold\": 1,\n        \"drop_tokens_threshold\": 1,\n        \"drop_tokens_mode\": \"right_to_left\",\n        \"enable_typos_for_numerical_tokens\": true,\n        \"enable_typos_for_special_char_tokens\": true,\n        \"split_join_tokens\": \"fallback\"\n      },\n      \"synonym_settings\": {\n        \"demote_synonym_match\": true,\n        \"synonym_resolution_allowed_on_prefix\": true,\n        \"number_of_typos_allowed_when_resolving_synonyms\": 0\n      },\n      \"synonym_sets\": [\n        \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n        \"3fa85f64-5717-4562-b3fc-2c963f66afa6\"\n      ],\n      \"rule_groups\": [\n        \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n        \"3fa85f64-5717-4562-b3fc-2c963f66afa6\"\n      ],\n      \"force_use_default_price_for_faceting_and_sorting\": true\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    },\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a64bebf0-7b80-4d52-a3ea-f0ff0e7f7dff",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search-profiles",
                    ":search_profile_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the search profile",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "ac107ce9-96ac-4bd5-aa3d-59f40b91279b",
                      "key": "search_profile_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"805103ff-0a37-4f83-8fe0-95a16039bd98\",\n    \"type\": \"catalog_search_profile\",\n    \"attributes\": {\n      \"slug\": \"default\",\n      \"description\": \"Default search profile\",\n      \"fields\": [\n        {\n          \"name\": \"name\",\n          \"weight\": 10,\n          \"num_typos\": 1,\n          \"prefix\": true\n        }\n      ],\n      \"text_match_type\": \"max_score\",\n      \"filters\": [\n        \"meta.search.categories.lvl1:=`All Products > Mens Shoes`\",\n        \"meta.search.categories.lvl1:=`All Products > Mens Shoes`\"\n      ],\n      \"exclusions\": [\n        \"meta.search.categories.lvl1:=`All Products > Mens Shoes`\",\n        \"meta.search.categories.lvl1:=`All Products > Mens Shoes`\"\n      ],\n      \"boosts\": [\n        {\n          \"condition\": \"meta.search.nodes.name:=\\\\`Electronics\\\\`\",\n          \"weight\": 5\n        },\n        {\n          \"condition\": \"meta.search.nodes.name:=\\\\`Electronics\\\\`\",\n          \"weight\": 5\n        }\n      ],\n      \"prefix\": true,\n      \"typo_tolerance\": {\n        \"num_typos\": 1,\n        \"min_len_to_allow_single_character_correction\": 3,\n        \"min_len_to_allow_two_character_correction\": 7,\n        \"typo_tokens_threshold\": 1,\n        \"drop_tokens_threshold\": 1,\n        \"drop_tokens_mode\": \"right_to_left\",\n        \"enable_typos_for_numerical_tokens\": true,\n        \"enable_typos_for_special_char_tokens\": true,\n        \"split_join_tokens\": \"fallback\"\n      },\n      \"synonym_settings\": {\n        \"demote_synonym_match\": true,\n        \"synonym_resolution_allowed_on_prefix\": true,\n        \"number_of_typos_allowed_when_resolving_synonyms\": 0\n      },\n      \"synonym_sets\": [\n        \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n        \"3fa85f64-5717-4562-b3fc-2c963f66afa6\"\n      ],\n      \"rule_groups\": [\n        \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n        \"3fa85f64-5717-4562-b3fc-2c963f66afa6\"\n      ],\n      \"force_use_default_price_for_faceting_and_sorting\": true\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b9de0493-5df6-41d3-a178-0416d7f0b95c",
          "name": "Delete search profile",
          "request": {
            "name": "Delete search profile",
            "description": {
              "content": "Delete a search profile.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "catalogs",
                "search-profiles",
                ":search_profile_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "ac107ce9-96ac-4bd5-aa3d-59f40b91279b",
                  "key": "search_profile_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique ID of the search profile",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "f421140a-30d5-45ad-a34b-9b73b9b44d3e",
              "name": "Successfully deleted search profile",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search-profiles",
                    ":search_profile_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the search profile",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "ac107ce9-96ac-4bd5-aa3d-59f40b91279b",
                      "key": "search_profile_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "754dd58b-3ef1-4c8e-bb8a-c3252aa960a5",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search-profiles",
                    ":search_profile_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the search profile",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "ac107ce9-96ac-4bd5-aa3d-59f40b91279b",
                      "key": "search_profile_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    },\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f55fe06f-68a0-4c90-bca4-9f19fe73d1ba",
              "name": "Permission denied - search profile owned by the organization",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search-profiles",
                    ":search_profile_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the search profile",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "ac107ce9-96ac-4bd5-aa3d-59f40b91279b",
                      "key": "search_profile_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    },\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8629d4c3-a74a-4d21-9bc5-d1e815d49c14",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search-profiles",
                    ":search_profile_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the search profile",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "ac107ce9-96ac-4bd5-aa3d-59f40b91279b",
                      "key": "search_profile_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "795ab336-8e11-4668-993f-9a38f4b44ebb",
          "name": "Set search profile as default",
          "request": {
            "name": "Set search profile as default",
            "description": {
              "content": "Set a search profile as the default.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "catalogs",
                "search-profiles",
                ":search_profile_id",
                "default"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "ac107ce9-96ac-4bd5-aa3d-59f40b91279b",
                  "key": "search_profile_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique ID of the search profile",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "ee920a19-9d1d-4fd8-8c7a-0a478068c797",
              "name": "Successfully updated the search profile",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search-profiles",
                    ":search_profile_id",
                    "default"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the search profile",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "ac107ce9-96ac-4bd5-aa3d-59f40b91279b",
                      "key": "search_profile_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"805103ff-0a37-4f83-8fe0-95a16039bd98\",\n    \"type\": \"catalog_search_profile\",\n    \"attributes\": {\n      \"slug\": \"default\",\n      \"description\": \"Default search profile\",\n      \"fields\": [\n        {\n          \"name\": \"name\",\n          \"weight\": 10,\n          \"num_typos\": 1,\n          \"prefix\": true\n        }\n      ],\n      \"force_use_default_price_for_faceting_and_sorting\": true,\n      \"text_match_type\": \"max_score\",\n      \"filters\": [\n        \"meta.search.categories.lvl1:=`All Products > Mens Shoes`\",\n        \"meta.search.categories.lvl1:=`All Products > Mens Shoes`\"\n      ],\n      \"exclusions\": [\n        \"meta.search.categories.lvl1:=`All Products > Mens Shoes`\",\n        \"meta.search.categories.lvl1:=`All Products > Mens Shoes`\"\n      ],\n      \"boosts\": [\n        {\n          \"condition\": \"meta.search.nodes.name:=\\\\`Electronics\\\\`\",\n          \"weight\": 5\n        },\n        {\n          \"condition\": \"meta.search.nodes.name:=\\\\`Electronics\\\\`\",\n          \"weight\": 5\n        }\n      ],\n      \"prefix\": true,\n      \"typo_tolerance\": {\n        \"num_typos\": 1,\n        \"min_len_to_allow_single_character_correction\": 3,\n        \"min_len_to_allow_two_character_correction\": 7,\n        \"typo_tokens_threshold\": 1,\n        \"drop_tokens_threshold\": 1,\n        \"drop_tokens_mode\": \"right_to_left\",\n        \"enable_typos_for_numerical_tokens\": true,\n        \"enable_typos_for_special_char_tokens\": true,\n        \"split_join_tokens\": \"fallback\"\n      },\n      \"synonym_settings\": {\n        \"demote_synonym_match\": true,\n        \"synonym_resolution_allowed_on_prefix\": true,\n        \"number_of_typos_allowed_when_resolving_synonyms\": 0\n      },\n      \"synonym_sets\": [\n        \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n        \"3fa85f64-5717-4562-b3fc-2c963f66afa6\"\n      ],\n      \"rule_groups\": [\n        \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n        \"3fa85f64-5717-4562-b3fc-2c963f66afa6\"\n      ]\n    },\n    \"meta\": {\n      \"default\": true,\n      \"owner\": \"organization\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b7e9d45f-46fc-4521-bffa-7f1e091bd0a0",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search-profiles",
                    ":search_profile_id",
                    "default"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the search profile",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "ac107ce9-96ac-4bd5-aa3d-59f40b91279b",
                      "key": "search_profile_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    },\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "90fed49c-6b2a-43c8-adca-1a69f45597f1",
              "name": "Permission denied - search profile owned by the organization",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search-profiles",
                    ":search_profile_id",
                    "default"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the search profile",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "ac107ce9-96ac-4bd5-aa3d-59f40b91279b",
                      "key": "search_profile_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    },\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3f4a0114-0e98-49a6-97a0-c6725c4ebf06",
              "name": "Search profile not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search-profiles",
                    ":search_profile_id",
                    "default"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the search profile",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "ac107ce9-96ac-4bd5-aa3d-59f40b91279b",
                      "key": "search_profile_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    },\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d50625df-a10b-4389-abee-4c7b6d6d340b",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search-profiles",
                    ":search_profile_id",
                    "default"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the search profile",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "ac107ce9-96ac-4bd5-aa3d-59f40b91279b",
                      "key": "search_profile_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Search Indexes",
      "description": "Search Indexes represent the indexed data for your catalog releases. Each time a catalog is published with search enabled, a search index is created containing the product data optimized for fast querying.\n\n### Index Status\n\nThe Search Indexes API allows you to view the status of your indexes and identify any that are out of sync. An index becomes out of sync when:\n\n- Indexable fields have been added, modified, or deleted\n- The index failed to build during catalog publishing\n- A reindex is required due to schema changes\n\n### Monitoring Indexes\n\nUse the list endpoint to:\n\n- **View all indexes**: See all search indexes for your store\n- **Check sync status**: Identify indexes that need reindexing\n- **Filter by status**: Find only out-of-sync indexes using the `out_of_sync` query parameter\n\n### Index Information\n\nEach search index includes:\n\n| Property      | Description                                             |\n|---------------|---------------------------------------------------------|\n| `catalog_id`  | The ID of the catalog this index belongs to             |\n| `release_id`  | The ID of the catalog release this index was built from |\n| `out_of_sync` | Whether the index needs to be rebuilt                   |\n\n### Reindexing\n\nWhen indexes are out of sync, use the reindex endpoint in [Jobs](/docs/api/pxm/catalog-search/jobs) to rebuild them. Reindexing ensures your search indexes reflect the current indexable field configuration.\n",
      "item": [
        {
          "id": "7dfce0bf-a961-4160-8920-53d9bcb470bb",
          "name": "List search indexes",
          "request": {
            "name": "List search indexes",
            "description": {
              "content": "List search indexes.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "catalogs",
                "search-indexes"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter search indexes by out of sync status",
                    "type": "text/plain"
                  },
                  "key": "out_of_sync",
                  "value": "false"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "52028200-d022-4f9d-8258-bf383e500a30",
              "name": "List search indexes",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search-indexes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter search indexes by out of sync status",
                        "type": "text/plain"
                      },
                      "key": "out_of_sync",
                      "value": "false"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"805103ff-0a37-4f83-8fe0-95a16039bd98\",\n      \"type\": \"catalog_search_index\",\n      \"meta\": {\n        \"catalog_id\": \"ac107ce9-96ac-4bd5-aa3d-59f40b91279b\",\n        \"release_id\": \"b2ddd253-d9bd-4344-a18b-581c1e0b25f8\",\n        \"out_of_sync\": false,\n        \"owner\": \"organization\"\n      }\n    },\n    {\n      \"id\": \"805103ff-0a37-4f83-8fe0-95a16039bd98\",\n      \"type\": \"catalog_search_index\",\n      \"meta\": {\n        \"catalog_id\": \"ac107ce9-96ac-4bd5-aa3d-59f40b91279b\",\n        \"release_id\": \"b2ddd253-d9bd-4344-a18b-581c1e0b25f8\",\n        \"out_of_sync\": false,\n        \"owner\": \"organization\"\n      }\n    }\n  ],\n  \"meta\": {\n    \"results\": {\n      \"total\": 100\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "154c21bb-1ea1-42ef-b850-051852ac16c0",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search-indexes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter search indexes by out of sync status",
                        "type": "text/plain"
                      },
                      "key": "out_of_sync",
                      "value": "false"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    },\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ff2f5f93-2766-4a0b-ad0f-f1315a1d9944",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search-indexes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter search indexes by out of sync status",
                        "type": "text/plain"
                      },
                      "key": "out_of_sync",
                      "value": "false"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Jobs",
      "description": "Jobs manage the indexing operations for catalog search. When catalogs are published or when reindexing is required, jobs process the product data and build search indexes.\n\n### Job Types\n\n| Type                      | Description                                                                                         |\n|---------------------------|-----------------------------------------------------------------------------------------------------|\n| `index-release`           | Index a specific catalog release. Created automatically when a search-enabled catalog is published. |\n| `delete-release`          | Remove the search index for a catalog release.                                                      |\n| `reindex-tenant-releases` | Reindex all catalog releases for the store. Use when indexable fields have changed.                 |\n\n### Job Lifecycle\n\nJobs progress through the following states:\n\n1. **pending**: Job has been created and is waiting to be processed\n2. **processing**: Job is actively indexing products\n3. **complete**: Job finished successfully\n4. **failed**: Job encountered an error\n\n### Automatic Indexing\n\nWhen you publish a catalog with search enabled, an `index-release` job is automatically created. The catalog release remains in a publishing state until the indexing job completes successfully.\n\n### Manual Reindexing\n\nUse the reindex endpoint when:\n\n- You've added, modified, or deleted indexable fields\n- Search indexes are out of sync (check via [Search Indexes](/docs/api/pxm/catalog-search/search-indexes))\n- You need to rebuild indexes after a failure\n\nThe reindex operation creates jobs for all catalog releases that need updating. You can optionally force a full reindex of all releases regardless of their sync status.\n\n### Conflict Handling\n\nOnly one reindexing operation can run at a time. If you attempt to start a reindex while another is in progress, the API returns a 409 Conflict error.\n",
      "item": [
        {
          "id": "042f7a2c-391a-438d-83f1-bbbb23146842",
          "name": "Reindex all releases for tenant",
          "request": {
            "name": "Reindex all releases for tenant",
            "description": {
              "content": "Create a new job to reindex all releases for the tenant.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "catalogs",
                "reindex-releases"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"force_reindex\": true\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "c2c6f65e-1d6f-4bf0-87bb-6a34c4aa7448",
              "name": "Reindex tenant releases request successful",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "reindex-releases"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"force_reindex\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"4c9efe34-57bb-4117-abed-184008d3ae0a\",\n  \"type\": \"job\",\n  \"attributes\": {\n    \"status\": \"pending\",\n    \"type\": \"index-release\",\n    \"catalog_id\": \"ac107ce9-96ac-4bd5-aa3d-59f40b91279b\",\n    \"catalog_release_id\": \"c12c4e5b-f5e4-4bd0-ac86-9f1202fc27f9\"\n  },\n  \"meta\": {\n    \"errors\": [\n      {\n        \"detail\": \"Failed to get release\",\n        \"context\": {}\n      },\n      {\n        \"detail\": \"Failed to get release\",\n        \"context\": {}\n      }\n    ]\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4426b426-48a2-45e6-a02d-bd5615b7cbf4",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "reindex-releases"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"force_reindex\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    },\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "29b67abc-ab83-46b2-85d7-635df0726875",
              "name": "Conflict - another reindexing job already queued or in progress",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "reindex-releases"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"force_reindex\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    },\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bbf9e8ed-640f-45c7-8fa0-20edb157decb",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "reindex-releases"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"force_reindex\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Stopword Sets",
      "description": "Stopword Sets allow you to define sets of common words (such as \"the\", \"a\", \"an\", \"is\") that should be ignored during search queries. By removing these low-value terms from search processing, you can improve search relevance and reduce noise in results.\n\n### How Stopword Sets Work\n\nA stopword set is a named container of stopword words. Each set belongs to an organization or store and is synced asynchronously. Once synced, the stopwords are applied during search query processing to filter out the specified terms.\n\n### Common Stopwords\n\nStopword sets contain a flat list of words to ignore:\n\n- **Common articles**: \"the\", \"a\", \"an\"\n- **Prepositions**: \"in\", \"on\", \"at\", \"for\"\n- **Conjunctions**: \"and\", \"or\", \"but\"\n\n### Sync Status\n\nStopword sets are synced asynchronously. The sync status is tracked and exposed in API responses:\n\n| Status           | Description                                                    |\n|------------------|----------------------------------------------------------------|\n| `pending_sync`   | Set has been saved but is not yet applied to the search cluster |\n| `synced`         | Set has been successfully synced                               |\n| `sync_failed`    | The last sync attempt failed                                   |\n| `pending_delete` | Set is marked for deletion; a background worker will remove it |\n\n### Tenancy\n\nStopword sets follow the same tenancy model as other resources:\n\n- **Organization-scoped sets**: Managed by the organization; apply across all stores\n- **Store-scoped sets**: Managed by the store; apply only to that store\n\nStores cannot modify organization-scoped stopword sets.\n",
      "item": [
        {
          "id": "b332e288-3d69-42ae-971b-ac414db927c1",
          "name": "Create stopword set",
          "request": {
            "name": "Create stopword set",
            "description": {
              "content": "Create a new stopwords set.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "catalogs",
                "search",
                "stopword-sets"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"catalog_search_stopword_set\",\n    \"attributes\": {\n      \"stopwords\": [\n        \"the\",\n        \"a\",\n        \"an\",\n        \"is\"\n      ],\n      \"locale\": \"en\"\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "95b608e4-798f-4d57-8989-6390f8f57da5",
              "name": "Successfully created stopword set",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "stopword-sets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"catalog_search_stopword_set\",\n    \"attributes\": {\n      \"stopwords\": [\n        \"the\",\n        \"a\",\n        \"an\",\n        \"is\"\n      ],\n      \"locale\": \"en\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"550e8400-e29b-41d4-a716-446655440000\",\n    \"type\": \"catalog_search_stopword_set\",\n    \"attributes\": {\n      \"stopwords\": [\n        \"the\",\n        \"a\",\n        \"an\",\n        \"is\"\n      ],\n      \"locale\": \"en\"\n    },\n    \"meta\": {\n      \"created_at\": \"2026-03-05T12:00:00Z\",\n      \"updated_at\": \"2026-03-05T12:00:00Z\",\n      \"owner\": \"organization\",\n      \"sync_status\": \"pending_sync\",\n      \"last_synced_at\": \"2026-03-05T12:01:00Z\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "eb02fd11-16fc-46dd-81ae-60643e7b8b1f",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "stopword-sets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"catalog_search_stopword_set\",\n    \"attributes\": {\n      \"stopwords\": [\n        \"the\",\n        \"a\",\n        \"an\",\n        \"is\"\n      ],\n      \"locale\": \"en\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    },\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "da402bd6-2cea-4ae6-829d-53d9ad6972ac",
              "name": "Conflict - a stopwords set for the given locale already exists",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "stopword-sets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"catalog_search_stopword_set\",\n    \"attributes\": {\n      \"stopwords\": [\n        \"the\",\n        \"a\",\n        \"an\",\n        \"is\"\n      ],\n      \"locale\": \"en\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    },\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b9b2c4ad-f610-41f3-9ac5-4edad1cf7b1a",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "stopword-sets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"catalog_search_stopword_set\",\n    \"attributes\": {\n      \"stopwords\": [\n        \"the\",\n        \"a\",\n        \"an\",\n        \"is\"\n      ],\n      \"locale\": \"en\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9705e016-2d9b-4a34-88c4-c703ab7aeeee",
          "name": "List stopword sets",
          "request": {
            "name": "List stopword sets",
            "description": {
              "content": "List all stopwords sets.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "catalogs",
                "search",
                "stopword-sets"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "dccebd0e-ea72-4e93-9132-c43da9773703",
              "name": "Successfully listed stopword sets",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "stopword-sets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"550e8400-e29b-41d4-a716-446655440000\",\n      \"type\": \"catalog_search_stopword_set\",\n      \"attributes\": {\n        \"stopwords\": [\n          \"the\",\n          \"a\",\n          \"an\",\n          \"is\"\n        ],\n        \"locale\": \"en\"\n      },\n      \"meta\": {\n        \"created_at\": \"2026-03-05T12:00:00Z\",\n        \"updated_at\": \"2026-03-05T12:00:00Z\",\n        \"owner\": \"organization\",\n        \"sync_status\": \"pending_sync\",\n        \"last_synced_at\": \"2026-03-05T12:01:00Z\"\n      }\n    },\n    {\n      \"id\": \"550e8400-e29b-41d4-a716-446655440000\",\n      \"type\": \"catalog_search_stopword_set\",\n      \"attributes\": {\n        \"stopwords\": [\n          \"the\",\n          \"a\",\n          \"an\",\n          \"is\"\n        ],\n        \"locale\": \"en\"\n      },\n      \"meta\": {\n        \"created_at\": \"2026-03-05T12:00:00Z\",\n        \"updated_at\": \"2026-03-05T12:00:00Z\",\n        \"owner\": \"organization\",\n        \"sync_status\": \"pending_sync\",\n        \"last_synced_at\": \"2026-03-05T12:01:00Z\"\n      }\n    }\n  ],\n  \"meta\": {\n    \"results\": {\n      \"total\": 100\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3bf9d50a-5276-4721-9ad8-303879d1b9c1",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "stopword-sets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "57c555cd-a644-451a-95c6-0dff9d070083",
          "name": "Get stopword set",
          "request": {
            "name": "Get stopword set",
            "description": {
              "content": "Get a stopwords set by ID.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "catalogs",
                "search",
                "stopword-sets",
                ":stopword_set_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "550e8400-e29b-41d4-a716-446655440000",
                  "key": "stopword_set_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique ID of the stopword set",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "f2ff009a-20ab-4362-b00e-af4d952bcabb",
              "name": "Successfully retrieved stopword set",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "stopword-sets",
                    ":stopword_set_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the stopword set",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "550e8400-e29b-41d4-a716-446655440000",
                      "key": "stopword_set_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"550e8400-e29b-41d4-a716-446655440000\",\n    \"type\": \"catalog_search_stopword_set\",\n    \"attributes\": {\n      \"stopwords\": [\n        \"the\",\n        \"a\",\n        \"an\",\n        \"is\"\n      ],\n      \"locale\": \"en\"\n    },\n    \"meta\": {\n      \"created_at\": \"2026-03-05T12:00:00Z\",\n      \"updated_at\": \"2026-03-05T12:00:00Z\",\n      \"owner\": \"organization\",\n      \"sync_status\": \"pending_sync\",\n      \"last_synced_at\": \"2026-03-05T12:01:00Z\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6bc5b8d8-68c3-4531-a949-30c1fe5eb615",
              "name": "Stopword set not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "stopword-sets",
                    ":stopword_set_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the stopword set",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "550e8400-e29b-41d4-a716-446655440000",
                      "key": "stopword_set_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    },\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "575a0f3c-3290-40f3-8638-155ab108754e",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "stopword-sets",
                    ":stopword_set_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the stopword set",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "550e8400-e29b-41d4-a716-446655440000",
                      "key": "stopword_set_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f1b335f5-1c55-4f41-86a8-8fda256dbbd6",
          "name": "Update stopword set",
          "request": {
            "name": "Update stopword set",
            "description": {
              "content": "Update the stopwords in an existing stopwords set. The locale cannot be changed.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "catalogs",
                "search",
                "stopword-sets",
                ":stopword_set_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "550e8400-e29b-41d4-a716-446655440000",
                  "key": "stopword_set_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique ID of the stopword set",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"id\": \"550e8400-e29b-41d4-a716-446655440000\",\n    \"type\": \"catalog_search_stopword_set\",\n    \"attributes\": {\n      \"stopwords\": [\n        \"the\",\n        \"a\",\n        \"an\"\n      ]\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "7bfff971-e5b2-4e42-8e70-6c15a6ed6758",
              "name": "Successfully updated stopword set",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "stopword-sets",
                    ":stopword_set_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the stopword set",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "550e8400-e29b-41d4-a716-446655440000",
                      "key": "stopword_set_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"550e8400-e29b-41d4-a716-446655440000\",\n    \"type\": \"catalog_search_stopword_set\",\n    \"attributes\": {\n      \"stopwords\": [\n        \"the\",\n        \"a\",\n        \"an\"\n      ]\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"550e8400-e29b-41d4-a716-446655440000\",\n    \"type\": \"catalog_search_stopword_set\",\n    \"attributes\": {\n      \"stopwords\": [\n        \"the\",\n        \"a\",\n        \"an\",\n        \"is\"\n      ],\n      \"locale\": \"en\"\n    },\n    \"meta\": {\n      \"created_at\": \"2026-03-05T12:00:00Z\",\n      \"updated_at\": \"2026-03-05T12:00:00Z\",\n      \"owner\": \"organization\",\n      \"sync_status\": \"pending_sync\",\n      \"last_synced_at\": \"2026-03-05T12:01:00Z\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "010e8101-869e-4357-b533-4e2e01d57c2a",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "stopword-sets",
                    ":stopword_set_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the stopword set",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "550e8400-e29b-41d4-a716-446655440000",
                      "key": "stopword_set_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"550e8400-e29b-41d4-a716-446655440000\",\n    \"type\": \"catalog_search_stopword_set\",\n    \"attributes\": {\n      \"stopwords\": [\n        \"the\",\n        \"a\",\n        \"an\"\n      ]\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    },\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ad91d18a-aa41-45f4-bf74-2658fa800c7f",
              "name": "Permission denied",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "stopword-sets",
                    ":stopword_set_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the stopword set",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "550e8400-e29b-41d4-a716-446655440000",
                      "key": "stopword_set_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"550e8400-e29b-41d4-a716-446655440000\",\n    \"type\": \"catalog_search_stopword_set\",\n    \"attributes\": {\n      \"stopwords\": [\n        \"the\",\n        \"a\",\n        \"an\"\n      ]\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    },\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "132d36b6-8d68-4b7b-98a2-9f5686661dba",
              "name": "Stopword set not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "stopword-sets",
                    ":stopword_set_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the stopword set",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "550e8400-e29b-41d4-a716-446655440000",
                      "key": "stopword_set_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"550e8400-e29b-41d4-a716-446655440000\",\n    \"type\": \"catalog_search_stopword_set\",\n    \"attributes\": {\n      \"stopwords\": [\n        \"the\",\n        \"a\",\n        \"an\"\n      ]\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    },\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1b7d5b0f-482b-409c-9ec9-fafa442b339b",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "stopword-sets",
                    ":stopword_set_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the stopword set",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "550e8400-e29b-41d4-a716-446655440000",
                      "key": "stopword_set_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"550e8400-e29b-41d4-a716-446655440000\",\n    \"type\": \"catalog_search_stopword_set\",\n    \"attributes\": {\n      \"stopwords\": [\n        \"the\",\n        \"a\",\n        \"an\"\n      ]\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "434e0fed-c891-489a-9702-a88ede952a0b",
          "name": "Delete stopword set",
          "request": {
            "name": "Delete stopword set",
            "description": {
              "content": "Delete a stopword set by ID.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "catalogs",
                "search",
                "stopword-sets",
                ":stopword_set_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "550e8400-e29b-41d4-a716-446655440000",
                  "key": "stopword_set_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique ID of the stopword set",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "d3dee092-3a2a-4136-aed8-78b65f4957e1",
              "name": "Stopword set marked for deletion",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "stopword-sets",
                    ":stopword_set_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the stopword set",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "550e8400-e29b-41d4-a716-446655440000",
                      "key": "stopword_set_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "8203c384-ad4d-498d-9680-f821e9b567b8",
              "name": "Permission denied",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "stopword-sets",
                    ":stopword_set_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the stopword set",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "550e8400-e29b-41d4-a716-446655440000",
                      "key": "stopword_set_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    },\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7c6ee14b-1afc-4802-ba56-7b6da4f256d4",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "stopword-sets",
                    ":stopword_set_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the stopword set",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "550e8400-e29b-41d4-a716-446655440000",
                      "key": "stopword_set_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Synonym Sets",
      "description": "Synonym Sets allow you to define groups of equivalent or related terms so that searches for one term also return results for its synonyms. This helps shoppers find products regardless of the specific terminology they use.\n\n### How Synonym Sets Work\n\nA synonym set is a named container of synonym items. Each set belongs to an organization or store and is synced asynchronously. Once synced, a set can be attached to one or more search profiles; its synonym rules are then applied during searches that use those profiles to expand queries with matching terms.\n\n### Synonym Types\n\nEach item within a synonym set can be either multi-way or one-way:\n\n- **Multi-way synonyms**: All terms are treated as equivalent. Searching for any term in the list returns results for all of them. For example, `[\"sneakers\", \"trainers\", \"running shoes\"]` means a search for \"trainers\" also returns results for \"sneakers\" and \"running shoes\".\n- **One-way synonyms**: Searches for a `root` term also match the `synonyms`, but not vice versa. For example, with `root: \"jacket\"` and `synonyms: [\"blazer\", \"coat\"]`, searching for \"jacket\" also returns results for \"blazer\" and \"coat\", but searching for \"blazer\" does not return results for \"jacket\".\n\n### Synonym Item Configuration\n\nEach item within a synonym set supports the following options:\n\n| Option             | Required | Description                                                                                                  |\n|--------------------|----------|--------------------------------------------------------------------------------------------------------------|\n| `id`               | Yes      | Unique identifier for the item within the set. Alphanumeric characters, hyphens, and underscores only.       |\n| `synonyms`         | Yes      | List of synonym terms. Minimum 1 if `root` is provided (one-way), minimum 2 if `root` is absent (multi-way). |\n| `root`             | No       | Makes this a one-way synonym. Must not also appear in the `synonyms` array.                                  |\n| `locale`           | No       | ISO 639-1 language code for this item. Defaults to `en`. See **Locale and Synonym Expansion** below.          |\n| `symbols_to_index` | No       | Special characters to preserve as part of tokens. Each element must be exactly one character.                |\n\n### Locale and Synonym Expansion\n\nA synonym only expands a query when its locale matches the locale of the **highest-weighted search field**\nfor that request. Omitting a locale is identical to setting `en`, so under a normal single-language\nconfiguration every synonym applies and no locale needs to be set.\n\nLocale becomes significant when a catalog carries localized product text:\n\n- A request with no `Accept-Language` header searches the catalog's global `name` and `description`, which\n  are English. Synonyms with locale `en` — or none — expand.\n- A request with `Accept-Language: fr`, against a catalog that has French `name` or `description`, promotes\n  the French text above the global text. Only synonyms with locale `fr` expand; English ones do not. **A\n  French catalog therefore needs French synonym items.**\n- If a field that has no localized variant is weighted above `name` and `description`, that field's locale\n  governs instead, so French synonyms do not expand even for a French request.\n- A custom field configured with a locale governs every request when it is the highest-weighted field,\n  including requests with no `Accept-Language` header.\n\nBecause the highest-weighted field decides this, changing search field weights can change which synonyms\nexpand.\n\n### Sync Status\n\nSynonym sets are synced asynchronously. The sync status is tracked and exposed in API responses:\n\n| Status           | Description                                                    |\n|------------------|----------------------------------------------------------------|\n| `pending_sync`   | Set has been saved but is not yet applied to the search cluster |\n| `synced`         | Set has been successfully synced                               |\n| `sync_failed`    | The last sync attempt failed                                   |\n| `pending_delete` | Set is marked for deletion; a background worker will remove it |\n\n### Tenancy\n\nSynonym sets follow the same tenancy model as other resources:\n\n- **Organization-scoped sets**: Managed by the organization; apply across all stores\n- **Store-scoped sets**: Managed by the store; apply only to that store\n\nStores cannot modify organization-scoped synonym sets.\n\n### Using Synonym Sets in Search Profiles\n\nSynonym sets only take effect once they are attached to a [search profile](/docs/api/pxm/catalog-search/search-profiles) via its `synonym_sets` attribute. At search time, the synonym sets of the resolved search profile are applied to the query.\n\nWhen attaching a synonym set to a search profile:\n\n- The set must exist and be accessible by the calling tenant. Organization-level search profiles may only reference organization-level sets; store-level search profiles may reference organization-level and same-store sets.\n- The set must have been synced at least once. A set in `pending_sync` or `sync_failed` state can still be used if it was previously synced — its last synced state continues to apply.\n\nA synonym set cannot be deleted while it is referenced by any search profile; the delete request is rejected with a `409 Conflict` until the reference is removed.\n\n### Use Cases\n\n- **Regional terminology**: Map British and American English terms (e.g., \"trousers\" ↔ \"pants\")\n- **Brand equivalents**: Link product category names with common alternatives\n- **Industry jargon**: Ensure technical terms match colloquial ones\n- **Abbreviations**: Map abbreviations to their full forms (e.g., \"tee\" → \"t-shirt\")\n",
      "item": [
        {
          "id": "625e8b4b-267e-4457-92d3-7881789087ed",
          "name": "Create synonym set",
          "request": {
            "name": "Create synonym set",
            "description": {
              "content": "Create a new synonym set.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "catalogs",
                "search",
                "synonym-sets"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"catalog_search_synonym_set\",\n    \"attributes\": {\n      \"name\": \"Apparel terms\",\n      \"items\": [\n        {\n          \"id\": \"footwear-terms\",\n          \"synonyms\": [\n            \"sneakers\",\n            \"trainers\",\n            \"running shoes\"\n          ],\n          \"root\": \"jacket\",\n          \"locale\": \"en\",\n          \"symbols_to_index\": [\n            \"-\"\n          ]\n        }\n      ]\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "89076801-4551-4e9d-8288-1840454a18e3",
              "name": "Successfully created synonym set",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "synonym-sets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"catalog_search_synonym_set\",\n    \"attributes\": {\n      \"name\": \"Apparel terms\",\n      \"items\": [\n        {\n          \"id\": \"footwear-terms\",\n          \"synonyms\": [\n            \"sneakers\",\n            \"trainers\",\n            \"running shoes\"\n          ],\n          \"root\": \"jacket\",\n          \"locale\": \"en\",\n          \"symbols_to_index\": [\n            \"-\"\n          ]\n        }\n      ]\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"550e8400-e29b-41d4-a716-446655440000\",\n    \"type\": \"catalog_search_synonym_set\",\n    \"attributes\": {\n      \"name\": \"Apparel terms\",\n      \"items\": [\n        {\n          \"id\": \"footwear-terms\",\n          \"synonyms\": [\n            \"sneakers\",\n            \"trainers\",\n            \"running shoes\"\n          ],\n          \"root\": \"jacket\",\n          \"locale\": \"en\",\n          \"symbols_to_index\": [\n            \"-\"\n          ]\n        }\n      ]\n    },\n    \"meta\": {\n      \"created_at\": \"2026-03-05T12:00:00Z\",\n      \"updated_at\": \"2026-03-05T12:00:00Z\",\n      \"owner\": \"organization\",\n      \"sync_status\": \"pending_sync\",\n      \"last_synced_at\": \"2026-03-05T12:01:00Z\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b149f95e-02b5-4ae4-9816-4709faa3cdaa",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "synonym-sets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"catalog_search_synonym_set\",\n    \"attributes\": {\n      \"name\": \"Apparel terms\",\n      \"items\": [\n        {\n          \"id\": \"footwear-terms\",\n          \"synonyms\": [\n            \"sneakers\",\n            \"trainers\",\n            \"running shoes\"\n          ],\n          \"root\": \"jacket\",\n          \"locale\": \"en\",\n          \"symbols_to_index\": [\n            \"-\"\n          ]\n        }\n      ]\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    },\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "07063ecc-a3bf-4d10-b567-d1ead27e7f61",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "synonym-sets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"catalog_search_synonym_set\",\n    \"attributes\": {\n      \"name\": \"Apparel terms\",\n      \"items\": [\n        {\n          \"id\": \"footwear-terms\",\n          \"synonyms\": [\n            \"sneakers\",\n            \"trainers\",\n            \"running shoes\"\n          ],\n          \"root\": \"jacket\",\n          \"locale\": \"en\",\n          \"symbols_to_index\": [\n            \"-\"\n          ]\n        }\n      ]\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "497d170c-d31e-40f4-a7e5-b064ff9282a8",
          "name": "List synonym sets",
          "request": {
            "name": "List synonym sets",
            "description": {
              "content": "List all synonym sets.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "catalogs",
                "search",
                "synonym-sets"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "719179fc-3a70-426b-b459-4368bfdd0081",
              "name": "Successfully listed synonym sets",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "synonym-sets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"550e8400-e29b-41d4-a716-446655440000\",\n      \"type\": \"catalog_search_synonym_set\",\n      \"attributes\": {\n        \"name\": \"Apparel terms\",\n        \"items\": [\n          {\n            \"id\": \"footwear-terms\",\n            \"synonyms\": [\n              \"sneakers\",\n              \"trainers\",\n              \"running shoes\"\n            ],\n            \"root\": \"jacket\",\n            \"locale\": \"en\",\n            \"symbols_to_index\": [\n              \"-\"\n            ]\n          }\n        ]\n      },\n      \"meta\": {\n        \"created_at\": \"2026-03-05T12:00:00Z\",\n        \"updated_at\": \"2026-03-05T12:00:00Z\",\n        \"owner\": \"organization\",\n        \"sync_status\": \"pending_sync\",\n        \"last_synced_at\": \"2026-03-05T12:01:00Z\"\n      }\n    },\n    {\n      \"id\": \"550e8400-e29b-41d4-a716-446655440000\",\n      \"type\": \"catalog_search_synonym_set\",\n      \"attributes\": {\n        \"name\": \"Apparel terms\",\n        \"items\": [\n          {\n            \"id\": \"footwear-terms\",\n            \"synonyms\": [\n              \"sneakers\",\n              \"trainers\",\n              \"running shoes\"\n            ],\n            \"root\": \"jacket\",\n            \"locale\": \"en\",\n            \"symbols_to_index\": [\n              \"-\"\n            ]\n          }\n        ]\n      },\n      \"meta\": {\n        \"created_at\": \"2026-03-05T12:00:00Z\",\n        \"updated_at\": \"2026-03-05T12:00:00Z\",\n        \"owner\": \"organization\",\n        \"sync_status\": \"pending_sync\",\n        \"last_synced_at\": \"2026-03-05T12:01:00Z\"\n      }\n    }\n  ],\n  \"meta\": {\n    \"results\": {\n      \"total\": 100\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c3db9334-e77a-4cbd-820d-5a4aaf58993f",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "synonym-sets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9c1b0617-0e66-4751-b75e-6a8c6da2453e",
          "name": "Get synonym set",
          "request": {
            "name": "Get synonym set",
            "description": {
              "content": "Get a synonym set by ID.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "catalogs",
                "search",
                "synonym-sets",
                ":synonym_set_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "550e8400-e29b-41d4-a716-446655440000",
                  "key": "synonym_set_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique ID of the synonym set",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "aa120464-19b0-461c-baf2-5b8a1ff9a2fa",
              "name": "Successfully retrieved synonym set",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "synonym-sets",
                    ":synonym_set_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the synonym set",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "550e8400-e29b-41d4-a716-446655440000",
                      "key": "synonym_set_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"550e8400-e29b-41d4-a716-446655440000\",\n    \"type\": \"catalog_search_synonym_set\",\n    \"attributes\": {\n      \"name\": \"Apparel terms\",\n      \"items\": [\n        {\n          \"id\": \"footwear-terms\",\n          \"synonyms\": [\n            \"sneakers\",\n            \"trainers\",\n            \"running shoes\"\n          ],\n          \"root\": \"jacket\",\n          \"locale\": \"en\",\n          \"symbols_to_index\": [\n            \"-\"\n          ]\n        }\n      ]\n    },\n    \"meta\": {\n      \"created_at\": \"2026-03-05T12:00:00Z\",\n      \"updated_at\": \"2026-03-05T12:00:00Z\",\n      \"owner\": \"organization\",\n      \"sync_status\": \"pending_sync\",\n      \"last_synced_at\": \"2026-03-05T12:01:00Z\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8e5611d8-8f7b-4a42-8e3d-3c4c76319af4",
              "name": "Synonym set not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "synonym-sets",
                    ":synonym_set_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the synonym set",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "550e8400-e29b-41d4-a716-446655440000",
                      "key": "synonym_set_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    },\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "26023183-d426-403c-b405-306077e8bf3f",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "synonym-sets",
                    ":synonym_set_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the synonym set",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "550e8400-e29b-41d4-a716-446655440000",
                      "key": "synonym_set_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ac40df8c-6bdd-4592-a92c-a8666ceac279",
          "name": "Update synonym set",
          "request": {
            "name": "Update synonym set",
            "description": {
              "content": "Update a synonym set by ID.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "catalogs",
                "search",
                "synonym-sets",
                ":synonym_set_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "550e8400-e29b-41d4-a716-446655440000",
                  "key": "synonym_set_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique ID of the synonym set",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n    \"type\": \"catalog_search_synonym_set\",\n    \"attributes\": {\n      \"name\": \"Apparel terms\",\n      \"items\": [\n        {\n          \"id\": \"footwear-terms\",\n          \"synonyms\": [\n            \"sneakers\",\n            \"trainers\",\n            \"running shoes\"\n          ],\n          \"root\": \"jacket\",\n          \"locale\": \"en\",\n          \"symbols_to_index\": [\n            \"-\"\n          ]\n        }\n      ]\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "a08403b7-28e7-4284-aae8-bd7fb041824a",
              "name": "Successfully updated synonym set",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "synonym-sets",
                    ":synonym_set_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the synonym set",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "550e8400-e29b-41d4-a716-446655440000",
                      "key": "synonym_set_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n    \"type\": \"catalog_search_synonym_set\",\n    \"attributes\": {\n      \"name\": \"Apparel terms\",\n      \"items\": [\n        {\n          \"id\": \"footwear-terms\",\n          \"synonyms\": [\n            \"sneakers\",\n            \"trainers\",\n            \"running shoes\"\n          ],\n          \"root\": \"jacket\",\n          \"locale\": \"en\",\n          \"symbols_to_index\": [\n            \"-\"\n          ]\n        }\n      ]\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"550e8400-e29b-41d4-a716-446655440000\",\n    \"type\": \"catalog_search_synonym_set\",\n    \"attributes\": {\n      \"name\": \"Apparel terms\",\n      \"items\": [\n        {\n          \"id\": \"footwear-terms\",\n          \"synonyms\": [\n            \"sneakers\",\n            \"trainers\",\n            \"running shoes\"\n          ],\n          \"root\": \"jacket\",\n          \"locale\": \"en\",\n          \"symbols_to_index\": [\n            \"-\"\n          ]\n        }\n      ]\n    },\n    \"meta\": {\n      \"created_at\": \"2026-03-05T12:00:00Z\",\n      \"updated_at\": \"2026-03-05T12:00:00Z\",\n      \"owner\": \"organization\",\n      \"sync_status\": \"pending_sync\",\n      \"last_synced_at\": \"2026-03-05T12:01:00Z\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1aba4afc-60a5-44ff-a95a-aa2c0d9b396d",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "synonym-sets",
                    ":synonym_set_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the synonym set",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "550e8400-e29b-41d4-a716-446655440000",
                      "key": "synonym_set_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n    \"type\": \"catalog_search_synonym_set\",\n    \"attributes\": {\n      \"name\": \"Apparel terms\",\n      \"items\": [\n        {\n          \"id\": \"footwear-terms\",\n          \"synonyms\": [\n            \"sneakers\",\n            \"trainers\",\n            \"running shoes\"\n          ],\n          \"root\": \"jacket\",\n          \"locale\": \"en\",\n          \"symbols_to_index\": [\n            \"-\"\n          ]\n        }\n      ]\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    },\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "248e92cf-9384-48cd-b501-05eecf1a713b",
              "name": "Permission denied",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "synonym-sets",
                    ":synonym_set_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the synonym set",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "550e8400-e29b-41d4-a716-446655440000",
                      "key": "synonym_set_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n    \"type\": \"catalog_search_synonym_set\",\n    \"attributes\": {\n      \"name\": \"Apparel terms\",\n      \"items\": [\n        {\n          \"id\": \"footwear-terms\",\n          \"synonyms\": [\n            \"sneakers\",\n            \"trainers\",\n            \"running shoes\"\n          ],\n          \"root\": \"jacket\",\n          \"locale\": \"en\",\n          \"symbols_to_index\": [\n            \"-\"\n          ]\n        }\n      ]\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    },\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a8de0c2b-e539-4440-b708-90873f2dfa28",
              "name": "Synonym set not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "synonym-sets",
                    ":synonym_set_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the synonym set",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "550e8400-e29b-41d4-a716-446655440000",
                      "key": "synonym_set_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n    \"type\": \"catalog_search_synonym_set\",\n    \"attributes\": {\n      \"name\": \"Apparel terms\",\n      \"items\": [\n        {\n          \"id\": \"footwear-terms\",\n          \"synonyms\": [\n            \"sneakers\",\n            \"trainers\",\n            \"running shoes\"\n          ],\n          \"root\": \"jacket\",\n          \"locale\": \"en\",\n          \"symbols_to_index\": [\n            \"-\"\n          ]\n        }\n      ]\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    },\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3dcaecec-bee6-475f-92b9-31f4a874fccf",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "synonym-sets",
                    ":synonym_set_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the synonym set",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "550e8400-e29b-41d4-a716-446655440000",
                      "key": "synonym_set_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n    \"type\": \"catalog_search_synonym_set\",\n    \"attributes\": {\n      \"name\": \"Apparel terms\",\n      \"items\": [\n        {\n          \"id\": \"footwear-terms\",\n          \"synonyms\": [\n            \"sneakers\",\n            \"trainers\",\n            \"running shoes\"\n          ],\n          \"root\": \"jacket\",\n          \"locale\": \"en\",\n          \"symbols_to_index\": [\n            \"-\"\n          ]\n        }\n      ]\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ec1bdbb0-2f0d-4eae-ac44-8aa01e8bccf3",
          "name": "Delete synonym set",
          "request": {
            "name": "Delete synonym set",
            "description": {
              "content": "Delete a synonym set by ID. A synonym set cannot be deleted while it is being used by any search profile.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "catalogs",
                "search",
                "synonym-sets",
                ":synonym_set_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "550e8400-e29b-41d4-a716-446655440000",
                  "key": "synonym_set_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique ID of the synonym set",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "4c9d08e5-531c-4a40-8530-fd600a0b3fbd",
              "name": "Synonym set marked for deletion",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "synonym-sets",
                    ":synonym_set_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the synonym set",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "550e8400-e29b-41d4-a716-446655440000",
                      "key": "synonym_set_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "dc7649ae-a7ac-40f8-a23f-79d6563b7396",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "synonym-sets",
                    ":synonym_set_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the synonym set",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "550e8400-e29b-41d4-a716-446655440000",
                      "key": "synonym_set_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    },\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a31c0248-96f5-4653-99aa-46bd03b26934",
              "name": "Permission denied",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "synonym-sets",
                    ":synonym_set_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the synonym set",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "550e8400-e29b-41d4-a716-446655440000",
                      "key": "synonym_set_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    },\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bd268031-f0ee-48e5-bc98-185ef11b344b",
              "name": "Conflict - synonym set is referenced by a search profile",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "synonym-sets",
                    ":synonym_set_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the synonym set",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "550e8400-e29b-41d4-a716-446655440000",
                      "key": "synonym_set_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    },\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "da015153-c252-42c2-8cf7-9c6ed32be85e",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "synonym-sets",
                    ":synonym_set_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the synonym set",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "550e8400-e29b-41d4-a716-446655440000",
                      "key": "synonym_set_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Search Rule Groups",
      "description": "Search Rule Groups are named containers for merchandising rules that run at **query time** in catalog-search. Each group holds rules with exact, contains, or browse triggers and boost/bury, pin, hide, query-rewrite, and filter actions.\n\n### How rule groups work\n\n1. **Create a rule group** with a unique `slug`.\n2. **Add rules** to the group with `execution_order`, a `trigger` (`exact`, `contains`, or `browse`), and at least one action (for example `actions.boosts`).\n3. **Attach the group** to a search profile via the ordered `rule_groups` array (group UUIDs earlier in the array run first).\n4. **Search** using that profile — matching rules apply boost or bury as part of result ranking.\n\nNon-empty `rule_groups` activates query-time rules on **every** search for that profile. Rule actions (e.g. boost/bury) apply only when a trigger matches the shopper query; unmatched queries keep profile ranking. Clear the array for profile-only behaviour.\n\n### Execution order\n\n| Field | Scope | Behaviour |\n|-------|-------|-----------|\n| `rule_groups` array position | Across attached groups | Earlier array entry runs first |\n| `execution_order` on a rule | Within a group | Lower integer runs first; must be unique per group |\n\n### Tenancy\n\nRule groups follow the same organization/store tenancy model as search profiles. A profile may only reference rule groups visible to its tenant.\n",
      "item": [
        {
          "id": "0ee5b84d-eadb-469d-b601-ce9ff6206900",
          "name": "Create search rule group",
          "request": {
            "name": "Create search rule group",
            "description": {
              "content": "Create a new search rule group for the current tenant. The `slug` must be unique within the tenant.\n\nAfter creating a group, add rules with `POST /pcm/catalogs/search/rule-groups/{rule_group_id}/rules`, then attach the group UUID to a search profile's `rule_groups` attribute to activate merchandising at search time.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "catalogs",
                "search",
                "rule-groups"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"catalog_search_rule_group\",\n    \"attributes\": {\n      \"slug\": \"drill-boost\",\n      \"description\": \"Boost Milwaukee products on drill queries\"\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "792be212-a2be-42b8-bf07-a4bf47e88241",
              "name": "Successfully created search rule group",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "rule-groups"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"catalog_search_rule_group\",\n    \"attributes\": {\n      \"slug\": \"drill-boost\",\n      \"description\": \"Boost Milwaukee products on drill queries\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"550e8400-e29b-41d4-a716-446655440000\",\n    \"type\": \"catalog_search_rule_group\",\n    \"attributes\": {\n      \"slug\": \"drill-boost\",\n      \"description\": \"Boost Milwaukee products on drill queries\"\n    },\n    \"meta\": {\n      \"created_at\": \"2026-03-05T12:00:00Z\",\n      \"updated_at\": \"2026-03-05T12:00:00Z\",\n      \"owner\": \"organization\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9d040092-c6aa-4d12-870a-0844e05e8c89",
              "name": "Bad request - invalid parameters or duplicate slug",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "rule-groups"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"catalog_search_rule_group\",\n    \"attributes\": {\n      \"slug\": \"drill-boost\",\n      \"description\": \"Boost Milwaukee products on drill queries\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"400\",\n      \"title\": \"Bad Request\",\n      \"detail\": \"search rule group with the slug already exists\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bc2baa79-5fed-4d51-83b3-ba23e260ba58",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "rule-groups"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"catalog_search_rule_group\",\n    \"attributes\": {\n      \"slug\": \"drill-boost\",\n      \"description\": \"Boost Milwaukee products on drill queries\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2f48d0f9-465c-48eb-8022-f2b73c2ed6b5",
          "name": "List search rule groups",
          "request": {
            "name": "List search rule groups",
            "description": {
              "content": "List search rule groups for the current tenant with offset/limit pagination.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "catalogs",
                "search",
                "rule-groups"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "f20ef9f9-840e-4c99-9e32-9b9f761cfdab",
              "name": "Successfully listed search rule groups",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "rule-groups"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"550e8400-e29b-41d4-a716-446655440000\",\n      \"type\": \"catalog_search_rule_group\",\n      \"attributes\": {\n        \"slug\": \"drill-boost\",\n        \"description\": \"Boost Milwaukee products on drill queries\"\n      },\n      \"meta\": {\n        \"created_at\": \"2026-03-05T12:00:00Z\",\n        \"updated_at\": \"2026-03-05T12:00:00Z\",\n        \"owner\": \"organization\"\n      }\n    },\n    {\n      \"id\": \"a1000001-0001-4000-8000-000000000001\",\n      \"type\": \"catalog_search_rule_group\",\n      \"attributes\": {\n        \"slug\": \"cordless-boost\",\n        \"description\": \"Boost cordless tool brands\"\n      },\n      \"meta\": {\n        \"created_at\": \"2026-03-06T09:15:00Z\",\n        \"updated_at\": \"2026-03-06T09:15:00Z\",\n        \"owner\": \"organization\"\n      }\n    }\n  ],\n  \"meta\": {\n    \"results\": {\n      \"total\": 2\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "18880f0b-e125-4593-a74a-6e8e0e22997e",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "rule-groups"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b97ec799-00d8-4405-bc12-ccbac37a9716",
          "name": "Get search rule group",
          "request": {
            "name": "Get search rule group",
            "description": {
              "content": "Get a search rule group by ID.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "catalogs",
                "search",
                "rule-groups",
                ":rule_group_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "550e8400-e29b-41d4-a716-446655440000",
                  "key": "rule_group_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique ID of the search rule group",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "0ac5fce9-4b4f-4b2a-88cf-5809f7cc8486",
              "name": "Successfully retrieved search rule group",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "rule-groups",
                    ":rule_group_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the search rule group",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "550e8400-e29b-41d4-a716-446655440000",
                      "key": "rule_group_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"550e8400-e29b-41d4-a716-446655440000\",\n    \"type\": \"catalog_search_rule_group\",\n    \"attributes\": {\n      \"slug\": \"drill-boost\",\n      \"description\": \"Boost Milwaukee products on drill queries\"\n    },\n    \"meta\": {\n      \"created_at\": \"2026-03-05T12:00:00Z\",\n      \"updated_at\": \"2026-03-05T12:00:00Z\",\n      \"owner\": \"organization\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "952ca01a-5e88-4634-a1c8-4c77f419ec8a",
              "name": "Search rule group not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "rule-groups",
                    ":rule_group_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the search rule group",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "550e8400-e29b-41d4-a716-446655440000",
                      "key": "rule_group_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    },\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d2a24dd9-bc6f-4a58-bfe8-bc67217ebb61",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "rule-groups",
                    ":rule_group_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the search rule group",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "550e8400-e29b-41d4-a716-446655440000",
                      "key": "rule_group_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8c77a4f4-1ba7-47b0-b5a4-17e54c2cd612",
          "name": "Update search rule group",
          "request": {
            "name": "Update search rule group",
            "description": {
              "content": "Update the slug and/or description of a search rule group. This label-only change does not alter rule evaluation.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "catalogs",
                "search",
                "rule-groups",
                ":rule_group_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "550e8400-e29b-41d4-a716-446655440000",
                  "key": "rule_group_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique ID of the search rule group",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"catalog_search_rule_group\",\n    \"attributes\": {\n      \"slug\": \"drill-boost\",\n      \"description\": \"Boost drill products\"\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "9f474f55-5966-4661-acf2-3c55d1f877b3",
              "name": "Successfully updated search rule group",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "rule-groups",
                    ":rule_group_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the search rule group",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "550e8400-e29b-41d4-a716-446655440000",
                      "key": "rule_group_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"catalog_search_rule_group\",\n    \"attributes\": {\n      \"slug\": \"drill-boost\",\n      \"description\": \"Boost drill products\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"550e8400-e29b-41d4-a716-446655440000\",\n    \"type\": \"catalog_search_rule_group\",\n    \"attributes\": {\n      \"slug\": \"drill-boost\",\n      \"description\": \"Boost Milwaukee products on drill queries\"\n    },\n    \"meta\": {\n      \"created_at\": \"2026-03-05T12:00:00Z\",\n      \"updated_at\": \"2026-03-05T12:00:00Z\",\n      \"owner\": \"organization\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c4cdeb90-aa09-4a3a-aae2-e1ddbe9c1431",
              "name": "Bad request - no supported attributes or invalid values",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "rule-groups",
                    ":rule_group_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the search rule group",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "550e8400-e29b-41d4-a716-446655440000",
                      "key": "rule_group_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"catalog_search_rule_group\",\n    \"attributes\": {\n      \"slug\": \"drill-boost\",\n      \"description\": \"Boost drill products\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    },\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "63106ef3-9186-49c8-bbf3-440b27715265",
              "name": "Permission denied",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "rule-groups",
                    ":rule_group_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the search rule group",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "550e8400-e29b-41d4-a716-446655440000",
                      "key": "rule_group_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"catalog_search_rule_group\",\n    \"attributes\": {\n      \"slug\": \"drill-boost\",\n      \"description\": \"Boost drill products\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    },\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ab4072a0-77e4-4bf7-902a-2bb4ae7202b8",
              "name": "Search rule group not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "rule-groups",
                    ":rule_group_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the search rule group",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "550e8400-e29b-41d4-a716-446655440000",
                      "key": "rule_group_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"catalog_search_rule_group\",\n    \"attributes\": {\n      \"slug\": \"drill-boost\",\n      \"description\": \"Boost drill products\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    },\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ddd6d1af-55c0-4f22-a870-e241d696afd1",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "rule-groups",
                    ":rule_group_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the search rule group",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "550e8400-e29b-41d4-a716-446655440000",
                      "key": "rule_group_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"catalog_search_rule_group\",\n    \"attributes\": {\n      \"slug\": \"drill-boost\",\n      \"description\": \"Boost drill products\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e7b88862-6d3d-45f5-930a-6a1f4eb86d3b",
          "name": "Delete search rule group",
          "request": {
            "name": "Delete search rule group",
            "description": {
              "content": "Delete a search rule group by ID. Rules in the group are cascade-deleted.\n\nA rule group cannot be deleted while it is referenced by any search profile. Remove the group from profile `rule_groups` first.\n\nRepeated delete requests succeed with **204 No Content** when the group is already gone.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "catalogs",
                "search",
                "rule-groups",
                ":rule_group_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "550e8400-e29b-41d4-a716-446655440000",
                  "key": "rule_group_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique ID of the search rule group",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "08d4fb69-da3e-4dc0-bcdc-093a0cb19f17",
              "name": "Successfully deleted search rule group",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "rule-groups",
                    ":rule_group_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the search rule group",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "550e8400-e29b-41d4-a716-446655440000",
                      "key": "rule_group_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "01f898cd-d451-46e0-9ad6-a8ea11bff511",
              "name": "Permission denied",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "rule-groups",
                    ":rule_group_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the search rule group",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "550e8400-e29b-41d4-a716-446655440000",
                      "key": "rule_group_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    },\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d3e14bb3-c71f-48a9-b1eb-cd29b1a60131",
              "name": "Conflict - search rule group is referenced by a search profile",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "rule-groups",
                    ":rule_group_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the search rule group",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "550e8400-e29b-41d4-a716-446655440000",
                      "key": "rule_group_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    },\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5d7f939f-3cc1-4650-bcb0-8d037c7ecefd",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "rule-groups",
                    ":rule_group_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the search rule group",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "550e8400-e29b-41d4-a716-446655440000",
                      "key": "rule_group_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Search Rules",
      "description": "Search Rules define merchandising behaviour inside a **search rule group**. Each rule matches shopper queries using a `trigger` and applies `actions` when the trigger fires.\n\n### Triggers\n\n| `match` | Behaviour |\n|---------|-----------|\n| `exact` | Normalized query must equal the trigger `query` (default) |\n| `contains` | Trigger `query` must appear as a substring in the normalized query |\n| `browse` | Matches a non-autocomplete wildcard query (`q=*`); omit `query` |\n\nQuery text is normalized (trimmed, lowercased, whitespace collapsed) before matching.\n\n### Actions\n\n- **`boosts`**: `{ condition, weight }` pairs using standard filter syntax. Positive weights boost; negative weights bury.\n- **`pins`**: product IDs at global one-based result positions. Active filters still apply.\n- **`hides`**: product IDs removed from results; hide beats pin for the same product.\n- **`replace_query`**: one non-empty replacement query. The first rewrite wins and rule matching runs once more on the replacement.\n- **`filter_by`**: one validated expression ANDed with profile and shopper filters.\n\n### Rule evaluation\n\n- Rules are evaluated in one profile-wide pipeline: **profile `rule_groups` array order**, then **rule `execution_order`**.\n- Set `stop_after_match: true` to skip later rules, including rules in later attached groups.\n- `execution_order` must be unique within a group.\n\n### Example workflow\n\nCreate a group `drill-boost`, add an `exact` rule on query `drill` that boosts `extensions.products(Details).BRAND-NAME:=Milwaukee` by `100`, then attach the group to a search profile's `rule_groups` array.\n",
      "item": [
        {
          "id": "8e1a9534-fc4b-4960-981d-f9e096e3caff",
          "name": "Create search rule",
          "request": {
            "name": "Create search rule",
            "description": {
              "content": "Create a search rule in the given rule group. Each rule requires a unique `execution_order` within the group.\n\nBoost `condition` values use the same filter syntax as search profile boosts and must reference indexed fields. At least one supported action is required.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "catalogs",
                "search",
                "rule-groups",
                ":rule_group_id",
                "rules"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "550e8400-e29b-41d4-a716-446655440000",
                  "key": "rule_group_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique ID of the search rule group",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"catalog_search_rule\",\n    \"attributes\": {\n      \"slug\": \"boost-milwaukee\",\n      \"description\": \"Boost Milwaukee brand on exact drill query\",\n      \"execution_order\": 1,\n      \"trigger\": {\n        \"query\": \"drill\",\n        \"match\": \"exact\"\n      },\n      \"actions\": {\n        \"boosts\": [\n          {\n            \"condition\": \"extensions.products(Details).BRAND-NAME:=Milwaukee\",\n            \"weight\": 100\n          }\n        ]\n      },\n      \"stop_after_match\": false\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "84af5d17-7154-4a29-ab31-a6f26ae47727",
              "name": "Successfully created search rule",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "rule-groups",
                    ":rule_group_id",
                    "rules"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the search rule group",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "550e8400-e29b-41d4-a716-446655440000",
                      "key": "rule_group_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"catalog_search_rule\",\n    \"attributes\": {\n      \"slug\": \"boost-milwaukee\",\n      \"description\": \"Boost Milwaukee brand on exact drill query\",\n      \"execution_order\": 1,\n      \"trigger\": {\n        \"query\": \"drill\",\n        \"match\": \"exact\"\n      },\n      \"actions\": {\n        \"boosts\": [\n          {\n            \"condition\": \"extensions.products(Details).BRAND-NAME:=Milwaukee\",\n            \"weight\": 100\n          }\n        ]\n      },\n      \"stop_after_match\": false\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n    \"type\": \"catalog_search_rule\",\n    \"attributes\": {\n      \"slug\": \"boost-milwaukee\",\n      \"description\": \"Boost Milwaukee brand on exact drill query\",\n      \"execution_order\": 1,\n      \"trigger\": {\n        \"query\": \"drill\",\n        \"match\": \"exact\"\n      },\n      \"actions\": {\n        \"boosts\": [\n          {\n            \"condition\": \"extensions.products(Details).BRAND-NAME:=Milwaukee\",\n            \"weight\": 100\n          }\n        ]\n      },\n      \"stop_after_match\": false\n    },\n    \"meta\": {\n      \"created_at\": \"2026-03-05T12:00:00Z\",\n      \"updated_at\": \"2026-03-05T12:00:00Z\",\n      \"owner\": \"organization\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "075e479c-cf5e-4b59-91e4-fb8826202f6d",
              "name": "Bad request - invalid parameters or duplicate execution order",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "rule-groups",
                    ":rule_group_id",
                    "rules"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the search rule group",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "550e8400-e29b-41d4-a716-446655440000",
                      "key": "rule_group_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"catalog_search_rule\",\n    \"attributes\": {\n      \"slug\": \"boost-milwaukee\",\n      \"description\": \"Boost Milwaukee brand on exact drill query\",\n      \"execution_order\": 1,\n      \"trigger\": {\n        \"query\": \"drill\",\n        \"match\": \"exact\"\n      },\n      \"actions\": {\n        \"boosts\": [\n          {\n            \"condition\": \"extensions.products(Details).BRAND-NAME:=Milwaukee\",\n            \"weight\": 100\n          }\n        ]\n      },\n      \"stop_after_match\": false\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"400\",\n      \"title\": \"Bad Request\",\n      \"detail\": \"data.attributes.execution_order: execution order must be unique within the group\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5e1526b4-bacd-4ea4-b5a7-04c3d3d534d4",
              "name": "Permission denied",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "rule-groups",
                    ":rule_group_id",
                    "rules"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the search rule group",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "550e8400-e29b-41d4-a716-446655440000",
                      "key": "rule_group_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"catalog_search_rule\",\n    \"attributes\": {\n      \"slug\": \"boost-milwaukee\",\n      \"description\": \"Boost Milwaukee brand on exact drill query\",\n      \"execution_order\": 1,\n      \"trigger\": {\n        \"query\": \"drill\",\n        \"match\": \"exact\"\n      },\n      \"actions\": {\n        \"boosts\": [\n          {\n            \"condition\": \"extensions.products(Details).BRAND-NAME:=Milwaukee\",\n            \"weight\": 100\n          }\n        ]\n      },\n      \"stop_after_match\": false\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    },\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b5ad5c6d-5d00-4746-aedd-b2abfd765b63",
              "name": "Search rule group not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "rule-groups",
                    ":rule_group_id",
                    "rules"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the search rule group",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "550e8400-e29b-41d4-a716-446655440000",
                      "key": "rule_group_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"catalog_search_rule\",\n    \"attributes\": {\n      \"slug\": \"boost-milwaukee\",\n      \"description\": \"Boost Milwaukee brand on exact drill query\",\n      \"execution_order\": 1,\n      \"trigger\": {\n        \"query\": \"drill\",\n        \"match\": \"exact\"\n      },\n      \"actions\": {\n        \"boosts\": [\n          {\n            \"condition\": \"extensions.products(Details).BRAND-NAME:=Milwaukee\",\n            \"weight\": 100\n          }\n        ]\n      },\n      \"stop_after_match\": false\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    },\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "61d5f426-2270-41b6-891d-b52025290d39",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "rule-groups",
                    ":rule_group_id",
                    "rules"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the search rule group",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "550e8400-e29b-41d4-a716-446655440000",
                      "key": "rule_group_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"catalog_search_rule\",\n    \"attributes\": {\n      \"slug\": \"boost-milwaukee\",\n      \"description\": \"Boost Milwaukee brand on exact drill query\",\n      \"execution_order\": 1,\n      \"trigger\": {\n        \"query\": \"drill\",\n        \"match\": \"exact\"\n      },\n      \"actions\": {\n        \"boosts\": [\n          {\n            \"condition\": \"extensions.products(Details).BRAND-NAME:=Milwaukee\",\n            \"weight\": 100\n          }\n        ]\n      },\n      \"stop_after_match\": false\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8da7811d-240a-436a-bda0-95027beb5445",
          "name": "List search rules",
          "request": {
            "name": "List search rules",
            "description": {
              "content": "List rules in a search rule group, ordered by `execution_order`, with offset/limit pagination.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "catalogs",
                "search",
                "rule-groups",
                ":rule_group_id",
                "rules"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "550e8400-e29b-41d4-a716-446655440000",
                  "key": "rule_group_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique ID of the search rule group",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "fa02996f-73f6-42eb-aaa6-e2fb0cf1fcab",
              "name": "Successfully listed search rules",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "rule-groups",
                    ":rule_group_id",
                    "rules"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the search rule group",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "550e8400-e29b-41d4-a716-446655440000",
                      "key": "rule_group_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n      \"type\": \"catalog_search_rule\",\n      \"attributes\": {\n        \"slug\": \"boost-milwaukee\",\n        \"description\": \"Boost Milwaukee brand on exact drill query\",\n        \"execution_order\": 1,\n        \"trigger\": {\n          \"query\": \"drill\",\n          \"match\": \"exact\"\n        },\n        \"actions\": {\n          \"boosts\": [\n            {\n              \"condition\": \"extensions.products(Details).BRAND-NAME:=Milwaukee\",\n              \"weight\": 100\n            }\n          ]\n        },\n        \"stop_after_match\": false\n      },\n      \"meta\": {\n        \"created_at\": \"2026-03-05T12:00:00Z\",\n        \"updated_at\": \"2026-03-05T12:00:00Z\",\n        \"owner\": \"organization\"\n      }\n    }\n  ],\n  \"meta\": {\n    \"results\": {\n      \"total\": 1\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "24c9100f-d322-4f63-92db-be421a616d3f",
              "name": "Search rule group not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "rule-groups",
                    ":rule_group_id",
                    "rules"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the search rule group",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "550e8400-e29b-41d4-a716-446655440000",
                      "key": "rule_group_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    },\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "618f11d9-6997-435e-8b05-66ee0fdbae33",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "rule-groups",
                    ":rule_group_id",
                    "rules"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the search rule group",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "550e8400-e29b-41d4-a716-446655440000",
                      "key": "rule_group_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "611439b8-16bd-4970-a896-f2929fadb2e6",
          "name": "Get search rule",
          "request": {
            "name": "Get search rule",
            "description": {
              "content": "Get a search rule by ID within a rule group.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "catalogs",
                "search",
                "rule-groups",
                ":rule_group_id",
                "rules",
                ":rule_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "550e8400-e29b-41d4-a716-446655440000",
                  "key": "rule_group_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique ID of the search rule group",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "8fccaa19-dba9-4621-8d11-31a222a68c7c",
                  "key": "rule_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique ID of the search rule",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "ca3188b0-d3eb-4635-b4c5-b837d1121c95",
              "name": "Successfully retrieved search rule",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "rule-groups",
                    ":rule_group_id",
                    "rules",
                    ":rule_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the search rule group",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "550e8400-e29b-41d4-a716-446655440000",
                      "key": "rule_group_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the search rule",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "8fccaa19-dba9-4621-8d11-31a222a68c7c",
                      "key": "rule_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n    \"type\": \"catalog_search_rule\",\n    \"attributes\": {\n      \"slug\": \"boost-milwaukee\",\n      \"description\": \"Boost Milwaukee brand on exact drill query\",\n      \"execution_order\": 1,\n      \"trigger\": {\n        \"query\": \"drill\",\n        \"match\": \"exact\"\n      },\n      \"actions\": {\n        \"boosts\": [\n          {\n            \"condition\": \"extensions.products(Details).BRAND-NAME:=Milwaukee\",\n            \"weight\": 100\n          }\n        ]\n      },\n      \"stop_after_match\": false\n    },\n    \"meta\": {\n      \"created_at\": \"2026-03-05T12:00:00Z\",\n      \"updated_at\": \"2026-03-05T12:00:00Z\",\n      \"owner\": \"organization\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c729b066-f32d-48cc-93ea-95c0cef07af2",
              "name": "Search rule not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "rule-groups",
                    ":rule_group_id",
                    "rules",
                    ":rule_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the search rule group",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "550e8400-e29b-41d4-a716-446655440000",
                      "key": "rule_group_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the search rule",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "8fccaa19-dba9-4621-8d11-31a222a68c7c",
                      "key": "rule_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    },\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1a0072eb-2f3b-464e-b5c7-3d97fa457b0a",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "rule-groups",
                    ":rule_group_id",
                    "rules",
                    ":rule_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the search rule group",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "550e8400-e29b-41d4-a716-446655440000",
                      "key": "rule_group_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the search rule",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "8fccaa19-dba9-4621-8d11-31a222a68c7c",
                      "key": "rule_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b4ed9047-7618-45fe-b9e3-766160dcfa4a",
          "name": "Update search rule",
          "request": {
            "name": "Update search rule",
            "description": {
              "content": "Update one or more attributes of a rule in its current group. A successful update takes effect for subsequent searches.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "catalogs",
                "search",
                "rule-groups",
                ":rule_group_id",
                "rules",
                ":rule_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "550e8400-e29b-41d4-a716-446655440000",
                  "key": "rule_group_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique ID of the search rule group",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "8fccaa19-dba9-4621-8d11-31a222a68c7c",
                  "key": "rule_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique ID of the search rule",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"catalog_search_rule\",\n    \"attributes\": {\n      \"slug\": \"boost-milwaukee\",\n      \"description\": \"Boost Milwaukee brand on drill queries\",\n      \"execution_order\": 10,\n      \"trigger\": {\n        \"query\": \"drill\",\n        \"match\": \"exact\"\n      },\n      \"actions\": {\n        \"boosts\": [\n          {\n            \"condition\": \"meta.search.nodes.name:=\\\\`Electronics\\\\`\",\n            \"weight\": 5\n          },\n          {\n            \"condition\": \"meta.search.nodes.name:=\\\\`Electronics\\\\`\",\n            \"weight\": 5\n          }\n        ],\n        \"pins\": [\n          {\n            \"product_id\": \"deb12b39-337b-45be-a46d-318b37cfb257\",\n            \"position\": 1\n          },\n          {\n            \"product_id\": \"deb12b39-337b-45be-a46d-318b37cfb257\",\n            \"position\": 1\n          }\n        ],\n        \"hides\": [\n          {\n            \"product_id\": \"978dfdd0-7cbf-454d-90b4-3d61de60ca46\"\n          },\n          {\n            \"product_id\": \"978dfdd0-7cbf-454d-90b4-3d61de60ca46\"\n          }\n        ],\n        \"replace_query\": \"drill\",\n        \"filter_by\": \"extensions.products(Details).BRAND-NAME:=Milwaukee\"\n      },\n      \"stop_after_match\": false\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "7c66e879-f4ce-4644-a22a-eda531fd5d7b",
              "name": "Successfully updated search rule",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "rule-groups",
                    ":rule_group_id",
                    "rules",
                    ":rule_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the search rule group",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "550e8400-e29b-41d4-a716-446655440000",
                      "key": "rule_group_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the search rule",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "8fccaa19-dba9-4621-8d11-31a222a68c7c",
                      "key": "rule_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"catalog_search_rule\",\n    \"attributes\": {\n      \"slug\": \"boost-milwaukee\",\n      \"description\": \"Boost Milwaukee brand on drill queries\",\n      \"execution_order\": 10,\n      \"trigger\": {\n        \"query\": \"drill\",\n        \"match\": \"exact\"\n      },\n      \"actions\": {\n        \"boosts\": [\n          {\n            \"condition\": \"meta.search.nodes.name:=\\\\`Electronics\\\\`\",\n            \"weight\": 5\n          },\n          {\n            \"condition\": \"meta.search.nodes.name:=\\\\`Electronics\\\\`\",\n            \"weight\": 5\n          }\n        ],\n        \"pins\": [\n          {\n            \"product_id\": \"deb12b39-337b-45be-a46d-318b37cfb257\",\n            \"position\": 1\n          },\n          {\n            \"product_id\": \"deb12b39-337b-45be-a46d-318b37cfb257\",\n            \"position\": 1\n          }\n        ],\n        \"hides\": [\n          {\n            \"product_id\": \"978dfdd0-7cbf-454d-90b4-3d61de60ca46\"\n          },\n          {\n            \"product_id\": \"978dfdd0-7cbf-454d-90b4-3d61de60ca46\"\n          }\n        ],\n        \"replace_query\": \"drill\",\n        \"filter_by\": \"extensions.products(Details).BRAND-NAME:=Milwaukee\"\n      },\n      \"stop_after_match\": false\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n    \"type\": \"catalog_search_rule\",\n    \"attributes\": {\n      \"execution_order\": 1,\n      \"trigger\": {\n        \"query\": \"drill\",\n        \"match\": \"exact\"\n      },\n      \"actions\": {\n        \"boosts\": [\n          {\n            \"condition\": \"meta.search.nodes.name:=\\\\`Electronics\\\\`\",\n            \"weight\": 5\n          },\n          {\n            \"condition\": \"meta.search.nodes.name:=\\\\`Electronics\\\\`\",\n            \"weight\": 5\n          }\n        ],\n        \"pins\": [\n          {\n            \"product_id\": \"deb12b39-337b-45be-a46d-318b37cfb257\",\n            \"position\": 1\n          },\n          {\n            \"product_id\": \"deb12b39-337b-45be-a46d-318b37cfb257\",\n            \"position\": 1\n          }\n        ],\n        \"hides\": [\n          {\n            \"product_id\": \"978dfdd0-7cbf-454d-90b4-3d61de60ca46\"\n          },\n          {\n            \"product_id\": \"978dfdd0-7cbf-454d-90b4-3d61de60ca46\"\n          }\n        ],\n        \"replace_query\": \"drill\",\n        \"filter_by\": \"extensions.products(Details).BRAND-NAME:=Milwaukee\"\n      },\n      \"slug\": \"boost-milwaukee\",\n      \"description\": \"Boost Milwaukee brand on exact drill query\",\n      \"stop_after_match\": false\n    },\n    \"meta\": {\n      \"created_at\": \"2026-03-05T12:00:00Z\",\n      \"updated_at\": \"2026-03-05T12:00:00Z\",\n      \"owner\": \"organization\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4da6e53b-925c-47d6-bfc4-a1763cae4378",
              "name": "Bad request - no supported attributes, invalid values, or duplicate execution order",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "rule-groups",
                    ":rule_group_id",
                    "rules",
                    ":rule_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the search rule group",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "550e8400-e29b-41d4-a716-446655440000",
                      "key": "rule_group_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the search rule",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "8fccaa19-dba9-4621-8d11-31a222a68c7c",
                      "key": "rule_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"catalog_search_rule\",\n    \"attributes\": {\n      \"slug\": \"boost-milwaukee\",\n      \"description\": \"Boost Milwaukee brand on drill queries\",\n      \"execution_order\": 10,\n      \"trigger\": {\n        \"query\": \"drill\",\n        \"match\": \"exact\"\n      },\n      \"actions\": {\n        \"boosts\": [\n          {\n            \"condition\": \"meta.search.nodes.name:=\\\\`Electronics\\\\`\",\n            \"weight\": 5\n          },\n          {\n            \"condition\": \"meta.search.nodes.name:=\\\\`Electronics\\\\`\",\n            \"weight\": 5\n          }\n        ],\n        \"pins\": [\n          {\n            \"product_id\": \"deb12b39-337b-45be-a46d-318b37cfb257\",\n            \"position\": 1\n          },\n          {\n            \"product_id\": \"deb12b39-337b-45be-a46d-318b37cfb257\",\n            \"position\": 1\n          }\n        ],\n        \"hides\": [\n          {\n            \"product_id\": \"978dfdd0-7cbf-454d-90b4-3d61de60ca46\"\n          },\n          {\n            \"product_id\": \"978dfdd0-7cbf-454d-90b4-3d61de60ca46\"\n          }\n        ],\n        \"replace_query\": \"drill\",\n        \"filter_by\": \"extensions.products(Details).BRAND-NAME:=Milwaukee\"\n      },\n      \"stop_after_match\": false\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    },\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1b1f1262-89e2-4402-8bfd-1f77adb6b21e",
              "name": "Permission denied",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "rule-groups",
                    ":rule_group_id",
                    "rules",
                    ":rule_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the search rule group",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "550e8400-e29b-41d4-a716-446655440000",
                      "key": "rule_group_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the search rule",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "8fccaa19-dba9-4621-8d11-31a222a68c7c",
                      "key": "rule_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"catalog_search_rule\",\n    \"attributes\": {\n      \"slug\": \"boost-milwaukee\",\n      \"description\": \"Boost Milwaukee brand on drill queries\",\n      \"execution_order\": 10,\n      \"trigger\": {\n        \"query\": \"drill\",\n        \"match\": \"exact\"\n      },\n      \"actions\": {\n        \"boosts\": [\n          {\n            \"condition\": \"meta.search.nodes.name:=\\\\`Electronics\\\\`\",\n            \"weight\": 5\n          },\n          {\n            \"condition\": \"meta.search.nodes.name:=\\\\`Electronics\\\\`\",\n            \"weight\": 5\n          }\n        ],\n        \"pins\": [\n          {\n            \"product_id\": \"deb12b39-337b-45be-a46d-318b37cfb257\",\n            \"position\": 1\n          },\n          {\n            \"product_id\": \"deb12b39-337b-45be-a46d-318b37cfb257\",\n            \"position\": 1\n          }\n        ],\n        \"hides\": [\n          {\n            \"product_id\": \"978dfdd0-7cbf-454d-90b4-3d61de60ca46\"\n          },\n          {\n            \"product_id\": \"978dfdd0-7cbf-454d-90b4-3d61de60ca46\"\n          }\n        ],\n        \"replace_query\": \"drill\",\n        \"filter_by\": \"extensions.products(Details).BRAND-NAME:=Milwaukee\"\n      },\n      \"stop_after_match\": false\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    },\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "135f89ff-be4c-4725-9869-6aa1fb49ec4b",
              "name": "Search rule or search rule group not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "rule-groups",
                    ":rule_group_id",
                    "rules",
                    ":rule_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the search rule group",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "550e8400-e29b-41d4-a716-446655440000",
                      "key": "rule_group_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the search rule",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "8fccaa19-dba9-4621-8d11-31a222a68c7c",
                      "key": "rule_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"catalog_search_rule\",\n    \"attributes\": {\n      \"slug\": \"boost-milwaukee\",\n      \"description\": \"Boost Milwaukee brand on drill queries\",\n      \"execution_order\": 10,\n      \"trigger\": {\n        \"query\": \"drill\",\n        \"match\": \"exact\"\n      },\n      \"actions\": {\n        \"boosts\": [\n          {\n            \"condition\": \"meta.search.nodes.name:=\\\\`Electronics\\\\`\",\n            \"weight\": 5\n          },\n          {\n            \"condition\": \"meta.search.nodes.name:=\\\\`Electronics\\\\`\",\n            \"weight\": 5\n          }\n        ],\n        \"pins\": [\n          {\n            \"product_id\": \"deb12b39-337b-45be-a46d-318b37cfb257\",\n            \"position\": 1\n          },\n          {\n            \"product_id\": \"deb12b39-337b-45be-a46d-318b37cfb257\",\n            \"position\": 1\n          }\n        ],\n        \"hides\": [\n          {\n            \"product_id\": \"978dfdd0-7cbf-454d-90b4-3d61de60ca46\"\n          },\n          {\n            \"product_id\": \"978dfdd0-7cbf-454d-90b4-3d61de60ca46\"\n          }\n        ],\n        \"replace_query\": \"drill\",\n        \"filter_by\": \"extensions.products(Details).BRAND-NAME:=Milwaukee\"\n      },\n      \"stop_after_match\": false\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    },\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f7c30243-5953-4bfc-8f8f-7869c9e97f35",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "rule-groups",
                    ":rule_group_id",
                    "rules",
                    ":rule_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the search rule group",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "550e8400-e29b-41d4-a716-446655440000",
                      "key": "rule_group_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the search rule",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "8fccaa19-dba9-4621-8d11-31a222a68c7c",
                      "key": "rule_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"catalog_search_rule\",\n    \"attributes\": {\n      \"slug\": \"boost-milwaukee\",\n      \"description\": \"Boost Milwaukee brand on drill queries\",\n      \"execution_order\": 10,\n      \"trigger\": {\n        \"query\": \"drill\",\n        \"match\": \"exact\"\n      },\n      \"actions\": {\n        \"boosts\": [\n          {\n            \"condition\": \"meta.search.nodes.name:=\\\\`Electronics\\\\`\",\n            \"weight\": 5\n          },\n          {\n            \"condition\": \"meta.search.nodes.name:=\\\\`Electronics\\\\`\",\n            \"weight\": 5\n          }\n        ],\n        \"pins\": [\n          {\n            \"product_id\": \"deb12b39-337b-45be-a46d-318b37cfb257\",\n            \"position\": 1\n          },\n          {\n            \"product_id\": \"deb12b39-337b-45be-a46d-318b37cfb257\",\n            \"position\": 1\n          }\n        ],\n        \"hides\": [\n          {\n            \"product_id\": \"978dfdd0-7cbf-454d-90b4-3d61de60ca46\"\n          },\n          {\n            \"product_id\": \"978dfdd0-7cbf-454d-90b4-3d61de60ca46\"\n          }\n        ],\n        \"replace_query\": \"drill\",\n        \"filter_by\": \"extensions.products(Details).BRAND-NAME:=Milwaukee\"\n      },\n      \"stop_after_match\": false\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5bd32e0f-e4a8-4d21-b2b6-b18cd300c369",
          "name": "Delete search rule",
          "request": {
            "name": "Delete search rule",
            "description": {
              "content": "Delete a search rule by ID within a rule group. Deleting a rule is allowed even when the parent group is attached to a search profile.\n\nRepeated delete requests succeed with **204 No Content** when the rule is already gone.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "catalogs",
                "search",
                "rule-groups",
                ":rule_group_id",
                "rules",
                ":rule_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "550e8400-e29b-41d4-a716-446655440000",
                  "key": "rule_group_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique ID of the search rule group",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "8fccaa19-dba9-4621-8d11-31a222a68c7c",
                  "key": "rule_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique ID of the search rule",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "1a44716c-e8e8-4e97-920a-e9bfdb1f6d1e",
              "name": "Successfully deleted search rule",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "rule-groups",
                    ":rule_group_id",
                    "rules",
                    ":rule_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the search rule group",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "550e8400-e29b-41d4-a716-446655440000",
                      "key": "rule_group_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the search rule",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "8fccaa19-dba9-4621-8d11-31a222a68c7c",
                      "key": "rule_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "4ac5770d-448d-4cf5-a289-5d45ec0836aa",
              "name": "Permission denied",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "rule-groups",
                    ":rule_group_id",
                    "rules",
                    ":rule_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the search rule group",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "550e8400-e29b-41d4-a716-446655440000",
                      "key": "rule_group_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the search rule",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "8fccaa19-dba9-4621-8d11-31a222a68c7c",
                      "key": "rule_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    },\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7c68a56e-da61-4f45-a222-5e791e0ac34f",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "rule-groups",
                    ":rule_group_id",
                    "rules",
                    ":rule_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the search rule group",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "550e8400-e29b-41d4-a716-446655440000",
                      "key": "rule_group_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique ID of the search rule",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "8fccaa19-dba9-4621-8d11-31a222a68c7c",
                      "key": "rule_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "30067952-1a95-4346-84a9-9986769c2c58",
          "name": "Move search rule",
          "request": {
            "name": "Move search rule",
            "description": {
              "content": "Move a rule within its current group before or after another rule, or to the first or last position. The service preserves sparse execution order values and resequences the group when no integer gap remains.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "catalogs",
                "search",
                "rule-groups",
                ":rule_group_id",
                "rules",
                ":rule_id",
                "move"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "8c945ac1-da5f-0cdc-9ee1-aa77600848f5",
                  "key": "rule_group_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "8c945ac1-da5f-0cdc-9ee1-aa77600848f5",
                  "key": "rule_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"catalog_search_rule\",\n    \"attributes\": {\n      \"placement\": \"before\",\n      \"target_rule_id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\"\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "d4237910-2a69-4b86-8ffb-664cc00ecdd9",
              "name": "Successfully moved search rule",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "rule-groups",
                    ":rule_group_id",
                    "rules",
                    ":rule_id",
                    "move"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "8c945ac1-da5f-0cdc-9ee1-aa77600848f5",
                      "key": "rule_group_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "8c945ac1-da5f-0cdc-9ee1-aa77600848f5",
                      "key": "rule_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"catalog_search_rule\",\n    \"attributes\": {\n      \"placement\": \"before\",\n      \"target_rule_id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\",\n    \"type\": \"catalog_search_rule\",\n    \"attributes\": {\n      \"execution_order\": 1,\n      \"trigger\": {\n        \"query\": \"drill\",\n        \"match\": \"exact\"\n      },\n      \"actions\": {\n        \"boosts\": [\n          {\n            \"condition\": \"meta.search.nodes.name:=\\\\`Electronics\\\\`\",\n            \"weight\": 5\n          },\n          {\n            \"condition\": \"meta.search.nodes.name:=\\\\`Electronics\\\\`\",\n            \"weight\": 5\n          }\n        ],\n        \"pins\": [\n          {\n            \"product_id\": \"deb12b39-337b-45be-a46d-318b37cfb257\",\n            \"position\": 1\n          },\n          {\n            \"product_id\": \"deb12b39-337b-45be-a46d-318b37cfb257\",\n            \"position\": 1\n          }\n        ],\n        \"hides\": [\n          {\n            \"product_id\": \"978dfdd0-7cbf-454d-90b4-3d61de60ca46\"\n          },\n          {\n            \"product_id\": \"978dfdd0-7cbf-454d-90b4-3d61de60ca46\"\n          }\n        ],\n        \"replace_query\": \"drill\",\n        \"filter_by\": \"extensions.products(Details).BRAND-NAME:=Milwaukee\"\n      },\n      \"slug\": \"boost-milwaukee\",\n      \"description\": \"Boost Milwaukee brand on exact drill query\",\n      \"stop_after_match\": false\n    },\n    \"meta\": {\n      \"created_at\": \"2026-03-05T12:00:00Z\",\n      \"updated_at\": \"2026-03-05T12:00:00Z\",\n      \"owner\": \"organization\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7dfe47c1-c223-407d-8b0b-30dfb356fa52",
              "name": "Invalid placement or target rule",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "rule-groups",
                    ":rule_group_id",
                    "rules",
                    ":rule_id",
                    "move"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "8c945ac1-da5f-0cdc-9ee1-aa77600848f5",
                      "key": "rule_group_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "8c945ac1-da5f-0cdc-9ee1-aa77600848f5",
                      "key": "rule_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"catalog_search_rule\",\n    \"attributes\": {\n      \"placement\": \"before\",\n      \"target_rule_id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    },\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b38d0333-0819-4e28-b154-35b4d3ec2ea7",
              "name": "Permission denied",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "rule-groups",
                    ":rule_group_id",
                    "rules",
                    ":rule_id",
                    "move"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "8c945ac1-da5f-0cdc-9ee1-aa77600848f5",
                      "key": "rule_group_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "8c945ac1-da5f-0cdc-9ee1-aa77600848f5",
                      "key": "rule_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"catalog_search_rule\",\n    \"attributes\": {\n      \"placement\": \"before\",\n      \"target_rule_id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    },\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "84a9bad7-1c50-4832-8f16-7981e277b6e4",
              "name": "Search rule or target rule not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "rule-groups",
                    ":rule_group_id",
                    "rules",
                    ":rule_id",
                    "move"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "8c945ac1-da5f-0cdc-9ee1-aa77600848f5",
                      "key": "rule_group_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "8c945ac1-da5f-0cdc-9ee1-aa77600848f5",
                      "key": "rule_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"catalog_search_rule\",\n    \"attributes\": {\n      \"placement\": \"before\",\n      \"target_rule_id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    },\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal server error\",\n      \"detail\": \"An internal error has occurred.\",\n      \"meta\": {\n        \"missing_ids\": [\n          \"e7d50bd5-1833-43c0-9848-f9d325b08be8\"\n        ]\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1f13dd5d-945c-4c48-b9e5-32a0ec6a1d62",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "catalogs",
                    "search",
                    "rule-groups",
                    ":rule_group_id",
                    "rules",
                    ":rule_id",
                    "move"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "8c945ac1-da5f-0cdc-9ee1-aa77600848f5",
                      "key": "rule_group_id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "8c945ac1-da5f-0cdc-9ee1-aa77600848f5",
                      "key": "rule_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"catalog_search_rule\",\n    \"attributes\": {\n      \"placement\": \"before\",\n      \"target_rule_id\": \"8fccaa19-dba9-4621-8d11-31a222a68c7c\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Cart Management",
      "description": "A Cart contains the product and custom cart items that a user intends to purchase. After a Cart is ready for Checkout, you can use the [Checkout endpoint](/docs/api/carts/checkout) to convert the cart to an order.\n\n:::note\n\n- Adding, modifying, or removing any cart items, custom items, or promotions always returns the cart meta, calculated using the calculation method. This is useful to update the client with up-to-date totals.\n- We will automatically delete carts 7 days after they were last updated.\n- If you do not pass a `X-MOLTIN-CURRENCY` header specifying what currency you would like the cart to use, the products in the cart are converted to your default currency.\n\n:::\n",
      "item": [
        {
          "id": "7164c482-07c9-4c23-882b-77ebc41967be",
          "name": "Get Carts",
          "request": {
            "name": "Get Carts",
            "description": {
              "content": "Retrieves a list of carts. The carts returned depend on the authentication method used:\n\n| Authentication Method | Header | Returns |\n| :--- | :--- | :--- |\n| **Customer Token** | `X-Moltin-Customer-Token` | Carts for the specified customer. See [Customer Tokens](/docs/customer-management/customer-management-api/customer-tokens). |\n| **Account Token** | `EP-Account-Management-Authentication-Token` | Carts for the specified account. See [Account Management Token](/docs/api/accounts/post-v-2-account-members-tokens). |\n| **Client Credentials** | `Authorization: Bearer <token>` | All carts or only registered carts, controlled by the `show_all_carts` setting. See [Cart Settings](/docs/api/carts/put-v-2-settings-cart). |\n\n**Client Credentials Behavior:**\n- When `show_all_carts` is `true`: Returns all carts in the store.\n- When `show_all_carts` is `false`: Returns only registered carts (associated with customers or accounts).\n\n**Sorting**\n\nCarts are sorted in descending order by `updated_date`. For more information, see [Pagination](/guides/Getting-Started/pagination).\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "carts"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "",
                    "type": "text/plain"
                  },
                  "key": "include",
                  "value": "custom_discounts"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The maximum number of records per page.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "20"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The number of records to offset the results by.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "0"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter expression for searching carts. For more information about filtering, see [Filtering](/guides/Getting-Started/filtering).\n\n:::note\nFiltering is only supported when using **client credentials** (admin) authentication. When using a **customer token** (`X-Moltin-Customer-Token`) or **account token** (`EP-Account-Management-Authentication-Token`), the `filter` parameter is ignored and all carts associated with the customer or account are returned.\n:::\n\n**Supported Fields:**\n- `account_ids`: Filter carts by associated account ID (UUID format)\n- `name`: Filter carts by cart name (case-insensitive)\n\n**Supported Operators:**\n- `contains(field,value)`: Contains value in array field\n- `ilike(field,value)`: Case-insensitive string matching\n\n**Examples:**\n- `contains(account_ids,\"c24e5698-3b54-491b-9225-559c7a9cf2b2\")` - Find carts associated with a specific account\n- `ilike(name,\"Shopping Cart\")` - Find carts with name matching \"Shopping Cart\" (case-insensitive)\n- `ilike(name,\"*cart*\")` - Find carts with names containing \"cart\" (wildcard search)\n\n**Combining Filters:**\nYou can combine multiple filters using the `:`, and `|` operator for and and or respectively:\n- `contains(account_ids,\"abc123\"):ilike(name,\"Holiday Cart\")` - Find carts matching both conditions\n- `contains(account_ids,\"abc123\")|ilike(name,\"Holiday Cart\")` - Find carts matching either condition.\n",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "string"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "disabled": false,
                "description": {
                  "content": "An Account Management Authentication token to access a specific account's carts.",
                  "type": "text/plain"
                },
                "key": "EP-Account-Management-Authentication-Token",
                "value": "{{accountToken}}"
              },
              {
                "disabled": false,
                "description": {
                  "content": "A customer token to access a specific customer's carts.",
                  "type": "text/plain"
                },
                "key": "X-Moltin-Customer-Token",
                "value": "{{customerToken}}"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "8f66fe62-3c18-4eca-9253-f178c393b86f",
              "name": "200",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "custom_discounts"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "20"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter expression for searching carts. For more information about filtering, see [Filtering](/guides/Getting-Started/filtering).\n\n:::note\nFiltering is only supported when using **client credentials** (admin) authentication. When using a **customer token** (`X-Moltin-Customer-Token`) or **account token** (`EP-Account-Management-Authentication-Token`), the `filter` parameter is ignored and all carts associated with the customer or account are returned.\n:::\n\n**Supported Fields:**\n- `account_ids`: Filter carts by associated account ID (UUID format)\n- `name`: Filter carts by cart name (case-insensitive)\n\n**Supported Operators:**\n- `contains(field,value)`: Contains value in array field\n- `ilike(field,value)`: Case-insensitive string matching\n\n**Examples:**\n- `contains(account_ids,\"c24e5698-3b54-491b-9225-559c7a9cf2b2\")` - Find carts associated with a specific account\n- `ilike(name,\"Shopping Cart\")` - Find carts with name matching \"Shopping Cart\" (case-insensitive)\n- `ilike(name,\"*cart*\")` - Find carts with names containing \"cart\" (wildcard search)\n\n**Combining Filters:**\nYou can combine multiple filters using the `:`, and `|` operator for and and or respectively:\n- `contains(account_ids,\"abc123\"):ilike(name,\"Holiday Cart\")` - Find carts matching both conditions\n- `contains(account_ids,\"abc123\")|ilike(name,\"Holiday Cart\")` - Find carts matching either condition.\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "An Account Management Authentication token to access a specific account's carts.",
                      "type": "text/plain"
                    },
                    "key": "EP-Account-Management-Authentication-Token",
                    "value": "{{accountToken}}"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "A customer token to access a specific customer's carts.",
                      "type": "text/plain"
                    },
                    "key": "X-Moltin-Customer-Token",
                    "value": "{{customerToken}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"string\",\n      \"name\": \"string\",\n      \"description\": \"string\",\n      \"contact\": {\n        \"email\": \"VNJa8jK1R@YUoHdy.cfyk\"\n      },\n      \"discount_settings\": {\n        \"custom_discounts_enabled\": false,\n        \"use_rule_promotions\": false\n      },\n      \"inventory_settings\": {\n        \"defer_inventory_check\": true\n      },\n      \"item_settings\": {\n        \"separate_items_by_location\": false\n      },\n      \"payment_intent_id\": \"string\",\n      \"custom_attributes\": {\n        \"key_0\": {\n          \"type\": \"string\",\n          \"value\": true\n        }\n      },\n      \"snapshot_date\": \"2020-02-19T22:00:58.293Z\",\n      \"links\": {\n        \"self\": \"string\"\n      },\n      \"meta\": {\n        \"display_price\": {\n          \"with_tax\": {\n            \"amount\": 1400.4936064468177,\n            \"currency\": \"string\",\n            \"formatted\": \"string\"\n          },\n          \"without_tax\": {\n            \"amount\": 7420.7694795803845,\n            \"currency\": \"string\",\n            \"formatted\": \"string\"\n          },\n          \"tax\": {\n            \"amount\": 1208.6606977025572,\n            \"currency\": \"string\",\n            \"formatted\": \"string\"\n          },\n          \"discount\": {\n            \"amount\": 4888.914876833439,\n            \"currency\": \"string\",\n            \"formatted\": \"string\"\n          },\n          \"without_discount\": {\n            \"amount\": 5846.4555608287565,\n            \"currency\": \"string\",\n            \"formatted\": \"string\"\n          },\n          \"shipping\": {\n            \"amount\": 1292.6545216866382,\n            \"currency\": \"string\",\n            \"formatted\": \"string\"\n          },\n          \"shipping_discount\": {\n            \"amount\": 905.8094358024205,\n            \"currency\": \"string\",\n            \"formatted\": \"string\"\n          }\n        },\n        \"timestamps\": {\n          \"created_at\": \"string\",\n          \"updated_at\": \"string\",\n          \"expires_at\": \"string\"\n        },\n        \"promotion_suggestions\": [\n          {\n            \"bundle\": [\n              {\n                \"auto_add_free_gift\": true,\n                \"cart_item_id\": \"string\",\n                \"quantity\": 8056,\n                \"targets\": [\n                  \"string\",\n                  \"string\"\n                ]\n              },\n              {\n                \"auto_add_free_gift\": true,\n                \"cart_item_id\": \"string\",\n                \"quantity\": 3055,\n                \"targets\": [\n                  \"string\",\n                  \"string\"\n                ]\n              }\n            ],\n            \"code\": \"string\",\n            \"info\": \"string\",\n            \"message\": \"string\",\n            \"promotion_id\": \"string\"\n          },\n          {\n            \"bundle\": [\n              {\n                \"auto_add_free_gift\": true,\n                \"cart_item_id\": \"string\",\n                \"quantity\": 947,\n                \"targets\": [\n                  \"string\",\n                  \"string\"\n                ],\n                \"key_0\": false,\n                \"key_1\": \"string\",\n                \"key_2\": true\n              },\n              {\n                \"auto_add_free_gift\": true,\n                \"cart_item_id\": \"string\",\n                \"quantity\": 514,\n                \"targets\": [\n                  \"string\",\n                  \"string\"\n                ]\n              }\n            ],\n            \"code\": \"string\",\n            \"info\": \"string\",\n            \"message\": \"string\",\n            \"promotion_id\": \"string\"\n          }\n        ]\n      },\n      \"relationships\": {\n        \"customers\": {\n          \"data\": [\n            {\n              \"type\": \"string\",\n              \"id\": \"0210dcc0-a98e-8943-624c-4b7fe87047cd\"\n            },\n            {\n              \"type\": \"string\",\n              \"id\": \"449ad576-2b12-714d-c66e-e82136389c34\"\n            }\n          ]\n        },\n        \"items\": {\n          \"data\": [\n            {\n              \"type\": \"string\",\n              \"id\": \"ad15ffef-bf69-37ee-0cb8-ba3a4b76f3a0\"\n            },\n            {\n              \"type\": \"string\",\n              \"id\": \"a89281b0-3a4d-3ac8-d4e9-71162a6b030c\"\n            }\n          ]\n        },\n        \"accounts\": {\n          \"data\": [\n            {\n              \"type\": \"string\",\n              \"id\": \"e5a0fb74-58c9-753e-ead1-37f3905753e1\"\n            },\n            {\n              \"type\": \"string\",\n              \"id\": \"499f8304-1968-12ff-d783-54ccfecec01b\"\n            }\n          ]\n        },\n        \"custom_discounts\": {\n          \"data\": [\n            {\n              \"type\": \"string\",\n              \"id\": \"f78e629b-ffd9-0d4a-f50b-b6c179fa4610\"\n            },\n            {\n              \"type\": \"string\",\n              \"id\": \"0253cac0-d56c-095d-c69c-228b9f8e4786\"\n            }\n          ]\n        },\n        \"promotions\": {\n          \"data\": [\n            {\n              \"type\": \"string\",\n              \"id\": \"69b610f5-b81b-33c0-6697-bb3eeec4cdbe\"\n            },\n            {\n              \"type\": \"string\",\n              \"id\": \"cd27cc59-16d7-a3da-02d9-38a1d022c0ad\"\n            }\n          ]\n        }\n      },\n      \"type\": \"string\"\n    },\n    {\n      \"id\": \"string\",\n      \"name\": \"string\",\n      \"description\": \"string\",\n      \"contact\": {\n        \"email\": \"BCcgRCIRtoEdz@STshdGHDLYTeJgpAotCDGnigCj.fe\"\n      },\n      \"discount_settings\": {\n        \"custom_discounts_enabled\": true,\n        \"use_rule_promotions\": false\n      },\n      \"inventory_settings\": {\n        \"defer_inventory_check\": true\n      },\n      \"item_settings\": {\n        \"separate_items_by_location\": false\n      },\n      \"payment_intent_id\": \"string\",\n      \"custom_attributes\": {\n        \"key_0\": {\n          \"type\": \"integer\",\n          \"value\": \"string\"\n        }\n      },\n      \"snapshot_date\": \"2022-08-04T22:19:26.604Z\",\n      \"links\": {\n        \"self\": \"string\"\n      },\n      \"meta\": {\n        \"display_price\": {\n          \"with_tax\": {\n            \"amount\": 7597.042166455517,\n            \"currency\": \"string\",\n            \"formatted\": \"string\"\n          },\n          \"without_tax\": {\n            \"amount\": 4168.562297140775,\n            \"currency\": \"string\",\n            \"formatted\": \"string\"\n          },\n          \"tax\": {\n            \"amount\": 9599.094397271085,\n            \"currency\": \"string\",\n            \"formatted\": \"string\"\n          },\n          \"discount\": {\n            \"amount\": 7887.194936096551,\n            \"currency\": \"string\",\n            \"formatted\": \"string\"\n          },\n          \"without_discount\": {\n            \"amount\": 7432.828467771864,\n            \"currency\": \"string\",\n            \"formatted\": \"string\"\n          },\n          \"shipping\": {\n            \"amount\": 4119.021153910864,\n            \"currency\": \"string\",\n            \"formatted\": \"string\"\n          },\n          \"shipping_discount\": {\n            \"amount\": 985.8104171269799,\n            \"currency\": \"string\",\n            \"formatted\": \"string\"\n          }\n        },\n        \"timestamps\": {\n          \"created_at\": \"string\",\n          \"updated_at\": \"string\",\n          \"expires_at\": \"string\"\n        },\n        \"promotion_suggestions\": [\n          {\n            \"bundle\": [\n              {\n                \"auto_add_free_gift\": true,\n                \"cart_item_id\": \"string\",\n                \"quantity\": 9895,\n                \"targets\": [\n                  \"string\",\n                  \"string\"\n                ],\n                \"key_0\": 316.66474513119215,\n                \"key_1\": 2410.245731468974\n              },\n              {\n                \"auto_add_free_gift\": true,\n                \"cart_item_id\": \"string\",\n                \"quantity\": 8483,\n                \"targets\": [\n                  \"string\",\n                  \"string\"\n                ],\n                \"key_0\": 2133\n              }\n            ],\n            \"code\": \"string\",\n            \"info\": \"string\",\n            \"message\": \"string\",\n            \"promotion_id\": \"string\"\n          },\n          {\n            \"bundle\": [\n              {\n                \"auto_add_free_gift\": true,\n                \"cart_item_id\": \"string\",\n                \"quantity\": 5715,\n                \"targets\": [\n                  \"string\",\n                  \"string\"\n                ]\n              },\n              {\n                \"auto_add_free_gift\": false,\n                \"cart_item_id\": \"string\",\n                \"quantity\": 8441,\n                \"targets\": [\n                  \"string\",\n                  \"string\"\n                ]\n              }\n            ],\n            \"code\": \"string\",\n            \"info\": \"string\",\n            \"message\": \"string\",\n            \"promotion_id\": \"string\"\n          }\n        ]\n      },\n      \"relationships\": {\n        \"customers\": {\n          \"data\": [\n            {\n              \"type\": \"string\",\n              \"id\": \"3f806c4f-ed9c-b86a-2977-1fecf6ca64b9\"\n            },\n            {\n              \"type\": \"string\",\n              \"id\": \"74d2c1ed-6de5-102d-792e-f180829c0393\"\n            }\n          ]\n        },\n        \"items\": {\n          \"data\": [\n            {\n              \"type\": \"string\",\n              \"id\": \"355a19aa-982a-00a6-9ba7-692c3d2af5d3\"\n            },\n            {\n              \"type\": \"string\",\n              \"id\": \"3bf7f40b-28ab-fe80-b424-2edae28fe17b\"\n            }\n          ]\n        },\n        \"accounts\": {\n          \"data\": [\n            {\n              \"type\": \"string\",\n              \"id\": \"f3172411-a230-bad7-ef6f-5c323901db4e\"\n            },\n            {\n              \"type\": \"string\",\n              \"id\": \"cdd010dc-8ec2-1490-f0ff-259039b67991\"\n            }\n          ]\n        },\n        \"custom_discounts\": {\n          \"data\": [\n            {\n              \"type\": \"string\",\n              \"id\": \"64f59dfe-98db-a60e-21c3-dd8976444252\"\n            },\n            {\n              \"type\": \"string\",\n              \"id\": \"193144f8-afc0-241f-717e-d81c3e44b686\"\n            }\n          ]\n        },\n        \"promotions\": {\n          \"data\": [\n            {\n              \"type\": \"string\",\n              \"id\": \"57566e1b-dc86-5d71-d1db-ec7fe48bb7ba\"\n            },\n            {\n              \"type\": \"string\",\n              \"id\": \"a49e18c1-e227-da38-99a5-4eb7760bab5a\"\n            }\n          ]\n        }\n      },\n      \"type\": \"string\"\n    }\n  ],\n  \"links\": {\n    \"current\": \"string\",\n    \"first\": \"string\",\n    \"last\": \"string\",\n    \"next\": \"string\",\n    \"prev\": \"string\"\n  },\n  \"meta\": {\n    \"page\": {\n      \"current\": 6632,\n      \"limit\": 9497,\n      \"offset\": 9910,\n      \"total\": 920\n    },\n    \"results\": {\n      \"total\": 3121\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5262cdd8-398e-4857-9ea4-0fb3b86e8b89",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "custom_discounts"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "20"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter expression for searching carts. For more information about filtering, see [Filtering](/guides/Getting-Started/filtering).\n\n:::note\nFiltering is only supported when using **client credentials** (admin) authentication. When using a **customer token** (`X-Moltin-Customer-Token`) or **account token** (`EP-Account-Management-Authentication-Token`), the `filter` parameter is ignored and all carts associated with the customer or account are returned.\n:::\n\n**Supported Fields:**\n- `account_ids`: Filter carts by associated account ID (UUID format)\n- `name`: Filter carts by cart name (case-insensitive)\n\n**Supported Operators:**\n- `contains(field,value)`: Contains value in array field\n- `ilike(field,value)`: Case-insensitive string matching\n\n**Examples:**\n- `contains(account_ids,\"c24e5698-3b54-491b-9225-559c7a9cf2b2\")` - Find carts associated with a specific account\n- `ilike(name,\"Shopping Cart\")` - Find carts with name matching \"Shopping Cart\" (case-insensitive)\n- `ilike(name,\"*cart*\")` - Find carts with names containing \"cart\" (wildcard search)\n\n**Combining Filters:**\nYou can combine multiple filters using the `:`, and `|` operator for and and or respectively:\n- `contains(account_ids,\"abc123\"):ilike(name,\"Holiday Cart\")` - Find carts matching both conditions\n- `contains(account_ids,\"abc123\")|ilike(name,\"Holiday Cart\")` - Find carts matching either condition.\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "An Account Management Authentication token to access a specific account's carts.",
                      "type": "text/plain"
                    },
                    "key": "EP-Account-Management-Authentication-Token",
                    "value": "{{accountToken}}"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "A customer token to access a specific customer's carts.",
                      "type": "text/plain"
                    },
                    "key": "X-Moltin-Customer-Token",
                    "value": "{{customerToken}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"string\",\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"pxceXz@gEAAKWpycmCAhMmndxAswOjJ.tb\",\n        \"component_product_id\": \"a38afe03-18f8-5284-fb78-3cdc2df74828\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    },\n    {\n      \"status\": 1492,\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"QdQCF-Py6IsyK6B@mhxyIAvSRTxUCXHqwQMdfgvoQaxaODw.ye\",\n        \"component_product_id\": \"cb5bc694-19cf-ffba-cb0d-5bfaa9d08a1e\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cd58151f-0281-4381-b567-966009de277d",
              "name": "Unauthorized call",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "custom_discounts"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "20"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter expression for searching carts. For more information about filtering, see [Filtering](/guides/Getting-Started/filtering).\n\n:::note\nFiltering is only supported when using **client credentials** (admin) authentication. When using a **customer token** (`X-Moltin-Customer-Token`) or **account token** (`EP-Account-Management-Authentication-Token`), the `filter` parameter is ignored and all carts associated with the customer or account are returned.\n:::\n\n**Supported Fields:**\n- `account_ids`: Filter carts by associated account ID (UUID format)\n- `name`: Filter carts by cart name (case-insensitive)\n\n**Supported Operators:**\n- `contains(field,value)`: Contains value in array field\n- `ilike(field,value)`: Case-insensitive string matching\n\n**Examples:**\n- `contains(account_ids,\"c24e5698-3b54-491b-9225-559c7a9cf2b2\")` - Find carts associated with a specific account\n- `ilike(name,\"Shopping Cart\")` - Find carts with name matching \"Shopping Cart\" (case-insensitive)\n- `ilike(name,\"*cart*\")` - Find carts with names containing \"cart\" (wildcard search)\n\n**Combining Filters:**\nYou can combine multiple filters using the `:`, and `|` operator for and and or respectively:\n- `contains(account_ids,\"abc123\"):ilike(name,\"Holiday Cart\")` - Find carts matching both conditions\n- `contains(account_ids,\"abc123\")|ilike(name,\"Holiday Cart\")` - Find carts matching either condition.\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "An Account Management Authentication token to access a specific account's carts.",
                      "type": "text/plain"
                    },
                    "key": "EP-Account-Management-Authentication-Token",
                    "value": "{{accountToken}}"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "A customer token to access a specific customer's carts.",
                      "type": "text/plain"
                    },
                    "key": "X-Moltin-Customer-Token",
                    "value": "{{customerToken}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"string\",\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"pxceXz@gEAAKWpycmCAhMmndxAswOjJ.tb\",\n        \"component_product_id\": \"a38afe03-18f8-5284-fb78-3cdc2df74828\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    },\n    {\n      \"status\": 1492,\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"QdQCF-Py6IsyK6B@mhxyIAvSRTxUCXHqwQMdfgvoQaxaODw.ye\",\n        \"component_product_id\": \"cb5bc694-19cf-ffba-cb0d-5bfaa9d08a1e\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e73e396f-4afe-4aa8-96fb-cd5d84703dcc",
          "name": "Create a Cart",
          "request": {
            "name": "Create a Cart",
            "description": {
              "content": "\nCreates a cart. Call this endpoint each time a customer creates a cart.\n\nEach shopper can have multiple carts. Use the carts API to create a cart. The carts are distinct from one another. Shoppers can add different items to their carts. They can check out one of the carts without affecting the content or status of their other carts.\n\nAfter the shopper checks out the cart, the cart remains available to the shopper. The cart is persistent and stays with the shopper after it is used.\n\nYou can create a cart to specify custom discounts. You can enable custom discounts when the `discount_settings.custom_discounts_enabled` field is set to `true`. Default is set from cart discount settings for the store. See [Update Cart Settings](/docs/api/carts/put-v-2-settings-cart).\n\nYou can also create a cart when inventory checks are not performed until checkout by setting the `inventory_settings.defer_inventory_check` field to `true`. Again the default is set from cart discount settings for the store. See [Update Cart Settings](/docs/api/carts/put-v-2-settings-cart).\n\n### Preview Cart\n\nYou can set a future date for your shopping cart and view the promotions that will be available during that time period. This feature enables you to validate your promotion settings and observe how they will be applied in the cart.\n\n:::caution\n- Once the cart is in preview mode, you cannot revert it to a regular cart.\n- Carts with `snapshot_date` are same as preview carts.\n- You cannot checkout a cart that includes a `snapshot_date`.\n- To delete a promotion preview cart, use [Delete a cart](/docs/api/carts/delete-a-cart) endpoint.\n- The promotion preview cart has the same expiration time as a regular cart based on the store's [cart settings](/docs/api/carts/put-v-2-settings-cart).\n- Preview cart interactions skip inventory checks and events, allowing users to preview future carts without impacting related external systems.\n:::\n\n### Custom Attributes\nYou can create custom attributes for the cart object to include additional information, enabling promotions that target specific cart attributes.\nFor example:\n```\n\"custom_attributes\":{\n  \"membership\": {\n    \"type\": \"string\",\n    \"value\": \"VIP\"\n  }\n}\n```\nSee [adding cart custom attributes in promotions builder](/docs/commerce-manager/promotions-builder/creating-a-promotion-in-promotions-builder#adding-cart-custom-attributes)\n\nCart custom attributes remain with the corresponding cart for the extent of its lifecycle.  These custom attributes carry over to the resulting order objects on checkout and those on carts are deleted with their carts upon cart deletions.\nCustom attributes can be updated or removed using a PUT request. To delete specific custom attributes, simply exclude the unwanted attribute objects from the PUT request body.\n\n### Contact Email\nYou can attach an email to carts via the `contact.email` field.  These values help identify guest shopper carts and, in the case of promotions with maximum usage settings for guest and registered shopper, track per-shopper promotion usages.\nSee [Create Max Uses Per Shopper Promotion Codes](/docs/promotions-builder/promotions-builder-codes/create-max-use-limit-promotion-codes)\n\nFor example:\n```\n\"contact\": {\n  \"email\": \"tester@email.com\"\n}\n```\n\nPlease note, this value is not supported for registered shopper carts (that is, carts with accounts or customers associated), as these carts already have email values associated via the shopper details.  Accordingly, requests to add contact email information to registered shopper carts (and vice versa) result in error messages.\n\n### Errors\n\n- `400 Bad Request` : This is returned when the submitted request does not adhere to the expected API contract for the endpoint.\n\n   - For example, in the case of string fields, this error might indicate issues in the length or format of submitted strings. For more information about valid string fields, refer to Safe Characters section.\n   - In the case of preview carts (those with `snapshot_date`), an error is returned for invalid actions, such as removing the preview date, setting a preview date in the past, or attempting to checkout a cart with a `snapshot_date`.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "carts"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "disabled": false,
                "description": {
                  "content": "An Account Management Authentication token for the account to be associated with the cart.",
                  "type": "text/plain"
                },
                "key": "EP-Account-Management-Authentication-Token",
                "value": "{{accountToken}}"
              },
              {
                "disabled": false,
                "description": {
                  "content": "A customer token for the customer to be associated with the cart.",
                  "type": "text/plain"
                },
                "key": "X-Moltin-Customer-Token",
                "value": "{{customerToken}}"
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"name\": \"Bob's cart\",\n    \"description\": \"For Holidays\",\n    \"discount_settings\": {\n      \"custom_discounts_enabled\": true\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "d58a8eb6-3ed7-4eec-809e-f7ad960c4a5e",
              "name": "201",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "An Account Management Authentication token for the account to be associated with the cart.",
                      "type": "text/plain"
                    },
                    "key": "EP-Account-Management-Authentication-Token",
                    "value": "{{accountToken}}"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "A customer token for the customer to be associated with the cart.",
                      "type": "text/plain"
                    },
                    "key": "X-Moltin-Customer-Token",
                    "value": "{{customerToken}}"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"name\": \"Bob's cart\",\n    \"description\": \"For Holidays\",\n    \"discount_settings\": {\n      \"custom_discounts_enabled\": true\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"string\",\n    \"name\": \"string\",\n    \"description\": \"string\",\n    \"contact\": {\n      \"email\": \"Tmxn7R2B6@CIafCepVWKAffHjnS.eu\"\n    },\n    \"discount_settings\": {\n      \"custom_discounts_enabled\": false,\n      \"use_rule_promotions\": false\n    },\n    \"inventory_settings\": {\n      \"defer_inventory_check\": true\n    },\n    \"item_settings\": {\n      \"separate_items_by_location\": false\n    },\n    \"payment_intent_id\": \"string\",\n    \"custom_attributes\": {\n      \"key_0\": {\n        \"type\": \"float\",\n        \"value\": true\n      },\n      \"key_1\": {\n        \"type\": \"float\",\n        \"value\": \"string\"\n      },\n      \"key_2\": {\n        \"type\": \"float\",\n        \"value\": \"string\"\n      }\n    },\n    \"snapshot_date\": \"1997-04-13T07:06:19.532Z\",\n    \"links\": {\n      \"self\": \"string\"\n    },\n    \"meta\": {\n      \"display_price\": {\n        \"with_tax\": {\n          \"amount\": 564.6860863342895,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"without_tax\": {\n          \"amount\": 4563.104784037235,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"tax\": {\n          \"amount\": 2027.705775535731,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"discount\": {\n          \"amount\": 339.8786629702144,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"without_discount\": {\n          \"amount\": 9905.837013230857,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"shipping\": {\n          \"amount\": 3859.069175280656,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"shipping_discount\": {\n          \"amount\": 9024.121054940824,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        }\n      },\n      \"timestamps\": {\n        \"created_at\": \"string\",\n        \"updated_at\": \"string\",\n        \"expires_at\": \"string\"\n      },\n      \"promotion_suggestions\": [\n        {\n          \"bundle\": [\n            {\n              \"auto_add_free_gift\": true,\n              \"cart_item_id\": \"string\",\n              \"quantity\": 9060,\n              \"targets\": [\n                \"string\",\n                \"string\"\n              ]\n            },\n            {\n              \"auto_add_free_gift\": true,\n              \"cart_item_id\": \"string\",\n              \"quantity\": 1042,\n              \"targets\": [\n                \"string\",\n                \"string\"\n              ]\n            }\n          ],\n          \"code\": \"string\",\n          \"info\": \"string\",\n          \"message\": \"string\",\n          \"promotion_id\": \"string\"\n        },\n        {\n          \"bundle\": [\n            {\n              \"auto_add_free_gift\": false,\n              \"cart_item_id\": \"string\",\n              \"quantity\": 3863,\n              \"targets\": [\n                \"string\",\n                \"string\"\n              ]\n            },\n            {\n              \"auto_add_free_gift\": false,\n              \"cart_item_id\": \"string\",\n              \"quantity\": 5889,\n              \"targets\": [\n                \"string\",\n                \"string\"\n              ]\n            }\n          ],\n          \"code\": \"string\",\n          \"info\": \"string\",\n          \"message\": \"string\",\n          \"promotion_id\": \"string\"\n        }\n      ]\n    },\n    \"relationships\": {\n      \"customers\": {\n        \"data\": [\n          {\n            \"type\": \"string\",\n            \"id\": \"40b070bc-48d8-79d5-1297-cb92c63abe21\"\n          },\n          {\n            \"type\": \"string\",\n            \"id\": \"fb89f714-5cb7-8720-18df-354b0b7d4bb1\"\n          }\n        ]\n      },\n      \"items\": {\n        \"data\": [\n          {\n            \"type\": \"string\",\n            \"id\": \"f607db5a-c0bc-2dbf-6b0e-149d4f0fcff9\"\n          },\n          {\n            \"type\": \"string\",\n            \"id\": \"74e13720-a7b1-31f1-030e-23771555dd82\"\n          }\n        ]\n      },\n      \"accounts\": {\n        \"data\": [\n          {\n            \"type\": \"string\",\n            \"id\": \"eaa79124-958d-f9e8-9f84-2f8dabc49379\"\n          },\n          {\n            \"type\": \"string\",\n            \"id\": \"33873b4e-77a4-2517-f9e0-014a761c29d6\"\n          }\n        ]\n      },\n      \"custom_discounts\": {\n        \"data\": [\n          {\n            \"type\": \"string\",\n            \"id\": \"41b45e44-6705-be53-19c5-ced0a7847a0f\"\n          },\n          {\n            \"type\": \"string\",\n            \"id\": \"f81a7fec-8198-3f84-67c6-66165ba1f7e2\"\n          }\n        ]\n      },\n      \"promotions\": {\n        \"data\": [\n          {\n            \"type\": \"string\",\n            \"id\": \"e5eab970-ae86-b5dd-1a4e-a00de433508b\"\n          },\n          {\n            \"type\": \"string\",\n            \"id\": \"b8ff3d06-7cb3-535b-8803-013f1c02a744\"\n          }\n        ]\n      }\n    },\n    \"type\": \"string\"\n  },\n  \"included\": {\n    \"custom_discounts\": [\n      {\n        \"type\": \"string\",\n        \"id\": \"834a5900-02d3-f7b2-49d8-8bc58ce4d5a6\",\n        \"external_id\": \"string\",\n        \"discount_engine\": \"string\",\n        \"amount\": {\n          \"amount\": 4963.647894931602,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"description\": \"string\",\n        \"discount_code\": \"string\",\n        \"relationships\": {\n          \"item\": {\n            \"data\": {\n              \"id\": \"7682c13a-dbba-95c1-0190-ca040305a8b8\",\n              \"type\": \"cart_item\"\n            }\n          }\n        }\n      },\n      {\n        \"type\": \"string\",\n        \"id\": \"225126c8-a0ef-90fd-f684-651c638d97be\",\n        \"external_id\": \"string\",\n        \"discount_engine\": \"string\",\n        \"amount\": {\n          \"amount\": 4065.1599865185694,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"description\": \"string\",\n        \"discount_code\": \"string\",\n        \"relationships\": {\n          \"item\": {\n            \"data\": {\n              \"id\": \"87d0ef70-0a85-0fb0-56e5-2c321be5ba8b\",\n              \"type\": \"custom_item\"\n            }\n          }\n        }\n      }\n    ],\n    \"promotions\": [\n      {\n        \"type\": \"string\",\n        \"id\": \"70f1008c-5245-3a04-0d02-89d3c958bdc7\",\n        \"name\": \"string\",\n        \"description\": \"string\",\n        \"automatic\": false,\n        \"promotion_type\": \"string\",\n        \"promotion_source\": \"string\",\n        \"start\": \"1958-10-28T09:25:51.869Z\",\n        \"end\": \"1964-09-23T05:14:59.427Z\"\n      },\n      {\n        \"type\": \"string\",\n        \"id\": \"a2b6d6cd-0e93-ce7f-4d42-13a4d63b459a\",\n        \"name\": \"string\",\n        \"description\": \"string\",\n        \"automatic\": true,\n        \"promotion_type\": \"string\",\n        \"promotion_source\": \"string\",\n        \"start\": \"2018-12-12T12:38:58.137Z\",\n        \"end\": \"1971-08-30T04:31:27.676Z\"\n      }\n    ]\n  },\n  \"meta\": {\n    \"payment_intent\": {\n      \"key_0\": 8532.31236248836\n    }\n  },\n  \"errors\": [\n    {\n      \"status\": \"string\",\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"HM2suB4@eJVkSFdngY.agaz\",\n        \"component_product_id\": \"33c2a0c6-514d-18b2-ed05-49720d0aa908\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    },\n    {\n      \"status\": \"string\",\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"dZL4NBCnJlt@kaWeExSASnYzenuFqcG.ydpe\",\n        \"component_product_id\": \"08ea6dbb-ea26-9ca5-c063-4745395dc745\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7d5d2624-2905-4b59-8dde-b6740e13637f",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "An Account Management Authentication token for the account to be associated with the cart.",
                      "type": "text/plain"
                    },
                    "key": "EP-Account-Management-Authentication-Token",
                    "value": "{{accountToken}}"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "A customer token for the customer to be associated with the cart.",
                      "type": "text/plain"
                    },
                    "key": "X-Moltin-Customer-Token",
                    "value": "{{customerToken}}"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"name\": \"Bob's cart\",\n    \"description\": \"For Holidays\",\n    \"discount_settings\": {\n      \"custom_discounts_enabled\": true\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"string\",\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"pxceXz@gEAAKWpycmCAhMmndxAswOjJ.tb\",\n        \"component_product_id\": \"a38afe03-18f8-5284-fb78-3cdc2df74828\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    },\n    {\n      \"status\": 1492,\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"QdQCF-Py6IsyK6B@mhxyIAvSRTxUCXHqwQMdfgvoQaxaODw.ye\",\n        \"component_product_id\": \"cb5bc694-19cf-ffba-cb0d-5bfaa9d08a1e\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "44fb6afb-9c26-4c27-a8fd-a7729f0ceba5",
              "name": "Unauthorized call",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "An Account Management Authentication token for the account to be associated with the cart.",
                      "type": "text/plain"
                    },
                    "key": "EP-Account-Management-Authentication-Token",
                    "value": "{{accountToken}}"
                  },
                  {
                    "disabled": false,
                    "description": {
                      "content": "A customer token for the customer to be associated with the cart.",
                      "type": "text/plain"
                    },
                    "key": "X-Moltin-Customer-Token",
                    "value": "{{customerToken}}"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"name\": \"Bob's cart\",\n    \"description\": \"For Holidays\",\n    \"discount_settings\": {\n      \"custom_discounts_enabled\": true\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"string\",\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"pxceXz@gEAAKWpycmCAhMmndxAswOjJ.tb\",\n        \"component_product_id\": \"a38afe03-18f8-5284-fb78-3cdc2df74828\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    },\n    {\n      \"status\": 1492,\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"QdQCF-Py6IsyK6B@mhxyIAvSRTxUCXHqwQMdfgvoQaxaODw.ye\",\n        \"component_product_id\": \"cb5bc694-19cf-ffba-cb0d-5bfaa9d08a1e\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "85e2dd58-683f-4024-a1af-ccf5369a85a3",
          "name": "Get a Cart",
          "request": {
            "name": "Get a Cart",
            "description": {
              "content": "Use this endpoint to retrieve a specific cart. If a cart ID does not exist, a new cart will be automatically created. If the cart is associated with shipping groups, calling this endpoint displays the associated shipping group IDs in the `relationships` section.\n\nYou can easily get a new or existing cart by providing the unique cart reference in the request. If the cart is associated with shipping groups, calling this endpoint displays the associated shipping group IDs in the relationships section.\n\n:::note\n\n- The default cart name is Cart. However, you can update the cart name as required. Ensure that the string length of the name is greater than or equal to one. Follow the safe character guidelines for name and description naming. For more information about cart ID naming requirements, see the [Safe Characters](/guides/Getting-Started/safe-characters) section.\n- Outside of the JS-SDK, we don't handle creating cart references. You need to create your own.\n\n:::\n\n:::caution\n\nAn empty cart is returned for any carts that don't currently exist. For more information about the cart items object, see [Get Cart Items](/docs/api/carts/get-cart-items).\n\n:::\n\n### Query parameters\n\n\n| Name      | Required | Type     | Description                                |\n|:----------|:---------|:---------|:-------------------------------------------|\n| `include` | Optional | `string` | Comma-delimited string of entities that can be included. The information included are `items`,`tax_items`, `custom_discounts`, or `promotions`. |\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "carts",
                ":cartID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "",
                    "type": "text/plain"
                  },
                  "key": "include",
                  "value": "custom_discounts"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "cartID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier for this cart that you created.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "4e8f256b-f7d9-42c0-9bbb-dab939d34636",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "custom_discounts"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier for this cart that you created.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"string\",\n    \"name\": \"string\",\n    \"description\": \"string\",\n    \"contact\": {\n      \"email\": \"Tmxn7R2B6@CIafCepVWKAffHjnS.eu\"\n    },\n    \"discount_settings\": {\n      \"custom_discounts_enabled\": false,\n      \"use_rule_promotions\": false\n    },\n    \"inventory_settings\": {\n      \"defer_inventory_check\": true\n    },\n    \"item_settings\": {\n      \"separate_items_by_location\": false\n    },\n    \"payment_intent_id\": \"string\",\n    \"custom_attributes\": {\n      \"key_0\": {\n        \"type\": \"float\",\n        \"value\": true\n      },\n      \"key_1\": {\n        \"type\": \"float\",\n        \"value\": \"string\"\n      },\n      \"key_2\": {\n        \"type\": \"float\",\n        \"value\": \"string\"\n      }\n    },\n    \"snapshot_date\": \"1997-04-13T07:06:19.532Z\",\n    \"links\": {\n      \"self\": \"string\"\n    },\n    \"meta\": {\n      \"display_price\": {\n        \"with_tax\": {\n          \"amount\": 564.6860863342895,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"without_tax\": {\n          \"amount\": 4563.104784037235,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"tax\": {\n          \"amount\": 2027.705775535731,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"discount\": {\n          \"amount\": 339.8786629702144,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"without_discount\": {\n          \"amount\": 9905.837013230857,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"shipping\": {\n          \"amount\": 3859.069175280656,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"shipping_discount\": {\n          \"amount\": 9024.121054940824,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        }\n      },\n      \"timestamps\": {\n        \"created_at\": \"string\",\n        \"updated_at\": \"string\",\n        \"expires_at\": \"string\"\n      },\n      \"promotion_suggestions\": [\n        {\n          \"bundle\": [\n            {\n              \"auto_add_free_gift\": true,\n              \"cart_item_id\": \"string\",\n              \"quantity\": 9060,\n              \"targets\": [\n                \"string\",\n                \"string\"\n              ]\n            },\n            {\n              \"auto_add_free_gift\": true,\n              \"cart_item_id\": \"string\",\n              \"quantity\": 1042,\n              \"targets\": [\n                \"string\",\n                \"string\"\n              ]\n            }\n          ],\n          \"code\": \"string\",\n          \"info\": \"string\",\n          \"message\": \"string\",\n          \"promotion_id\": \"string\"\n        },\n        {\n          \"bundle\": [\n            {\n              \"auto_add_free_gift\": false,\n              \"cart_item_id\": \"string\",\n              \"quantity\": 3863,\n              \"targets\": [\n                \"string\",\n                \"string\"\n              ]\n            },\n            {\n              \"auto_add_free_gift\": false,\n              \"cart_item_id\": \"string\",\n              \"quantity\": 5889,\n              \"targets\": [\n                \"string\",\n                \"string\"\n              ]\n            }\n          ],\n          \"code\": \"string\",\n          \"info\": \"string\",\n          \"message\": \"string\",\n          \"promotion_id\": \"string\"\n        }\n      ]\n    },\n    \"relationships\": {\n      \"customers\": {\n        \"data\": [\n          {\n            \"type\": \"string\",\n            \"id\": \"40b070bc-48d8-79d5-1297-cb92c63abe21\"\n          },\n          {\n            \"type\": \"string\",\n            \"id\": \"fb89f714-5cb7-8720-18df-354b0b7d4bb1\"\n          }\n        ]\n      },\n      \"items\": {\n        \"data\": [\n          {\n            \"type\": \"string\",\n            \"id\": \"f607db5a-c0bc-2dbf-6b0e-149d4f0fcff9\"\n          },\n          {\n            \"type\": \"string\",\n            \"id\": \"74e13720-a7b1-31f1-030e-23771555dd82\"\n          }\n        ]\n      },\n      \"accounts\": {\n        \"data\": [\n          {\n            \"type\": \"string\",\n            \"id\": \"eaa79124-958d-f9e8-9f84-2f8dabc49379\"\n          },\n          {\n            \"type\": \"string\",\n            \"id\": \"33873b4e-77a4-2517-f9e0-014a761c29d6\"\n          }\n        ]\n      },\n      \"custom_discounts\": {\n        \"data\": [\n          {\n            \"type\": \"string\",\n            \"id\": \"41b45e44-6705-be53-19c5-ced0a7847a0f\"\n          },\n          {\n            \"type\": \"string\",\n            \"id\": \"f81a7fec-8198-3f84-67c6-66165ba1f7e2\"\n          }\n        ]\n      },\n      \"promotions\": {\n        \"data\": [\n          {\n            \"type\": \"string\",\n            \"id\": \"e5eab970-ae86-b5dd-1a4e-a00de433508b\"\n          },\n          {\n            \"type\": \"string\",\n            \"id\": \"b8ff3d06-7cb3-535b-8803-013f1c02a744\"\n          }\n        ]\n      }\n    },\n    \"type\": \"string\"\n  },\n  \"included\": {\n    \"custom_discounts\": [\n      {\n        \"type\": \"string\",\n        \"id\": \"834a5900-02d3-f7b2-49d8-8bc58ce4d5a6\",\n        \"external_id\": \"string\",\n        \"discount_engine\": \"string\",\n        \"amount\": {\n          \"amount\": 4963.647894931602,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"description\": \"string\",\n        \"discount_code\": \"string\",\n        \"relationships\": {\n          \"item\": {\n            \"data\": {\n              \"id\": \"7682c13a-dbba-95c1-0190-ca040305a8b8\",\n              \"type\": \"cart_item\"\n            }\n          }\n        }\n      },\n      {\n        \"type\": \"string\",\n        \"id\": \"225126c8-a0ef-90fd-f684-651c638d97be\",\n        \"external_id\": \"string\",\n        \"discount_engine\": \"string\",\n        \"amount\": {\n          \"amount\": 4065.1599865185694,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"description\": \"string\",\n        \"discount_code\": \"string\",\n        \"relationships\": {\n          \"item\": {\n            \"data\": {\n              \"id\": \"87d0ef70-0a85-0fb0-56e5-2c321be5ba8b\",\n              \"type\": \"custom_item\"\n            }\n          }\n        }\n      }\n    ],\n    \"promotions\": [\n      {\n        \"type\": \"string\",\n        \"id\": \"70f1008c-5245-3a04-0d02-89d3c958bdc7\",\n        \"name\": \"string\",\n        \"description\": \"string\",\n        \"automatic\": false,\n        \"promotion_type\": \"string\",\n        \"promotion_source\": \"string\",\n        \"start\": \"1958-10-28T09:25:51.869Z\",\n        \"end\": \"1964-09-23T05:14:59.427Z\"\n      },\n      {\n        \"type\": \"string\",\n        \"id\": \"a2b6d6cd-0e93-ce7f-4d42-13a4d63b459a\",\n        \"name\": \"string\",\n        \"description\": \"string\",\n        \"automatic\": true,\n        \"promotion_type\": \"string\",\n        \"promotion_source\": \"string\",\n        \"start\": \"2018-12-12T12:38:58.137Z\",\n        \"end\": \"1971-08-30T04:31:27.676Z\"\n      }\n    ]\n  },\n  \"meta\": {\n    \"payment_intent\": {\n      \"key_0\": 8532.31236248836\n    }\n  },\n  \"errors\": [\n    {\n      \"status\": \"string\",\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"HM2suB4@eJVkSFdngY.agaz\",\n        \"component_product_id\": \"33c2a0c6-514d-18b2-ed05-49720d0aa908\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    },\n    {\n      \"status\": \"string\",\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"dZL4NBCnJlt@kaWeExSASnYzenuFqcG.ydpe\",\n        \"component_product_id\": \"08ea6dbb-ea26-9ca5-c063-4745395dc745\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9e6ecb39-ff5b-4854-a295-84529e6f6d62",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "custom_discounts"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier for this cart that you created.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"string\",\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"pxceXz@gEAAKWpycmCAhMmndxAswOjJ.tb\",\n        \"component_product_id\": \"a38afe03-18f8-5284-fb78-3cdc2df74828\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    },\n    {\n      \"status\": 1492,\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"QdQCF-Py6IsyK6B@mhxyIAvSRTxUCXHqwQMdfgvoQaxaODw.ye\",\n        \"component_product_id\": \"cb5bc694-19cf-ffba-cb0d-5bfaa9d08a1e\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "393d849e-fb74-4221-ade0-ac7711c19a10",
          "name": "Update a Cart",
          "request": {
            "name": "Update a Cart",
            "description": {
              "content": "Updates cart properties for the specified cartID.\n\nYou can update a cart to specify custom discounts. You can enable custom discounts when the `discount_settings.custom_discounts_enabled` field is set to `true`. Default is set from cart discount settings for the store. See [Cart Settings](/docs/api/carts/put-v-2-settings-cart).\n\nYou can also create a cart when inventory checks are not performed until checkout by setting the `inventory_settings.defer_inventory_check` field to `true`. Again the default is set from cart discount settings for the store. See [Update Cart Settings](/docs/api/carts/put-v-2-settings-cart).\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "carts",
                ":cartID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "cartID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of a cart created by you.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"name\": \"my cart\",\n    \"description\": \"my first cart\",\n    \"discount_settings\": {\n      \"custom_discounts_enabled\": false,\n      \"use_rule_promotions\": true\n    },\n    \"snapshot_date\": \"2026-09-10T00:12:00Z\"\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "df420057-aef7-4bbc-9fb8-8ae088f2a930",
              "name": "200",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a cart created by you.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"name\": \"my cart\",\n    \"description\": \"my first cart\",\n    \"discount_settings\": {\n      \"custom_discounts_enabled\": false,\n      \"use_rule_promotions\": true\n    },\n    \"snapshot_date\": \"2026-09-10T00:12:00Z\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"string\",\n    \"name\": \"string\",\n    \"description\": \"string\",\n    \"contact\": {\n      \"email\": \"Tmxn7R2B6@CIafCepVWKAffHjnS.eu\"\n    },\n    \"discount_settings\": {\n      \"custom_discounts_enabled\": false,\n      \"use_rule_promotions\": false\n    },\n    \"inventory_settings\": {\n      \"defer_inventory_check\": true\n    },\n    \"item_settings\": {\n      \"separate_items_by_location\": false\n    },\n    \"payment_intent_id\": \"string\",\n    \"custom_attributes\": {\n      \"key_0\": {\n        \"type\": \"float\",\n        \"value\": true\n      },\n      \"key_1\": {\n        \"type\": \"float\",\n        \"value\": \"string\"\n      },\n      \"key_2\": {\n        \"type\": \"float\",\n        \"value\": \"string\"\n      }\n    },\n    \"snapshot_date\": \"1997-04-13T07:06:19.532Z\",\n    \"links\": {\n      \"self\": \"string\"\n    },\n    \"meta\": {\n      \"display_price\": {\n        \"with_tax\": {\n          \"amount\": 564.6860863342895,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"without_tax\": {\n          \"amount\": 4563.104784037235,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"tax\": {\n          \"amount\": 2027.705775535731,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"discount\": {\n          \"amount\": 339.8786629702144,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"without_discount\": {\n          \"amount\": 9905.837013230857,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"shipping\": {\n          \"amount\": 3859.069175280656,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"shipping_discount\": {\n          \"amount\": 9024.121054940824,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        }\n      },\n      \"timestamps\": {\n        \"created_at\": \"string\",\n        \"updated_at\": \"string\",\n        \"expires_at\": \"string\"\n      },\n      \"promotion_suggestions\": [\n        {\n          \"bundle\": [\n            {\n              \"auto_add_free_gift\": true,\n              \"cart_item_id\": \"string\",\n              \"quantity\": 9060,\n              \"targets\": [\n                \"string\",\n                \"string\"\n              ]\n            },\n            {\n              \"auto_add_free_gift\": true,\n              \"cart_item_id\": \"string\",\n              \"quantity\": 1042,\n              \"targets\": [\n                \"string\",\n                \"string\"\n              ]\n            }\n          ],\n          \"code\": \"string\",\n          \"info\": \"string\",\n          \"message\": \"string\",\n          \"promotion_id\": \"string\"\n        },\n        {\n          \"bundle\": [\n            {\n              \"auto_add_free_gift\": false,\n              \"cart_item_id\": \"string\",\n              \"quantity\": 3863,\n              \"targets\": [\n                \"string\",\n                \"string\"\n              ]\n            },\n            {\n              \"auto_add_free_gift\": false,\n              \"cart_item_id\": \"string\",\n              \"quantity\": 5889,\n              \"targets\": [\n                \"string\",\n                \"string\"\n              ]\n            }\n          ],\n          \"code\": \"string\",\n          \"info\": \"string\",\n          \"message\": \"string\",\n          \"promotion_id\": \"string\"\n        }\n      ]\n    },\n    \"relationships\": {\n      \"customers\": {\n        \"data\": [\n          {\n            \"type\": \"string\",\n            \"id\": \"40b070bc-48d8-79d5-1297-cb92c63abe21\"\n          },\n          {\n            \"type\": \"string\",\n            \"id\": \"fb89f714-5cb7-8720-18df-354b0b7d4bb1\"\n          }\n        ]\n      },\n      \"items\": {\n        \"data\": [\n          {\n            \"type\": \"string\",\n            \"id\": \"f607db5a-c0bc-2dbf-6b0e-149d4f0fcff9\"\n          },\n          {\n            \"type\": \"string\",\n            \"id\": \"74e13720-a7b1-31f1-030e-23771555dd82\"\n          }\n        ]\n      },\n      \"accounts\": {\n        \"data\": [\n          {\n            \"type\": \"string\",\n            \"id\": \"eaa79124-958d-f9e8-9f84-2f8dabc49379\"\n          },\n          {\n            \"type\": \"string\",\n            \"id\": \"33873b4e-77a4-2517-f9e0-014a761c29d6\"\n          }\n        ]\n      },\n      \"custom_discounts\": {\n        \"data\": [\n          {\n            \"type\": \"string\",\n            \"id\": \"41b45e44-6705-be53-19c5-ced0a7847a0f\"\n          },\n          {\n            \"type\": \"string\",\n            \"id\": \"f81a7fec-8198-3f84-67c6-66165ba1f7e2\"\n          }\n        ]\n      },\n      \"promotions\": {\n        \"data\": [\n          {\n            \"type\": \"string\",\n            \"id\": \"e5eab970-ae86-b5dd-1a4e-a00de433508b\"\n          },\n          {\n            \"type\": \"string\",\n            \"id\": \"b8ff3d06-7cb3-535b-8803-013f1c02a744\"\n          }\n        ]\n      }\n    },\n    \"type\": \"string\"\n  },\n  \"included\": {\n    \"custom_discounts\": [\n      {\n        \"type\": \"string\",\n        \"id\": \"834a5900-02d3-f7b2-49d8-8bc58ce4d5a6\",\n        \"external_id\": \"string\",\n        \"discount_engine\": \"string\",\n        \"amount\": {\n          \"amount\": 4963.647894931602,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"description\": \"string\",\n        \"discount_code\": \"string\",\n        \"relationships\": {\n          \"item\": {\n            \"data\": {\n              \"id\": \"7682c13a-dbba-95c1-0190-ca040305a8b8\",\n              \"type\": \"cart_item\"\n            }\n          }\n        }\n      },\n      {\n        \"type\": \"string\",\n        \"id\": \"225126c8-a0ef-90fd-f684-651c638d97be\",\n        \"external_id\": \"string\",\n        \"discount_engine\": \"string\",\n        \"amount\": {\n          \"amount\": 4065.1599865185694,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"description\": \"string\",\n        \"discount_code\": \"string\",\n        \"relationships\": {\n          \"item\": {\n            \"data\": {\n              \"id\": \"87d0ef70-0a85-0fb0-56e5-2c321be5ba8b\",\n              \"type\": \"custom_item\"\n            }\n          }\n        }\n      }\n    ],\n    \"promotions\": [\n      {\n        \"type\": \"string\",\n        \"id\": \"70f1008c-5245-3a04-0d02-89d3c958bdc7\",\n        \"name\": \"string\",\n        \"description\": \"string\",\n        \"automatic\": false,\n        \"promotion_type\": \"string\",\n        \"promotion_source\": \"string\",\n        \"start\": \"1958-10-28T09:25:51.869Z\",\n        \"end\": \"1964-09-23T05:14:59.427Z\"\n      },\n      {\n        \"type\": \"string\",\n        \"id\": \"a2b6d6cd-0e93-ce7f-4d42-13a4d63b459a\",\n        \"name\": \"string\",\n        \"description\": \"string\",\n        \"automatic\": true,\n        \"promotion_type\": \"string\",\n        \"promotion_source\": \"string\",\n        \"start\": \"2018-12-12T12:38:58.137Z\",\n        \"end\": \"1971-08-30T04:31:27.676Z\"\n      }\n    ]\n  },\n  \"meta\": {\n    \"payment_intent\": {\n      \"key_0\": 8532.31236248836\n    }\n  },\n  \"errors\": [\n    {\n      \"status\": \"string\",\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"HM2suB4@eJVkSFdngY.agaz\",\n        \"component_product_id\": \"33c2a0c6-514d-18b2-ed05-49720d0aa908\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    },\n    {\n      \"status\": \"string\",\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"dZL4NBCnJlt@kaWeExSASnYzenuFqcG.ydpe\",\n        \"component_product_id\": \"08ea6dbb-ea26-9ca5-c063-4745395dc745\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "796b9fa9-37f0-42cb-b7e4-9606656314e8",
              "name": "Unauthorized call",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a cart created by you.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"name\": \"my cart\",\n    \"description\": \"my first cart\",\n    \"discount_settings\": {\n      \"custom_discounts_enabled\": false,\n      \"use_rule_promotions\": true\n    },\n    \"snapshot_date\": \"2026-09-10T00:12:00Z\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"string\",\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"pxceXz@gEAAKWpycmCAhMmndxAswOjJ.tb\",\n        \"component_product_id\": \"a38afe03-18f8-5284-fb78-3cdc2df74828\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    },\n    {\n      \"status\": 1492,\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"QdQCF-Py6IsyK6B@mhxyIAvSRTxUCXHqwQMdfgvoQaxaODw.ye\",\n        \"component_product_id\": \"cb5bc694-19cf-ffba-cb0d-5bfaa9d08a1e\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "069b6c14-0424-43d8-be68-e798ec4b1d7f",
              "name": "Unprocessable Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a cart created by you.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"name\": \"my cart\",\n    \"description\": \"my first cart\",\n    \"discount_settings\": {\n      \"custom_discounts_enabled\": false,\n      \"use_rule_promotions\": true\n    },\n    \"snapshot_date\": \"2026-09-10T00:12:00Z\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"status\": 4323,\n  \"title\": \"string\",\n  \"detail\": \"string\",\n  \"source\": \"string\",\n  \"meta\": {\n    \"id\": \"string\",\n    \"ids\": [\n      \"string\",\n      \"string\"\n    ],\n    \"item_ids\": [\n      \"string\",\n      \"string\"\n    ],\n    \"shipping_group_id\": \"string\",\n    \"shipping_group_ids\": [\n      \"string\",\n      \"string\"\n    ],\n    \"cart_id\": \"string\",\n    \"code\": \"string\",\n    \"order_id\": \"string\",\n    \"sku\": \"string\",\n    \"email\": \"P8WQ4kPK2e3ky@tNlBdtrBLQqRKieb.iwug\",\n    \"component_product_id\": \"e04051a5-e46f-5bdc-c114-833b5393504d\",\n    \"error-meta-key\": \"string\",\n    \"value\": \"string\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c8771deb-4bcc-46ef-95f7-2d4c6c136bfc",
          "name": "Delete a Cart",
          "request": {
            "name": "Delete a Cart",
            "description": {
              "content": "You can delete a cart, including the items, name, description, and remove all associations.\n\n### Errors\n\nThe following error message is received when you attempt to delete a cart that is associated with a customer. Before deletion, ensure that the cart is disassociated.\n\n```json\nmessage: {\n    errors: [\n      {\n        status: 400,\n        title: 'Last cart',\n        detail: 'This is the last cart associated with a customer and it cannot be deleted, try disassociating instead'\n      }\n    ]\n  }\n````\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "carts",
                ":cartID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "cartID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the cart that you want to delete.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "ba713c35-84e2-419d-a2ba-6c2fc923da2c",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the cart that you want to delete.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "0b420f1f-9efe-4878-a854-bb9cfd2a850a",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the cart that you want to delete.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"string\",\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"pxceXz@gEAAKWpycmCAhMmndxAswOjJ.tb\",\n        \"component_product_id\": \"a38afe03-18f8-5284-fb78-3cdc2df74828\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    },\n    {\n      \"status\": 1492,\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"QdQCF-Py6IsyK6B@mhxyIAvSRTxUCXHqwQMdfgvoQaxaODw.ye\",\n        \"component_product_id\": \"cb5bc694-19cf-ffba-cb0d-5bfaa9d08a1e\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Account Cart Associations",
      "description": "You can create associations between an account and one or more carts. After cart associations exist for an account, those carts are accessible across any device. You can delete associations as required.\n\nThere are two ways to access the cart: with an [Account Management Authentication Tokens](/docs/api/accounts/post-v-2-account-members-tokens) and without one.\n\n### With an `Account Management Authentication` token\n\nThese endpoints are for users who authenticated implicitly and require an Account Management Authentication token in the header to access the account cart associations APIs. For more information, see the [Account Token](/docs/api/accounts/post-v-2-account-members-tokens) documentation.\n\n#### Cart creation\n\nShoppers create carts and can use any of the carts that they created to check out an order.\n\n:::note\n\nYou can create a cart id, name, and description for the cart. The cart requires a name. Ensure that the string length is greater than or equal to one. Use any symbol in the name and description. For cart id, ensure that you follow the guidelines for safe characters. For more information about cart id naming requirements, see [Safe Characters](/guides/Getting-Started/safe-characters).\n\n:::\n\n### Without an `Account Management Authentication` token\n\nThese endpoints are for users who use the Client Credentials Token and do not require an account management authentication token in the header to access the account cart associations APIs. For more information, see the [Authentication](/docs/authentication/security) documentation.\n\nThis user acts as a system administrator and can call any account cart association operations for any account and cart.\n\n### Error Codes\n\nYou might encounter the following response codes, depending on the scenario:\n\n* `400` - `The type does not exist or is not listed as account` - Ensure that the type is `account` and is present.\n\n* `403` - `Cannot associate more than one account`.\n\n* `403` - `Account does not have the required permissions to fulfill this request`.\n\n* `403` - `Invalid json payload` - Check JSON input. The request body must be an array `[]`. If the request body is an object, the error is generated.\n",
      "item": [
        {
          "id": "e7b9d26d-0ad1-45e8-ba8f-cbf2428400cf",
          "name": "Create an Account Cart Association",
          "request": {
            "name": "Create an Account Cart Association",
            "description": {
              "content": "You can create associations between an account and one or more carts. After cart associations exist for an account, the account can access those carts across any device.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "carts",
                ":cartID",
                "relationships",
                "accounts"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "cartID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID for the cart created by the account. Ensure that you follow the guidelines for [Safe Characters](/guides/Getting-Started/safe-characters).",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "disabled": false,
                "description": {
                  "content": "An Account Management Authentication token to access a specific account's carts.",
                  "type": "text/plain"
                },
                "key": "EP-Account-Management-Authentication-Token",
                "value": "{{accountToken}}"
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": [\n    {\n      \"id\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"id\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "f77fd4a1-0532-4b0d-a7e0-0fff69f6ec30",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "relationships",
                    "accounts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID for the cart created by the account. Ensure that you follow the guidelines for [Safe Characters](/guides/Getting-Started/safe-characters).",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "An Account Management Authentication token to access a specific account's carts.",
                      "type": "text/plain"
                    },
                    "key": "EP-Account-Management-Authentication-Token",
                    "value": "{{accountToken}}"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"id\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"id\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d997f313-db8a-4d93-a712-50e1dbb9bb76",
              "name": "No Content is sent back in case the account has already been associated to the cart.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "relationships",
                    "accounts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID for the cart created by the account. Ensure that you follow the guidelines for [Safe Characters](/guides/Getting-Started/safe-characters).",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "An Account Management Authentication token to access a specific account's carts.",
                      "type": "text/plain"
                    },
                    "key": "EP-Account-Management-Authentication-Token",
                    "value": "{{accountToken}}"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"id\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "001adf2b-7268-4881-8e8e-a1f36f738dab",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "relationships",
                    "accounts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID for the cart created by the account. Ensure that you follow the guidelines for [Safe Characters](/guides/Getting-Started/safe-characters).",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "An Account Management Authentication token to access a specific account's carts.",
                      "type": "text/plain"
                    },
                    "key": "EP-Account-Management-Authentication-Token",
                    "value": "{{accountToken}}"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"id\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"string\",\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"pxceXz@gEAAKWpycmCAhMmndxAswOjJ.tb\",\n        \"component_product_id\": \"a38afe03-18f8-5284-fb78-3cdc2df74828\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    },\n    {\n      \"status\": 1492,\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"QdQCF-Py6IsyK6B@mhxyIAvSRTxUCXHqwQMdfgvoQaxaODw.ye\",\n        \"component_product_id\": \"cb5bc694-19cf-ffba-cb0d-5bfaa9d08a1e\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ea5a649d-fae1-48d5-8334-07d9153bcc1d",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "relationships",
                    "accounts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID for the cart created by the account. Ensure that you follow the guidelines for [Safe Characters](/guides/Getting-Started/safe-characters).",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "An Account Management Authentication token to access a specific account's carts.",
                      "type": "text/plain"
                    },
                    "key": "EP-Account-Management-Authentication-Token",
                    "value": "{{accountToken}}"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"id\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"string\",\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"pxceXz@gEAAKWpycmCAhMmndxAswOjJ.tb\",\n        \"component_product_id\": \"a38afe03-18f8-5284-fb78-3cdc2df74828\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    },\n    {\n      \"status\": 1492,\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"QdQCF-Py6IsyK6B@mhxyIAvSRTxUCXHqwQMdfgvoQaxaODw.ye\",\n        \"component_product_id\": \"cb5bc694-19cf-ffba-cb0d-5bfaa9d08a1e\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5a7cfb55-9e75-4105-a4d0-ce9b9b52ccec",
              "name": "Unprocessable Entity",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "relationships",
                    "accounts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID for the cart created by the account. Ensure that you follow the guidelines for [Safe Characters](/guides/Getting-Started/safe-characters).",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "An Account Management Authentication token to access a specific account's carts.",
                      "type": "text/plain"
                    },
                    "key": "EP-Account-Management-Authentication-Token",
                    "value": "{{accountToken}}"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"id\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"Unable to associate accounts to carts with contact emails attached.\",\n      \"status\": 400,\n      \"title\": \"Cannot associate accounts to carts with contact emails\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ebb53c9c-44f9-4551-8177-e02ba2356409",
          "name": "Delete Account Cart Association",
          "request": {
            "name": "Delete Account Cart Association",
            "description": {
              "content": "You can delete an association between an account and a cart.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "carts",
                ":cartID",
                "relationships",
                "accounts"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "cartID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID for the cart created by the account.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "disabled": false,
                "description": {
                  "content": "An Account Management Authentication token to access a specific account's carts.",
                  "type": "text/plain"
                },
                "key": "EP-Account-Management-Authentication-Token",
                "value": "{{accountToken}}"
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": [\n    {\n      \"id\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"id\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "b89a39bf-6e14-48a5-af8e-d8c260968c2f",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "relationships",
                    "accounts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID for the cart created by the account.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "An Account Management Authentication token to access a specific account's carts.",
                      "type": "text/plain"
                    },
                    "key": "EP-Account-Management-Authentication-Token",
                    "value": "{{accountToken}}"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"id\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "9d8cf782-089e-429f-a5e1-5641d59b98d6",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "relationships",
                    "accounts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID for the cart created by the account.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "An Account Management Authentication token to access a specific account's carts.",
                      "type": "text/plain"
                    },
                    "key": "EP-Account-Management-Authentication-Token",
                    "value": "{{accountToken}}"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"id\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"string\",\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"pxceXz@gEAAKWpycmCAhMmndxAswOjJ.tb\",\n        \"component_product_id\": \"a38afe03-18f8-5284-fb78-3cdc2df74828\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    },\n    {\n      \"status\": 1492,\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"QdQCF-Py6IsyK6B@mhxyIAvSRTxUCXHqwQMdfgvoQaxaODw.ye\",\n        \"component_product_id\": \"cb5bc694-19cf-ffba-cb0d-5bfaa9d08a1e\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ccbbe304-a100-40aa-be38-11fd0af10f84",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "relationships",
                    "accounts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID for the cart created by the account.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "An Account Management Authentication token to access a specific account's carts.",
                      "type": "text/plain"
                    },
                    "key": "EP-Account-Management-Authentication-Token",
                    "value": "{{accountToken}}"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"id\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"string\",\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"pxceXz@gEAAKWpycmCAhMmndxAswOjJ.tb\",\n        \"component_product_id\": \"a38afe03-18f8-5284-fb78-3cdc2df74828\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    },\n    {\n      \"status\": 1492,\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"QdQCF-Py6IsyK6B@mhxyIAvSRTxUCXHqwQMdfgvoQaxaODw.ye\",\n        \"component_product_id\": \"cb5bc694-19cf-ffba-cb0d-5bfaa9d08a1e\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Customer Cart Associations",
      "description": "You can create associations between a customer and one or more carts. After cart associations exist for a customer, those carts are accessible across any device. You can delete associations as required.\n\nThere are two ways to access the cart: with a customer token and without one.\n\n### With a `customer` token\n\nThese endpoints are for users who authenticated implicitly and require a customer token in the header to access the customer cart associations APIs. For more information, see the [Customer Token](/docs/customer-management/customer-management-api/customer-tokens) documentation.\n\n#### Cart creation\n\nShoppers create carts and can use any of the carts that they created to check out an order.\n\n:::note\n\nYou can create a cart id, name, and description for the cart. The cart requires a name. Ensure that the string length is greater than or equal to one. Use any symbol in the name and description. For cart id, ensure that you follow the guidelines for safe characters. For more information about cart id naming requirements, see [Safe Characters](/guides/Getting-Started/safe-characters).\n\n:::\n\n### Without a `customer` token\n\nThese endpoints are for users who use the Client Credentials Token and do not require a Customer token in the header to access the customer cart associations APIs. For more information, see the [Authentication](/docs/authentication/security) documentation.\n\nThis user acts as a system administrator and can call any customer cart association operations for any customer and cart.\n\n### Error Codes\n\nYou might encounter the following response codes, depending on the scenario:\n\n* `400` - `The type does not exist or is not listed as customer` - Ensure that the type is `customer` and is present.\n\n* `403` - `Cannot associate more than one customer`.\n\n* `403` - `Customer does not have the required permissions to fulfill this request`.\n\n* `403` - `Invalid json payload` - Check JSON input. The request body must be an array `[]`. If the request body is an object, the error is generated.\n",
      "item": [
        {
          "id": "8b211494-c34c-46a6-97cf-38f8e36e864c",
          "name": "Create a Customer Cart Association",
          "request": {
            "name": "Create a Customer Cart Association",
            "description": {
              "content": "You can create associations between a customer and one or more carts. After cart associations exist for a customer, the customer can access those carts across any device.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "carts",
                ":cartID",
                "relationships",
                "customers"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "cartID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID for the cart created by the customer. Ensure that you follow the guidelines for [Safe Characters](/guides/Getting-Started/safe-characters).",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "disabled": false,
                "description": {
                  "content": "A customer token to access a specific customer's carts.",
                  "type": "text/plain"
                },
                "key": "X-Moltin-Customer-Token",
                "value": "{{customerToken}}"
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": [\n    {\n      \"id\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"id\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "9c981eb7-0dce-4b68-85e2-3f1698c0f6f1",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "relationships",
                    "customers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID for the cart created by the customer. Ensure that you follow the guidelines for [Safe Characters](/guides/Getting-Started/safe-characters).",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "A customer token to access a specific customer's carts.",
                      "type": "text/plain"
                    },
                    "key": "X-Moltin-Customer-Token",
                    "value": "{{customerToken}}"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"id\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"id\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "797db768-73cf-4ba0-bd89-09df2bb0142e",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "relationships",
                    "customers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID for the cart created by the customer. Ensure that you follow the guidelines for [Safe Characters](/guides/Getting-Started/safe-characters).",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "A customer token to access a specific customer's carts.",
                      "type": "text/plain"
                    },
                    "key": "X-Moltin-Customer-Token",
                    "value": "{{customerToken}}"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"id\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "ace7eb5e-b845-4ec7-8ce4-e5258d1dfe33",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "relationships",
                    "customers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID for the cart created by the customer. Ensure that you follow the guidelines for [Safe Characters](/guides/Getting-Started/safe-characters).",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "A customer token to access a specific customer's carts.",
                      "type": "text/plain"
                    },
                    "key": "X-Moltin-Customer-Token",
                    "value": "{{customerToken}}"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"id\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"string\",\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"pxceXz@gEAAKWpycmCAhMmndxAswOjJ.tb\",\n        \"component_product_id\": \"a38afe03-18f8-5284-fb78-3cdc2df74828\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    },\n    {\n      \"status\": 1492,\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"QdQCF-Py6IsyK6B@mhxyIAvSRTxUCXHqwQMdfgvoQaxaODw.ye\",\n        \"component_product_id\": \"cb5bc694-19cf-ffba-cb0d-5bfaa9d08a1e\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bdae9db5-e682-4752-8801-04c94a51c6eb",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "relationships",
                    "customers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID for the cart created by the customer. Ensure that you follow the guidelines for [Safe Characters](/guides/Getting-Started/safe-characters).",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "A customer token to access a specific customer's carts.",
                      "type": "text/plain"
                    },
                    "key": "X-Moltin-Customer-Token",
                    "value": "{{customerToken}}"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"id\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"string\",\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"pxceXz@gEAAKWpycmCAhMmndxAswOjJ.tb\",\n        \"component_product_id\": \"a38afe03-18f8-5284-fb78-3cdc2df74828\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    },\n    {\n      \"status\": 1492,\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"QdQCF-Py6IsyK6B@mhxyIAvSRTxUCXHqwQMdfgvoQaxaODw.ye\",\n        \"component_product_id\": \"cb5bc694-19cf-ffba-cb0d-5bfaa9d08a1e\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "66da6396-707d-4be6-a64a-d82197eafb38",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "relationships",
                    "customers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID for the cart created by the customer. Ensure that you follow the guidelines for [Safe Characters](/guides/Getting-Started/safe-characters).",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "A customer token to access a specific customer's carts.",
                      "type": "text/plain"
                    },
                    "key": "X-Moltin-Customer-Token",
                    "value": "{{customerToken}}"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"id\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"Unable to associate customers to carts with contact emails attached.\",\n      \"status\": 400,\n      \"title\": \"Cannot associate customers to carts with contact emails\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d1c27ab5-9ade-47ea-a2bf-dadcceaffbaf",
          "name": "Delete Customer Cart Association",
          "request": {
            "name": "Delete Customer Cart Association",
            "description": {
              "content": "You can delete an association between a customer and a cart.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "carts",
                ":cartID",
                "relationships",
                "customers"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "cartID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID for the cart created by the customer.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "disabled": false,
                "description": {
                  "content": "A customer token to access a specific customer's carts.",
                  "type": "text/plain"
                },
                "key": "X-Moltin-Customer-Token",
                "value": "{{customerToken}}"
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": [\n    {\n      \"id\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"id\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "712853d1-6572-4ed5-a796-c9fbf48cd88a",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "relationships",
                    "customers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID for the cart created by the customer.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "A customer token to access a specific customer's carts.",
                      "type": "text/plain"
                    },
                    "key": "X-Moltin-Customer-Token",
                    "value": "{{customerToken}}"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"id\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "3f7401f7-bf73-4367-86e4-af745fbcfef3",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "relationships",
                    "customers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID for the cart created by the customer.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "A customer token to access a specific customer's carts.",
                      "type": "text/plain"
                    },
                    "key": "X-Moltin-Customer-Token",
                    "value": "{{customerToken}}"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"id\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"string\",\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"pxceXz@gEAAKWpycmCAhMmndxAswOjJ.tb\",\n        \"component_product_id\": \"a38afe03-18f8-5284-fb78-3cdc2df74828\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    },\n    {\n      \"status\": 1492,\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"QdQCF-Py6IsyK6B@mhxyIAvSRTxUCXHqwQMdfgvoQaxaODw.ye\",\n        \"component_product_id\": \"cb5bc694-19cf-ffba-cb0d-5bfaa9d08a1e\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "81b66763-c429-4f4f-bfb2-c6fa0f070681",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "relationships",
                    "customers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID for the cart created by the customer.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "A customer token to access a specific customer's carts.",
                      "type": "text/plain"
                    },
                    "key": "X-Moltin-Customer-Token",
                    "value": "{{customerToken}}"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"id\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"string\",\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"pxceXz@gEAAKWpycmCAhMmndxAswOjJ.tb\",\n        \"component_product_id\": \"a38afe03-18f8-5284-fb78-3cdc2df74828\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    },\n    {\n      \"status\": 1492,\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"QdQCF-Py6IsyK6B@mhxyIAvSRTxUCXHqwQMdfgvoQaxaODw.ye\",\n        \"component_product_id\": \"cb5bc694-19cf-ffba-cb0d-5bfaa9d08a1e\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Cart Items",
      "description": "Products added to a cart are referred to as a `cart_item`.",
      "item": [
        {
          "id": "2b3bfdeb-ee9d-4634-836f-b8d4ccb38140",
          "name": "Get Cart Items",
          "request": {
            "name": "Get Cart Items",
            "description": {
              "content": "\nUse this endpoint to retrieve cart items. If the cart is associated with shipping groups, calling this endpoint displays the associated shipping group IDs.\n\nYou can use this endpoint to retrieve the breakdown of cart items by promotion ID. For example, if you have Promotions Standard item discount with code *sale2024*, Rule Promotions item discount with code *sale2024*, and Rule Promotions cart discount with code *sale2024*, the `discounts.constituents` field in the response example will show the breakdown of the same promotion code used in both Promotions Standard and Rule Promotions.\n\n```json\n\"data\": [\n{\n    \"id\": \"98de010d-dd10-4fa5-a070-0b9bcdc72974\",\n    \"type\": \"cart_item\",\n    \"product_id\": \"5a4662d2-9a2b-4f6e-a215-2970db914b0c\",\n    \"name\": \"sku1\",\n    \"description\": \"sku1\",\n    \"sku\": \"sku1\",\n    \"slug\": \"sku1\",\n    \"image\": {\n        \"mime_type\": \"\",\n        \"file_name\": \"\",\n        \"href\": \"\"\n    },\n    \"quantity\": 1,\n    \"manage_stock\": false,\n    \"unit_price\": {\n        \"amount\": 10000,\n        \"currency\": \"USD\",\n        \"includes_tax\": false\n    },\n    \"value\": {\n        \"amount\": 10000,\n        \"currency\": \"USD\",\n        \"includes_tax\": false\n    },\n    \"discounts\": [\n        {\n            \"amount\": {\n                \"amount\": -2000,\n                \"currency\": \"USD\",\n                \"includes_tax\": false\n            },\n            \"code\": \"sale2024\",\n            \"id\": \"e4d929d5-f471-4317-9a86-a84a6c572b44\",\n            \"promotion_source\": \"rule-promotion\",\n            \"is_cart_discount\": true\n        },\n        {\n            \"amount\": {\n                \"amount\": -1000,\n                \"currency\": \"USD\",\n                \"includes_tax\": false\n            },\n            \"code\": \"sale2024\",\n            \"id\": \"de19a043-a6da-4bde-b896-d17e16b77e25\",\n            \"promotion_source\": \"rule-promotion\"\n        },\n        {\n            \"amount\": {\n                \"amount\": -1000,\n                \"currency\": \"USD\",\n                \"includes_tax\": false\n            },\n            \"code\": \"sale2024\",\n            \"id\": \"509295ee-2971-45b6-801e-95df09756989\"\n        },\n        {\n            \"amount\": {\n                \"amount\": -1000,\n                \"currency\": \"USD\",\n                \"includes_tax\": false\n            },\n            \"code\": \"sale2024\",\n            \"id\": \"ca79e606-7ecd-41ac-9478-af4c8c28c546\",\n            \"promotion_source\": \"rule-promotion\",\n            \"is_cart_discount\": true\n        }\n    ],\n    \"links\": {\n        \"product\": \"https://useast.api.elasticpath.com/v2/products/5a4662d2-9a2b-4f6e-a215-2970db914b0c\"\n    },\n    \"meta\": {\n        \"display_price\": {\n            \"with_tax\": {\n                \"unit\": {\n                    \"amount\": 5000,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$50.00\"\n                },\n                \"value\": {\n                    \"amount\": 5000,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$50.00\"\n                }\n            },\n            \"without_tax\": {\n                \"unit\": {\n                    \"amount\": 5000,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$50.00\"\n                },\n                \"value\": {\n                    \"amount\": 5000,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$50.00\"\n                }\n            },\n            \"tax\": {\n                \"unit\": {\n                    \"amount\": 0,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$0.00\"\n                },\n                \"value\": {\n                    \"amount\": 0,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$0.00\"\n                }\n            },\n            \"discount\": {\n                \"unit\": {\n                    \"amount\": -5000,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"-$50.00\"\n                },\n                \"value\": {\n                    \"amount\": -5000,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"-$50.00\"\n                }\n            },\n            \"without_discount\": {\n                \"unit\": {\n                    \"amount\": 10000,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$100.00\"\n                },\n                \"value\": {\n                    \"amount\": 10000,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$100.00\"\n                }\n            },\n            \"discounts\": {\n                \"sale2024\": {\n                    \"amount\": -5000,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"-$50.00\",\n                    \"constituents\": {\n                        \"509295ee-2971-45b6-801e-95df09756989\": {\n                            \"amount\": -1000,\n                            \"currency\": \"USD\",\n                            \"formatted\": \"-$10.00\"\n                        },\n                        \"ca79e606-7ecd-41ac-9478-af4c8c28c546\": {\n                            \"amount\": -1000,\n                            \"currency\": \"USD\",\n                            \"formatted\": \"-$10.00\"\n                        },\n                        \"de19a043-a6da-4bde-b896-d17e16b77e25\": {\n                            \"amount\": -1000,\n                            \"currency\": \"USD\",\n                            \"formatted\": \"-$10.00\"\n                        },\n                        \"e4d929d5-f471-4317-9a86-a84a6c572b44\": {\n                            \"amount\": -2000,\n                            \"currency\": \"USD\",\n                            \"formatted\": \"-$20.00\"\n                        }\n                    }\n                }\n            }\n        },\n        \"timestamps\": {\n            \"created_at\": \"2024-05-24T18:00:58Z\",\n            \"updated_at\": \"2024-05-24T18:00:58Z\"\n        }\n    },\n    \"catalog_id\": \"09b9359f-897f-407f-89a2-702e167fe781\",\n    \"catalog_source\": \"pim\"\n}\n```\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "carts",
                ":cartID",
                "items"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "A comma-separated list of related resources to include in the response.",
                    "type": "text/plain"
                  },
                  "key": "include",
                  "value": "promotions,promotions"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "cartID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the cart that you created.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "203775bc-d7f8-4487-a283-a1534b7f9ef7",
              "name": "200",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "items"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "A comma-separated list of related resources to include in the response.",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "promotions,promotions"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the cart that you created.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"4d18215e-b65d-20b0-8cc6-fee1d961c0f6\",\n      \"type\": \"cart_item\",\n      \"product_id\": \"bca68baa-be38-3776-2466-3bc02e16d2ad\",\n      \"promotion_id\": \"f21b74f7-340b-ac9d-24b8-082689c45b40\",\n      \"subscription_offering_id\": \"1ac21891-60ae-8db5-062f-a19e158874cf\",\n      \"name\": \"string\",\n      \"description\": \"string\",\n      \"sku\": \"string\",\n      \"slug\": \"string\",\n      \"catalog_id\": \"2fcc724f-981f-a317-f343-d909173eba18\",\n      \"catalog_source\": \"string\",\n      \"bundle_configuration\": {\n        \"selected_options\": {\n          \"key_0\": {\n            \"key_0\": 2365.068415902154,\n            \"key_1\": 9936.121423631714,\n            \"key_2\": 4895.541536176691\n          },\n          \"key_1\": {\n            \"key_0\": 7115.855065008749,\n            \"key_1\": 6173.350938129465,\n            \"key_2\": 5291.187317174377\n          },\n          \"key_2\": {\n            \"key_0\": 7318.77200526625,\n            \"key_1\": 8636.847777603725,\n            \"key_2\": 9699.837731751224,\n            \"key_3\": 8933.734665140391\n          },\n          \"key_3\": {\n            \"key_0\": 3514.5409281975517,\n            \"key_1\": 9784.71199792916,\n            \"key_2\": 8888.34506478598\n          }\n        },\n        \"component_products\": [\n          {\n            \"id\": \"string\",\n            \"type\": \"string\",\n            \"attributes\": {\n              \"key_0\": 2810,\n              \"key_1\": true\n            },\n            \"meta\": {\n              \"key_0\": 4376\n            },\n            \"price\": {\n              \"key_0\": 1363\n            },\n            \"relationships\": {\n              \"key_0\": 468\n            }\n          },\n          {\n            \"id\": \"string\",\n            \"type\": \"string\",\n            \"attributes\": {\n              \"key_0\": true,\n              \"key_1\": 8420.560438146982\n            },\n            \"meta\": {\n              \"key_0\": false,\n              \"key_1\": false\n            },\n            \"price\": {\n              \"key_0\": 6295.399078199662,\n              \"key_1\": 475\n            },\n            \"relationships\": {\n              \"key_0\": 5645\n            }\n          }\n        ]\n      },\n      \"components\": {\n        \"key_0\": {\n          \"name\": \"string\",\n          \"options\": [\n            {\n              \"id\": \"string\",\n              \"quantity\": 2027.1005200371706,\n              \"type\": \"string\"\n            },\n            {\n              \"id\": \"string\",\n              \"quantity\": 5253.999942235519,\n              \"type\": \"string\"\n            }\n          ]\n        }\n      },\n      \"image\": {\n        \"mime_type\": \"string\",\n        \"file_name\": \"string\",\n        \"href\": \"string\"\n      },\n      \"quantity\": 48,\n      \"auto_add_quantity\": 6866,\n      \"manage_stock\": true,\n      \"unit_price\": {\n        \"amount\": 9176.348484392318,\n        \"currency\": \"string\",\n        \"includes_tax\": true\n      },\n      \"value\": {\n        \"amount\": 6339.821015288525,\n        \"currency\": \"string\",\n        \"includes_tax\": true\n      },\n      \"discounts\": [\n        {\n          \"amount\": {\n            \"amount\": 221,\n            \"currency\": \"string\",\n            \"includes_tax\": true\n          },\n          \"id\": \"string\",\n          \"code\": \"string\",\n          \"promotion_source\": \"string\",\n          \"is_cart_discount\": true,\n          \"ordinal\": 3526,\n          \"promotion_action_id\": \"string\"\n        },\n        {\n          \"amount\": {\n            \"amount\": 4711,\n            \"currency\": \"string\",\n            \"includes_tax\": false\n          },\n          \"id\": \"string\",\n          \"code\": \"string\",\n          \"promotion_source\": \"string\",\n          \"is_cart_discount\": true,\n          \"ordinal\": 4104,\n          \"promotion_action_id\": \"string\"\n        }\n      ],\n      \"custom_inputs\": {\n        \"key_0\": \"string\",\n        \"key_1\": 48\n      },\n      \"subscription_configuration\": {\n        \"plan\": \"string\",\n        \"pricing_option\": \"string\"\n      },\n      \"links\": {\n        \"product\": \"string\",\n        \"subscription_offering\": \"string\"\n      },\n      \"meta\": {\n        \"display_price\": {\n          \"with_tax\": {\n            \"unit\": {\n              \"amount\": 957.6127471759688,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            },\n            \"value\": {\n              \"amount\": 2725.288876777845,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            }\n          },\n          \"without_tax\": {\n            \"unit\": {\n              \"amount\": 4042.549003115614,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            },\n            \"value\": {\n              \"amount\": 8307.705090483923,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            }\n          },\n          \"tax\": {\n            \"unit\": {\n              \"amount\": 9876.29415788606,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            },\n            \"value\": {\n              \"amount\": 4721.4137471210815,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            }\n          },\n          \"discount\": {\n            \"unit\": {\n              \"amount\": 3075.2934271694076,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            },\n            \"value\": {\n              \"amount\": 169.69668469180465,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            }\n          },\n          \"without_discount\": {\n            \"unit\": {\n              \"amount\": 2969.7459476387444,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            },\n            \"value\": {\n              \"amount\": 807.0675234683322,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            }\n          },\n          \"original_price\": {\n            \"unit\": {\n              \"amount\": 6019.167734620747,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            },\n            \"value\": {\n              \"amount\": 7585.655543089482,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            }\n          },\n          \"discounts\": {\n            \"key_0\": {\n              \"amount\": 8866,\n              \"currency\": \"string\",\n              \"formatted\": \"string\",\n              \"constituents\": {\n                \"key_0\": {\n                  \"amount\": 2289.0260768528005,\n                  \"currency\": \"string\",\n                  \"formatted\": \"string\"\n                }\n              }\n            },\n            \"key_1\": {\n              \"amount\": 6043,\n              \"currency\": \"string\",\n              \"formatted\": \"string\",\n              \"constituents\": {\n                \"key_0\": {\n                  \"amount\": 2485.6613488144963,\n                  \"currency\": \"string\",\n                  \"formatted\": \"string\"\n                }\n              }\n            }\n          }\n        },\n        \"timestamps\": {\n          \"created_at\": \"string\",\n          \"updated_at\": \"string\"\n        }\n      },\n      \"relationships\": {\n        \"taxes\": {\n          \"data\": null\n        },\n        \"custom_discounts\": {\n          \"data\": null\n        },\n        \"promotions\": {\n          \"data\": null\n        }\n      },\n      \"shipping_group_id\": \"string\",\n      \"promotion_source\": \"rule-promotion\",\n      \"promotion_action_id\": \"string\",\n      \"location\": \"string\",\n      \"custom_attributes\": {\n        \"key_0\": {\n          \"type\": \"integer\",\n          \"value\": 8682.189422649057\n        },\n        \"key_1\": {\n          \"type\": \"integer\",\n          \"value\": 614.1400121057594\n        },\n        \"key_2\": {\n          \"type\": \"string\",\n          \"value\": true\n        }\n      }\n    },\n    {\n      \"id\": \"5a90b39c-153c-8541-2927-80053dfc262a\",\n      \"type\": \"promotion_item\",\n      \"product_id\": \"3acb040b-dc2d-d0c9-f60b-5a4f492f27e0\",\n      \"promotion_id\": \"f493aa33-d4e5-d826-c3ff-b5ab7e303d35\",\n      \"subscription_offering_id\": \"e6de90f5-851b-e7bc-5301-1e66d3f60bb2\",\n      \"name\": \"string\",\n      \"description\": \"string\",\n      \"sku\": \"string\",\n      \"slug\": \"string\",\n      \"catalog_id\": \"aeef742a-3296-49e3-29ec-2e61312a31b2\",\n      \"catalog_source\": \"string\",\n      \"bundle_configuration\": {\n        \"selected_options\": {\n          \"key_0\": {\n            \"key_0\": 2544.315281712406,\n            \"key_1\": 5779.549634421443,\n            \"key_2\": 9932.996251777\n          },\n          \"key_1\": {\n            \"key_0\": 755.4368908436327,\n            \"key_1\": 2961.242249618896\n          }\n        },\n        \"component_products\": [\n          {\n            \"id\": \"string\",\n            \"type\": \"string\",\n            \"attributes\": {\n              \"key_0\": \"string\"\n            },\n            \"meta\": {\n              \"key_0\": \"string\",\n              \"key_1\": false,\n              \"key_2\": 3635.6095765619402\n            },\n            \"price\": {\n              \"key_0\": 6507.649717561539,\n              \"key_1\": \"string\"\n            },\n            \"relationships\": {\n              \"key_0\": true,\n              \"key_1\": 6527\n            }\n          },\n          {\n            \"id\": \"string\",\n            \"type\": \"string\",\n            \"attributes\": {\n              \"key_0\": 8274,\n              \"key_1\": 6149.612597577032,\n              \"key_2\": 9257.387320194686\n            },\n            \"meta\": {\n              \"key_0\": 8763.796504001608,\n              \"key_1\": false,\n              \"key_2\": \"string\"\n            },\n            \"price\": {\n              \"key_0\": 252.7402852306726\n            },\n            \"relationships\": {\n              \"key_0\": \"string\"\n            }\n          }\n        ]\n      },\n      \"components\": {\n        \"key_0\": {\n          \"name\": \"string\",\n          \"options\": [\n            {\n              \"id\": \"string\",\n              \"quantity\": 4982.103490393657,\n              \"type\": \"string\"\n            },\n            {\n              \"id\": \"string\",\n              \"quantity\": 6210.660452895422,\n              \"type\": \"string\"\n            }\n          ]\n        },\n        \"key_1\": {\n          \"name\": \"string\",\n          \"options\": [\n            {\n              \"id\": \"string\",\n              \"quantity\": 7229.095243547124,\n              \"type\": \"string\"\n            },\n            {\n              \"id\": \"string\",\n              \"quantity\": 3054.547699499963,\n              \"type\": \"string\"\n            }\n          ]\n        }\n      },\n      \"image\": {\n        \"mime_type\": \"string\",\n        \"file_name\": \"string\",\n        \"href\": \"string\"\n      },\n      \"quantity\": 1032,\n      \"auto_add_quantity\": 6053,\n      \"manage_stock\": true,\n      \"unit_price\": {\n        \"amount\": 7033.300735167109,\n        \"currency\": \"string\",\n        \"includes_tax\": false\n      },\n      \"value\": {\n        \"amount\": 3120.1705574418083,\n        \"currency\": \"string\",\n        \"includes_tax\": true\n      },\n      \"discounts\": [\n        {\n          \"amount\": {\n            \"amount\": 4597,\n            \"currency\": \"string\",\n            \"includes_tax\": false\n          },\n          \"id\": \"string\",\n          \"code\": \"string\",\n          \"promotion_source\": \"string\",\n          \"is_cart_discount\": false,\n          \"ordinal\": 4183,\n          \"promotion_action_id\": \"string\"\n        },\n        {\n          \"amount\": {\n            \"amount\": 8645,\n            \"currency\": \"string\",\n            \"includes_tax\": true\n          },\n          \"id\": \"string\",\n          \"code\": \"string\",\n          \"promotion_source\": \"string\",\n          \"is_cart_discount\": false,\n          \"ordinal\": 3951,\n          \"promotion_action_id\": \"string\"\n        }\n      ],\n      \"custom_inputs\": {\n        \"key_0\": \"string\",\n        \"key_1\": 8367.223172471275\n      },\n      \"subscription_configuration\": {\n        \"plan\": \"string\",\n        \"pricing_option\": \"string\"\n      },\n      \"links\": {\n        \"product\": \"string\",\n        \"subscription_offering\": \"string\"\n      },\n      \"meta\": {\n        \"display_price\": {\n          \"with_tax\": {\n            \"unit\": {\n              \"amount\": 8181.5082858339165,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            },\n            \"value\": {\n              \"amount\": 1635.4046084500685,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            }\n          },\n          \"without_tax\": {\n            \"unit\": {\n              \"amount\": 3730.9910541526347,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            },\n            \"value\": {\n              \"amount\": 5588.24350793635,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            }\n          },\n          \"tax\": {\n            \"unit\": {\n              \"amount\": 8827.11031145732,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            },\n            \"value\": {\n              \"amount\": 3964.908511025327,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            }\n          },\n          \"discount\": {\n            \"unit\": {\n              \"amount\": 702.1725096650378,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            },\n            \"value\": {\n              \"amount\": 5937.30113475325,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            }\n          },\n          \"without_discount\": {\n            \"unit\": {\n              \"amount\": 1877.8338587860687,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            },\n            \"value\": {\n              \"amount\": 6618.3325494772835,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            }\n          },\n          \"original_price\": {\n            \"unit\": {\n              \"amount\": 6988.960188484148,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            },\n            \"value\": {\n              \"amount\": 4575.3767879624465,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            }\n          },\n          \"discounts\": {\n            \"key_0\": {\n              \"amount\": 1970,\n              \"currency\": \"string\",\n              \"formatted\": \"string\",\n              \"constituents\": {\n                \"key_0\": {\n                  \"amount\": 5368.927651364599,\n                  \"currency\": \"string\",\n                  \"formatted\": \"string\"\n                },\n                \"key_1\": {\n                  \"amount\": 4080.244705155711,\n                  \"currency\": \"string\",\n                  \"formatted\": \"string\"\n                }\n              }\n            }\n          }\n        },\n        \"timestamps\": {\n          \"created_at\": \"string\",\n          \"updated_at\": \"string\"\n        }\n      },\n      \"relationships\": {\n        \"taxes\": {\n          \"data\": null\n        },\n        \"custom_discounts\": {\n          \"data\": null\n        },\n        \"promotions\": {\n          \"data\": null\n        }\n      },\n      \"shipping_group_id\": \"string\",\n      \"promotion_source\": \"rule-promotion\",\n      \"promotion_action_id\": \"string\",\n      \"location\": \"string\",\n      \"custom_attributes\": {\n        \"key_0\": {\n          \"type\": \"boolean\",\n          \"value\": 749.5772429937398\n        },\n        \"key_1\": {\n          \"type\": \"boolean\",\n          \"value\": 4100.860752893256\n        },\n        \"key_2\": {\n          \"type\": \"float\",\n          \"value\": 8834.629574288647\n        }\n      }\n    }\n  ],\n  \"included\": {\n    \"custom_discounts\": [\n      {\n        \"type\": \"string\",\n        \"id\": \"559e67fd-d626-dfac-910d-0fe37a565e96\",\n        \"external_id\": \"string\",\n        \"discount_engine\": \"string\",\n        \"amount\": {\n          \"amount\": 4546.476469424941,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"description\": \"string\",\n        \"discount_code\": \"string\",\n        \"relationships\": {\n          \"item\": {\n            \"data\": {\n              \"id\": \"08df4f89-d210-2a9f-87dd-dc3412994670\",\n              \"type\": \"cart_item\"\n            }\n          }\n        }\n      },\n      {\n        \"type\": \"string\",\n        \"id\": \"aae0b218-d8d4-1654-43d7-4f77d5edf7b8\",\n        \"external_id\": \"string\",\n        \"discount_engine\": \"string\",\n        \"amount\": {\n          \"amount\": 5230.194593224278,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"description\": \"string\",\n        \"discount_code\": \"string\",\n        \"relationships\": {\n          \"item\": {\n            \"data\": {\n              \"id\": \"2fd3be11-993b-a3b9-ab74-9df0d0f2b632\",\n              \"type\": \"cart_item\"\n            }\n          }\n        }\n      }\n    ],\n    \"promotions\": [\n      {\n        \"automatic\": true,\n        \"description\": \"string\",\n        \"end\": \"1953-11-19T05:52:22.089Z\",\n        \"id\": \"33e7bcd8-63de-cdc4-86d1-70dbd81c8a09\",\n        \"name\": \"string\",\n        \"promotion_type\": \"string\",\n        \"promotion_source\": \"string\",\n        \"start\": \"2017-05-22T13:50:55.317Z\",\n        \"type\": \"string\"\n      },\n      {\n        \"automatic\": true,\n        \"description\": \"string\",\n        \"end\": \"1959-10-02T14:51:11.604Z\",\n        \"id\": \"2a91e867-eaba-b65a-5d76-4e7ce628359b\",\n        \"name\": \"string\",\n        \"promotion_type\": \"string\",\n        \"promotion_source\": \"string\",\n        \"start\": \"1998-08-29T14:25:05.005Z\",\n        \"type\": \"string\"\n      }\n    ],\n    \"tax_items\": [\n      {\n        \"type\": \"string\",\n        \"id\": \"60a433a5-6af7-be1f-3beb-a6706d0d2349\",\n        \"jurisdiction\": \"string\",\n        \"code\": \"string\",\n        \"name\": \"string\",\n        \"rate\": 3006.4847425912358,\n        \"amount\": 905\n      },\n      {\n        \"type\": \"string\",\n        \"id\": \"8fb8a764-860f-90c7-5aa7-24d401e465a5\",\n        \"jurisdiction\": \"string\",\n        \"code\": \"string\",\n        \"name\": \"string\",\n        \"rate\": 3122.5103625809793,\n        \"amount\": 7765\n      }\n    ]\n  },\n  \"meta\": {\n    \"display_price\": {\n      \"with_tax\": {\n        \"amount\": 8049.63642664936,\n        \"currency\": \"string\",\n        \"formatted\": \"string\"\n      },\n      \"without_tax\": {\n        \"amount\": 6404.993381457278,\n        \"currency\": \"string\",\n        \"formatted\": \"string\"\n      },\n      \"tax\": {\n        \"amount\": 904.2300895532085,\n        \"currency\": \"string\",\n        \"formatted\": \"string\"\n      },\n      \"discount\": {\n        \"amount\": 2799.0484745871913,\n        \"currency\": \"string\",\n        \"formatted\": \"string\"\n      },\n      \"without_discount\": {\n        \"amount\": 2009.4452378815286,\n        \"currency\": \"string\",\n        \"formatted\": \"string\"\n      },\n      \"shipping\": {\n        \"amount\": 999.7063960523756,\n        \"currency\": \"string\",\n        \"formatted\": \"string\"\n      },\n      \"shipping_discount\": {\n        \"amount\": 8242.076575028786,\n        \"currency\": \"string\",\n        \"formatted\": \"string\"\n      },\n      \"authorized\": {\n        \"amount\": 6539.0040036178125,\n        \"currency\": \"string\",\n        \"formatted\": \"string\"\n      },\n      \"balance_owing\": {\n        \"amount\": 4226.114356010631,\n        \"currency\": \"string\",\n        \"formatted\": \"string\"\n      },\n      \"paid\": {\n        \"amount\": 3505.784639938998,\n        \"currency\": \"string\",\n        \"formatted\": \"string\"\n      }\n    },\n    \"timestamps\": {\n      \"created_at\": \"string\",\n      \"updated_at\": \"string\",\n      \"expires_at\": \"string\"\n    },\n    \"messages\": [\n      {\n        \"title\": \"string\",\n        \"description\": \"string\",\n        \"source\": {\n          \"type\": \"string\",\n          \"id\": \"string\",\n          \"code\": \"string\"\n        }\n      },\n      {\n        \"title\": \"string\",\n        \"description\": \"string\",\n        \"source\": {\n          \"type\": \"string\",\n          \"id\": \"string\",\n          \"code\": \"string\"\n        }\n      }\n    ],\n    \"promotion_suggestions\": [\n      {\n        \"bundle\": [\n          {\n            \"auto_add_free_gift\": true,\n            \"cart_item_id\": \"string\",\n            \"quantity\": 8837,\n            \"targets\": [\n              \"string\",\n              \"string\"\n            ],\n            \"key_0\": \"string\",\n            \"key_1\": 2998,\n            \"key_2\": 4263.194159667498\n          },\n          {\n            \"auto_add_free_gift\": false,\n            \"cart_item_id\": \"string\",\n            \"quantity\": 2095,\n            \"targets\": [\n              \"string\",\n              \"string\"\n            ]\n          }\n        ],\n        \"code\": \"string\",\n        \"info\": \"string\",\n        \"message\": \"string\",\n        \"promotion_id\": \"string\",\n        \"auto_add\": true,\n        \"targets\": [\n          {\n            \"cart_item_id\": \"string\",\n            \"quantity\": 5224,\n            \"skus\": [\n              \"string\",\n              \"string\"\n            ]\n          },\n          {\n            \"cart_item_id\": \"string\",\n            \"quantity\": 7840,\n            \"skus\": [\n              \"string\",\n              \"string\"\n            ]\n          }\n        ]\n      },\n      {\n        \"bundle\": [\n          {\n            \"auto_add_free_gift\": false,\n            \"cart_item_id\": \"string\",\n            \"quantity\": 1770,\n            \"targets\": [\n              \"string\",\n              \"string\"\n            ],\n            \"key_0\": 8899.599319079462,\n            \"key_1\": 8505.929199511305,\n            \"key_2\": 5827.33430701172\n          },\n          {\n            \"auto_add_free_gift\": true,\n            \"cart_item_id\": \"string\",\n            \"quantity\": 2067,\n            \"targets\": [\n              \"string\",\n              \"string\"\n            ]\n          }\n        ],\n        \"code\": \"string\",\n        \"info\": \"string\",\n        \"message\": \"string\",\n        \"promotion_id\": \"string\",\n        \"auto_add\": true,\n        \"targets\": [\n          {\n            \"cart_item_id\": \"string\",\n            \"quantity\": 4876,\n            \"skus\": [\n              \"string\",\n              \"string\"\n            ]\n          },\n          {\n            \"cart_item_id\": \"string\",\n            \"quantity\": 157,\n            \"skus\": [\n              \"string\",\n              \"string\"\n            ]\n          }\n        ]\n      }\n    ]\n  },\n  \"errors\": [\n    {\n      \"status\": \"string\",\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"l5J6cfLZJSQOxo@EqfQjXDTDilEFZzHVgJoJOkejavLFODo.sc\",\n        \"component_product_id\": \"4009d5bc-ef07-8acd-6af1-521e0916a653\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    },\n    {\n      \"status\": 92,\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"ksZ92GZXwYb@UXyZsQcwfbjMSthtODDQQ.zri\",\n        \"component_product_id\": \"0ede8a9d-40b3-c9f1-a4ec-49edf0a602a2\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8760b915-7b17-4489-ae62-c3f94d33f5b8",
          "name": "Bulk Update Items in Cart",
          "request": {
            "name": "Bulk Update Items in Cart",
            "description": {
              "content": "The bulk update feature allows shoppers to update an array of items to their cart in one action, rather than updating each item one at a time. Shoppers can update quantity and shipping group details in bulk requests. This minimizes the time for shoppers while updating items to their cart. Shoppers can even update multiple items with the same or different shipping groups to their cart.\n\nWhen you update multiple items that qualify for free gifts in the cart, the corresponding free gifts for all eligible products are also automatically updated in the cart.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "carts",
                ":cartID",
                "items"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "cartID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the cart that you created.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": [\n    {\n      \"quantity\": 7650,\n      \"id\": \"5f681207-337e-fb2c-0b8e-26e7c95c48ae\",\n      \"type\": \"cart_item\",\n      \"custom_inputs\": {},\n      \"custom_attributes\": {\n        \"key_0\": {\n          \"type\": \"boolean\",\n          \"value\": \"string\"\n        },\n        \"key_1\": {\n          \"type\": \"boolean\",\n          \"value\": true\n        },\n        \"key_2\": {\n          \"type\": \"float\",\n          \"value\": \"string\"\n        },\n        \"key_3\": {\n          \"type\": \"integer\",\n          \"value\": \"string\"\n        }\n      },\n      \"shipping_group_id\": \"81487d27-9594-a5d3-5a28-864273267336\"\n    },\n    {\n      \"quantity\": 9739,\n      \"id\": \"d7225e48-3ed5-b66f-d446-642dada6a592\",\n      \"type\": \"custom_item\",\n      \"custom_inputs\": {},\n      \"custom_attributes\": {\n        \"key_0\": {\n          \"type\": \"boolean\",\n          \"value\": \"string\"\n        }\n      },\n      \"shipping_group_id\": \"a65b2ffc-da74-9206-c5c0-317b1c0b85d6\"\n    }\n  ],\n  \"options\": {\n    \"update_all_or_nothing\": false\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "f5842ae3-e8aa-4bb4-8c50-84423b406e52",
              "name": "Successfully updated cart items",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "items"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the cart that you created.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"quantity\": 7650,\n      \"id\": \"5f681207-337e-fb2c-0b8e-26e7c95c48ae\",\n      \"type\": \"cart_item\",\n      \"custom_inputs\": {},\n      \"custom_attributes\": {\n        \"key_0\": {\n          \"type\": \"boolean\",\n          \"value\": \"string\"\n        },\n        \"key_1\": {\n          \"type\": \"boolean\",\n          \"value\": true\n        },\n        \"key_2\": {\n          \"type\": \"float\",\n          \"value\": \"string\"\n        },\n        \"key_3\": {\n          \"type\": \"integer\",\n          \"value\": \"string\"\n        }\n      },\n      \"shipping_group_id\": \"81487d27-9594-a5d3-5a28-864273267336\"\n    },\n    {\n      \"quantity\": 9739,\n      \"id\": \"d7225e48-3ed5-b66f-d446-642dada6a592\",\n      \"type\": \"custom_item\",\n      \"custom_inputs\": {},\n      \"custom_attributes\": {\n        \"key_0\": {\n          \"type\": \"boolean\",\n          \"value\": \"string\"\n        }\n      },\n      \"shipping_group_id\": \"a65b2ffc-da74-9206-c5c0-317b1c0b85d6\"\n    }\n  ],\n  \"options\": {\n    \"update_all_or_nothing\": false\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"4d18215e-b65d-20b0-8cc6-fee1d961c0f6\",\n      \"type\": \"cart_item\",\n      \"product_id\": \"bca68baa-be38-3776-2466-3bc02e16d2ad\",\n      \"promotion_id\": \"f21b74f7-340b-ac9d-24b8-082689c45b40\",\n      \"subscription_offering_id\": \"1ac21891-60ae-8db5-062f-a19e158874cf\",\n      \"name\": \"string\",\n      \"description\": \"string\",\n      \"sku\": \"string\",\n      \"slug\": \"string\",\n      \"catalog_id\": \"2fcc724f-981f-a317-f343-d909173eba18\",\n      \"catalog_source\": \"string\",\n      \"bundle_configuration\": {\n        \"selected_options\": {\n          \"key_0\": {\n            \"key_0\": 2365.068415902154,\n            \"key_1\": 9936.121423631714,\n            \"key_2\": 4895.541536176691\n          },\n          \"key_1\": {\n            \"key_0\": 7115.855065008749,\n            \"key_1\": 6173.350938129465,\n            \"key_2\": 5291.187317174377\n          },\n          \"key_2\": {\n            \"key_0\": 7318.77200526625,\n            \"key_1\": 8636.847777603725,\n            \"key_2\": 9699.837731751224,\n            \"key_3\": 8933.734665140391\n          },\n          \"key_3\": {\n            \"key_0\": 3514.5409281975517,\n            \"key_1\": 9784.71199792916,\n            \"key_2\": 8888.34506478598\n          }\n        },\n        \"component_products\": [\n          {\n            \"id\": \"string\",\n            \"type\": \"string\",\n            \"attributes\": {\n              \"key_0\": 2810,\n              \"key_1\": true\n            },\n            \"meta\": {\n              \"key_0\": 4376\n            },\n            \"price\": {\n              \"key_0\": 1363\n            },\n            \"relationships\": {\n              \"key_0\": 468\n            }\n          },\n          {\n            \"id\": \"string\",\n            \"type\": \"string\",\n            \"attributes\": {\n              \"key_0\": true,\n              \"key_1\": 8420.560438146982\n            },\n            \"meta\": {\n              \"key_0\": false,\n              \"key_1\": false\n            },\n            \"price\": {\n              \"key_0\": 6295.399078199662,\n              \"key_1\": 475\n            },\n            \"relationships\": {\n              \"key_0\": 5645\n            }\n          }\n        ]\n      },\n      \"components\": {\n        \"key_0\": {\n          \"name\": \"string\",\n          \"options\": [\n            {\n              \"id\": \"string\",\n              \"quantity\": 2027.1005200371706,\n              \"type\": \"string\"\n            },\n            {\n              \"id\": \"string\",\n              \"quantity\": 5253.999942235519,\n              \"type\": \"string\"\n            }\n          ]\n        }\n      },\n      \"image\": {\n        \"mime_type\": \"string\",\n        \"file_name\": \"string\",\n        \"href\": \"string\"\n      },\n      \"quantity\": 48,\n      \"auto_add_quantity\": 6866,\n      \"manage_stock\": true,\n      \"unit_price\": {\n        \"amount\": 9176.348484392318,\n        \"currency\": \"string\",\n        \"includes_tax\": true\n      },\n      \"value\": {\n        \"amount\": 6339.821015288525,\n        \"currency\": \"string\",\n        \"includes_tax\": true\n      },\n      \"discounts\": [\n        {\n          \"amount\": {\n            \"amount\": 221,\n            \"currency\": \"string\",\n            \"includes_tax\": true\n          },\n          \"id\": \"string\",\n          \"code\": \"string\",\n          \"promotion_source\": \"string\",\n          \"is_cart_discount\": true,\n          \"ordinal\": 3526,\n          \"promotion_action_id\": \"string\"\n        },\n        {\n          \"amount\": {\n            \"amount\": 4711,\n            \"currency\": \"string\",\n            \"includes_tax\": false\n          },\n          \"id\": \"string\",\n          \"code\": \"string\",\n          \"promotion_source\": \"string\",\n          \"is_cart_discount\": true,\n          \"ordinal\": 4104,\n          \"promotion_action_id\": \"string\"\n        }\n      ],\n      \"custom_inputs\": {\n        \"key_0\": \"string\",\n        \"key_1\": 48\n      },\n      \"subscription_configuration\": {\n        \"plan\": \"string\",\n        \"pricing_option\": \"string\"\n      },\n      \"links\": {\n        \"product\": \"string\",\n        \"subscription_offering\": \"string\"\n      },\n      \"meta\": {\n        \"display_price\": {\n          \"with_tax\": {\n            \"unit\": {\n              \"amount\": 957.6127471759688,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            },\n            \"value\": {\n              \"amount\": 2725.288876777845,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            }\n          },\n          \"without_tax\": {\n            \"unit\": {\n              \"amount\": 4042.549003115614,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            },\n            \"value\": {\n              \"amount\": 8307.705090483923,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            }\n          },\n          \"tax\": {\n            \"unit\": {\n              \"amount\": 9876.29415788606,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            },\n            \"value\": {\n              \"amount\": 4721.4137471210815,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            }\n          },\n          \"discount\": {\n            \"unit\": {\n              \"amount\": 3075.2934271694076,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            },\n            \"value\": {\n              \"amount\": 169.69668469180465,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            }\n          },\n          \"without_discount\": {\n            \"unit\": {\n              \"amount\": 2969.7459476387444,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            },\n            \"value\": {\n              \"amount\": 807.0675234683322,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            }\n          },\n          \"original_price\": {\n            \"unit\": {\n              \"amount\": 6019.167734620747,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            },\n            \"value\": {\n              \"amount\": 7585.655543089482,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            }\n          },\n          \"discounts\": {\n            \"key_0\": {\n              \"amount\": 8866,\n              \"currency\": \"string\",\n              \"formatted\": \"string\",\n              \"constituents\": {\n                \"key_0\": {\n                  \"amount\": 2289.0260768528005,\n                  \"currency\": \"string\",\n                  \"formatted\": \"string\"\n                }\n              }\n            },\n            \"key_1\": {\n              \"amount\": 6043,\n              \"currency\": \"string\",\n              \"formatted\": \"string\",\n              \"constituents\": {\n                \"key_0\": {\n                  \"amount\": 2485.6613488144963,\n                  \"currency\": \"string\",\n                  \"formatted\": \"string\"\n                }\n              }\n            }\n          }\n        },\n        \"timestamps\": {\n          \"created_at\": \"string\",\n          \"updated_at\": \"string\"\n        }\n      },\n      \"relationships\": {\n        \"taxes\": {\n          \"data\": null\n        },\n        \"custom_discounts\": {\n          \"data\": null\n        },\n        \"promotions\": {\n          \"data\": null\n        }\n      },\n      \"shipping_group_id\": \"string\",\n      \"promotion_source\": \"rule-promotion\",\n      \"promotion_action_id\": \"string\",\n      \"location\": \"string\",\n      \"custom_attributes\": {\n        \"key_0\": {\n          \"type\": \"integer\",\n          \"value\": 8682.189422649057\n        },\n        \"key_1\": {\n          \"type\": \"integer\",\n          \"value\": 614.1400121057594\n        },\n        \"key_2\": {\n          \"type\": \"string\",\n          \"value\": true\n        }\n      }\n    },\n    {\n      \"id\": \"5a90b39c-153c-8541-2927-80053dfc262a\",\n      \"type\": \"promotion_item\",\n      \"product_id\": \"3acb040b-dc2d-d0c9-f60b-5a4f492f27e0\",\n      \"promotion_id\": \"f493aa33-d4e5-d826-c3ff-b5ab7e303d35\",\n      \"subscription_offering_id\": \"e6de90f5-851b-e7bc-5301-1e66d3f60bb2\",\n      \"name\": \"string\",\n      \"description\": \"string\",\n      \"sku\": \"string\",\n      \"slug\": \"string\",\n      \"catalog_id\": \"aeef742a-3296-49e3-29ec-2e61312a31b2\",\n      \"catalog_source\": \"string\",\n      \"bundle_configuration\": {\n        \"selected_options\": {\n          \"key_0\": {\n            \"key_0\": 2544.315281712406,\n            \"key_1\": 5779.549634421443,\n            \"key_2\": 9932.996251777\n          },\n          \"key_1\": {\n            \"key_0\": 755.4368908436327,\n            \"key_1\": 2961.242249618896\n          }\n        },\n        \"component_products\": [\n          {\n            \"id\": \"string\",\n            \"type\": \"string\",\n            \"attributes\": {\n              \"key_0\": \"string\"\n            },\n            \"meta\": {\n              \"key_0\": \"string\",\n              \"key_1\": false,\n              \"key_2\": 3635.6095765619402\n            },\n            \"price\": {\n              \"key_0\": 6507.649717561539,\n              \"key_1\": \"string\"\n            },\n            \"relationships\": {\n              \"key_0\": true,\n              \"key_1\": 6527\n            }\n          },\n          {\n            \"id\": \"string\",\n            \"type\": \"string\",\n            \"attributes\": {\n              \"key_0\": 8274,\n              \"key_1\": 6149.612597577032,\n              \"key_2\": 9257.387320194686\n            },\n            \"meta\": {\n              \"key_0\": 8763.796504001608,\n              \"key_1\": false,\n              \"key_2\": \"string\"\n            },\n            \"price\": {\n              \"key_0\": 252.7402852306726\n            },\n            \"relationships\": {\n              \"key_0\": \"string\"\n            }\n          }\n        ]\n      },\n      \"components\": {\n        \"key_0\": {\n          \"name\": \"string\",\n          \"options\": [\n            {\n              \"id\": \"string\",\n              \"quantity\": 4982.103490393657,\n              \"type\": \"string\"\n            },\n            {\n              \"id\": \"string\",\n              \"quantity\": 6210.660452895422,\n              \"type\": \"string\"\n            }\n          ]\n        },\n        \"key_1\": {\n          \"name\": \"string\",\n          \"options\": [\n            {\n              \"id\": \"string\",\n              \"quantity\": 7229.095243547124,\n              \"type\": \"string\"\n            },\n            {\n              \"id\": \"string\",\n              \"quantity\": 3054.547699499963,\n              \"type\": \"string\"\n            }\n          ]\n        }\n      },\n      \"image\": {\n        \"mime_type\": \"string\",\n        \"file_name\": \"string\",\n        \"href\": \"string\"\n      },\n      \"quantity\": 1032,\n      \"auto_add_quantity\": 6053,\n      \"manage_stock\": true,\n      \"unit_price\": {\n        \"amount\": 7033.300735167109,\n        \"currency\": \"string\",\n        \"includes_tax\": false\n      },\n      \"value\": {\n        \"amount\": 3120.1705574418083,\n        \"currency\": \"string\",\n        \"includes_tax\": true\n      },\n      \"discounts\": [\n        {\n          \"amount\": {\n            \"amount\": 4597,\n            \"currency\": \"string\",\n            \"includes_tax\": false\n          },\n          \"id\": \"string\",\n          \"code\": \"string\",\n          \"promotion_source\": \"string\",\n          \"is_cart_discount\": false,\n          \"ordinal\": 4183,\n          \"promotion_action_id\": \"string\"\n        },\n        {\n          \"amount\": {\n            \"amount\": 8645,\n            \"currency\": \"string\",\n            \"includes_tax\": true\n          },\n          \"id\": \"string\",\n          \"code\": \"string\",\n          \"promotion_source\": \"string\",\n          \"is_cart_discount\": false,\n          \"ordinal\": 3951,\n          \"promotion_action_id\": \"string\"\n        }\n      ],\n      \"custom_inputs\": {\n        \"key_0\": \"string\",\n        \"key_1\": 8367.223172471275\n      },\n      \"subscription_configuration\": {\n        \"plan\": \"string\",\n        \"pricing_option\": \"string\"\n      },\n      \"links\": {\n        \"product\": \"string\",\n        \"subscription_offering\": \"string\"\n      },\n      \"meta\": {\n        \"display_price\": {\n          \"with_tax\": {\n            \"unit\": {\n              \"amount\": 8181.5082858339165,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            },\n            \"value\": {\n              \"amount\": 1635.4046084500685,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            }\n          },\n          \"without_tax\": {\n            \"unit\": {\n              \"amount\": 3730.9910541526347,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            },\n            \"value\": {\n              \"amount\": 5588.24350793635,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            }\n          },\n          \"tax\": {\n            \"unit\": {\n              \"amount\": 8827.11031145732,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            },\n            \"value\": {\n              \"amount\": 3964.908511025327,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            }\n          },\n          \"discount\": {\n            \"unit\": {\n              \"amount\": 702.1725096650378,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            },\n            \"value\": {\n              \"amount\": 5937.30113475325,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            }\n          },\n          \"without_discount\": {\n            \"unit\": {\n              \"amount\": 1877.8338587860687,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            },\n            \"value\": {\n              \"amount\": 6618.3325494772835,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            }\n          },\n          \"original_price\": {\n            \"unit\": {\n              \"amount\": 6988.960188484148,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            },\n            \"value\": {\n              \"amount\": 4575.3767879624465,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            }\n          },\n          \"discounts\": {\n            \"key_0\": {\n              \"amount\": 1970,\n              \"currency\": \"string\",\n              \"formatted\": \"string\",\n              \"constituents\": {\n                \"key_0\": {\n                  \"amount\": 5368.927651364599,\n                  \"currency\": \"string\",\n                  \"formatted\": \"string\"\n                },\n                \"key_1\": {\n                  \"amount\": 4080.244705155711,\n                  \"currency\": \"string\",\n                  \"formatted\": \"string\"\n                }\n              }\n            }\n          }\n        },\n        \"timestamps\": {\n          \"created_at\": \"string\",\n          \"updated_at\": \"string\"\n        }\n      },\n      \"relationships\": {\n        \"taxes\": {\n          \"data\": null\n        },\n        \"custom_discounts\": {\n          \"data\": null\n        },\n        \"promotions\": {\n          \"data\": null\n        }\n      },\n      \"shipping_group_id\": \"string\",\n      \"promotion_source\": \"rule-promotion\",\n      \"promotion_action_id\": \"string\",\n      \"location\": \"string\",\n      \"custom_attributes\": {\n        \"key_0\": {\n          \"type\": \"boolean\",\n          \"value\": 749.5772429937398\n        },\n        \"key_1\": {\n          \"type\": \"boolean\",\n          \"value\": 4100.860752893256\n        },\n        \"key_2\": {\n          \"type\": \"float\",\n          \"value\": 8834.629574288647\n        }\n      }\n    }\n  ],\n  \"included\": {\n    \"custom_discounts\": [\n      {\n        \"type\": \"string\",\n        \"id\": \"559e67fd-d626-dfac-910d-0fe37a565e96\",\n        \"external_id\": \"string\",\n        \"discount_engine\": \"string\",\n        \"amount\": {\n          \"amount\": 4546.476469424941,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"description\": \"string\",\n        \"discount_code\": \"string\",\n        \"relationships\": {\n          \"item\": {\n            \"data\": {\n              \"id\": \"08df4f89-d210-2a9f-87dd-dc3412994670\",\n              \"type\": \"cart_item\"\n            }\n          }\n        }\n      },\n      {\n        \"type\": \"string\",\n        \"id\": \"aae0b218-d8d4-1654-43d7-4f77d5edf7b8\",\n        \"external_id\": \"string\",\n        \"discount_engine\": \"string\",\n        \"amount\": {\n          \"amount\": 5230.194593224278,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"description\": \"string\",\n        \"discount_code\": \"string\",\n        \"relationships\": {\n          \"item\": {\n            \"data\": {\n              \"id\": \"2fd3be11-993b-a3b9-ab74-9df0d0f2b632\",\n              \"type\": \"cart_item\"\n            }\n          }\n        }\n      }\n    ],\n    \"promotions\": [\n      {\n        \"automatic\": true,\n        \"description\": \"string\",\n        \"end\": \"1953-11-19T05:52:22.089Z\",\n        \"id\": \"33e7bcd8-63de-cdc4-86d1-70dbd81c8a09\",\n        \"name\": \"string\",\n        \"promotion_type\": \"string\",\n        \"promotion_source\": \"string\",\n        \"start\": \"2017-05-22T13:50:55.317Z\",\n        \"type\": \"string\"\n      },\n      {\n        \"automatic\": true,\n        \"description\": \"string\",\n        \"end\": \"1959-10-02T14:51:11.604Z\",\n        \"id\": \"2a91e867-eaba-b65a-5d76-4e7ce628359b\",\n        \"name\": \"string\",\n        \"promotion_type\": \"string\",\n        \"promotion_source\": \"string\",\n        \"start\": \"1998-08-29T14:25:05.005Z\",\n        \"type\": \"string\"\n      }\n    ],\n    \"tax_items\": [\n      {\n        \"type\": \"string\",\n        \"id\": \"60a433a5-6af7-be1f-3beb-a6706d0d2349\",\n        \"jurisdiction\": \"string\",\n        \"code\": \"string\",\n        \"name\": \"string\",\n        \"rate\": 3006.4847425912358,\n        \"amount\": 905\n      },\n      {\n        \"type\": \"string\",\n        \"id\": \"8fb8a764-860f-90c7-5aa7-24d401e465a5\",\n        \"jurisdiction\": \"string\",\n        \"code\": \"string\",\n        \"name\": \"string\",\n        \"rate\": 3122.5103625809793,\n        \"amount\": 7765\n      }\n    ]\n  },\n  \"meta\": {\n    \"display_price\": {\n      \"with_tax\": {\n        \"amount\": 8049.63642664936,\n        \"currency\": \"string\",\n        \"formatted\": \"string\"\n      },\n      \"without_tax\": {\n        \"amount\": 6404.993381457278,\n        \"currency\": \"string\",\n        \"formatted\": \"string\"\n      },\n      \"tax\": {\n        \"amount\": 904.2300895532085,\n        \"currency\": \"string\",\n        \"formatted\": \"string\"\n      },\n      \"discount\": {\n        \"amount\": 2799.0484745871913,\n        \"currency\": \"string\",\n        \"formatted\": \"string\"\n      },\n      \"without_discount\": {\n        \"amount\": 2009.4452378815286,\n        \"currency\": \"string\",\n        \"formatted\": \"string\"\n      },\n      \"shipping\": {\n        \"amount\": 999.7063960523756,\n        \"currency\": \"string\",\n        \"formatted\": \"string\"\n      },\n      \"shipping_discount\": {\n        \"amount\": 8242.076575028786,\n        \"currency\": \"string\",\n        \"formatted\": \"string\"\n      },\n      \"authorized\": {\n        \"amount\": 6539.0040036178125,\n        \"currency\": \"string\",\n        \"formatted\": \"string\"\n      },\n      \"balance_owing\": {\n        \"amount\": 4226.114356010631,\n        \"currency\": \"string\",\n        \"formatted\": \"string\"\n      },\n      \"paid\": {\n        \"amount\": 3505.784639938998,\n        \"currency\": \"string\",\n        \"formatted\": \"string\"\n      }\n    },\n    \"timestamps\": {\n      \"created_at\": \"string\",\n      \"updated_at\": \"string\",\n      \"expires_at\": \"string\"\n    },\n    \"messages\": [\n      {\n        \"title\": \"string\",\n        \"description\": \"string\",\n        \"source\": {\n          \"type\": \"string\",\n          \"id\": \"string\",\n          \"code\": \"string\"\n        }\n      },\n      {\n        \"title\": \"string\",\n        \"description\": \"string\",\n        \"source\": {\n          \"type\": \"string\",\n          \"id\": \"string\",\n          \"code\": \"string\"\n        }\n      }\n    ],\n    \"promotion_suggestions\": [\n      {\n        \"bundle\": [\n          {\n            \"auto_add_free_gift\": true,\n            \"cart_item_id\": \"string\",\n            \"quantity\": 8837,\n            \"targets\": [\n              \"string\",\n              \"string\"\n            ],\n            \"key_0\": \"string\",\n            \"key_1\": 2998,\n            \"key_2\": 4263.194159667498\n          },\n          {\n            \"auto_add_free_gift\": false,\n            \"cart_item_id\": \"string\",\n            \"quantity\": 2095,\n            \"targets\": [\n              \"string\",\n              \"string\"\n            ]\n          }\n        ],\n        \"code\": \"string\",\n        \"info\": \"string\",\n        \"message\": \"string\",\n        \"promotion_id\": \"string\",\n        \"auto_add\": true,\n        \"targets\": [\n          {\n            \"cart_item_id\": \"string\",\n            \"quantity\": 5224,\n            \"skus\": [\n              \"string\",\n              \"string\"\n            ]\n          },\n          {\n            \"cart_item_id\": \"string\",\n            \"quantity\": 7840,\n            \"skus\": [\n              \"string\",\n              \"string\"\n            ]\n          }\n        ]\n      },\n      {\n        \"bundle\": [\n          {\n            \"auto_add_free_gift\": false,\n            \"cart_item_id\": \"string\",\n            \"quantity\": 1770,\n            \"targets\": [\n              \"string\",\n              \"string\"\n            ],\n            \"key_0\": 8899.599319079462,\n            \"key_1\": 8505.929199511305,\n            \"key_2\": 5827.33430701172\n          },\n          {\n            \"auto_add_free_gift\": true,\n            \"cart_item_id\": \"string\",\n            \"quantity\": 2067,\n            \"targets\": [\n              \"string\",\n              \"string\"\n            ]\n          }\n        ],\n        \"code\": \"string\",\n        \"info\": \"string\",\n        \"message\": \"string\",\n        \"promotion_id\": \"string\",\n        \"auto_add\": true,\n        \"targets\": [\n          {\n            \"cart_item_id\": \"string\",\n            \"quantity\": 4876,\n            \"skus\": [\n              \"string\",\n              \"string\"\n            ]\n          },\n          {\n            \"cart_item_id\": \"string\",\n            \"quantity\": 157,\n            \"skus\": [\n              \"string\",\n              \"string\"\n            ]\n          }\n        ]\n      }\n    ]\n  },\n  \"errors\": [\n    {\n      \"status\": \"string\",\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"l5J6cfLZJSQOxo@EqfQjXDTDilEFZzHVgJoJOkejavLFODo.sc\",\n        \"component_product_id\": \"4009d5bc-ef07-8acd-6af1-521e0916a653\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    },\n    {\n      \"status\": 92,\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"ksZ92GZXwYb@UXyZsQcwfbjMSthtODDQQ.zri\",\n        \"component_product_id\": \"0ede8a9d-40b3-c9f1-a4ec-49edf0a602a2\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "02c30103-1711-410f-b52f-247c1fd5f80c",
              "name": "Insufficient Stock",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "items"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the cart that you created.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"quantity\": 7650,\n      \"id\": \"5f681207-337e-fb2c-0b8e-26e7c95c48ae\",\n      \"type\": \"cart_item\",\n      \"custom_inputs\": {},\n      \"custom_attributes\": {\n        \"key_0\": {\n          \"type\": \"boolean\",\n          \"value\": \"string\"\n        },\n        \"key_1\": {\n          \"type\": \"boolean\",\n          \"value\": true\n        },\n        \"key_2\": {\n          \"type\": \"float\",\n          \"value\": \"string\"\n        },\n        \"key_3\": {\n          \"type\": \"integer\",\n          \"value\": \"string\"\n        }\n      },\n      \"shipping_group_id\": \"81487d27-9594-a5d3-5a28-864273267336\"\n    },\n    {\n      \"quantity\": 9739,\n      \"id\": \"d7225e48-3ed5-b66f-d446-642dada6a592\",\n      \"type\": \"custom_item\",\n      \"custom_inputs\": {},\n      \"custom_attributes\": {\n        \"key_0\": {\n          \"type\": \"boolean\",\n          \"value\": \"string\"\n        }\n      },\n      \"shipping_group_id\": \"a65b2ffc-da74-9206-c5c0-317b1c0b85d6\"\n    }\n  ],\n  \"options\": {\n    \"update_all_or_nothing\": false\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"There is not enough stock to add Fry Pan to your cart\",\n      \"meta\": {\n        \"id\": \"0e5bae32-cc71-4ede-8d7d-cb662e90c542\"\n      },\n      \"status\": 400,\n      \"title\": \"Insufficient stock\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e0461955-1645-4fc1-ada7-9f76b71e71a4",
              "name": "Unauthorized call",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "items"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the cart that you created.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"quantity\": 7650,\n      \"id\": \"5f681207-337e-fb2c-0b8e-26e7c95c48ae\",\n      \"type\": \"cart_item\",\n      \"custom_inputs\": {},\n      \"custom_attributes\": {\n        \"key_0\": {\n          \"type\": \"boolean\",\n          \"value\": \"string\"\n        },\n        \"key_1\": {\n          \"type\": \"boolean\",\n          \"value\": true\n        },\n        \"key_2\": {\n          \"type\": \"float\",\n          \"value\": \"string\"\n        },\n        \"key_3\": {\n          \"type\": \"integer\",\n          \"value\": \"string\"\n        }\n      },\n      \"shipping_group_id\": \"81487d27-9594-a5d3-5a28-864273267336\"\n    },\n    {\n      \"quantity\": 9739,\n      \"id\": \"d7225e48-3ed5-b66f-d446-642dada6a592\",\n      \"type\": \"custom_item\",\n      \"custom_inputs\": {},\n      \"custom_attributes\": {\n        \"key_0\": {\n          \"type\": \"boolean\",\n          \"value\": \"string\"\n        }\n      },\n      \"shipping_group_id\": \"a65b2ffc-da74-9206-c5c0-317b1c0b85d6\"\n    }\n  ],\n  \"options\": {\n    \"update_all_or_nothing\": false\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"No permissions to fulfill this request with cart item custom_attributes\",\n      \"meta\": {\n        \"id\": \"0e5bae32-cc71-4ede-8d7d-cb662e90c542\"\n      },\n      \"status\": 403,\n      \"title\": \"Unauthorised call\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c66a7bee-80fc-4ceb-84f5-333aca4bb30a",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "items"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the cart that you created.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"quantity\": 7650,\n      \"id\": \"5f681207-337e-fb2c-0b8e-26e7c95c48ae\",\n      \"type\": \"cart_item\",\n      \"custom_inputs\": {},\n      \"custom_attributes\": {\n        \"key_0\": {\n          \"type\": \"boolean\",\n          \"value\": \"string\"\n        },\n        \"key_1\": {\n          \"type\": \"boolean\",\n          \"value\": true\n        },\n        \"key_2\": {\n          \"type\": \"float\",\n          \"value\": \"string\"\n        },\n        \"key_3\": {\n          \"type\": \"integer\",\n          \"value\": \"string\"\n        }\n      },\n      \"shipping_group_id\": \"81487d27-9594-a5d3-5a28-864273267336\"\n    },\n    {\n      \"quantity\": 9739,\n      \"id\": \"d7225e48-3ed5-b66f-d446-642dada6a592\",\n      \"type\": \"custom_item\",\n      \"custom_inputs\": {},\n      \"custom_attributes\": {\n        \"key_0\": {\n          \"type\": \"boolean\",\n          \"value\": \"string\"\n        }\n      },\n      \"shipping_group_id\": \"a65b2ffc-da74-9206-c5c0-317b1c0b85d6\"\n    }\n  ],\n  \"options\": {\n    \"update_all_or_nothing\": false\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"Item was not found in the cart\",\n      \"meta\": {\n        \"id\": \"0e5bae32-cc71-4ede-8d7d-cb662e90c542\",\n        \"ids\": [\n          \"0e5bae32-cc71-4ede-8d7d-cb662e90c542\"\n        ]\n      },\n      \"status\": 404,\n      \"title\": \"Not Found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1c47094c-1b57-46c2-9a86-043f89c6156d",
              "name": "Unprocessable Entity",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "items"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the cart that you created.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"quantity\": 7650,\n      \"id\": \"5f681207-337e-fb2c-0b8e-26e7c95c48ae\",\n      \"type\": \"cart_item\",\n      \"custom_inputs\": {},\n      \"custom_attributes\": {\n        \"key_0\": {\n          \"type\": \"boolean\",\n          \"value\": \"string\"\n        },\n        \"key_1\": {\n          \"type\": \"boolean\",\n          \"value\": true\n        },\n        \"key_2\": {\n          \"type\": \"float\",\n          \"value\": \"string\"\n        },\n        \"key_3\": {\n          \"type\": \"integer\",\n          \"value\": \"string\"\n        }\n      },\n      \"shipping_group_id\": \"81487d27-9594-a5d3-5a28-864273267336\"\n    },\n    {\n      \"quantity\": 9739,\n      \"id\": \"d7225e48-3ed5-b66f-d446-642dada6a592\",\n      \"type\": \"custom_item\",\n      \"custom_inputs\": {},\n      \"custom_attributes\": {\n        \"key_0\": {\n          \"type\": \"boolean\",\n          \"value\": \"string\"\n        }\n      },\n      \"shipping_group_id\": \"a65b2ffc-da74-9206-c5c0-317b1c0b85d6\"\n    }\n  ],\n  \"options\": {\n    \"update_all_or_nothing\": false\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"The cart is configured to use custom discounts\",\n      \"meta\": {\n        \"code\": \"10_OFF\",\n        \"ids\": [\n          \"0e5bae32-cc71-4ede-8d7d-cb662e90c542\"\n        ]\n      },\n      \"status\": 422,\n      \"title\": \"Could not apply EP promotion with the given code\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "bfffae09-afb4-4dbd-8b28-b6be467d4ef8",
          "name": "Add Items to Cart",
          "request": {
            "name": "Add Items to Cart",
            "description": {
              "content": "\n### Add Product to Cart\n\nAdding a Product to Cart is the most common Cart action. If you want to add any custom products or promotions, you need to do that as a separate action.\n\n#### Dynamic Bundles\n\nA bundle is a purchasable product that is composed of a combination of two or more products that you want to sell together. You can create multiple components within a bundle. Each component can have one or more options. Each option is a product and a quantity. You can configure minimum and/or maximum values for the number of product options in a component that your shoppers can select. For example, you can enable a shopper to select 1 or more product options from a list of 10. These are called [dynamic bundles](/docs/api/pxm/products/products#dynamic-bundles).\n\nYour dynamic bundles are displayed in your published catalogs.\n\n1. Use the configure a shopper endpoint to allow shoppers to make their selections from a bundle.\n2. In the response of the configure a shopper, the `bundle_configuration` object contains the bundle selections a shopper has made.\n3. In the add a product to cart request, use the `bundle_configuration` object to add the customers selections to a cart.\n\n```json\n  \"bundle_configuration\": {\n       \"selected_options\": {\n           \"games\": {\n               \"d7b79eb8-19d8-45ea-86ed-2324a604dd9c\": 1\n           },\n           \"toys\": {\n               \"0192ccdd-6d33-4898-87d7-c4d87f2bf8ea\": 1,\n               \"1aea6f97-f0d9-452c-b3c1-7fb5629ead82\": 1\n           }\n       }\n}\n```\n\nWhen a cart is checked out, the options a shopper selected are added to the order. See [order items](/docs/api/carts/get-order-items).\n\n#### Personalized Products\n\nYou can allow shoppers to personalize their goods by adding custom text inputs to products directly. This feature is particularly useful for customizable items, such as personalized T-shirts or greeting cards. You can use this functionality by leveraging the `custom_inputs` attribute, and defining the details and validation rules for the custom text.\n\nFirst, you must configure a `custom_inputs` attribute when creating a new product or updating an existing product. Once you have defined your custom inputs on a product, you must configure the custom inputs in your orders.\n\nFor example, you may sell T-shirts that can have personalized text on the front and back of the shirt.\n\n```json\n    {\n      \"data\": {\n        \"type\": \"product\",\n          \"attributes\": {\n              \"custom_inputs\": {\n                  \"front\": {\n                      \"name\": \"T-Shirt Front\",\n                      \"validation_rules\": [\n                      {\n                          \"type\": \"string\",\n                          \"options\": {\n                          \"max_length\": 50\n                      }\n                  }\n              ],\n                    \"required\": false\n        },\n                  \"back\": {\n                    \"name\": \"T-Shirt Back\",\n                    \"validation_rules\": [\n                {\n                      \"type\": \"string\",\n                      \"options\": {\n                      \"max_length\": 50\n            }\n          }\n        ],\n                   \"required\": false\n        }\n      }\n    }\n  }\n}\n```\n\nIf the same product has different `custom_inputs` attributes, then these are added as separate items in a cart.\n\nThe `custom_inputs` attribute is stored in the cart item and the text for `custom_input` must not exceed 255 characters in length. When a cart is checked out, the `custom_inputs` attribute becomes part of the order.\n\n#### Limitations on Usage of `custom_inputs` with Specific Promotion Types\n\nWhen you add products to a cart with `custom_inputs`, there are certain limitations on usage of the `custom_inputs` with the following promotion types:\n\n  - For [Free Gift Promotions](/docs/api/promotions/create-a-promotion), you can add `custom_inputs` to gift items.\n  - For [Fixed Bundle Discount Promotions](/docs/api/promotions/create-a-promotion), the promotion applies as long as the cart contains the bundle SKUs even when there are different `custom_inputs`.\n  - For [X for Y Discount Promotion and X for amount discount promotion](/docs/api/promotions/create-a-promotion), the promotion applies when there are two SKUs with the same `custom_inputs`. The promotion does not apply when there are different `custom_inputs` and the SKUs are in different line items.\n\n#### Stock locations\n\nWhen adding to a cart it is possible to specify which [stock location](/docs/api/pxm/inventory_mli/inventories-introduction?#multi-location-inventories) should be used for tracking inventory for that product by specifying its slug in `location`. This might represent the warehouse a product is shipped from or the store holding the stock in a Buy Online Pick Up In Store scenario.\n\nEach line item is restricted to a single stock location. If the same product is added with a different location then the most recently-specified location will be used for the total quantity of that line item.\n\n:::note\n\n- Any requests to add a product to cart returns the collection of cart items.\n- [Tax items](/docs/api/carts/tax-items) may optionally be added with the product. Only administrators with [client_credentials access tokens](/docs/api/authentication/create-an-access-token) are able to do this. If included, they replace any existing taxes on the product.\n- The cart currency is set when the first item is added to the cart.\n- The product being added to the cart requires a price in the same currency as the other items in the cart. The API returns a 400 error if a price is not defined in the correct currency.\n- A cart can contain a maximum of 100 unique items. Items include products, custom items, tax items, and promotions.\n- There are a number of actions that happen to your inventory when checking out and paying for an order. For more information, see the [Inventory](/docs/api/pxm/inventory/inventories-introduction) documentation.\n\n:::\n\n### Including Resources\n\nWhen you make an `Add Product to Cart` request to the catalog-view service, you can obtain details of the component products. If you include the optional parameter `include=component_products` in the request, the response will include details for each component product.\n\nWhen a bundle with selected component products is added to a cart, the cart displays both the bundle pricing and component product IDs.\n\nThe response example is returned with a new field called `component_products` under `bundle_configuration`, which is a list of component products that the user has selected for dynamic bundles.\n\n| Parameter               | Required     | Description        |\n|:------------------------|:-------------|:-------------------|\n| `component_products`    | Optional     | The component product data and key attribute data, such as SKU or slug, to return for component products in a product bundle. |\n| `main_image`            | Optional     | The main images associated with a product. |\n| `files`                 | Optional     | Any files associated with a product. |\n\n```json\n\"bundle_configuration\": {\n    \"selected_options\": {\n        \"mixed-shirts\": {\n            \"16a6cc14-6ebb-4156-9973-e6a0f92f5731\": 3,\n            \"55037cc5-f382-4039-95c6-1e04ac0351d3\": 2,\n        \"standard-shirts\"\n            \"70f1c9d2-c580-4839-bd6c-a0a9b91d5159\": 5\n        }\n    },\n    \"component_products\": [\n        {\n            \"id\": \"16a6cc14-6ebb-4156-9973-e6a0f92f5731\",\n            \"type\": \"product\",\n            \"attributes\": {\n                \"name\": \"Red T-shirt\",\n                \"description\": \"Standard red t-shirt.\",\n                \"slug\": \"red-t-shirt-slug\",\n                \"sku\": \"red-t-shirt-sku\",\n                \"status\": \"live\",\n                \"commodity_type\": \"physical\"\n            },\n            \"meta\": {\n                \"display_price\": {\n                    \"without_tax\": {\n                        \"amount\": 500,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$5.00\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"55037cc5-f382-4039-95c6-1e04ac0351d3\",\n            \"type\": \"product\",\n            \"attributes\": {\n                \"name\": \"Blue T-shirt\",\n                \"description\": \"Standard blue t-shirt.\",\n                \"slug\": \"blue-t-shirt-slug\",\n                \"sku\": \"blue-t-shirt-sku\",\n                \"status\": \"live\",\n                \"commodity_type\": \"physical\"\n            },\n            \"meta\": {\n                \"display_price\": {\n                    \"without_tax\": {\n                        \"amount\": 500,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$5.00\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"70f1c9d2-c580-4839-bd6c-a0a9b91d5159\",\n            \"type\": \"product\",\n            \"attributes\": {\n                \"name\": \"White T-shirt\",\n                \"description\": \"Standard white t-shirt.\",\n                \"slug\": \"white-t-shirt-slug\",\n                \"sku\": \"white-t-shirt-sku\",\n                \"status\": \"live\",\n                \"commodity_type\": \"physical\"\n            },\n            \"meta\": {\n                \"display_price\": {\n                    \"without_tax\": {\n                        \"amount\": 500,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$5.00\"\n                    }\n                }\n            }\n        }\n    ]\n}\n```\n\nSee [Including Resources](https://elasticpath.dev/guides/Getting-Started/includes).\n\n### Add Subscription to Cart\n\nTo add a subscription to your cart, you need to provide the ID of the subscription offering, and the ID of the pricing option and plan within that offering that you want to subscribe to.\n\n```json\n  {\n    {\n      \"data\": {\n        \"id\": \"5b9be99f-1c94-4ddd-9718-81adab0cc3e0\",\n        \"type\": \"subscription_item\",\n        \"quantity\": 1,\n        \"subscription_configuration\": {\n          \"plan\": \"dfa31307-748c-4369-8571-709f924a0807\",\n          \"pricing_option\": \"40010dde-2f38-489b-8b3f-14a13cbfb431\"\n        }\n    }\n  }\n```\n\nThe price of the subscription item in the cart reflects the cost of the subscription's initial billing period. Once the cart has been checked out and the order paid for, the subscription will be automatically created in the subscriptions service.\n\n### Add Custom Item to Cart\n\nYou can add a custom item to the cart when you don't manage things like shipping, taxes and inventory in Commerce.\n\nFor [Shipping Groups](/docs/ship-groups/shipping-groups/index), once you have created a [cart shipping group](/docs/ship-groups/shipping-groups/shipping-groups-api/create-cart-shipping-group), you need to link it to the cart items. This is important, because it is necessary to associate items with shipping groups in order to include shipping groups in the corresponding cart, order, and totals.\n\n:::note\n\n- Custom Cart Items are available when using [implicit access tokens](/docs/api/authentication/create-an-access-token). Ensure that you always check each order has the correct details for each item, most importantly, price.\n\n:::\n\n### Add Promotion to Cart\n\nYou can use the Promotions API to apply discounts to your cart as a special cart item type. Any requests to add a product to cart will return a collection of cart items.\n\n There are certain limitations on usage of the `custom_inputs` attribute with some promotion types. See [Limitations on Usage of `custom_inputs` with Specific Promotion Types](/docs/api/carts/manage-carts#limitations-on-usage-of-custom_inputs-with-specific-promotion-types).\n\nTo remove promotion from the cart via the promotion code, see [Delete Promotion Code from Cart](/docs/api/carts/delete-a-promotion-via-promotion-code).\n\n### Re-order\n\nFrom a shopper's order history, they can add the items from a previous order into their carts. Shoppers can add items regardless of past order status, such as incomplete or not paid. For more information, see [Orders](/docs/api/carts/orders).\n\n:::note\n  - Any requests to add an item to cart return a collection of [cart items](/docs/api/carts/cart-items).\n  - A cart can contain a maximum of 100 unique items. Items include products, custom items, and promotions.\n  - When a shopper creates a cart and re-orders items from an order with properties such as custom attributes, custom discounts, and payment intent ID, these properties will remain unchanged in the original cart.\n  - Custom items do not exist in catalogs, and therefore cannot be reordered.\n:::\n\n### Merging Carts\n\nA shopper can have multiple carts, and the system may automatically merge items from an anonymous cart into the shopper's registered cart when they sign in. For example, if a shopper has an existing cart with items `A`, `B` and `C`, and later adds items `D` and `E` while not signed in, the system can merge these carts when the shopper signs in. After the carts merge, the cart contains items `A`, `B`, `C`, `D` and `E`.\n\nIf any items are duplicated from the anonymous cart to the registered cart, their quantities are incremented accordingly. For example, if a shopper's existing cart with items `A`, `B` and `C`, and they later add two more `A` items and one `B` item while not signed in, the system will merge the carts when the shopper signs in. The existing cart will now contain three `A` items, two `B` items, and one `C` item.\n\n:::note\n\nWhen the system merges items from one cart into another cart, properties such as custom attributes, custom discounts, and payment intent ID will remain unchanged in the original cart.\n\n:::\n\n### Best Practices\n\nWe recommend to include a unique `sku` code within the request body while adding custom items to carts. If the same `sku` is used for multiple products, they are merged into a single line item.\n\nFor example, if a cart consists of the following items:\n\n- `product-1` with quantity 1 and sku code as `sku-1`\n- `product-2` with quantity 1 and sku code as `sku-1`\n- `product-3` with quantity 1 and sku code as `sku-2`.\n\nThe following response is returned where it combines all products with the same sku codes into a single line item, while products with a unique sku codes are represented as separate items:\n\n```json\n{\n  \"data\": [\n      {\n      \"id\": \"c58760f4-8889-4719-b34d-be1f1d11ae59\",\n      \"type\": \"custom_item\",\n      \"name\": \"product-1\",\n      \"description\": \"My first custom item!\",\n      \"sku\": \"sku-1\",\n      \"slug\": \"\",\n      \"image\": {\n        \"mime_type\": \"\",\n        \"file_name\": \"\",\n        \"href\": \"\"\n      },\n      \"quantity\": 2,\n      \"manage_stock\": false,\n      \"unit_price\": {\n        \"amount\": 20000,\n        \"currency\": \"USD\",\n        \"includes_tax\": true\n      },\n      \"value\": {\n        \"amount\": 40000,\n        \"currency\": \"USD\",\n        \"includes_tax\": true\n        },\n      \"links\": {},\n      \"meta\": {\n        \"display_price\": {\n            \"with_tax\": {\n                \"unit\": {\n                  \"amount\": 20000,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$200.00\"\n                },\n                \"value\": {\n                  \"amount\": 40000,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$400.00\"\n                    }\n                },\n            \"without_tax\": {\n                \"unit\": {\n                  \"amount\": 20000,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$200.00\"\n                    },\n                \"value\": {\n                  \"amount\": 40000,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$400.00\"\n                    }\n                  },\n                \"tax\": {\n                  \"unit\": {\n                    \"amount\": 0,\n                    \"currency\": \"USD\",\n                    \"formatted\": \"$0.00\"\n                  },\n                  \"value\": {\n                      \"amount\": 0,\n                      \"currency\": \"USD\",\n                      \"formatted\": \"$0.00\"\n                    }\n                  },\n                  \"discount\": {\n                      \"unit\": {\n                        \"amount\": 0,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$0.00\"\n                    },\n                      \"value\": {\n                        \"amount\": 0,\n                        \"currency\": \"USD\",\n                        \"formatted\": \"$0.00\"\n                        }\n                    },\n                    \"without_discount\": {\n                        \"unit\": {\n                           \"amount\": 20000,\n                           \"currency\": \"USD\",\n                           \"formatted\": \"$200.00\"\n                          },\n                          \"value\": {\n                              \"amount\": 40000,\n                              \"currency\": \"USD\",\n                              \"formatted\": \"$400.00\"\n                                }\n                              }\n                            },\n        \"timestamps\": {\n          \"created_at\": \"2023-05-02T16:28:11Z\",\n          \"updated_at\": \"2023-05-02T16:28:18Z\"\n        }\n    }\n  ]\n  ```\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "carts",
                ":cartID",
                "items"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "cartID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the cart that you created.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"cart_item\",\n    \"id\": \"df32387b-6ce6-4802-9b90-1126a5c5a54f\",\n    \"quantity\": 1,\n    \"custom_inputs\": {\n      \"name\": {\n        \"tshirt_front\": \"Jane\",\n        \"tshirt_back\": \"Jane Doe's Dance Academy\"\n      }\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "ba214f9f-5465-4760-a078-76c7b8dc1744",
              "name": "Successfully added item(s) to cart. When promotions are added, the response includes informational messages in the `meta.messages` field describing the promotion and discount effects.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "items"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the cart that you created.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"cart_item\",\n    \"id\": \"df32387b-6ce6-4802-9b90-1126a5c5a54f\",\n    \"quantity\": 1,\n    \"custom_inputs\": {\n      \"name\": {\n        \"tshirt_front\": \"Jane\",\n        \"tshirt_back\": \"Jane Doe's Dance Academy\"\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"1359223e-5de0-4d42-a2ec-14350a84c173\",\n      \"type\": \"custom_item\",\n      \"name\": \"My Custom Item\",\n      \"description\": \"My first custom item!\",\n      \"sku\": \"Sample-sku\",\n      \"slug\": \"\",\n      \"image\": {\n        \"mime_type\": \"\",\n        \"file_name\": \"\",\n        \"href\": \"\"\n      },\n      \"quantity\": 1,\n      \"manage_stock\": false,\n      \"unit_price\": {\n        \"amount\": 10000,\n        \"currency\": \"USD\",\n        \"includes_tax\": true\n      },\n      \"value\": {\n        \"amount\": 10000,\n        \"currency\": \"USD\",\n        \"includes_tax\": true\n      },\n      \"discounts\": [\n        {\n          \"amount\": {\n            \"amount\": -1000,\n            \"currency\": \"USD\",\n            \"includes_tax\": false\n          },\n          \"code\": \"auto_4c8cc302-b1e8-4d1e-a1d5-fb74fda83705\",\n          \"id\": \"4c8cc302-b1e8-4d1e-a1d5-fb74fda83705\",\n          \"promotion_source\": \"rule-promotion\",\n          \"is_cart_discount\": true,\n          \"ordinal\": 1\n        }\n      ],\n      \"links\": {},\n      \"meta\": {\n        \"display_price\": {\n          \"with_tax\": {\n            \"unit\": {\n              \"amount\": 9000,\n              \"currency\": \"USD\",\n              \"formatted\": \"$90.00\"\n            },\n            \"value\": {\n              \"amount\": 9000,\n              \"currency\": \"USD\",\n              \"formatted\": \"$90.00\"\n            }\n          },\n          \"without_tax\": {\n            \"unit\": {\n              \"amount\": 9000,\n              \"currency\": \"USD\",\n              \"formatted\": \"$90.00\"\n            },\n            \"value\": {\n              \"amount\": 9000,\n              \"currency\": \"USD\",\n              \"formatted\": \"$90.00\"\n            }\n          },\n          \"tax\": {\n            \"unit\": {\n              \"amount\": 0,\n              \"currency\": \"USD\",\n              \"formatted\": \"$0.00\"\n            },\n            \"value\": {\n              \"amount\": 0,\n              \"currency\": \"USD\",\n              \"formatted\": \"$0.00\"\n            }\n          },\n          \"discount\": {\n            \"unit\": {\n              \"amount\": -1000,\n              \"currency\": \"USD\",\n              \"formatted\": \"-$10.00\"\n            },\n            \"value\": {\n              \"amount\": -1000,\n              \"currency\": \"USD\",\n              \"formatted\": \"-$10.00\"\n            }\n          },\n          \"without_discount\": {\n            \"unit\": {\n              \"amount\": 10000,\n              \"currency\": \"USD\",\n              \"formatted\": \"$100.00\"\n            },\n            \"value\": {\n              \"amount\": 10000,\n              \"currency\": \"USD\",\n              \"formatted\": \"$100.00\"\n            }\n          },\n          \"discounts\": {\n            \"auto_4c8cc302-b1e8-4d1e-a1d5-fb74fda83705\": {\n              \"amount\": -1000,\n              \"currency\": \"USD\",\n              \"formatted\": \"-$10.00\",\n              \"constituents\": {\n                \"4c8cc302-b1e8-4d1e-a1d5-fb74fda83705\": {\n                  \"amount\": -1000,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"-$10.00\"\n                }\n              }\n            }\n          }\n        },\n        \"timestamps\": {\n          \"created_at\": \"2025-09-10T22:28:29Z\",\n          \"updated_at\": \"2025-09-10T22:28:29Z\"\n        }\n      }\n    },\n    {\n      \"id\": \"7a7fb70a-561a-4caf-a112-c3e5a74145f4\",\n      \"type\": \"promotion_item\",\n      \"promotion_id\": \"4c8cc302-b1e8-4d1e-a1d5-fb74fda83705\",\n      \"name\": \"cart auto\",\n      \"description\": \"Promotion\",\n      \"sku\": \"auto_4c8cc302-b1e8-4d1e-a1d5-fb74fda83705\",\n      \"slug\": \"\",\n      \"image\": {\n        \"mime_type\": \"\",\n        \"file_name\": \"\",\n        \"href\": \"\"\n      },\n      \"quantity\": 1,\n      \"manage_stock\": false,\n      \"unit_price\": {\n        \"amount\": -1000,\n        \"currency\": \"USD\",\n        \"includes_tax\": false\n      },\n      \"value\": {\n        \"amount\": -1000,\n        \"currency\": \"USD\",\n        \"includes_tax\": false\n      },\n      \"links\": {},\n      \"meta\": {\n        \"display_price\": {\n          \"with_tax\": {\n            \"unit\": {\n              \"amount\": -1000,\n              \"currency\": \"USD\",\n              \"formatted\": \"-$10.00\"\n            },\n            \"value\": {\n              \"amount\": -1000,\n              \"currency\": \"USD\",\n              \"formatted\": \"-$10.00\"\n            }\n          },\n          \"without_tax\": {\n            \"unit\": {\n              \"amount\": -1000,\n              \"currency\": \"USD\",\n              \"formatted\": \"-$10.00\"\n            },\n            \"value\": {\n              \"amount\": -1000,\n              \"currency\": \"USD\",\n              \"formatted\": \"-$10.00\"\n            }\n          },\n          \"tax\": {\n            \"unit\": {\n              \"amount\": 0,\n              \"currency\": \"USD\",\n              \"formatted\": \"$0.00\"\n            },\n            \"value\": {\n              \"amount\": 0,\n              \"currency\": \"USD\",\n              \"formatted\": \"$0.00\"\n            }\n          },\n          \"discount\": {\n            \"unit\": {\n              \"amount\": 0,\n              \"currency\": \"USD\",\n              \"formatted\": \"$0.00\"\n            },\n            \"value\": {\n              \"amount\": 0,\n              \"currency\": \"USD\",\n              \"formatted\": \"$0.00\"\n            }\n          },\n          \"without_discount\": {\n            \"unit\": {\n              \"amount\": 0,\n              \"currency\": \"\",\n              \"formatted\": \"0\"\n            },\n            \"value\": {\n              \"amount\": 0,\n              \"currency\": \"\",\n              \"formatted\": \"0\"\n            }\n          }\n        },\n        \"timestamps\": {\n          \"created_at\": \"2025-09-10T22:28:29Z\",\n          \"updated_at\": \"2025-09-10T22:28:29Z\"\n        }\n      },\n      \"promotion_source\": \"rule-promotion\"\n    }\n  ],\n  \"meta\": {\n    \"display_price\": {\n      \"with_tax\": {\n        \"amount\": 9000,\n        \"currency\": \"USD\",\n        \"formatted\": \"$90.00\"\n      },\n      \"without_tax\": {\n        \"amount\": 9000,\n        \"currency\": \"USD\",\n        \"formatted\": \"$90.00\"\n      },\n      \"tax\": {\n        \"amount\": 0,\n        \"currency\": \"USD\",\n        \"formatted\": \"$0.00\"\n      },\n      \"discount\": {\n        \"amount\": -1000,\n        \"currency\": \"USD\",\n        \"formatted\": \"-$10.00\"\n      },\n      \"without_discount\": {\n        \"amount\": 10000,\n        \"currency\": \"USD\",\n        \"formatted\": \"$100.00\"\n      },\n      \"shipping\": {\n        \"amount\": 0,\n        \"currency\": \"USD\",\n        \"formatted\": \"$0.00\"\n      },\n      \"shipping_discount\": {\n        \"amount\": 0,\n        \"currency\": \"USD\",\n        \"formatted\": \"$0.00\"\n      }\n    },\n    \"timestamps\": {\n      \"created_at\": \"2025-09-08T13:17:42Z\",\n      \"updated_at\": \"2025-09-10T22:28:29Z\",\n      \"expires_at\": \"2025-09-17T22:28:29Z\"\n    },\n    \"messages\": [\n      {\n        \"source\": {\n          \"type\": \"promotion_item\",\n          \"id\": \"7a7fb70a-561a-4caf-a112-c3e5a74145f4\"\n        },\n        \"title\": \"Promotion Added\",\n        \"description\": \"Promotion has been added to cart.\"\n      },\n      {\n        \"source\": {\n          \"type\": \"custom_item\",\n          \"id\": \"1359223e-5de0-4d42-a2ec-14350a84c173\"\n        },\n        \"title\": \"Discount Added\",\n        \"description\": \"Item discount has been added.\"\n      }\n    ]\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "37460bc3-6aab-4641-bc24-0353e1d789ce",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "items"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the cart that you created.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"cart_item\",\n    \"id\": \"df32387b-6ce6-4802-9b90-1126a5c5a54f\",\n    \"quantity\": 1,\n    \"custom_inputs\": {\n      \"name\": {\n        \"tshirt_front\": \"Jane\",\n        \"tshirt_back\": \"Jane Doe's Dance Academy\"\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"Must be greater than or equal to 0\",\n      \"meta\": {\n        \"value\": -100000\n      },\n      \"status\": 400,\n      \"title\": \"number_gte\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "92cb677f-3ec6-4120-97ff-877f4093d2e9",
              "name": "Unauthorized call",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "items"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the cart that you created.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"cart_item\",\n    \"id\": \"df32387b-6ce6-4802-9b90-1126a5c5a54f\",\n    \"quantity\": 1,\n    \"custom_inputs\": {\n      \"name\": {\n        \"tshirt_front\": \"Jane\",\n        \"tshirt_back\": \"Jane Doe's Dance Academy\"\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"No permissions to fulfill this request with cart item custom_attributes\",\n      \"status\": 403,\n      \"title\": \"Unauthorised call\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4df06784-66b2-4fb9-b817-bd639ac96339",
              "name": "Not Found - occurs when a referenced product or promotion cannot be found. For bulk operations with add_all_or_nothing=true, the entire operation fails if any item is invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "items"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the cart that you created.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"cart_item\",\n    \"id\": \"df32387b-6ce6-4802-9b90-1126a5c5a54f\",\n    \"quantity\": 1,\n    \"custom_inputs\": {\n      \"name\": {\n        \"tshirt_front\": \"Jane\",\n        \"tshirt_back\": \"Jane Doe's Dance Academy\"\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"The requested product could not be found\",\n      \"meta\": {\n        \"id\": \"1c73326e-07e0-4043-81fc-54b8f13daeb4\"\n      },\n      \"status\": 404,\n      \"title\": \"Product not found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "969b62bf-29c6-4e27-b8fd-3ed0d9a8f7c0",
              "name": "Unprocessable Entity",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "items"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the cart that you created.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"cart_item\",\n    \"id\": \"df32387b-6ce6-4802-9b90-1126a5c5a54f\",\n    \"quantity\": 1,\n    \"custom_inputs\": {\n      \"name\": {\n        \"tshirt_front\": \"Jane\",\n        \"tshirt_back\": \"Jane Doe's Dance Academy\"\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"The cart is configured to use custom discounts\",\n      \"meta\": {\n        \"code\": \"10_OFF\",\n        \"ids\": [\n          \"0e5bae32-cc71-4ede-8d7d-cb662e90c542\"\n        ]\n      },\n      \"status\": 422,\n      \"title\": \"Could not apply EP promotion with the given code\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a4419974-9b8d-4205-908f-57aabf43aef7",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "items"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the cart that you created.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"cart_item\",\n    \"id\": \"df32387b-6ce6-4802-9b90-1126a5c5a54f\",\n    \"quantity\": 1,\n    \"custom_inputs\": {\n      \"name\": {\n        \"tshirt_front\": \"Jane\",\n        \"tshirt_back\": \"Jane Doe's Dance Academy\"\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"string\",\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"pxceXz@gEAAKWpycmCAhMmndxAswOjJ.tb\",\n        \"component_product_id\": \"a38afe03-18f8-5284-fb78-3cdc2df74828\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    },\n    {\n      \"status\": 1492,\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"QdQCF-Py6IsyK6B@mhxyIAvSRTxUCXHqwQMdfgvoQaxaODw.ye\",\n        \"component_product_id\": \"cb5bc694-19cf-ffba-cb0d-5bfaa9d08a1e\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d987e78c-70fd-4fee-8df5-47176b75c107",
          "name": "Delete all Cart Items",
          "request": {
            "name": "Delete all Cart Items",
            "description": {
              "content": "A shopper can clean up their cart, deleting custom items, promotions, and so on, while the empty cart remains available. The cart id, name, description, and any account or customer associations persist. The shopper can continue to add items to the cart.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "carts",
                ":cartID",
                "items"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "cartID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the cart created by you.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "4c161f83-8e6b-42af-9838-c24abafabdb7",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "items"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the cart created by you.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "121db46f-001f-4faf-a60e-3f68bbe8f782",
              "name": "Unprocessable Entity",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "items"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the cart created by you.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"The cart is configured to use custom discounts\",\n      \"meta\": {\n        \"code\": \"10_OFF\"\n      },\n      \"status\": 422,\n      \"title\": \"Could not apply EP promotion with the given code\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "41d1e3c7-d989-46ee-9fd7-50139809922a",
          "name": "Update a Cart Item",
          "request": {
            "name": "Update a Cart Item",
            "description": {
              "content": "You can easily update a cart item. A successful update returns the cart items.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "carts",
                ":cartID",
                "items",
                ":cartitemID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "cartID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier of the cart that you created.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "cartitemID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier of the cart item.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"cart_item\",\n    \"id\": \"76746981-f63a-45f4-ba9e-59773d89dc2e\",\n    \"custom_inputs\": {\n      \"personalization\": \"My personal message\"\n    },\n    \"quantity\": 2\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "a4023519-095e-48d4-a272-56a15281269b",
              "name": "200",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "items",
                    ":cartitemID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier of the cart that you created.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier of the cart item.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartitemID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"cart_item\",\n    \"id\": \"76746981-f63a-45f4-ba9e-59773d89dc2e\",\n    \"custom_inputs\": {\n      \"personalization\": \"My personal message\"\n    },\n    \"quantity\": 2\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"4d18215e-b65d-20b0-8cc6-fee1d961c0f6\",\n      \"type\": \"cart_item\",\n      \"product_id\": \"bca68baa-be38-3776-2466-3bc02e16d2ad\",\n      \"promotion_id\": \"f21b74f7-340b-ac9d-24b8-082689c45b40\",\n      \"subscription_offering_id\": \"1ac21891-60ae-8db5-062f-a19e158874cf\",\n      \"name\": \"string\",\n      \"description\": \"string\",\n      \"sku\": \"string\",\n      \"slug\": \"string\",\n      \"catalog_id\": \"2fcc724f-981f-a317-f343-d909173eba18\",\n      \"catalog_source\": \"string\",\n      \"bundle_configuration\": {\n        \"selected_options\": {\n          \"key_0\": {\n            \"key_0\": 2365.068415902154,\n            \"key_1\": 9936.121423631714,\n            \"key_2\": 4895.541536176691\n          },\n          \"key_1\": {\n            \"key_0\": 7115.855065008749,\n            \"key_1\": 6173.350938129465,\n            \"key_2\": 5291.187317174377\n          },\n          \"key_2\": {\n            \"key_0\": 7318.77200526625,\n            \"key_1\": 8636.847777603725,\n            \"key_2\": 9699.837731751224,\n            \"key_3\": 8933.734665140391\n          },\n          \"key_3\": {\n            \"key_0\": 3514.5409281975517,\n            \"key_1\": 9784.71199792916,\n            \"key_2\": 8888.34506478598\n          }\n        },\n        \"component_products\": [\n          {\n            \"id\": \"string\",\n            \"type\": \"string\",\n            \"attributes\": {\n              \"key_0\": 2810,\n              \"key_1\": true\n            },\n            \"meta\": {\n              \"key_0\": 4376\n            },\n            \"price\": {\n              \"key_0\": 1363\n            },\n            \"relationships\": {\n              \"key_0\": 468\n            }\n          },\n          {\n            \"id\": \"string\",\n            \"type\": \"string\",\n            \"attributes\": {\n              \"key_0\": true,\n              \"key_1\": 8420.560438146982\n            },\n            \"meta\": {\n              \"key_0\": false,\n              \"key_1\": false\n            },\n            \"price\": {\n              \"key_0\": 6295.399078199662,\n              \"key_1\": 475\n            },\n            \"relationships\": {\n              \"key_0\": 5645\n            }\n          }\n        ]\n      },\n      \"components\": {\n        \"key_0\": {\n          \"name\": \"string\",\n          \"options\": [\n            {\n              \"id\": \"string\",\n              \"quantity\": 2027.1005200371706,\n              \"type\": \"string\"\n            },\n            {\n              \"id\": \"string\",\n              \"quantity\": 5253.999942235519,\n              \"type\": \"string\"\n            }\n          ]\n        }\n      },\n      \"image\": {\n        \"mime_type\": \"string\",\n        \"file_name\": \"string\",\n        \"href\": \"string\"\n      },\n      \"quantity\": 48,\n      \"auto_add_quantity\": 6866,\n      \"manage_stock\": true,\n      \"unit_price\": {\n        \"amount\": 9176.348484392318,\n        \"currency\": \"string\",\n        \"includes_tax\": true\n      },\n      \"value\": {\n        \"amount\": 6339.821015288525,\n        \"currency\": \"string\",\n        \"includes_tax\": true\n      },\n      \"discounts\": [\n        {\n          \"amount\": {\n            \"amount\": 221,\n            \"currency\": \"string\",\n            \"includes_tax\": true\n          },\n          \"id\": \"string\",\n          \"code\": \"string\",\n          \"promotion_source\": \"string\",\n          \"is_cart_discount\": true,\n          \"ordinal\": 3526,\n          \"promotion_action_id\": \"string\"\n        },\n        {\n          \"amount\": {\n            \"amount\": 4711,\n            \"currency\": \"string\",\n            \"includes_tax\": false\n          },\n          \"id\": \"string\",\n          \"code\": \"string\",\n          \"promotion_source\": \"string\",\n          \"is_cart_discount\": true,\n          \"ordinal\": 4104,\n          \"promotion_action_id\": \"string\"\n        }\n      ],\n      \"custom_inputs\": {\n        \"key_0\": \"string\",\n        \"key_1\": 48\n      },\n      \"subscription_configuration\": {\n        \"plan\": \"string\",\n        \"pricing_option\": \"string\"\n      },\n      \"links\": {\n        \"product\": \"string\",\n        \"subscription_offering\": \"string\"\n      },\n      \"meta\": {\n        \"display_price\": {\n          \"with_tax\": {\n            \"unit\": {\n              \"amount\": 957.6127471759688,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            },\n            \"value\": {\n              \"amount\": 2725.288876777845,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            }\n          },\n          \"without_tax\": {\n            \"unit\": {\n              \"amount\": 4042.549003115614,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            },\n            \"value\": {\n              \"amount\": 8307.705090483923,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            }\n          },\n          \"tax\": {\n            \"unit\": {\n              \"amount\": 9876.29415788606,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            },\n            \"value\": {\n              \"amount\": 4721.4137471210815,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            }\n          },\n          \"discount\": {\n            \"unit\": {\n              \"amount\": 3075.2934271694076,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            },\n            \"value\": {\n              \"amount\": 169.69668469180465,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            }\n          },\n          \"without_discount\": {\n            \"unit\": {\n              \"amount\": 2969.7459476387444,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            },\n            \"value\": {\n              \"amount\": 807.0675234683322,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            }\n          },\n          \"original_price\": {\n            \"unit\": {\n              \"amount\": 6019.167734620747,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            },\n            \"value\": {\n              \"amount\": 7585.655543089482,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            }\n          },\n          \"discounts\": {\n            \"key_0\": {\n              \"amount\": 8866,\n              \"currency\": \"string\",\n              \"formatted\": \"string\",\n              \"constituents\": {\n                \"key_0\": {\n                  \"amount\": 2289.0260768528005,\n                  \"currency\": \"string\",\n                  \"formatted\": \"string\"\n                }\n              }\n            },\n            \"key_1\": {\n              \"amount\": 6043,\n              \"currency\": \"string\",\n              \"formatted\": \"string\",\n              \"constituents\": {\n                \"key_0\": {\n                  \"amount\": 2485.6613488144963,\n                  \"currency\": \"string\",\n                  \"formatted\": \"string\"\n                }\n              }\n            }\n          }\n        },\n        \"timestamps\": {\n          \"created_at\": \"string\",\n          \"updated_at\": \"string\"\n        }\n      },\n      \"relationships\": {\n        \"taxes\": {\n          \"data\": null\n        },\n        \"custom_discounts\": {\n          \"data\": null\n        },\n        \"promotions\": {\n          \"data\": null\n        }\n      },\n      \"shipping_group_id\": \"string\",\n      \"promotion_source\": \"rule-promotion\",\n      \"promotion_action_id\": \"string\",\n      \"location\": \"string\",\n      \"custom_attributes\": {\n        \"key_0\": {\n          \"type\": \"integer\",\n          \"value\": 8682.189422649057\n        },\n        \"key_1\": {\n          \"type\": \"integer\",\n          \"value\": 614.1400121057594\n        },\n        \"key_2\": {\n          \"type\": \"string\",\n          \"value\": true\n        }\n      }\n    },\n    {\n      \"id\": \"5a90b39c-153c-8541-2927-80053dfc262a\",\n      \"type\": \"promotion_item\",\n      \"product_id\": \"3acb040b-dc2d-d0c9-f60b-5a4f492f27e0\",\n      \"promotion_id\": \"f493aa33-d4e5-d826-c3ff-b5ab7e303d35\",\n      \"subscription_offering_id\": \"e6de90f5-851b-e7bc-5301-1e66d3f60bb2\",\n      \"name\": \"string\",\n      \"description\": \"string\",\n      \"sku\": \"string\",\n      \"slug\": \"string\",\n      \"catalog_id\": \"aeef742a-3296-49e3-29ec-2e61312a31b2\",\n      \"catalog_source\": \"string\",\n      \"bundle_configuration\": {\n        \"selected_options\": {\n          \"key_0\": {\n            \"key_0\": 2544.315281712406,\n            \"key_1\": 5779.549634421443,\n            \"key_2\": 9932.996251777\n          },\n          \"key_1\": {\n            \"key_0\": 755.4368908436327,\n            \"key_1\": 2961.242249618896\n          }\n        },\n        \"component_products\": [\n          {\n            \"id\": \"string\",\n            \"type\": \"string\",\n            \"attributes\": {\n              \"key_0\": \"string\"\n            },\n            \"meta\": {\n              \"key_0\": \"string\",\n              \"key_1\": false,\n              \"key_2\": 3635.6095765619402\n            },\n            \"price\": {\n              \"key_0\": 6507.649717561539,\n              \"key_1\": \"string\"\n            },\n            \"relationships\": {\n              \"key_0\": true,\n              \"key_1\": 6527\n            }\n          },\n          {\n            \"id\": \"string\",\n            \"type\": \"string\",\n            \"attributes\": {\n              \"key_0\": 8274,\n              \"key_1\": 6149.612597577032,\n              \"key_2\": 9257.387320194686\n            },\n            \"meta\": {\n              \"key_0\": 8763.796504001608,\n              \"key_1\": false,\n              \"key_2\": \"string\"\n            },\n            \"price\": {\n              \"key_0\": 252.7402852306726\n            },\n            \"relationships\": {\n              \"key_0\": \"string\"\n            }\n          }\n        ]\n      },\n      \"components\": {\n        \"key_0\": {\n          \"name\": \"string\",\n          \"options\": [\n            {\n              \"id\": \"string\",\n              \"quantity\": 4982.103490393657,\n              \"type\": \"string\"\n            },\n            {\n              \"id\": \"string\",\n              \"quantity\": 6210.660452895422,\n              \"type\": \"string\"\n            }\n          ]\n        },\n        \"key_1\": {\n          \"name\": \"string\",\n          \"options\": [\n            {\n              \"id\": \"string\",\n              \"quantity\": 7229.095243547124,\n              \"type\": \"string\"\n            },\n            {\n              \"id\": \"string\",\n              \"quantity\": 3054.547699499963,\n              \"type\": \"string\"\n            }\n          ]\n        }\n      },\n      \"image\": {\n        \"mime_type\": \"string\",\n        \"file_name\": \"string\",\n        \"href\": \"string\"\n      },\n      \"quantity\": 1032,\n      \"auto_add_quantity\": 6053,\n      \"manage_stock\": true,\n      \"unit_price\": {\n        \"amount\": 7033.300735167109,\n        \"currency\": \"string\",\n        \"includes_tax\": false\n      },\n      \"value\": {\n        \"amount\": 3120.1705574418083,\n        \"currency\": \"string\",\n        \"includes_tax\": true\n      },\n      \"discounts\": [\n        {\n          \"amount\": {\n            \"amount\": 4597,\n            \"currency\": \"string\",\n            \"includes_tax\": false\n          },\n          \"id\": \"string\",\n          \"code\": \"string\",\n          \"promotion_source\": \"string\",\n          \"is_cart_discount\": false,\n          \"ordinal\": 4183,\n          \"promotion_action_id\": \"string\"\n        },\n        {\n          \"amount\": {\n            \"amount\": 8645,\n            \"currency\": \"string\",\n            \"includes_tax\": true\n          },\n          \"id\": \"string\",\n          \"code\": \"string\",\n          \"promotion_source\": \"string\",\n          \"is_cart_discount\": false,\n          \"ordinal\": 3951,\n          \"promotion_action_id\": \"string\"\n        }\n      ],\n      \"custom_inputs\": {\n        \"key_0\": \"string\",\n        \"key_1\": 8367.223172471275\n      },\n      \"subscription_configuration\": {\n        \"plan\": \"string\",\n        \"pricing_option\": \"string\"\n      },\n      \"links\": {\n        \"product\": \"string\",\n        \"subscription_offering\": \"string\"\n      },\n      \"meta\": {\n        \"display_price\": {\n          \"with_tax\": {\n            \"unit\": {\n              \"amount\": 8181.5082858339165,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            },\n            \"value\": {\n              \"amount\": 1635.4046084500685,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            }\n          },\n          \"without_tax\": {\n            \"unit\": {\n              \"amount\": 3730.9910541526347,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            },\n            \"value\": {\n              \"amount\": 5588.24350793635,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            }\n          },\n          \"tax\": {\n            \"unit\": {\n              \"amount\": 8827.11031145732,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            },\n            \"value\": {\n              \"amount\": 3964.908511025327,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            }\n          },\n          \"discount\": {\n            \"unit\": {\n              \"amount\": 702.1725096650378,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            },\n            \"value\": {\n              \"amount\": 5937.30113475325,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            }\n          },\n          \"without_discount\": {\n            \"unit\": {\n              \"amount\": 1877.8338587860687,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            },\n            \"value\": {\n              \"amount\": 6618.3325494772835,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            }\n          },\n          \"original_price\": {\n            \"unit\": {\n              \"amount\": 6988.960188484148,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            },\n            \"value\": {\n              \"amount\": 4575.3767879624465,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            }\n          },\n          \"discounts\": {\n            \"key_0\": {\n              \"amount\": 1970,\n              \"currency\": \"string\",\n              \"formatted\": \"string\",\n              \"constituents\": {\n                \"key_0\": {\n                  \"amount\": 5368.927651364599,\n                  \"currency\": \"string\",\n                  \"formatted\": \"string\"\n                },\n                \"key_1\": {\n                  \"amount\": 4080.244705155711,\n                  \"currency\": \"string\",\n                  \"formatted\": \"string\"\n                }\n              }\n            }\n          }\n        },\n        \"timestamps\": {\n          \"created_at\": \"string\",\n          \"updated_at\": \"string\"\n        }\n      },\n      \"relationships\": {\n        \"taxes\": {\n          \"data\": null\n        },\n        \"custom_discounts\": {\n          \"data\": null\n        },\n        \"promotions\": {\n          \"data\": null\n        }\n      },\n      \"shipping_group_id\": \"string\",\n      \"promotion_source\": \"rule-promotion\",\n      \"promotion_action_id\": \"string\",\n      \"location\": \"string\",\n      \"custom_attributes\": {\n        \"key_0\": {\n          \"type\": \"boolean\",\n          \"value\": 749.5772429937398\n        },\n        \"key_1\": {\n          \"type\": \"boolean\",\n          \"value\": 4100.860752893256\n        },\n        \"key_2\": {\n          \"type\": \"float\",\n          \"value\": 8834.629574288647\n        }\n      }\n    }\n  ],\n  \"included\": {\n    \"custom_discounts\": [\n      {\n        \"type\": \"string\",\n        \"id\": \"559e67fd-d626-dfac-910d-0fe37a565e96\",\n        \"external_id\": \"string\",\n        \"discount_engine\": \"string\",\n        \"amount\": {\n          \"amount\": 4546.476469424941,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"description\": \"string\",\n        \"discount_code\": \"string\",\n        \"relationships\": {\n          \"item\": {\n            \"data\": {\n              \"id\": \"08df4f89-d210-2a9f-87dd-dc3412994670\",\n              \"type\": \"cart_item\"\n            }\n          }\n        }\n      },\n      {\n        \"type\": \"string\",\n        \"id\": \"aae0b218-d8d4-1654-43d7-4f77d5edf7b8\",\n        \"external_id\": \"string\",\n        \"discount_engine\": \"string\",\n        \"amount\": {\n          \"amount\": 5230.194593224278,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"description\": \"string\",\n        \"discount_code\": \"string\",\n        \"relationships\": {\n          \"item\": {\n            \"data\": {\n              \"id\": \"2fd3be11-993b-a3b9-ab74-9df0d0f2b632\",\n              \"type\": \"cart_item\"\n            }\n          }\n        }\n      }\n    ],\n    \"promotions\": [\n      {\n        \"automatic\": true,\n        \"description\": \"string\",\n        \"end\": \"1953-11-19T05:52:22.089Z\",\n        \"id\": \"33e7bcd8-63de-cdc4-86d1-70dbd81c8a09\",\n        \"name\": \"string\",\n        \"promotion_type\": \"string\",\n        \"promotion_source\": \"string\",\n        \"start\": \"2017-05-22T13:50:55.317Z\",\n        \"type\": \"string\"\n      },\n      {\n        \"automatic\": true,\n        \"description\": \"string\",\n        \"end\": \"1959-10-02T14:51:11.604Z\",\n        \"id\": \"2a91e867-eaba-b65a-5d76-4e7ce628359b\",\n        \"name\": \"string\",\n        \"promotion_type\": \"string\",\n        \"promotion_source\": \"string\",\n        \"start\": \"1998-08-29T14:25:05.005Z\",\n        \"type\": \"string\"\n      }\n    ],\n    \"tax_items\": [\n      {\n        \"type\": \"string\",\n        \"id\": \"60a433a5-6af7-be1f-3beb-a6706d0d2349\",\n        \"jurisdiction\": \"string\",\n        \"code\": \"string\",\n        \"name\": \"string\",\n        \"rate\": 3006.4847425912358,\n        \"amount\": 905\n      },\n      {\n        \"type\": \"string\",\n        \"id\": \"8fb8a764-860f-90c7-5aa7-24d401e465a5\",\n        \"jurisdiction\": \"string\",\n        \"code\": \"string\",\n        \"name\": \"string\",\n        \"rate\": 3122.5103625809793,\n        \"amount\": 7765\n      }\n    ]\n  },\n  \"meta\": {\n    \"display_price\": {\n      \"with_tax\": {\n        \"amount\": 8049.63642664936,\n        \"currency\": \"string\",\n        \"formatted\": \"string\"\n      },\n      \"without_tax\": {\n        \"amount\": 6404.993381457278,\n        \"currency\": \"string\",\n        \"formatted\": \"string\"\n      },\n      \"tax\": {\n        \"amount\": 904.2300895532085,\n        \"currency\": \"string\",\n        \"formatted\": \"string\"\n      },\n      \"discount\": {\n        \"amount\": 2799.0484745871913,\n        \"currency\": \"string\",\n        \"formatted\": \"string\"\n      },\n      \"without_discount\": {\n        \"amount\": 2009.4452378815286,\n        \"currency\": \"string\",\n        \"formatted\": \"string\"\n      },\n      \"shipping\": {\n        \"amount\": 999.7063960523756,\n        \"currency\": \"string\",\n        \"formatted\": \"string\"\n      },\n      \"shipping_discount\": {\n        \"amount\": 8242.076575028786,\n        \"currency\": \"string\",\n        \"formatted\": \"string\"\n      },\n      \"authorized\": {\n        \"amount\": 6539.0040036178125,\n        \"currency\": \"string\",\n        \"formatted\": \"string\"\n      },\n      \"balance_owing\": {\n        \"amount\": 4226.114356010631,\n        \"currency\": \"string\",\n        \"formatted\": \"string\"\n      },\n      \"paid\": {\n        \"amount\": 3505.784639938998,\n        \"currency\": \"string\",\n        \"formatted\": \"string\"\n      }\n    },\n    \"timestamps\": {\n      \"created_at\": \"string\",\n      \"updated_at\": \"string\",\n      \"expires_at\": \"string\"\n    },\n    \"messages\": [\n      {\n        \"title\": \"string\",\n        \"description\": \"string\",\n        \"source\": {\n          \"type\": \"string\",\n          \"id\": \"string\",\n          \"code\": \"string\"\n        }\n      },\n      {\n        \"title\": \"string\",\n        \"description\": \"string\",\n        \"source\": {\n          \"type\": \"string\",\n          \"id\": \"string\",\n          \"code\": \"string\"\n        }\n      }\n    ],\n    \"promotion_suggestions\": [\n      {\n        \"bundle\": [\n          {\n            \"auto_add_free_gift\": true,\n            \"cart_item_id\": \"string\",\n            \"quantity\": 8837,\n            \"targets\": [\n              \"string\",\n              \"string\"\n            ],\n            \"key_0\": \"string\",\n            \"key_1\": 2998,\n            \"key_2\": 4263.194159667498\n          },\n          {\n            \"auto_add_free_gift\": false,\n            \"cart_item_id\": \"string\",\n            \"quantity\": 2095,\n            \"targets\": [\n              \"string\",\n              \"string\"\n            ]\n          }\n        ],\n        \"code\": \"string\",\n        \"info\": \"string\",\n        \"message\": \"string\",\n        \"promotion_id\": \"string\",\n        \"auto_add\": true,\n        \"targets\": [\n          {\n            \"cart_item_id\": \"string\",\n            \"quantity\": 5224,\n            \"skus\": [\n              \"string\",\n              \"string\"\n            ]\n          },\n          {\n            \"cart_item_id\": \"string\",\n            \"quantity\": 7840,\n            \"skus\": [\n              \"string\",\n              \"string\"\n            ]\n          }\n        ]\n      },\n      {\n        \"bundle\": [\n          {\n            \"auto_add_free_gift\": false,\n            \"cart_item_id\": \"string\",\n            \"quantity\": 1770,\n            \"targets\": [\n              \"string\",\n              \"string\"\n            ],\n            \"key_0\": 8899.599319079462,\n            \"key_1\": 8505.929199511305,\n            \"key_2\": 5827.33430701172\n          },\n          {\n            \"auto_add_free_gift\": true,\n            \"cart_item_id\": \"string\",\n            \"quantity\": 2067,\n            \"targets\": [\n              \"string\",\n              \"string\"\n            ]\n          }\n        ],\n        \"code\": \"string\",\n        \"info\": \"string\",\n        \"message\": \"string\",\n        \"promotion_id\": \"string\",\n        \"auto_add\": true,\n        \"targets\": [\n          {\n            \"cart_item_id\": \"string\",\n            \"quantity\": 4876,\n            \"skus\": [\n              \"string\",\n              \"string\"\n            ]\n          },\n          {\n            \"cart_item_id\": \"string\",\n            \"quantity\": 157,\n            \"skus\": [\n              \"string\",\n              \"string\"\n            ]\n          }\n        ]\n      }\n    ]\n  },\n  \"errors\": [\n    {\n      \"status\": \"string\",\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"l5J6cfLZJSQOxo@EqfQjXDTDilEFZzHVgJoJOkejavLFODo.sc\",\n        \"component_product_id\": \"4009d5bc-ef07-8acd-6af1-521e0916a653\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    },\n    {\n      \"status\": 92,\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"ksZ92GZXwYb@UXyZsQcwfbjMSthtODDQQ.zri\",\n        \"component_product_id\": \"0ede8a9d-40b3-c9f1-a4ec-49edf0a602a2\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "54173bff-9915-45e8-b965-797d6d0f5f9f",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "items",
                    ":cartitemID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier of the cart that you created.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier of the cart item.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartitemID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"cart_item\",\n    \"id\": \"76746981-f63a-45f4-ba9e-59773d89dc2e\",\n    \"custom_inputs\": {\n      \"personalization\": \"My personal message\"\n    },\n    \"quantity\": 2\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"The existing shipping group uses USD, cannot add this shipping group to a cart item with currency GBP\",\n      \"meta\": {\n        \"item_ids\": [\n          \"51197fc0-e217-4f69-a769-b3887f58cfff\"\n        ],\n        \"shipping_group_id\": \"fcb87ec9-a7fb-48c2-bcd9-2151b64e1abc\"\n      },\n      \"status\": 404,\n      \"title\": \"Cart Currency Mismatch\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "465314eb-a138-4458-b000-ddf1c9495f01",
              "name": "Unauthorized call",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "items",
                    ":cartitemID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier of the cart that you created.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier of the cart item.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartitemID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"cart_item\",\n    \"id\": \"76746981-f63a-45f4-ba9e-59773d89dc2e\",\n    \"custom_inputs\": {\n      \"personalization\": \"My personal message\"\n    },\n    \"quantity\": 2\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"No permissions to fulfill this request with cart item custom_attributes\",\n      \"meta\": {\n        \"id\": \"76746981-f63a-45f4-ba9e-59773d89dc2e\"\n      },\n      \"status\": 403,\n      \"title\": \"Unauthorised call\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "aa260bbf-510c-4f98-9061-624732b4012b",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "items",
                    ":cartitemID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier of the cart that you created.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier of the cart item.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartitemID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"cart_item\",\n    \"id\": \"76746981-f63a-45f4-ba9e-59773d89dc2e\",\n    \"custom_inputs\": {\n      \"personalization\": \"My personal message\"\n    },\n    \"quantity\": 2\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"Shipping groups not found for this cart.  Please verify the shipping groups exists for this cart and are not already associated with orders.\",\n      \"meta\": {\n        \"cart_id\": \"a-cart-id\",\n        \"shipping_group_ids\": [\n          \"fcb87ec9-a7fb-48c2-bcd9-2151b64e1abc\"\n        ]\n      },\n      \"status\": 404,\n      \"title\": \"Shipping groups not found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2d74755a-3b6b-480b-89e7-890b07b43ac6",
          "name": "Delete a Cart Item",
          "request": {
            "name": "Delete a Cart Item",
            "description": {
              "content": "Use this endpoint to delete a cart item.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "carts",
                ":cartID",
                "items",
                ":cartitemID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "cartID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the cart created by you.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "cartitemID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the cart that you want to delete.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "640c469d-52c6-4c6f-bf1e-4f312a9848a5",
              "name": "200",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "items",
                    ":cartitemID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the cart created by you.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the cart that you want to delete.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartitemID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"4d18215e-b65d-20b0-8cc6-fee1d961c0f6\",\n      \"type\": \"cart_item\",\n      \"product_id\": \"bca68baa-be38-3776-2466-3bc02e16d2ad\",\n      \"promotion_id\": \"f21b74f7-340b-ac9d-24b8-082689c45b40\",\n      \"subscription_offering_id\": \"1ac21891-60ae-8db5-062f-a19e158874cf\",\n      \"name\": \"string\",\n      \"description\": \"string\",\n      \"sku\": \"string\",\n      \"slug\": \"string\",\n      \"catalog_id\": \"2fcc724f-981f-a317-f343-d909173eba18\",\n      \"catalog_source\": \"string\",\n      \"bundle_configuration\": {\n        \"selected_options\": {\n          \"key_0\": {\n            \"key_0\": 2365.068415902154,\n            \"key_1\": 9936.121423631714,\n            \"key_2\": 4895.541536176691\n          },\n          \"key_1\": {\n            \"key_0\": 7115.855065008749,\n            \"key_1\": 6173.350938129465,\n            \"key_2\": 5291.187317174377\n          },\n          \"key_2\": {\n            \"key_0\": 7318.77200526625,\n            \"key_1\": 8636.847777603725,\n            \"key_2\": 9699.837731751224,\n            \"key_3\": 8933.734665140391\n          },\n          \"key_3\": {\n            \"key_0\": 3514.5409281975517,\n            \"key_1\": 9784.71199792916,\n            \"key_2\": 8888.34506478598\n          }\n        },\n        \"component_products\": [\n          {\n            \"id\": \"string\",\n            \"type\": \"string\",\n            \"attributes\": {\n              \"key_0\": 2810,\n              \"key_1\": true\n            },\n            \"meta\": {\n              \"key_0\": 4376\n            },\n            \"price\": {\n              \"key_0\": 1363\n            },\n            \"relationships\": {\n              \"key_0\": 468\n            }\n          },\n          {\n            \"id\": \"string\",\n            \"type\": \"string\",\n            \"attributes\": {\n              \"key_0\": true,\n              \"key_1\": 8420.560438146982\n            },\n            \"meta\": {\n              \"key_0\": false,\n              \"key_1\": false\n            },\n            \"price\": {\n              \"key_0\": 6295.399078199662,\n              \"key_1\": 475\n            },\n            \"relationships\": {\n              \"key_0\": 5645\n            }\n          }\n        ]\n      },\n      \"components\": {\n        \"key_0\": {\n          \"name\": \"string\",\n          \"options\": [\n            {\n              \"id\": \"string\",\n              \"quantity\": 2027.1005200371706,\n              \"type\": \"string\"\n            },\n            {\n              \"id\": \"string\",\n              \"quantity\": 5253.999942235519,\n              \"type\": \"string\"\n            }\n          ]\n        }\n      },\n      \"image\": {\n        \"mime_type\": \"string\",\n        \"file_name\": \"string\",\n        \"href\": \"string\"\n      },\n      \"quantity\": 48,\n      \"auto_add_quantity\": 6866,\n      \"manage_stock\": true,\n      \"unit_price\": {\n        \"amount\": 9176.348484392318,\n        \"currency\": \"string\",\n        \"includes_tax\": true\n      },\n      \"value\": {\n        \"amount\": 6339.821015288525,\n        \"currency\": \"string\",\n        \"includes_tax\": true\n      },\n      \"discounts\": [\n        {\n          \"amount\": {\n            \"amount\": 221,\n            \"currency\": \"string\",\n            \"includes_tax\": true\n          },\n          \"id\": \"string\",\n          \"code\": \"string\",\n          \"promotion_source\": \"string\",\n          \"is_cart_discount\": true,\n          \"ordinal\": 3526,\n          \"promotion_action_id\": \"string\"\n        },\n        {\n          \"amount\": {\n            \"amount\": 4711,\n            \"currency\": \"string\",\n            \"includes_tax\": false\n          },\n          \"id\": \"string\",\n          \"code\": \"string\",\n          \"promotion_source\": \"string\",\n          \"is_cart_discount\": true,\n          \"ordinal\": 4104,\n          \"promotion_action_id\": \"string\"\n        }\n      ],\n      \"custom_inputs\": {\n        \"key_0\": \"string\",\n        \"key_1\": 48\n      },\n      \"subscription_configuration\": {\n        \"plan\": \"string\",\n        \"pricing_option\": \"string\"\n      },\n      \"links\": {\n        \"product\": \"string\",\n        \"subscription_offering\": \"string\"\n      },\n      \"meta\": {\n        \"display_price\": {\n          \"with_tax\": {\n            \"unit\": {\n              \"amount\": 957.6127471759688,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            },\n            \"value\": {\n              \"amount\": 2725.288876777845,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            }\n          },\n          \"without_tax\": {\n            \"unit\": {\n              \"amount\": 4042.549003115614,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            },\n            \"value\": {\n              \"amount\": 8307.705090483923,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            }\n          },\n          \"tax\": {\n            \"unit\": {\n              \"amount\": 9876.29415788606,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            },\n            \"value\": {\n              \"amount\": 4721.4137471210815,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            }\n          },\n          \"discount\": {\n            \"unit\": {\n              \"amount\": 3075.2934271694076,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            },\n            \"value\": {\n              \"amount\": 169.69668469180465,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            }\n          },\n          \"without_discount\": {\n            \"unit\": {\n              \"amount\": 2969.7459476387444,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            },\n            \"value\": {\n              \"amount\": 807.0675234683322,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            }\n          },\n          \"original_price\": {\n            \"unit\": {\n              \"amount\": 6019.167734620747,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            },\n            \"value\": {\n              \"amount\": 7585.655543089482,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            }\n          },\n          \"discounts\": {\n            \"key_0\": {\n              \"amount\": 8866,\n              \"currency\": \"string\",\n              \"formatted\": \"string\",\n              \"constituents\": {\n                \"key_0\": {\n                  \"amount\": 2289.0260768528005,\n                  \"currency\": \"string\",\n                  \"formatted\": \"string\"\n                }\n              }\n            },\n            \"key_1\": {\n              \"amount\": 6043,\n              \"currency\": \"string\",\n              \"formatted\": \"string\",\n              \"constituents\": {\n                \"key_0\": {\n                  \"amount\": 2485.6613488144963,\n                  \"currency\": \"string\",\n                  \"formatted\": \"string\"\n                }\n              }\n            }\n          }\n        },\n        \"timestamps\": {\n          \"created_at\": \"string\",\n          \"updated_at\": \"string\"\n        }\n      },\n      \"relationships\": {\n        \"taxes\": {\n          \"data\": null\n        },\n        \"custom_discounts\": {\n          \"data\": null\n        },\n        \"promotions\": {\n          \"data\": null\n        }\n      },\n      \"shipping_group_id\": \"string\",\n      \"promotion_source\": \"rule-promotion\",\n      \"promotion_action_id\": \"string\",\n      \"location\": \"string\",\n      \"custom_attributes\": {\n        \"key_0\": {\n          \"type\": \"integer\",\n          \"value\": 8682.189422649057\n        },\n        \"key_1\": {\n          \"type\": \"integer\",\n          \"value\": 614.1400121057594\n        },\n        \"key_2\": {\n          \"type\": \"string\",\n          \"value\": true\n        }\n      }\n    },\n    {\n      \"id\": \"5a90b39c-153c-8541-2927-80053dfc262a\",\n      \"type\": \"promotion_item\",\n      \"product_id\": \"3acb040b-dc2d-d0c9-f60b-5a4f492f27e0\",\n      \"promotion_id\": \"f493aa33-d4e5-d826-c3ff-b5ab7e303d35\",\n      \"subscription_offering_id\": \"e6de90f5-851b-e7bc-5301-1e66d3f60bb2\",\n      \"name\": \"string\",\n      \"description\": \"string\",\n      \"sku\": \"string\",\n      \"slug\": \"string\",\n      \"catalog_id\": \"aeef742a-3296-49e3-29ec-2e61312a31b2\",\n      \"catalog_source\": \"string\",\n      \"bundle_configuration\": {\n        \"selected_options\": {\n          \"key_0\": {\n            \"key_0\": 2544.315281712406,\n            \"key_1\": 5779.549634421443,\n            \"key_2\": 9932.996251777\n          },\n          \"key_1\": {\n            \"key_0\": 755.4368908436327,\n            \"key_1\": 2961.242249618896\n          }\n        },\n        \"component_products\": [\n          {\n            \"id\": \"string\",\n            \"type\": \"string\",\n            \"attributes\": {\n              \"key_0\": \"string\"\n            },\n            \"meta\": {\n              \"key_0\": \"string\",\n              \"key_1\": false,\n              \"key_2\": 3635.6095765619402\n            },\n            \"price\": {\n              \"key_0\": 6507.649717561539,\n              \"key_1\": \"string\"\n            },\n            \"relationships\": {\n              \"key_0\": true,\n              \"key_1\": 6527\n            }\n          },\n          {\n            \"id\": \"string\",\n            \"type\": \"string\",\n            \"attributes\": {\n              \"key_0\": 8274,\n              \"key_1\": 6149.612597577032,\n              \"key_2\": 9257.387320194686\n            },\n            \"meta\": {\n              \"key_0\": 8763.796504001608,\n              \"key_1\": false,\n              \"key_2\": \"string\"\n            },\n            \"price\": {\n              \"key_0\": 252.7402852306726\n            },\n            \"relationships\": {\n              \"key_0\": \"string\"\n            }\n          }\n        ]\n      },\n      \"components\": {\n        \"key_0\": {\n          \"name\": \"string\",\n          \"options\": [\n            {\n              \"id\": \"string\",\n              \"quantity\": 4982.103490393657,\n              \"type\": \"string\"\n            },\n            {\n              \"id\": \"string\",\n              \"quantity\": 6210.660452895422,\n              \"type\": \"string\"\n            }\n          ]\n        },\n        \"key_1\": {\n          \"name\": \"string\",\n          \"options\": [\n            {\n              \"id\": \"string\",\n              \"quantity\": 7229.095243547124,\n              \"type\": \"string\"\n            },\n            {\n              \"id\": \"string\",\n              \"quantity\": 3054.547699499963,\n              \"type\": \"string\"\n            }\n          ]\n        }\n      },\n      \"image\": {\n        \"mime_type\": \"string\",\n        \"file_name\": \"string\",\n        \"href\": \"string\"\n      },\n      \"quantity\": 1032,\n      \"auto_add_quantity\": 6053,\n      \"manage_stock\": true,\n      \"unit_price\": {\n        \"amount\": 7033.300735167109,\n        \"currency\": \"string\",\n        \"includes_tax\": false\n      },\n      \"value\": {\n        \"amount\": 3120.1705574418083,\n        \"currency\": \"string\",\n        \"includes_tax\": true\n      },\n      \"discounts\": [\n        {\n          \"amount\": {\n            \"amount\": 4597,\n            \"currency\": \"string\",\n            \"includes_tax\": false\n          },\n          \"id\": \"string\",\n          \"code\": \"string\",\n          \"promotion_source\": \"string\",\n          \"is_cart_discount\": false,\n          \"ordinal\": 4183,\n          \"promotion_action_id\": \"string\"\n        },\n        {\n          \"amount\": {\n            \"amount\": 8645,\n            \"currency\": \"string\",\n            \"includes_tax\": true\n          },\n          \"id\": \"string\",\n          \"code\": \"string\",\n          \"promotion_source\": \"string\",\n          \"is_cart_discount\": false,\n          \"ordinal\": 3951,\n          \"promotion_action_id\": \"string\"\n        }\n      ],\n      \"custom_inputs\": {\n        \"key_0\": \"string\",\n        \"key_1\": 8367.223172471275\n      },\n      \"subscription_configuration\": {\n        \"plan\": \"string\",\n        \"pricing_option\": \"string\"\n      },\n      \"links\": {\n        \"product\": \"string\",\n        \"subscription_offering\": \"string\"\n      },\n      \"meta\": {\n        \"display_price\": {\n          \"with_tax\": {\n            \"unit\": {\n              \"amount\": 8181.5082858339165,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            },\n            \"value\": {\n              \"amount\": 1635.4046084500685,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            }\n          },\n          \"without_tax\": {\n            \"unit\": {\n              \"amount\": 3730.9910541526347,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            },\n            \"value\": {\n              \"amount\": 5588.24350793635,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            }\n          },\n          \"tax\": {\n            \"unit\": {\n              \"amount\": 8827.11031145732,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            },\n            \"value\": {\n              \"amount\": 3964.908511025327,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            }\n          },\n          \"discount\": {\n            \"unit\": {\n              \"amount\": 702.1725096650378,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            },\n            \"value\": {\n              \"amount\": 5937.30113475325,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            }\n          },\n          \"without_discount\": {\n            \"unit\": {\n              \"amount\": 1877.8338587860687,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            },\n            \"value\": {\n              \"amount\": 6618.3325494772835,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            }\n          },\n          \"original_price\": {\n            \"unit\": {\n              \"amount\": 6988.960188484148,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            },\n            \"value\": {\n              \"amount\": 4575.3767879624465,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            }\n          },\n          \"discounts\": {\n            \"key_0\": {\n              \"amount\": 1970,\n              \"currency\": \"string\",\n              \"formatted\": \"string\",\n              \"constituents\": {\n                \"key_0\": {\n                  \"amount\": 5368.927651364599,\n                  \"currency\": \"string\",\n                  \"formatted\": \"string\"\n                },\n                \"key_1\": {\n                  \"amount\": 4080.244705155711,\n                  \"currency\": \"string\",\n                  \"formatted\": \"string\"\n                }\n              }\n            }\n          }\n        },\n        \"timestamps\": {\n          \"created_at\": \"string\",\n          \"updated_at\": \"string\"\n        }\n      },\n      \"relationships\": {\n        \"taxes\": {\n          \"data\": null\n        },\n        \"custom_discounts\": {\n          \"data\": null\n        },\n        \"promotions\": {\n          \"data\": null\n        }\n      },\n      \"shipping_group_id\": \"string\",\n      \"promotion_source\": \"rule-promotion\",\n      \"promotion_action_id\": \"string\",\n      \"location\": \"string\",\n      \"custom_attributes\": {\n        \"key_0\": {\n          \"type\": \"boolean\",\n          \"value\": 749.5772429937398\n        },\n        \"key_1\": {\n          \"type\": \"boolean\",\n          \"value\": 4100.860752893256\n        },\n        \"key_2\": {\n          \"type\": \"float\",\n          \"value\": 8834.629574288647\n        }\n      }\n    }\n  ],\n  \"included\": {\n    \"custom_discounts\": [\n      {\n        \"type\": \"string\",\n        \"id\": \"559e67fd-d626-dfac-910d-0fe37a565e96\",\n        \"external_id\": \"string\",\n        \"discount_engine\": \"string\",\n        \"amount\": {\n          \"amount\": 4546.476469424941,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"description\": \"string\",\n        \"discount_code\": \"string\",\n        \"relationships\": {\n          \"item\": {\n            \"data\": {\n              \"id\": \"08df4f89-d210-2a9f-87dd-dc3412994670\",\n              \"type\": \"cart_item\"\n            }\n          }\n        }\n      },\n      {\n        \"type\": \"string\",\n        \"id\": \"aae0b218-d8d4-1654-43d7-4f77d5edf7b8\",\n        \"external_id\": \"string\",\n        \"discount_engine\": \"string\",\n        \"amount\": {\n          \"amount\": 5230.194593224278,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"description\": \"string\",\n        \"discount_code\": \"string\",\n        \"relationships\": {\n          \"item\": {\n            \"data\": {\n              \"id\": \"2fd3be11-993b-a3b9-ab74-9df0d0f2b632\",\n              \"type\": \"cart_item\"\n            }\n          }\n        }\n      }\n    ],\n    \"promotions\": [\n      {\n        \"automatic\": true,\n        \"description\": \"string\",\n        \"end\": \"1953-11-19T05:52:22.089Z\",\n        \"id\": \"33e7bcd8-63de-cdc4-86d1-70dbd81c8a09\",\n        \"name\": \"string\",\n        \"promotion_type\": \"string\",\n        \"promotion_source\": \"string\",\n        \"start\": \"2017-05-22T13:50:55.317Z\",\n        \"type\": \"string\"\n      },\n      {\n        \"automatic\": true,\n        \"description\": \"string\",\n        \"end\": \"1959-10-02T14:51:11.604Z\",\n        \"id\": \"2a91e867-eaba-b65a-5d76-4e7ce628359b\",\n        \"name\": \"string\",\n        \"promotion_type\": \"string\",\n        \"promotion_source\": \"string\",\n        \"start\": \"1998-08-29T14:25:05.005Z\",\n        \"type\": \"string\"\n      }\n    ],\n    \"tax_items\": [\n      {\n        \"type\": \"string\",\n        \"id\": \"60a433a5-6af7-be1f-3beb-a6706d0d2349\",\n        \"jurisdiction\": \"string\",\n        \"code\": \"string\",\n        \"name\": \"string\",\n        \"rate\": 3006.4847425912358,\n        \"amount\": 905\n      },\n      {\n        \"type\": \"string\",\n        \"id\": \"8fb8a764-860f-90c7-5aa7-24d401e465a5\",\n        \"jurisdiction\": \"string\",\n        \"code\": \"string\",\n        \"name\": \"string\",\n        \"rate\": 3122.5103625809793,\n        \"amount\": 7765\n      }\n    ]\n  },\n  \"meta\": {\n    \"display_price\": {\n      \"with_tax\": {\n        \"amount\": 8049.63642664936,\n        \"currency\": \"string\",\n        \"formatted\": \"string\"\n      },\n      \"without_tax\": {\n        \"amount\": 6404.993381457278,\n        \"currency\": \"string\",\n        \"formatted\": \"string\"\n      },\n      \"tax\": {\n        \"amount\": 904.2300895532085,\n        \"currency\": \"string\",\n        \"formatted\": \"string\"\n      },\n      \"discount\": {\n        \"amount\": 2799.0484745871913,\n        \"currency\": \"string\",\n        \"formatted\": \"string\"\n      },\n      \"without_discount\": {\n        \"amount\": 2009.4452378815286,\n        \"currency\": \"string\",\n        \"formatted\": \"string\"\n      },\n      \"shipping\": {\n        \"amount\": 999.7063960523756,\n        \"currency\": \"string\",\n        \"formatted\": \"string\"\n      },\n      \"shipping_discount\": {\n        \"amount\": 8242.076575028786,\n        \"currency\": \"string\",\n        \"formatted\": \"string\"\n      },\n      \"authorized\": {\n        \"amount\": 6539.0040036178125,\n        \"currency\": \"string\",\n        \"formatted\": \"string\"\n      },\n      \"balance_owing\": {\n        \"amount\": 4226.114356010631,\n        \"currency\": \"string\",\n        \"formatted\": \"string\"\n      },\n      \"paid\": {\n        \"amount\": 3505.784639938998,\n        \"currency\": \"string\",\n        \"formatted\": \"string\"\n      }\n    },\n    \"timestamps\": {\n      \"created_at\": \"string\",\n      \"updated_at\": \"string\",\n      \"expires_at\": \"string\"\n    },\n    \"messages\": [\n      {\n        \"title\": \"string\",\n        \"description\": \"string\",\n        \"source\": {\n          \"type\": \"string\",\n          \"id\": \"string\",\n          \"code\": \"string\"\n        }\n      },\n      {\n        \"title\": \"string\",\n        \"description\": \"string\",\n        \"source\": {\n          \"type\": \"string\",\n          \"id\": \"string\",\n          \"code\": \"string\"\n        }\n      }\n    ],\n    \"promotion_suggestions\": [\n      {\n        \"bundle\": [\n          {\n            \"auto_add_free_gift\": true,\n            \"cart_item_id\": \"string\",\n            \"quantity\": 8837,\n            \"targets\": [\n              \"string\",\n              \"string\"\n            ],\n            \"key_0\": \"string\",\n            \"key_1\": 2998,\n            \"key_2\": 4263.194159667498\n          },\n          {\n            \"auto_add_free_gift\": false,\n            \"cart_item_id\": \"string\",\n            \"quantity\": 2095,\n            \"targets\": [\n              \"string\",\n              \"string\"\n            ]\n          }\n        ],\n        \"code\": \"string\",\n        \"info\": \"string\",\n        \"message\": \"string\",\n        \"promotion_id\": \"string\",\n        \"auto_add\": true,\n        \"targets\": [\n          {\n            \"cart_item_id\": \"string\",\n            \"quantity\": 5224,\n            \"skus\": [\n              \"string\",\n              \"string\"\n            ]\n          },\n          {\n            \"cart_item_id\": \"string\",\n            \"quantity\": 7840,\n            \"skus\": [\n              \"string\",\n              \"string\"\n            ]\n          }\n        ]\n      },\n      {\n        \"bundle\": [\n          {\n            \"auto_add_free_gift\": false,\n            \"cart_item_id\": \"string\",\n            \"quantity\": 1770,\n            \"targets\": [\n              \"string\",\n              \"string\"\n            ],\n            \"key_0\": 8899.599319079462,\n            \"key_1\": 8505.929199511305,\n            \"key_2\": 5827.33430701172\n          },\n          {\n            \"auto_add_free_gift\": true,\n            \"cart_item_id\": \"string\",\n            \"quantity\": 2067,\n            \"targets\": [\n              \"string\",\n              \"string\"\n            ]\n          }\n        ],\n        \"code\": \"string\",\n        \"info\": \"string\",\n        \"message\": \"string\",\n        \"promotion_id\": \"string\",\n        \"auto_add\": true,\n        \"targets\": [\n          {\n            \"cart_item_id\": \"string\",\n            \"quantity\": 4876,\n            \"skus\": [\n              \"string\",\n              \"string\"\n            ]\n          },\n          {\n            \"cart_item_id\": \"string\",\n            \"quantity\": 157,\n            \"skus\": [\n              \"string\",\n              \"string\"\n            ]\n          }\n        ]\n      }\n    ]\n  },\n  \"errors\": [\n    {\n      \"status\": \"string\",\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"l5J6cfLZJSQOxo@EqfQjXDTDilEFZzHVgJoJOkejavLFODo.sc\",\n        \"component_product_id\": \"4009d5bc-ef07-8acd-6af1-521e0916a653\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    },\n    {\n      \"status\": 92,\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"ksZ92GZXwYb@UXyZsQcwfbjMSthtODDQQ.zri\",\n        \"component_product_id\": \"0ede8a9d-40b3-c9f1-a4ec-49edf0a602a2\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "96bfab59-70c1-4519-bafd-5da6bcc20dfc",
          "name": "Delete a Promotion via Promotion Code",
          "request": {
            "name": "Delete a Promotion via Promotion Code",
            "description": {
              "content": "You can remove promotion code from a cart if it was applied manually. This endpoint does not work if the promotion is applied automatically.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "carts",
                ":cartID",
                "discounts",
                ":promoCode"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "cartID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Specifies the unique identifier of a cart created by you.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "promoCode",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Specifies the promotion code to be deleted.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "f6c7dfc3-84ce-4be6-993e-dcbbb02be36a",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "discounts",
                    ":promoCode"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Specifies the unique identifier of a cart created by you.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Specifies the promotion code to be deleted.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "promoCode"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Checkout",
      "description": "\nThe checkout workflow ties together many of the key concepts covered in this section. When a customer initiates the checkout process, an order is created from the cart. The order is incomplete until after a successful payment is made. A complete order can be shipped and the product deducted from inventory counts.\n\n![Checkout workflow](/assets/checkout-flow.png)\n\n### Summary of the checkout workflow\n\n1. Add a product to a cart. A cart and its reference number is generated.\n2. Manage the cart items. For example, you might add items, remove items, and change quantities.\n3. Check out the cart. An incomplete order is created.\n4. Pay for an order: provide billing and shipping details, if you are a new customer. The order is now in the processing status.\n5. If using a manual gateway, after you authorize and capture it, Composable Commerce considers the order complete. If you use a third-party integration supported by Composable Commerce (such as Stripe), after the third-party gateway authorizes and captures the payment, the order becomes complete. Usually capture does not occur at the same time as authorization. For more information, see the Capture section.\n6. After the order is shipped, you can manually flag it as fulfilled.\n\n### Carts\n\nWhen a product is added to a cart, a cart is generated together with its unique reference ID that on checkout becomes a part of the order ID. If you are using our JavaScript software development kit, generating a cart reference ID is done for you; otherwise, add a cart reference generator to your functionality.\n\n### Promotions and custom items\n\nOptionally, apply a promotion code on a cart, or add custom_items to modify the product price (typically to handle taxes, customs, or shipping).\n\n### Checkout\n\nYou can checkout a cart with an associated customer name and email (customer object). Typically, this would be used for new customers or ones that prefer to shop as guests. Use the `customer.id` checkout option to checkout for an existing customer. After a successful checkout is completed, the response contains an order.\n\nEmail addresses that either begin or end with a period, or contain consecutive periods, are considered invalid, resulting in the following error:\n```json\n\"errors\": [\n  {\n      \"status\": 400,\n      \"source\": \"data.customer.email\",\n      \"title\": \"format\",\n      \"detail\": \"Does not match format 'email'\"\n  }\n]\n  ```\n\n### Payments\n\nOn checkout, an incomplete order is created. You can then use a third-party integration to handle your payment gateway. If the payment gateway is supported by Composable Commerce, such as Stripe, the payment is processed externally but handled internally. When a successful validation is returned, Composable Commerce flags the order as complete.\n\nIf you are using a payment method not officially supported by Composable Commerce, the gateway needs to be implemented and handled manually. After the payment has been authorized and captured either through Commerce Manager or API, the status of an order becomes complete.\n\n### Shipping\n\nThe status of an order and the status of shipping are handled separately, and so an order can be complete but not shipped. Orders that have not been shipped yet have a status of unfulfilled. This flag is generated automatically by Composable Commerce when an order is created. Currently, you can only update the shipping status manually, through the API. After the order is shipped, flag its shipping status as fulfilled.\n\n### Inventory\n\nIf enabled, you can manage your stock. As such, your stock is automatically updated as soon as a product is checked out.\n",
      "item": [
        {
          "id": "4de763ab-89f0-4fa2-98c1-1335bd136028",
          "name": "Checkout API",
          "request": {
            "name": "Checkout API",
            "description": {
              "content": "When a Cart is ready for checkout, you can convert the cart to an order. The cart remains and can be modified and checked out again if required.\n\nA cart can be checked out with a customer ID, customer object, or with an account by authenticating with the `Client Credentials Token`.\n\nAfter a successful checkout, a response that contains the order is returned. If the cart is linked to a shipping group, the shipping group is also associated with the order after checkout.\n\nYou can checkout using one of the following methods:\n- **Customer ID**: You can checkout a cart with an existing customer ID.\n- **Guest Checkout** (Checkout with Customer Object): You can checkout a cart with an associated customer name and email.\n- **Checkout with Account**: The shopper authenticates with the `Client Credentials` Token.\n- **Checkout with Account Management Authentication Token**: The shopper authenticates with the `Implicit Token` and the `EP-Account-Management-Authentication-Token`.\n\n:::note\n\n- The cart currency is set when the first item is added to the cart.\n- The product being added to the cart requires a price in the same currency as the other items in the cart. The API returns a 400 error if a price is not defined in the correct currency.\n- To ensure that a free gift is automatically applied to an order, set the promotion to automatic. The checkout process will not be successful if free gift items are out of stock. See [Errors](#errors) section.\n\n:::\n\n:::caution\n\n- By default, carts are automatically deleted 7 days after the last update. You can change this setting by [updating cart settings](/docs/api/carts/put-v-2-settings-cart).\n- Your inventory is modified during checkout and payment of an order. For more information about the changes in the inventory, see the [Inventory](/docs/api/pxm/inventory/inventories-introduction) section.\n\n:::\n\n You can pass `order_number` and `external_ref` in the checkout endpoint or when [updating an order](/docs/api/carts/update-an-order). The `order_number` is an optional, user-managed field that is used as an alternative to `order_id`. When processing transactions through Authorize.net, the `order_number` is sent instead of the `order_id`, and it will appear in the invoice number section. If no `order_number` is provided, the `order_id` is sent to Authorize.net on payment by default. There are no duplication restrictions on the `order_number` value.\n\n### Next Steps\n\nAfter a cart has been converted to an Order using either of the previous methods, you most likely want to capture payment for order. See [Paying for an Order](/docs/api/carts/payments).\n\n### Errors\n\nThe following error response is returned during checkout when an eligible item is added to the cart, and the free gift is out of stock.\n\n```json\n{\n    \"errors\": [\n        {\n            \"status\": 400,\n            \"title\": \"Insufficient stock\",\n            \"detail\": \"There is not enough stock to add gift2 to your cart\",\n            \"meta\": {\n                \"id\": \"f2b68648-9621-45a3-aed6-1b526b0f5beb\",\n                \"sku\": \"gift2\"\n            }\n        }\n    ]\n}\n```\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "carts",
                ":cartID",
                "checkout"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "cartID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the cart that you want to checkout.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "disabled": false,
                "description": {
                  "content": "An account management authentication token that identifies the authenticated account member.",
                  "type": "text/plain"
                },
                "key": "EP-Account-Management-Authentication-Token",
                "value": "{{accountToken}}"
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"order_number\": \"order-1234\",\n    \"external_ref\": \"e-123456789\",\n    \"customer\": {\n      \"id\": \"c8c1c511-beef-4812-9b7a-9f92c587217c\"\n    },\n    \"billing_address\": {\n      \"first_name\": \"John\",\n      \"last_name\": \"Doe\",\n      \"company_name\": \"Moltin\",\n      \"line_1\": \"1234 Disney Drive\",\n      \"line_2\": \"Disney Resort\",\n      \"line_3\": \"Building C\",\n      \"city\": \"Anaheim\",\n      \"county\": \"Orange\",\n      \"region\": \"CA\",\n      \"postcode\": \"92802\",\n      \"country\": \"US\"\n    },\n    \"shipping_address\": {\n      \"first_name\": \"John\",\n      \"last_name\": \"Doe\",\n      \"phone_number\": \"(555) 555-1234\",\n      \"company_name\": \"Moltin\",\n      \"line_1\": \"1234 Disney Drive\",\n      \"line_2\": \"Disney Resort\",\n      \"line_3\": \"Building C\",\n      \"city\": \"Anaheim\",\n      \"county\": \"Orange\",\n      \"region\": \"CA\",\n      \"postcode\": \"92802\",\n      \"country\": \"US\",\n      \"instructions\": \"Leave in porch\"\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "b4bb9454-e2df-4125-895c-f890d37a4a6b",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "checkout"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the cart that you want to checkout.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "An account management authentication token that identifies the authenticated account member.",
                      "type": "text/plain"
                    },
                    "key": "EP-Account-Management-Authentication-Token",
                    "value": "{{accountToken}}"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"order_number\": \"order-1234\",\n    \"external_ref\": \"e-123456789\",\n    \"customer\": {\n      \"id\": \"c8c1c511-beef-4812-9b7a-9f92c587217c\"\n    },\n    \"billing_address\": {\n      \"first_name\": \"John\",\n      \"last_name\": \"Doe\",\n      \"company_name\": \"Moltin\",\n      \"line_1\": \"1234 Disney Drive\",\n      \"line_2\": \"Disney Resort\",\n      \"line_3\": \"Building C\",\n      \"city\": \"Anaheim\",\n      \"county\": \"Orange\",\n      \"region\": \"CA\",\n      \"postcode\": \"92802\",\n      \"country\": \"US\"\n    },\n    \"shipping_address\": {\n      \"first_name\": \"John\",\n      \"last_name\": \"Doe\",\n      \"phone_number\": \"(555) 555-1234\",\n      \"company_name\": \"Moltin\",\n      \"line_1\": \"1234 Disney Drive\",\n      \"line_2\": \"Disney Resort\",\n      \"line_3\": \"Building C\",\n      \"city\": \"Anaheim\",\n      \"county\": \"Orange\",\n      \"region\": \"CA\",\n      \"postcode\": \"92802\",\n      \"country\": \"US\",\n      \"instructions\": \"Leave in porch\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"order_number\": \"string\",\n    \"external_ref\": \"string\",\n    \"id\": \"f6180ac3-38f4-aba6-1553-e8bc498c5eb8\",\n    \"status\": \"cancelled\",\n    \"payment\": \"authorized\",\n    \"shipping\": \"unfulfilled\",\n    \"anonymized\": false,\n    \"payment_intent_id\": \"string\",\n    \"custom_attributes\": {\n      \"key_0\": {\n        \"type\": \"string\",\n        \"value\": 5180.43259146306\n      },\n      \"key_1\": {\n        \"type\": \"float\",\n        \"value\": 575.0361167090956\n      }\n    },\n    \"links\": {},\n    \"meta\": {\n      \"timestamps\": {\n        \"created_at\": \"string\",\n        \"updated_at\": \"string\",\n        \"fully_paid_at\": \"string\"\n      },\n      \"display_price\": {\n        \"with_tax\": {\n          \"amount\": 3155.1390368076104,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"without_tax\": {\n          \"amount\": 694.6454049707373,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"tax\": {\n          \"amount\": 1676.8825902900364,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"discount\": {\n          \"amount\": 0,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"balance_owing\": {\n          \"amount\": 2151.8039349289775,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"paid\": {\n          \"amount\": 8516.213574914696,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"authorized\": {\n          \"amount\": 5224.87724612281,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"without_discount\": {\n          \"amount\": 6938.110258053576,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"shipping\": {\n          \"amount\": 3911.2441596367976,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"shipping_discount\": {\n          \"amount\": 0,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        }\n      },\n      \"is_manual\": true\n    },\n    \"billing_address\": {\n      \"country\": \"string\",\n      \"first_name\": \"string\",\n      \"last_name\": \"string\",\n      \"line_1\": \"string\",\n      \"postcode\": \"string\",\n      \"region\": \"string\",\n      \"company_name\": \"string\",\n      \"line_2\": \"string\",\n      \"line_3\": \"string\",\n      \"city\": \"string\",\n      \"county\": \"string\"\n    },\n    \"contact\": {\n      \"email\": \"string\",\n      \"name\": \"string\"\n    },\n    \"customer\": {\n      \"name\": \"string\",\n      \"email\": \"dWSvDKR@JnxDJesftdeveoZRMkOjZfGi.ty\",\n      \"id\": \"6ddc68e9-f856-7a1f-e34f-5a760de2b145\"\n    },\n    \"shipping_address\": {\n      \"country\": \"string\",\n      \"first_name\": \"string\",\n      \"last_name\": \"string\",\n      \"line_1\": \"string\",\n      \"postcode\": \"string\",\n      \"region\": \"string\",\n      \"company_name\": \"string\",\n      \"line_2\": \"string\",\n      \"line_3\": \"string\",\n      \"city\": \"string\",\n      \"county\": \"string\",\n      \"phone_number\": \"string\",\n      \"instructions\": \"string\"\n    },\n    \"relationships\": {\n      \"items\": {\n        \"data\": [\n          {\n            \"type\": \"string\",\n            \"id\": \"761e68b2-07a4-f8b7-b815-2ea6200ba618\"\n          },\n          {\n            \"type\": \"string\",\n            \"id\": \"9f33184e-5f28-599c-f32a-f35709116174\"\n          }\n        ]\n      },\n      \"custom_discounts\": {\n        \"data\": [\n          {\n            \"type\": \"string\",\n            \"id\": \"d0f6cfa4-8c22-63ab-a609-11f097b8f1a8\"\n          },\n          {\n            \"type\": \"string\",\n            \"id\": \"bc5ff214-124f-48fb-b1db-d34ccdf162e6\"\n          }\n        ]\n      },\n      \"promotions\": {\n        \"data\": [\n          {\n            \"type\": \"string\",\n            \"id\": \"839915c5-9008-e738-1754-6653c3df728f\"\n          },\n          {\n            \"type\": \"string\",\n            \"id\": \"9611a507-ed91-1bf4-4bc2-39aba9a0f0d2\"\n          }\n        ]\n      },\n      \"customer\": {\n        \"data\": {\n          \"type\": \"string\",\n          \"id\": \"d5b04af7-e7f1-e6cd-a003-99ac9a35edb5\"\n        }\n      },\n      \"account\": {\n        \"data\": {\n          \"type\": \"string\",\n          \"id\": \"1c44041b-bf8e-2013-848b-8c4bb32a2831\"\n        }\n      },\n      \"account_member\": {\n        \"data\": {\n          \"type\": \"string\",\n          \"id\": \"6dd91ad5-181d-b212-b5f6-b52555fe05fc\"\n        }\n      },\n      \"store\": {\n        \"data\": {\n          \"type\": \"string\",\n          \"id\": \"4531366e-5f70-ca01-67c8-c68ade08189a\"\n        }\n      }\n    }\n  },\n  \"included\": {\n    \"items\": [\n      {\n        \"type\": \"string\",\n        \"id\": \"28e7455a-a2b5-7808-2f74-af9528ce7e7c\",\n        \"quantity\": 5168.839667790057,\n        \"product_id\": \"b7006ef7-99b4-7739-0539-fa34f9a86d02\",\n        \"subscription_offering_id\": \"c585fba5-767a-0178-d9dc-dbff898bae2c\",\n        \"name\": \"string\",\n        \"sku\": \"string\",\n        \"location\": \"string\",\n        \"unit_price\": {\n          \"amount\": 1422.0821735802035,\n          \"currency\": \"string\",\n          \"includes_tax\": true\n        },\n        \"value\": {\n          \"amount\": 6066.429090896879,\n          \"currency\": \"string\",\n          \"includes_tax\": true\n        },\n        \"discounts\": [\n          {\n            \"amount\": {\n              \"amount\": 7414.168408335749,\n              \"currency\": \"string\",\n              \"includes_tax\": true\n            },\n            \"code\": \"string\",\n            \"id\": \"74694bfb-5770-c533-c45c-a9c655f5e47c\",\n            \"promotion_source\": \"string\",\n            \"is_cart_discount\": false,\n            \"ordinal\": 4724,\n            \"promotion_action_id\": \"string\"\n          },\n          {\n            \"amount\": {\n              \"amount\": 1328.0494351838156,\n              \"currency\": \"string\",\n              \"includes_tax\": true\n            },\n            \"code\": \"string\",\n            \"id\": \"18010916-b8e9-0b02-4d43-83c9a9898900\",\n            \"promotion_source\": \"string\",\n            \"is_cart_discount\": false,\n            \"ordinal\": 3998,\n            \"promotion_action_id\": \"string\"\n          }\n        ],\n        \"links\": {},\n        \"meta\": {\n          \"display_price\": {\n            \"with_tax\": {\n              \"unit\": {\n                \"amount\": 3377.639054780961,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              },\n              \"value\": {\n                \"amount\": 2930.567279900902,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              }\n            },\n            \"without_tax\": {\n              \"unit\": {\n                \"amount\": 2681.3299294001313,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              },\n              \"value\": {\n                \"amount\": 6424.859004439212,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              }\n            },\n            \"tax\": {\n              \"unit\": {\n                \"amount\": 1453.5373707488675,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              },\n              \"value\": {\n                \"amount\": 9815.239561489765,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              }\n            },\n            \"discount\": {\n              \"unit\": {\n                \"amount\": 2238.114871770367,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              },\n              \"value\": {\n                \"amount\": 9014.527021035585,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              }\n            },\n            \"without_discount\": {\n              \"unit\": {\n                \"amount\": 5593.119041203123,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              },\n              \"value\": {\n                \"amount\": 2720.5217314821994,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              }\n            },\n            \"discounts\": {\n              \"key_0\": {\n                \"amount\": 3916.276542572605,\n                \"currency\": \"string\",\n                \"formatted\": \"string\",\n                \"constituents\": {\n                  \"key_0\": {\n                    \"amount\": 3376.0611435665046,\n                    \"currency\": \"string\",\n                    \"formatted\": \"string\"\n                  },\n                  \"key_1\": {\n                    \"amount\": 7030.4578949313145,\n                    \"currency\": \"string\",\n                    \"formatted\": \"string\"\n                  },\n                  \"key_2\": {\n                    \"amount\": 385.83667206814056,\n                    \"currency\": \"string\",\n                    \"formatted\": \"string\"\n                  }\n                }\n              },\n              \"key_1\": {\n                \"amount\": 3844.0708874406005,\n                \"currency\": \"string\",\n                \"formatted\": \"string\",\n                \"constituents\": {\n                  \"key_0\": {\n                    \"amount\": 5398.622818309875,\n                    \"currency\": \"string\",\n                    \"formatted\": \"string\"\n                  },\n                  \"key_1\": {\n                    \"amount\": 1452.8584859564587,\n                    \"currency\": \"string\",\n                    \"formatted\": \"string\"\n                  },\n                  \"key_2\": {\n                    \"amount\": 6966.170931263913,\n                    \"currency\": \"string\",\n                    \"formatted\": \"string\"\n                  }\n                }\n              },\n              \"key_2\": {\n                \"amount\": 8545.105241434958,\n                \"currency\": \"string\",\n                \"formatted\": \"string\",\n                \"constituents\": {\n                  \"key_0\": {\n                    \"amount\": 3079.8630582920096,\n                    \"currency\": \"string\",\n                    \"formatted\": \"string\"\n                  },\n                  \"key_1\": {\n                    \"amount\": 2020.324387865109,\n                    \"currency\": \"string\",\n                    \"formatted\": \"string\"\n                  }\n                }\n              },\n              \"key_3\": {\n                \"amount\": 820.7210001972087,\n                \"currency\": \"string\",\n                \"formatted\": \"string\",\n                \"constituents\": {\n                  \"key_0\": {\n                    \"amount\": 7684.116213858822,\n                    \"currency\": \"string\",\n                    \"formatted\": \"string\"\n                  },\n                  \"key_1\": {\n                    \"amount\": 6952.381173599578,\n                    \"currency\": \"string\",\n                    \"formatted\": \"string\"\n                  }\n                }\n              }\n            },\n            \"original_price\": {\n              \"unit\": {\n                \"amount\": 3788.5150121828515,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              },\n              \"value\": {\n                \"amount\": 4688.592219449439,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              }\n            }\n          },\n          \"timestamps\": {\n            \"created_at\": \"string\",\n            \"updated_at\": \"string\"\n          }\n        },\n        \"relationships\": {\n          \"cart_item\": {\n            \"data\": {\n              \"type\": \"string\",\n              \"id\": \"10dfc712-525a-ca13-d44a-dcfab43f822f\"\n            }\n          },\n          \"taxes\": {\n            \"data\": null\n          },\n          \"promotions\": {\n            \"data\": null\n          }\n        },\n        \"catalog_id\": \"string\",\n        \"catalog_source\": \"string\",\n        \"bundle_configuration\": {\n          \"selected_options\": {\n            \"key_0\": {\n              \"key_0\": 2739.5554397984865,\n              \"key_1\": 9647.870257493914,\n              \"key_2\": 8894.539871690607\n            },\n            \"key_1\": {\n              \"key_0\": 664.1002659407525,\n              \"key_1\": 437.85215628834084,\n              \"key_2\": 7392.957719457447,\n              \"key_3\": 7282.610893644616\n            },\n            \"key_2\": {\n              \"key_0\": 9683.36666315769,\n              \"key_1\": 3441.11911407216\n            }\n          },\n          \"component_products\": [\n            {\n              \"id\": \"string\",\n              \"type\": \"string\",\n              \"attributes\": {\n                \"key_0\": true,\n                \"key_1\": false,\n                \"key_2\": 4756.976336670582\n              },\n              \"meta\": {\n                \"key_0\": \"string\",\n                \"key_1\": \"string\",\n                \"key_2\": \"string\",\n                \"key_3\": \"string\"\n              },\n              \"price\": {\n                \"key_0\": 7042.431395517614\n              },\n              \"relationships\": {\n                \"key_0\": true,\n                \"key_1\": 2499.0007398634084,\n                \"key_2\": false\n              }\n            },\n            {\n              \"id\": \"string\",\n              \"type\": \"string\",\n              \"attributes\": {\n                \"key_0\": 9911.82537268971\n              },\n              \"meta\": {\n                \"key_0\": 1899.7120370337407,\n                \"key_1\": 8277\n              },\n              \"price\": {\n                \"key_0\": 262,\n                \"key_1\": 3732.9915732975837,\n                \"key_2\": 5773.032904633306,\n                \"key_3\": \"string\"\n              },\n              \"relationships\": {\n                \"key_0\": \"string\"\n              }\n            }\n          ]\n        },\n        \"components\": {\n          \"key_0\": {\n            \"name\": \"string\",\n            \"options\": [\n              {\n                \"id\": \"string\",\n                \"quantity\": 3363.567309370943,\n                \"type\": \"string\"\n              },\n              {\n                \"id\": \"string\",\n                \"quantity\": 9920.656346950063,\n                \"type\": \"string\"\n              }\n            ]\n          },\n          \"key_1\": {\n            \"name\": \"string\",\n            \"options\": [\n              {\n                \"id\": \"string\",\n                \"quantity\": 4203.207351195994,\n                \"type\": \"string\"\n              },\n              {\n                \"id\": \"string\",\n                \"quantity\": 5487.049289041684,\n                \"type\": \"string\"\n              }\n            ]\n          }\n        },\n        \"custom_inputs\": {\n          \"key_0\": 3300,\n          \"key_1\": 2399\n        },\n        \"custom_attributes\": {\n          \"key_0\": {\n            \"type\": \"float\",\n            \"value\": 9873.800433772754\n          },\n          \"key_1\": {\n            \"type\": \"float\",\n            \"value\": \"string\"\n          },\n          \"key_2\": {\n            \"type\": \"integer\",\n            \"value\": 8835.37470532221\n          },\n          \"key_3\": {\n            \"type\": \"integer\",\n            \"value\": \"string\"\n          }\n        },\n        \"shipping_group_id\": \"string\",\n        \"promotion_source\": \"string\",\n        \"promotion_action_id\": \"string\",\n        \"subscription_configuration\": {\n          \"plan\": \"string\",\n          \"pricing_option\": \"string\"\n        }\n      },\n      {\n        \"type\": \"string\",\n        \"id\": \"3b6bbfd9-4a2a-add9-ad02-0e84398c9f7a\",\n        \"quantity\": 7992.12679754886,\n        \"product_id\": \"d2753190-0add-b1a6-50a1-5096845fd420\",\n        \"subscription_offering_id\": \"faa8fd0b-a3f9-f3f2-80f4-cda217a5d3a9\",\n        \"name\": \"string\",\n        \"sku\": \"string\",\n        \"location\": \"string\",\n        \"unit_price\": {\n          \"amount\": 3245.374903763014,\n          \"currency\": \"string\",\n          \"includes_tax\": true\n        },\n        \"value\": {\n          \"amount\": 3909.0834788770467,\n          \"currency\": \"string\",\n          \"includes_tax\": false\n        },\n        \"discounts\": [\n          {\n            \"amount\": {\n              \"amount\": 6030.875675478371,\n              \"currency\": \"string\",\n              \"includes_tax\": false\n            },\n            \"code\": \"string\",\n            \"id\": \"9f6b5b8e-85a4-a3a4-9cc6-1c2aa3002acb\",\n            \"promotion_source\": \"string\",\n            \"is_cart_discount\": false,\n            \"ordinal\": 8186,\n            \"promotion_action_id\": \"string\"\n          },\n          {\n            \"amount\": {\n              \"amount\": 9417.023667702464,\n              \"currency\": \"string\",\n              \"includes_tax\": false\n            },\n            \"code\": \"string\",\n            \"id\": \"5febba6b-eda1-41b3-4915-47dc87550137\",\n            \"promotion_source\": \"string\",\n            \"is_cart_discount\": false,\n            \"ordinal\": 8240,\n            \"promotion_action_id\": \"string\"\n          }\n        ],\n        \"links\": {},\n        \"meta\": {\n          \"display_price\": {\n            \"with_tax\": {\n              \"unit\": {\n                \"amount\": 8191.032322288285,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              },\n              \"value\": {\n                \"amount\": 7909.198520675356,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              }\n            },\n            \"without_tax\": {\n              \"unit\": {\n                \"amount\": 8487.66683990191,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              },\n              \"value\": {\n                \"amount\": 9924.320309887613,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              }\n            },\n            \"tax\": {\n              \"unit\": {\n                \"amount\": 2380.7067156161256,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              },\n              \"value\": {\n                \"amount\": 6651.685660897972,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              }\n            },\n            \"discount\": {\n              \"unit\": {\n                \"amount\": 75.97271028299879,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              },\n              \"value\": {\n                \"amount\": 7764.682484423298,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              }\n            },\n            \"without_discount\": {\n              \"unit\": {\n                \"amount\": 8907.570785573442,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              },\n              \"value\": {\n                \"amount\": 763.1216197183921,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              }\n            },\n            \"discounts\": {\n              \"key_0\": {\n                \"amount\": 1341.6467165544477,\n                \"currency\": \"string\",\n                \"formatted\": \"string\",\n                \"constituents\": {\n                  \"key_0\": {\n                    \"amount\": 2787.3478343900592,\n                    \"currency\": \"string\",\n                    \"formatted\": \"string\"\n                  }\n                }\n              }\n            },\n            \"original_price\": {\n              \"unit\": {\n                \"amount\": 3680.8868304181774,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              },\n              \"value\": {\n                \"amount\": 6120.51809963986,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              }\n            }\n          },\n          \"timestamps\": {\n            \"created_at\": \"string\",\n            \"updated_at\": \"string\"\n          }\n        },\n        \"relationships\": {\n          \"cart_item\": {\n            \"data\": {\n              \"type\": \"string\",\n              \"id\": \"819be060-407b-3701-2b4d-9c27e448ec5e\"\n            }\n          },\n          \"taxes\": {\n            \"data\": null\n          },\n          \"promotions\": {\n            \"data\": null\n          }\n        },\n        \"catalog_id\": \"string\",\n        \"catalog_source\": \"string\",\n        \"bundle_configuration\": {\n          \"selected_options\": {\n            \"key_0\": {\n              \"key_0\": 1129.7458526259475,\n              \"key_1\": 1187.2153963705823,\n              \"key_2\": 8834.493251344862\n            },\n            \"key_1\": {\n              \"key_0\": 6429.605742043347,\n              \"key_1\": 2849.0606897460148,\n              \"key_2\": 3458.4120539406294,\n              \"key_3\": 1259.0788438313316\n            }\n          },\n          \"component_products\": [\n            {\n              \"id\": \"string\",\n              \"type\": \"string\",\n              \"attributes\": {\n                \"key_0\": false\n              },\n              \"meta\": {\n                \"key_0\": true,\n                \"key_1\": 5037\n              },\n              \"price\": {\n                \"key_0\": 4256.295603845586,\n                \"key_1\": \"string\"\n              },\n              \"relationships\": {\n                \"key_0\": \"string\",\n                \"key_1\": true,\n                \"key_2\": 8212,\n                \"key_3\": 731.4549123194314\n              }\n            },\n            {\n              \"id\": \"string\",\n              \"type\": \"string\",\n              \"attributes\": {\n                \"key_0\": \"string\"\n              },\n              \"meta\": {\n                \"key_0\": 4357,\n                \"key_1\": true\n              },\n              \"price\": {\n                \"key_0\": false\n              },\n              \"relationships\": {\n                \"key_0\": 7650,\n                \"key_1\": true,\n                \"key_2\": 2776,\n                \"key_3\": 7935\n              }\n            }\n          ]\n        },\n        \"components\": {\n          \"key_0\": {\n            \"name\": \"string\",\n            \"options\": [\n              {\n                \"id\": \"string\",\n                \"quantity\": 9005.254222701149,\n                \"type\": \"string\"\n              },\n              {\n                \"id\": \"string\",\n                \"quantity\": 3971.1301125915143,\n                \"type\": \"string\"\n              }\n            ]\n          },\n          \"key_1\": {\n            \"name\": \"string\",\n            \"options\": [\n              {\n                \"id\": \"string\",\n                \"quantity\": 4764.65466125364,\n                \"type\": \"string\"\n              },\n              {\n                \"id\": \"string\",\n                \"quantity\": 7585.529249579741,\n                \"type\": \"string\"\n              }\n            ]\n          }\n        },\n        \"custom_inputs\": {\n          \"key_0\": 5666\n        },\n        \"custom_attributes\": {\n          \"key_0\": {\n            \"type\": \"boolean\",\n            \"value\": false\n          },\n          \"key_1\": {\n            \"type\": \"string\",\n            \"value\": 4238.724181849833\n          },\n          \"key_2\": {\n            \"type\": \"float\",\n            \"value\": true\n          }\n        },\n        \"shipping_group_id\": \"string\",\n        \"promotion_source\": \"string\",\n        \"promotion_action_id\": \"string\",\n        \"subscription_configuration\": {\n          \"plan\": \"string\",\n          \"pricing_option\": \"string\"\n        }\n      }\n    ],\n    \"tax_items\": [\n      {\n        \"type\": \"string\",\n        \"id\": \"81c928e8-553c-89ba-13b8-2969b03a0255\",\n        \"jurisdiction\": \"string\",\n        \"code\": \"string\",\n        \"name\": \"string\",\n        \"rate\": 6138.493781455388,\n        \"amount\": 8008\n      },\n      {\n        \"type\": \"string\",\n        \"id\": \"d1e84974-555d-478f-5714-05a7ebd74b2f\",\n        \"jurisdiction\": \"string\",\n        \"code\": \"string\",\n        \"name\": \"string\",\n        \"rate\": 7784.059805125007,\n        \"amount\": 751\n      }\n    ],\n    \"custom_discounts\": [\n      {\n        \"type\": \"string\",\n        \"id\": \"c5c3e978-fca7-a246-f0e2-e16b73324538\",\n        \"external_id\": \"string\",\n        \"discount_engine\": \"string\",\n        \"amount\": {\n          \"amount\": 4829.7129509350725,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"description\": \"string\",\n        \"discount_code\": \"string\",\n        \"relationships\": {\n          \"item\": {\n            \"data\": {\n              \"id\": \"d2d0f85b-5997-918c-a124-a8672f9b8612\",\n              \"type\": \"cart_item\"\n            }\n          }\n        }\n      },\n      {\n        \"type\": \"string\",\n        \"id\": \"f75c88af-8ba2-9906-8d63-cd6bdffd3ecc\",\n        \"external_id\": \"string\",\n        \"discount_engine\": \"string\",\n        \"amount\": {\n          \"amount\": 7934.043374310131,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"description\": \"string\",\n        \"discount_code\": \"string\",\n        \"relationships\": {\n          \"item\": {\n            \"data\": {\n              \"id\": \"b698e43a-b880-e591-aea7-9919f6632c46\",\n              \"type\": \"custom_item\"\n            }\n          }\n        }\n      }\n    ],\n    \"promotions\": [\n      {\n        \"type\": \"string\",\n        \"id\": \"74ee59b7-edcf-2608-83c8-e8f7424c3361\",\n        \"name\": \"string\",\n        \"description\": \"string\",\n        \"automatic\": true,\n        \"promotion_type\": \"string\",\n        \"promotion_source\": \"string\",\n        \"start\": \"2019-04-03T11:02:05.240Z\",\n        \"end\": \"1965-08-25T05:42:19.877Z\"\n      },\n      {\n        \"type\": \"string\",\n        \"id\": \"1838f89e-fd51-db40-6bc8-f786d20c603c\",\n        \"name\": \"string\",\n        \"description\": \"string\",\n        \"automatic\": false,\n        \"promotion_type\": \"string\",\n        \"promotion_source\": \"string\",\n        \"start\": \"2018-04-23T15:39:27.882Z\",\n        \"end\": \"1988-11-29T16:56:30.977Z\"\n      }\n    ]\n  },\n  \"errors\": [\n    {\n      \"status\": 5397,\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"cTJEnSjkg0Djn@YBYXpKocWuWZDlFUezqqObTP.jr\",\n        \"component_product_id\": \"8e949fda-02dd-f0b0-1929-feb6030141f0\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    },\n    {\n      \"status\": \"string\",\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"M4jED@xhDWrzLubYtt.ddnq\",\n        \"component_product_id\": \"890c1bdf-8b2c-dbab-1cf6-4f24a60da226\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1fc4c33d-eb2c-40d9-87e7-c8ff94158750",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "checkout"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the cart that you want to checkout.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "An account management authentication token that identifies the authenticated account member.",
                      "type": "text/plain"
                    },
                    "key": "EP-Account-Management-Authentication-Token",
                    "value": "{{accountToken}}"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"order_number\": \"order-1234\",\n    \"external_ref\": \"e-123456789\",\n    \"customer\": {\n      \"id\": \"c8c1c511-beef-4812-9b7a-9f92c587217c\"\n    },\n    \"billing_address\": {\n      \"first_name\": \"John\",\n      \"last_name\": \"Doe\",\n      \"company_name\": \"Moltin\",\n      \"line_1\": \"1234 Disney Drive\",\n      \"line_2\": \"Disney Resort\",\n      \"line_3\": \"Building C\",\n      \"city\": \"Anaheim\",\n      \"county\": \"Orange\",\n      \"region\": \"CA\",\n      \"postcode\": \"92802\",\n      \"country\": \"US\"\n    },\n    \"shipping_address\": {\n      \"first_name\": \"John\",\n      \"last_name\": \"Doe\",\n      \"phone_number\": \"(555) 555-1234\",\n      \"company_name\": \"Moltin\",\n      \"line_1\": \"1234 Disney Drive\",\n      \"line_2\": \"Disney Resort\",\n      \"line_3\": \"Building C\",\n      \"city\": \"Anaheim\",\n      \"county\": \"Orange\",\n      \"region\": \"CA\",\n      \"postcode\": \"92802\",\n      \"country\": \"US\",\n      \"instructions\": \"Leave in porch\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"string\",\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"pxceXz@gEAAKWpycmCAhMmndxAswOjJ.tb\",\n        \"component_product_id\": \"a38afe03-18f8-5284-fb78-3cdc2df74828\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    },\n    {\n      \"status\": 1492,\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"QdQCF-Py6IsyK6B@mhxyIAvSRTxUCXHqwQMdfgvoQaxaODw.ye\",\n        \"component_product_id\": \"cb5bc694-19cf-ffba-cb0d-5bfaa9d08a1e\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "75513013-db7d-432a-a724-10354dcc053f",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "checkout"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the cart that you want to checkout.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "An account management authentication token that identifies the authenticated account member.",
                      "type": "text/plain"
                    },
                    "key": "EP-Account-Management-Authentication-Token",
                    "value": "{{accountToken}}"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"order_number\": \"order-1234\",\n    \"external_ref\": \"e-123456789\",\n    \"customer\": {\n      \"id\": \"c8c1c511-beef-4812-9b7a-9f92c587217c\"\n    },\n    \"billing_address\": {\n      \"first_name\": \"John\",\n      \"last_name\": \"Doe\",\n      \"company_name\": \"Moltin\",\n      \"line_1\": \"1234 Disney Drive\",\n      \"line_2\": \"Disney Resort\",\n      \"line_3\": \"Building C\",\n      \"city\": \"Anaheim\",\n      \"county\": \"Orange\",\n      \"region\": \"CA\",\n      \"postcode\": \"92802\",\n      \"country\": \"US\"\n    },\n    \"shipping_address\": {\n      \"first_name\": \"John\",\n      \"last_name\": \"Doe\",\n      \"phone_number\": \"(555) 555-1234\",\n      \"company_name\": \"Moltin\",\n      \"line_1\": \"1234 Disney Drive\",\n      \"line_2\": \"Disney Resort\",\n      \"line_3\": \"Building C\",\n      \"city\": \"Anaheim\",\n      \"county\": \"Orange\",\n      \"region\": \"CA\",\n      \"postcode\": \"92802\",\n      \"country\": \"US\",\n      \"instructions\": \"Leave in porch\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"string\",\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"pxceXz@gEAAKWpycmCAhMmndxAswOjJ.tb\",\n        \"component_product_id\": \"a38afe03-18f8-5284-fb78-3cdc2df74828\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    },\n    {\n      \"status\": 1492,\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"QdQCF-Py6IsyK6B@mhxyIAvSRTxUCXHqwQMdfgvoQaxaODw.ye\",\n        \"component_product_id\": \"cb5bc694-19cf-ffba-cb0d-5bfaa9d08a1e\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Orders",
      "description": "An Order is created through the [checkout](/docs/api/carts/checkout) endpoint within the Carts API.\n\nAn order is created after a customer checks out their cart. On creation, the order is marked unpaid. The customer is prompted for a shipping address, a billing address, and a payment method. After the order is successfully paid, you can trigger an inventory process and a shipping process.\n\nYou can keep a history of orders associated with the customer account.\n\n### Reorder\n\nA re-order is when a shopper copies items from a previous order from their order history into a cart of their choice. If a shopper re-orders to an empty cart, the same quantities as the past order are applied. If the shopper re-orders to an existing cart, and orders the same item, the quantity increases. If an item is out of stock, the item is not added to the cart, and the shopper sees an insufficient stock error. The tax for the items in a re-order is not applied. For more information, see [Tax Items](/docs/api/carts/tax-items).\n",
      "item": [
        {
          "id": "e9b307db-3a0e-46ef-bbca-4bdd438ee9d6",
          "name": "Get all Orders",
          "request": {
            "name": "Get all Orders",
            "description": {
              "content": "This endpoint returns all orders with custom flow fields. The pagination offset is set to fetch a maximum of 10,000 orders. If the store has 10,000 orders, and you fetch the orders without using filters, an error is returned. Use a filter to view orders when the order is beyond the 10,000 mark.\n\n:::note\n\n- Pass the `X-Moltin-Customer-Token` header to limit orders to a specific customer. See [Customer Tokens](/docs/customer-management/customer-management-api/customer-tokens).\n- Pass the `EP-Account-Management-Authentication-Token` header to limit orders to a specific account. See [Account Management Token](/docs/api/accounts/post-v-2-account-members-tokens).\n- You can use pagination with this resource. For more information, see [pagination](/guides/Getting-Started/pagination).\n\n:::\n\n### Filtering\n\nThe following operators and attributes are available for filtering orders.\n\n| Attribute | Type | Operator | Example |\n| :--- | :--- | :--- | :--- |\n| `status` | `string` | `eq` | `eq(status,complete)` |\n| `payment` | `string` | `eq` | `eq(payment,paid)` |\n| `shipping` | `string` | `eq` | `eq(shipping,unfulfilled)` |\n| `name` (`customer.name`) | `string` | `eq` / `like` | `like(name,Brad*)` |\n| `email` (`customer.email`) | `string` | `eq` / `like` | `like(email,*@elasticpath.com)` |\n| `customer_id` | `string` | `eq` / `like` | `eq(customer_id, e5a0d684-a4af-4919-a348-f66b0b4955e0)` |\n| `account_id` | `string` | `eq` / `like` | `eq(account_id,3d7200c9-a9bc-4085-9822-63e80fd94a09)` |\n| `account_member_id` | `string` | `eq` / `like` | `eq(account_member_id,2a8a3a92-2ccd-4b2b-a7af-52d3896eaecb)` |\n| `contact.name` | `string` | `eq` / `like` | `eq(name,John Doe)` |\n| `contact.email` | `string` | `eq` / `like` | `eq(email,John Doe)` |\n| `shipping_postcode` | `string` | `eq` / `like` | `like(shipping_postcode,117*)` |\n| `billing_postcode` | `string` | `eq` / `like` | `like(billing_postcode,117*)` |\n| `with_tax` | `integer` | `gt`/`ge`/`lt`/`le` | `ge(with_tax,10000)` |\n| `without_tax` | `integer` | `gt`/`ge`/`lt`/`le` | `ge(without_tax,10000)` |\n| `currency` | `string` | `eq` | `eq(currency,USD)` |\n| `product_id` | `string` | `eq` | `eq(product_id,6837058c-ae42-46db-b3c6-7f01e0c34b40)` |\n| `product_sku` | `string` | `eq` | `eq(product_sku,deck-shoe-001)` |\n| `created_at` | `date` | `eq` / `gt` / `ge`/ `le` / `lt` | `gt(created_at,YYYY-MM-DD)` |\n| `updated_at` | `date` | `eq` / `gt` / `ge`/ `le`/ `lt` | `lt(updated_at,YYYY-MM-DD)` |\n| `external_ref` | `string` | `eq` / `like` | `like(external_ref, 16be*)` |\n| `order_number` | `string` | `eq` / `like` | `like(order_number, 123*)` |\n### Includes\nYou can include related resources with the order response by using the `include` query parameter.\n| Name | Optional | Type | Description |\n|:-----|:---------|:-----|:------------|\n| `include` | Optional | `string` | Comma-delimited string of entities that can be included. The information included are `items`, `tax_items`, `custom_discounts`, or `promotions`. |\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "orders"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Comma-delimited string of entities to include (items, tax_items, custom_discounts, promotions).",
                    "type": "text/plain"
                  },
                  "key": "include",
                  "value": "items"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The maximum number of records per page.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "20"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The number of records to offset the results by.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "0"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter expression for searching orders. See filtering documentation for available operators and attributes.",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "string"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "disabled": false,
                "description": {
                  "content": "A customer token to access a specific customer's orders.",
                  "type": "text/plain"
                },
                "key": "x-moltin-customer-token",
                "value": "{{customerToken}}"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "cca0006d-0f2f-4fa2-9979-65d41b81004e",
              "name": "200",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "orders"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Comma-delimited string of entities to include (items, tax_items, custom_discounts, promotions).",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "items"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "20"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter expression for searching orders. See filtering documentation for available operators and attributes.",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "A customer token to access a specific customer's orders.",
                      "type": "text/plain"
                    },
                    "key": "x-moltin-customer-token",
                    "value": "{{customerToken}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"type\": \"string\",\n      \"order_number\": \"string\",\n      \"external_ref\": \"string\",\n      \"id\": \"c7b14e56-5b6f-1a7e-8b63-46a46bd13297\",\n      \"status\": \"incomplete\",\n      \"payment\": \"refunded\",\n      \"shipping\": \"fulfilled\",\n      \"anonymized\": true,\n      \"payment_intent_id\": \"string\",\n      \"custom_attributes\": {\n        \"key_0\": {\n          \"type\": \"string\",\n          \"value\": 3045.6417548834725\n        }\n      },\n      \"links\": {},\n      \"meta\": {\n        \"timestamps\": {\n          \"created_at\": \"string\",\n          \"updated_at\": \"string\",\n          \"fully_paid_at\": \"string\"\n        },\n        \"display_price\": {\n          \"with_tax\": {\n            \"amount\": 42.17453698224016,\n            \"currency\": \"string\",\n            \"formatted\": \"string\"\n          },\n          \"without_tax\": {\n            \"amount\": 4650.135946592868,\n            \"currency\": \"string\",\n            \"formatted\": \"string\"\n          },\n          \"tax\": {\n            \"amount\": 2361.3368544816526,\n            \"currency\": \"string\",\n            \"formatted\": \"string\"\n          },\n          \"discount\": {\n            \"amount\": 0,\n            \"currency\": \"string\",\n            \"formatted\": \"string\"\n          },\n          \"balance_owing\": {\n            \"amount\": 2120.16696434955,\n            \"currency\": \"string\",\n            \"formatted\": \"string\"\n          },\n          \"paid\": {\n            \"amount\": 3198.9083687717225,\n            \"currency\": \"string\",\n            \"formatted\": \"string\"\n          },\n          \"authorized\": {\n            \"amount\": 3131.922526023836,\n            \"currency\": \"string\",\n            \"formatted\": \"string\"\n          },\n          \"without_discount\": {\n            \"amount\": 4497.2759715699,\n            \"currency\": \"string\",\n            \"formatted\": \"string\"\n          },\n          \"shipping\": {\n            \"amount\": 2650.5368221182457,\n            \"currency\": \"string\",\n            \"formatted\": \"string\"\n          },\n          \"shipping_discount\": {\n            \"amount\": 0,\n            \"currency\": \"string\",\n            \"formatted\": \"string\"\n          }\n        },\n        \"is_manual\": true\n      },\n      \"billing_address\": {\n        \"country\": \"string\",\n        \"first_name\": \"string\",\n        \"last_name\": \"string\",\n        \"line_1\": \"string\",\n        \"postcode\": \"string\",\n        \"region\": \"string\",\n        \"company_name\": \"string\",\n        \"line_2\": \"string\",\n        \"line_3\": \"string\",\n        \"city\": \"string\",\n        \"county\": \"string\"\n      },\n      \"contact\": {\n        \"email\": \"string\",\n        \"name\": \"string\"\n      },\n      \"customer\": {\n        \"name\": \"string\",\n        \"email\": \"AgCbHS1wkAjlJDA@umPfchELGZrXBgOzzqTAHxNO.sw\",\n        \"id\": \"6f44c119-4064-fa59-ea4a-66afa90edbda\"\n      },\n      \"shipping_address\": {\n        \"country\": \"string\",\n        \"first_name\": \"string\",\n        \"last_name\": \"string\",\n        \"line_1\": \"string\",\n        \"postcode\": \"string\",\n        \"region\": \"string\",\n        \"company_name\": \"string\",\n        \"line_2\": \"string\",\n        \"line_3\": \"string\",\n        \"city\": \"string\",\n        \"county\": \"string\",\n        \"phone_number\": \"string\",\n        \"instructions\": \"string\"\n      },\n      \"relationships\": {\n        \"items\": {\n          \"data\": [\n            {\n              \"type\": \"string\",\n              \"id\": \"a8f8cff8-8540-2925-c17f-be41affbbe86\"\n            },\n            {\n              \"type\": \"string\",\n              \"id\": \"a0bc4853-ee74-b104-b696-3cae0bcb26ff\"\n            }\n          ]\n        },\n        \"custom_discounts\": {\n          \"data\": [\n            {\n              \"type\": \"string\",\n              \"id\": \"ff1fbf2a-4730-fae7-01cd-e8516e84c9ee\"\n            },\n            {\n              \"type\": \"string\",\n              \"id\": \"111f5a8f-50a9-3993-0f89-30463da0f964\"\n            }\n          ]\n        },\n        \"promotions\": {\n          \"data\": [\n            {\n              \"type\": \"string\",\n              \"id\": \"4bd9b48e-65fe-41b8-d8c5-37580e054fec\"\n            },\n            {\n              \"type\": \"string\",\n              \"id\": \"96dbb0a4-821b-13c4-4638-140c6fe98289\"\n            }\n          ]\n        },\n        \"customer\": {\n          \"data\": {\n            \"type\": \"string\",\n            \"id\": \"c405e9d1-58fb-7da1-435f-ed2573dc4976\"\n          }\n        },\n        \"account\": {\n          \"data\": {\n            \"type\": \"string\",\n            \"id\": \"8e338099-11f8-66a2-5d78-69be38b391d7\"\n          }\n        },\n        \"account_member\": {\n          \"data\": {\n            \"type\": \"string\",\n            \"id\": \"86924804-6f20-a39d-4dd6-69b45cd751d8\"\n          }\n        },\n        \"store\": {\n          \"data\": {\n            \"type\": \"string\",\n            \"id\": \"919374a4-0e37-7a29-d3fa-3f6c70f25970\"\n          }\n        }\n      }\n    },\n    {\n      \"type\": \"string\",\n      \"order_number\": \"string\",\n      \"external_ref\": \"string\",\n      \"id\": \"c3290cd2-5550-9b01-052e-25539714c36c\",\n      \"status\": \"incomplete\",\n      \"payment\": \"authorized\",\n      \"shipping\": \"unfulfilled\",\n      \"anonymized\": true,\n      \"payment_intent_id\": \"string\",\n      \"custom_attributes\": {\n        \"key_0\": {\n          \"type\": \"integer\",\n          \"value\": true\n        }\n      },\n      \"links\": {},\n      \"meta\": {\n        \"timestamps\": {\n          \"created_at\": \"string\",\n          \"updated_at\": \"string\",\n          \"fully_paid_at\": \"string\"\n        },\n        \"display_price\": {\n          \"with_tax\": {\n            \"amount\": 1503.8538525271151,\n            \"currency\": \"string\",\n            \"formatted\": \"string\"\n          },\n          \"without_tax\": {\n            \"amount\": 2131.0564974542735,\n            \"currency\": \"string\",\n            \"formatted\": \"string\"\n          },\n          \"tax\": {\n            \"amount\": 6407.315961787012,\n            \"currency\": \"string\",\n            \"formatted\": \"string\"\n          },\n          \"discount\": {\n            \"amount\": 0,\n            \"currency\": \"string\",\n            \"formatted\": \"string\"\n          },\n          \"balance_owing\": {\n            \"amount\": 2139.2166093326905,\n            \"currency\": \"string\",\n            \"formatted\": \"string\"\n          },\n          \"paid\": {\n            \"amount\": 6660.894619667614,\n            \"currency\": \"string\",\n            \"formatted\": \"string\"\n          },\n          \"authorized\": {\n            \"amount\": 8414.781886897232,\n            \"currency\": \"string\",\n            \"formatted\": \"string\"\n          },\n          \"without_discount\": {\n            \"amount\": 1434.3294220005798,\n            \"currency\": \"string\",\n            \"formatted\": \"string\"\n          },\n          \"shipping\": {\n            \"amount\": 5610.093524657853,\n            \"currency\": \"string\",\n            \"formatted\": \"string\"\n          },\n          \"shipping_discount\": {\n            \"amount\": 0,\n            \"currency\": \"string\",\n            \"formatted\": \"string\"\n          }\n        },\n        \"is_manual\": false\n      },\n      \"billing_address\": {\n        \"country\": \"string\",\n        \"first_name\": \"string\",\n        \"last_name\": \"string\",\n        \"line_1\": \"string\",\n        \"postcode\": \"string\",\n        \"region\": \"string\",\n        \"company_name\": \"string\",\n        \"line_2\": \"string\",\n        \"line_3\": \"string\",\n        \"city\": \"string\",\n        \"county\": \"string\"\n      },\n      \"contact\": {\n        \"email\": \"string\",\n        \"name\": \"string\"\n      },\n      \"customer\": {\n        \"name\": \"string\",\n        \"email\": \"eLA@jdFdK.uom\",\n        \"id\": \"8c1dd9c3-fb3d-9137-8481-94b28bb763b3\"\n      },\n      \"shipping_address\": {\n        \"country\": \"string\",\n        \"first_name\": \"string\",\n        \"last_name\": \"string\",\n        \"line_1\": \"string\",\n        \"postcode\": \"string\",\n        \"region\": \"string\",\n        \"company_name\": \"string\",\n        \"line_2\": \"string\",\n        \"line_3\": \"string\",\n        \"city\": \"string\",\n        \"county\": \"string\",\n        \"phone_number\": \"string\",\n        \"instructions\": \"string\"\n      },\n      \"relationships\": {\n        \"items\": {\n          \"data\": [\n            {\n              \"type\": \"string\",\n              \"id\": \"11962516-5e15-ed60-0eb1-bda63fc7d170\"\n            },\n            {\n              \"type\": \"string\",\n              \"id\": \"c8fe9a93-664c-d5f0-ee22-62f0d89336ba\"\n            }\n          ]\n        },\n        \"custom_discounts\": {\n          \"data\": [\n            {\n              \"type\": \"string\",\n              \"id\": \"0f54c21b-50c6-6b43-ece2-4d76a8031845\"\n            },\n            {\n              \"type\": \"string\",\n              \"id\": \"7f0ae546-a6cb-7c06-8634-d6517c1eaf1a\"\n            }\n          ]\n        },\n        \"promotions\": {\n          \"data\": [\n            {\n              \"type\": \"string\",\n              \"id\": \"85c1661b-ca24-7082-5c86-c298660ef24e\"\n            },\n            {\n              \"type\": \"string\",\n              \"id\": \"c387ecc0-51d0-7d2f-af71-9a333675a3e5\"\n            }\n          ]\n        },\n        \"customer\": {\n          \"data\": {\n            \"type\": \"string\",\n            \"id\": \"f7c45cfc-86ec-a35e-e211-5d8e7820d295\"\n          }\n        },\n        \"account\": {\n          \"data\": {\n            \"type\": \"string\",\n            \"id\": \"81c9a9b5-9f7f-ecbd-4bc3-aa5a18e7a4b1\"\n          }\n        },\n        \"account_member\": {\n          \"data\": {\n            \"type\": \"string\",\n            \"id\": \"b92b591f-e59d-8b02-cb04-56051b50f8e2\"\n          }\n        },\n        \"store\": {\n          \"data\": {\n            \"type\": \"string\",\n            \"id\": \"6318bcea-34f6-00fc-e25b-c5bdca4bb3a2\"\n          }\n        }\n      }\n    }\n  ],\n  \"links\": {\n    \"current\": \"string\",\n    \"first\": \"string\",\n    \"last\": \"string\",\n    \"next\": \"string\",\n    \"prev\": \"string\"\n  },\n  \"meta\": {\n    \"page\": {\n      \"current\": 3811,\n      \"limit\": 5392,\n      \"offset\": 6499,\n      \"total\": 326\n    },\n    \"results\": {\n      \"total\": 2906\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "206a0fe8-c090-42ee-a3d9-9cef2e5d7d79",
          "name": "Get an Order",
          "request": {
            "name": "Get an Order",
            "description": {
              "content": "Use this endpoint to retrieve a specific order.\n\n### Includes\n\nYou can include related resources with the order response by using the `include` query parameter.\n\n| Name      | Required | Type     | Description |\n|:----------|:---------|:---------|:------------|\n| `include` | Optional | `string` | Comma-delimited string of entities that can be included. The included options are `items`, `tax_items`, `custom_discounts`, or `promotions`. |",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "orders",
                ":orderID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Comma-delimited string of entities to include (items, tax_items, custom_discounts, promotions).",
                    "type": "text/plain"
                  },
                  "key": "include",
                  "value": "items"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "orderID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the order.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "0ca5c610-f5f5-47f0-bcdc-f5793bb4863d",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "orders",
                    ":orderID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Comma-delimited string of entities to include (items, tax_items, custom_discounts, promotions).",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "items"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the order.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "orderID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"order_number\": \"string\",\n    \"external_ref\": \"string\",\n    \"id\": \"f6180ac3-38f4-aba6-1553-e8bc498c5eb8\",\n    \"status\": \"cancelled\",\n    \"payment\": \"authorized\",\n    \"shipping\": \"unfulfilled\",\n    \"anonymized\": false,\n    \"payment_intent_id\": \"string\",\n    \"custom_attributes\": {\n      \"key_0\": {\n        \"type\": \"string\",\n        \"value\": 5180.43259146306\n      },\n      \"key_1\": {\n        \"type\": \"float\",\n        \"value\": 575.0361167090956\n      }\n    },\n    \"links\": {},\n    \"meta\": {\n      \"timestamps\": {\n        \"created_at\": \"string\",\n        \"updated_at\": \"string\",\n        \"fully_paid_at\": \"string\"\n      },\n      \"display_price\": {\n        \"with_tax\": {\n          \"amount\": 3155.1390368076104,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"without_tax\": {\n          \"amount\": 694.6454049707373,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"tax\": {\n          \"amount\": 1676.8825902900364,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"discount\": {\n          \"amount\": 0,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"balance_owing\": {\n          \"amount\": 2151.8039349289775,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"paid\": {\n          \"amount\": 8516.213574914696,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"authorized\": {\n          \"amount\": 5224.87724612281,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"without_discount\": {\n          \"amount\": 6938.110258053576,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"shipping\": {\n          \"amount\": 3911.2441596367976,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"shipping_discount\": {\n          \"amount\": 0,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        }\n      },\n      \"is_manual\": true\n    },\n    \"billing_address\": {\n      \"country\": \"string\",\n      \"first_name\": \"string\",\n      \"last_name\": \"string\",\n      \"line_1\": \"string\",\n      \"postcode\": \"string\",\n      \"region\": \"string\",\n      \"company_name\": \"string\",\n      \"line_2\": \"string\",\n      \"line_3\": \"string\",\n      \"city\": \"string\",\n      \"county\": \"string\"\n    },\n    \"contact\": {\n      \"email\": \"string\",\n      \"name\": \"string\"\n    },\n    \"customer\": {\n      \"name\": \"string\",\n      \"email\": \"dWSvDKR@JnxDJesftdeveoZRMkOjZfGi.ty\",\n      \"id\": \"6ddc68e9-f856-7a1f-e34f-5a760de2b145\"\n    },\n    \"shipping_address\": {\n      \"country\": \"string\",\n      \"first_name\": \"string\",\n      \"last_name\": \"string\",\n      \"line_1\": \"string\",\n      \"postcode\": \"string\",\n      \"region\": \"string\",\n      \"company_name\": \"string\",\n      \"line_2\": \"string\",\n      \"line_3\": \"string\",\n      \"city\": \"string\",\n      \"county\": \"string\",\n      \"phone_number\": \"string\",\n      \"instructions\": \"string\"\n    },\n    \"relationships\": {\n      \"items\": {\n        \"data\": [\n          {\n            \"type\": \"string\",\n            \"id\": \"761e68b2-07a4-f8b7-b815-2ea6200ba618\"\n          },\n          {\n            \"type\": \"string\",\n            \"id\": \"9f33184e-5f28-599c-f32a-f35709116174\"\n          }\n        ]\n      },\n      \"custom_discounts\": {\n        \"data\": [\n          {\n            \"type\": \"string\",\n            \"id\": \"d0f6cfa4-8c22-63ab-a609-11f097b8f1a8\"\n          },\n          {\n            \"type\": \"string\",\n            \"id\": \"bc5ff214-124f-48fb-b1db-d34ccdf162e6\"\n          }\n        ]\n      },\n      \"promotions\": {\n        \"data\": [\n          {\n            \"type\": \"string\",\n            \"id\": \"839915c5-9008-e738-1754-6653c3df728f\"\n          },\n          {\n            \"type\": \"string\",\n            \"id\": \"9611a507-ed91-1bf4-4bc2-39aba9a0f0d2\"\n          }\n        ]\n      },\n      \"customer\": {\n        \"data\": {\n          \"type\": \"string\",\n          \"id\": \"d5b04af7-e7f1-e6cd-a003-99ac9a35edb5\"\n        }\n      },\n      \"account\": {\n        \"data\": {\n          \"type\": \"string\",\n          \"id\": \"1c44041b-bf8e-2013-848b-8c4bb32a2831\"\n        }\n      },\n      \"account_member\": {\n        \"data\": {\n          \"type\": \"string\",\n          \"id\": \"6dd91ad5-181d-b212-b5f6-b52555fe05fc\"\n        }\n      },\n      \"store\": {\n        \"data\": {\n          \"type\": \"string\",\n          \"id\": \"4531366e-5f70-ca01-67c8-c68ade08189a\"\n        }\n      }\n    }\n  },\n  \"included\": {\n    \"items\": [\n      {\n        \"type\": \"string\",\n        \"id\": \"28e7455a-a2b5-7808-2f74-af9528ce7e7c\",\n        \"quantity\": 5168.839667790057,\n        \"product_id\": \"b7006ef7-99b4-7739-0539-fa34f9a86d02\",\n        \"subscription_offering_id\": \"c585fba5-767a-0178-d9dc-dbff898bae2c\",\n        \"name\": \"string\",\n        \"sku\": \"string\",\n        \"location\": \"string\",\n        \"unit_price\": {\n          \"amount\": 1422.0821735802035,\n          \"currency\": \"string\",\n          \"includes_tax\": true\n        },\n        \"value\": {\n          \"amount\": 6066.429090896879,\n          \"currency\": \"string\",\n          \"includes_tax\": true\n        },\n        \"discounts\": [\n          {\n            \"amount\": {\n              \"amount\": 7414.168408335749,\n              \"currency\": \"string\",\n              \"includes_tax\": true\n            },\n            \"code\": \"string\",\n            \"id\": \"74694bfb-5770-c533-c45c-a9c655f5e47c\",\n            \"promotion_source\": \"string\",\n            \"is_cart_discount\": false,\n            \"ordinal\": 4724,\n            \"promotion_action_id\": \"string\"\n          },\n          {\n            \"amount\": {\n              \"amount\": 1328.0494351838156,\n              \"currency\": \"string\",\n              \"includes_tax\": true\n            },\n            \"code\": \"string\",\n            \"id\": \"18010916-b8e9-0b02-4d43-83c9a9898900\",\n            \"promotion_source\": \"string\",\n            \"is_cart_discount\": false,\n            \"ordinal\": 3998,\n            \"promotion_action_id\": \"string\"\n          }\n        ],\n        \"links\": {},\n        \"meta\": {\n          \"display_price\": {\n            \"with_tax\": {\n              \"unit\": {\n                \"amount\": 3377.639054780961,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              },\n              \"value\": {\n                \"amount\": 2930.567279900902,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              }\n            },\n            \"without_tax\": {\n              \"unit\": {\n                \"amount\": 2681.3299294001313,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              },\n              \"value\": {\n                \"amount\": 6424.859004439212,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              }\n            },\n            \"tax\": {\n              \"unit\": {\n                \"amount\": 1453.5373707488675,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              },\n              \"value\": {\n                \"amount\": 9815.239561489765,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              }\n            },\n            \"discount\": {\n              \"unit\": {\n                \"amount\": 2238.114871770367,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              },\n              \"value\": {\n                \"amount\": 9014.527021035585,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              }\n            },\n            \"without_discount\": {\n              \"unit\": {\n                \"amount\": 5593.119041203123,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              },\n              \"value\": {\n                \"amount\": 2720.5217314821994,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              }\n            },\n            \"discounts\": {\n              \"key_0\": {\n                \"amount\": 3916.276542572605,\n                \"currency\": \"string\",\n                \"formatted\": \"string\",\n                \"constituents\": {\n                  \"key_0\": {\n                    \"amount\": 3376.0611435665046,\n                    \"currency\": \"string\",\n                    \"formatted\": \"string\"\n                  },\n                  \"key_1\": {\n                    \"amount\": 7030.4578949313145,\n                    \"currency\": \"string\",\n                    \"formatted\": \"string\"\n                  },\n                  \"key_2\": {\n                    \"amount\": 385.83667206814056,\n                    \"currency\": \"string\",\n                    \"formatted\": \"string\"\n                  }\n                }\n              },\n              \"key_1\": {\n                \"amount\": 3844.0708874406005,\n                \"currency\": \"string\",\n                \"formatted\": \"string\",\n                \"constituents\": {\n                  \"key_0\": {\n                    \"amount\": 5398.622818309875,\n                    \"currency\": \"string\",\n                    \"formatted\": \"string\"\n                  },\n                  \"key_1\": {\n                    \"amount\": 1452.8584859564587,\n                    \"currency\": \"string\",\n                    \"formatted\": \"string\"\n                  },\n                  \"key_2\": {\n                    \"amount\": 6966.170931263913,\n                    \"currency\": \"string\",\n                    \"formatted\": \"string\"\n                  }\n                }\n              },\n              \"key_2\": {\n                \"amount\": 8545.105241434958,\n                \"currency\": \"string\",\n                \"formatted\": \"string\",\n                \"constituents\": {\n                  \"key_0\": {\n                    \"amount\": 3079.8630582920096,\n                    \"currency\": \"string\",\n                    \"formatted\": \"string\"\n                  },\n                  \"key_1\": {\n                    \"amount\": 2020.324387865109,\n                    \"currency\": \"string\",\n                    \"formatted\": \"string\"\n                  }\n                }\n              },\n              \"key_3\": {\n                \"amount\": 820.7210001972087,\n                \"currency\": \"string\",\n                \"formatted\": \"string\",\n                \"constituents\": {\n                  \"key_0\": {\n                    \"amount\": 7684.116213858822,\n                    \"currency\": \"string\",\n                    \"formatted\": \"string\"\n                  },\n                  \"key_1\": {\n                    \"amount\": 6952.381173599578,\n                    \"currency\": \"string\",\n                    \"formatted\": \"string\"\n                  }\n                }\n              }\n            },\n            \"original_price\": {\n              \"unit\": {\n                \"amount\": 3788.5150121828515,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              },\n              \"value\": {\n                \"amount\": 4688.592219449439,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              }\n            }\n          },\n          \"timestamps\": {\n            \"created_at\": \"string\",\n            \"updated_at\": \"string\"\n          }\n        },\n        \"relationships\": {\n          \"cart_item\": {\n            \"data\": {\n              \"type\": \"string\",\n              \"id\": \"10dfc712-525a-ca13-d44a-dcfab43f822f\"\n            }\n          },\n          \"taxes\": {\n            \"data\": null\n          },\n          \"promotions\": {\n            \"data\": null\n          }\n        },\n        \"catalog_id\": \"string\",\n        \"catalog_source\": \"string\",\n        \"bundle_configuration\": {\n          \"selected_options\": {\n            \"key_0\": {\n              \"key_0\": 2739.5554397984865,\n              \"key_1\": 9647.870257493914,\n              \"key_2\": 8894.539871690607\n            },\n            \"key_1\": {\n              \"key_0\": 664.1002659407525,\n              \"key_1\": 437.85215628834084,\n              \"key_2\": 7392.957719457447,\n              \"key_3\": 7282.610893644616\n            },\n            \"key_2\": {\n              \"key_0\": 9683.36666315769,\n              \"key_1\": 3441.11911407216\n            }\n          },\n          \"component_products\": [\n            {\n              \"id\": \"string\",\n              \"type\": \"string\",\n              \"attributes\": {\n                \"key_0\": true,\n                \"key_1\": false,\n                \"key_2\": 4756.976336670582\n              },\n              \"meta\": {\n                \"key_0\": \"string\",\n                \"key_1\": \"string\",\n                \"key_2\": \"string\",\n                \"key_3\": \"string\"\n              },\n              \"price\": {\n                \"key_0\": 7042.431395517614\n              },\n              \"relationships\": {\n                \"key_0\": true,\n                \"key_1\": 2499.0007398634084,\n                \"key_2\": false\n              }\n            },\n            {\n              \"id\": \"string\",\n              \"type\": \"string\",\n              \"attributes\": {\n                \"key_0\": 9911.82537268971\n              },\n              \"meta\": {\n                \"key_0\": 1899.7120370337407,\n                \"key_1\": 8277\n              },\n              \"price\": {\n                \"key_0\": 262,\n                \"key_1\": 3732.9915732975837,\n                \"key_2\": 5773.032904633306,\n                \"key_3\": \"string\"\n              },\n              \"relationships\": {\n                \"key_0\": \"string\"\n              }\n            }\n          ]\n        },\n        \"components\": {\n          \"key_0\": {\n            \"name\": \"string\",\n            \"options\": [\n              {\n                \"id\": \"string\",\n                \"quantity\": 3363.567309370943,\n                \"type\": \"string\"\n              },\n              {\n                \"id\": \"string\",\n                \"quantity\": 9920.656346950063,\n                \"type\": \"string\"\n              }\n            ]\n          },\n          \"key_1\": {\n            \"name\": \"string\",\n            \"options\": [\n              {\n                \"id\": \"string\",\n                \"quantity\": 4203.207351195994,\n                \"type\": \"string\"\n              },\n              {\n                \"id\": \"string\",\n                \"quantity\": 5487.049289041684,\n                \"type\": \"string\"\n              }\n            ]\n          }\n        },\n        \"custom_inputs\": {\n          \"key_0\": 3300,\n          \"key_1\": 2399\n        },\n        \"custom_attributes\": {\n          \"key_0\": {\n            \"type\": \"float\",\n            \"value\": 9873.800433772754\n          },\n          \"key_1\": {\n            \"type\": \"float\",\n            \"value\": \"string\"\n          },\n          \"key_2\": {\n            \"type\": \"integer\",\n            \"value\": 8835.37470532221\n          },\n          \"key_3\": {\n            \"type\": \"integer\",\n            \"value\": \"string\"\n          }\n        },\n        \"shipping_group_id\": \"string\",\n        \"promotion_source\": \"string\",\n        \"promotion_action_id\": \"string\",\n        \"subscription_configuration\": {\n          \"plan\": \"string\",\n          \"pricing_option\": \"string\"\n        }\n      },\n      {\n        \"type\": \"string\",\n        \"id\": \"3b6bbfd9-4a2a-add9-ad02-0e84398c9f7a\",\n        \"quantity\": 7992.12679754886,\n        \"product_id\": \"d2753190-0add-b1a6-50a1-5096845fd420\",\n        \"subscription_offering_id\": \"faa8fd0b-a3f9-f3f2-80f4-cda217a5d3a9\",\n        \"name\": \"string\",\n        \"sku\": \"string\",\n        \"location\": \"string\",\n        \"unit_price\": {\n          \"amount\": 3245.374903763014,\n          \"currency\": \"string\",\n          \"includes_tax\": true\n        },\n        \"value\": {\n          \"amount\": 3909.0834788770467,\n          \"currency\": \"string\",\n          \"includes_tax\": false\n        },\n        \"discounts\": [\n          {\n            \"amount\": {\n              \"amount\": 6030.875675478371,\n              \"currency\": \"string\",\n              \"includes_tax\": false\n            },\n            \"code\": \"string\",\n            \"id\": \"9f6b5b8e-85a4-a3a4-9cc6-1c2aa3002acb\",\n            \"promotion_source\": \"string\",\n            \"is_cart_discount\": false,\n            \"ordinal\": 8186,\n            \"promotion_action_id\": \"string\"\n          },\n          {\n            \"amount\": {\n              \"amount\": 9417.023667702464,\n              \"currency\": \"string\",\n              \"includes_tax\": false\n            },\n            \"code\": \"string\",\n            \"id\": \"5febba6b-eda1-41b3-4915-47dc87550137\",\n            \"promotion_source\": \"string\",\n            \"is_cart_discount\": false,\n            \"ordinal\": 8240,\n            \"promotion_action_id\": \"string\"\n          }\n        ],\n        \"links\": {},\n        \"meta\": {\n          \"display_price\": {\n            \"with_tax\": {\n              \"unit\": {\n                \"amount\": 8191.032322288285,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              },\n              \"value\": {\n                \"amount\": 7909.198520675356,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              }\n            },\n            \"without_tax\": {\n              \"unit\": {\n                \"amount\": 8487.66683990191,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              },\n              \"value\": {\n                \"amount\": 9924.320309887613,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              }\n            },\n            \"tax\": {\n              \"unit\": {\n                \"amount\": 2380.7067156161256,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              },\n              \"value\": {\n                \"amount\": 6651.685660897972,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              }\n            },\n            \"discount\": {\n              \"unit\": {\n                \"amount\": 75.97271028299879,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              },\n              \"value\": {\n                \"amount\": 7764.682484423298,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              }\n            },\n            \"without_discount\": {\n              \"unit\": {\n                \"amount\": 8907.570785573442,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              },\n              \"value\": {\n                \"amount\": 763.1216197183921,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              }\n            },\n            \"discounts\": {\n              \"key_0\": {\n                \"amount\": 1341.6467165544477,\n                \"currency\": \"string\",\n                \"formatted\": \"string\",\n                \"constituents\": {\n                  \"key_0\": {\n                    \"amount\": 2787.3478343900592,\n                    \"currency\": \"string\",\n                    \"formatted\": \"string\"\n                  }\n                }\n              }\n            },\n            \"original_price\": {\n              \"unit\": {\n                \"amount\": 3680.8868304181774,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              },\n              \"value\": {\n                \"amount\": 6120.51809963986,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              }\n            }\n          },\n          \"timestamps\": {\n            \"created_at\": \"string\",\n            \"updated_at\": \"string\"\n          }\n        },\n        \"relationships\": {\n          \"cart_item\": {\n            \"data\": {\n              \"type\": \"string\",\n              \"id\": \"819be060-407b-3701-2b4d-9c27e448ec5e\"\n            }\n          },\n          \"taxes\": {\n            \"data\": null\n          },\n          \"promotions\": {\n            \"data\": null\n          }\n        },\n        \"catalog_id\": \"string\",\n        \"catalog_source\": \"string\",\n        \"bundle_configuration\": {\n          \"selected_options\": {\n            \"key_0\": {\n              \"key_0\": 1129.7458526259475,\n              \"key_1\": 1187.2153963705823,\n              \"key_2\": 8834.493251344862\n            },\n            \"key_1\": {\n              \"key_0\": 6429.605742043347,\n              \"key_1\": 2849.0606897460148,\n              \"key_2\": 3458.4120539406294,\n              \"key_3\": 1259.0788438313316\n            }\n          },\n          \"component_products\": [\n            {\n              \"id\": \"string\",\n              \"type\": \"string\",\n              \"attributes\": {\n                \"key_0\": false\n              },\n              \"meta\": {\n                \"key_0\": true,\n                \"key_1\": 5037\n              },\n              \"price\": {\n                \"key_0\": 4256.295603845586,\n                \"key_1\": \"string\"\n              },\n              \"relationships\": {\n                \"key_0\": \"string\",\n                \"key_1\": true,\n                \"key_2\": 8212,\n                \"key_3\": 731.4549123194314\n              }\n            },\n            {\n              \"id\": \"string\",\n              \"type\": \"string\",\n              \"attributes\": {\n                \"key_0\": \"string\"\n              },\n              \"meta\": {\n                \"key_0\": 4357,\n                \"key_1\": true\n              },\n              \"price\": {\n                \"key_0\": false\n              },\n              \"relationships\": {\n                \"key_0\": 7650,\n                \"key_1\": true,\n                \"key_2\": 2776,\n                \"key_3\": 7935\n              }\n            }\n          ]\n        },\n        \"components\": {\n          \"key_0\": {\n            \"name\": \"string\",\n            \"options\": [\n              {\n                \"id\": \"string\",\n                \"quantity\": 9005.254222701149,\n                \"type\": \"string\"\n              },\n              {\n                \"id\": \"string\",\n                \"quantity\": 3971.1301125915143,\n                \"type\": \"string\"\n              }\n            ]\n          },\n          \"key_1\": {\n            \"name\": \"string\",\n            \"options\": [\n              {\n                \"id\": \"string\",\n                \"quantity\": 4764.65466125364,\n                \"type\": \"string\"\n              },\n              {\n                \"id\": \"string\",\n                \"quantity\": 7585.529249579741,\n                \"type\": \"string\"\n              }\n            ]\n          }\n        },\n        \"custom_inputs\": {\n          \"key_0\": 5666\n        },\n        \"custom_attributes\": {\n          \"key_0\": {\n            \"type\": \"boolean\",\n            \"value\": false\n          },\n          \"key_1\": {\n            \"type\": \"string\",\n            \"value\": 4238.724181849833\n          },\n          \"key_2\": {\n            \"type\": \"float\",\n            \"value\": true\n          }\n        },\n        \"shipping_group_id\": \"string\",\n        \"promotion_source\": \"string\",\n        \"promotion_action_id\": \"string\",\n        \"subscription_configuration\": {\n          \"plan\": \"string\",\n          \"pricing_option\": \"string\"\n        }\n      }\n    ],\n    \"tax_items\": [\n      {\n        \"type\": \"string\",\n        \"id\": \"81c928e8-553c-89ba-13b8-2969b03a0255\",\n        \"jurisdiction\": \"string\",\n        \"code\": \"string\",\n        \"name\": \"string\",\n        \"rate\": 6138.493781455388,\n        \"amount\": 8008\n      },\n      {\n        \"type\": \"string\",\n        \"id\": \"d1e84974-555d-478f-5714-05a7ebd74b2f\",\n        \"jurisdiction\": \"string\",\n        \"code\": \"string\",\n        \"name\": \"string\",\n        \"rate\": 7784.059805125007,\n        \"amount\": 751\n      }\n    ],\n    \"custom_discounts\": [\n      {\n        \"type\": \"string\",\n        \"id\": \"c5c3e978-fca7-a246-f0e2-e16b73324538\",\n        \"external_id\": \"string\",\n        \"discount_engine\": \"string\",\n        \"amount\": {\n          \"amount\": 4829.7129509350725,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"description\": \"string\",\n        \"discount_code\": \"string\",\n        \"relationships\": {\n          \"item\": {\n            \"data\": {\n              \"id\": \"d2d0f85b-5997-918c-a124-a8672f9b8612\",\n              \"type\": \"cart_item\"\n            }\n          }\n        }\n      },\n      {\n        \"type\": \"string\",\n        \"id\": \"f75c88af-8ba2-9906-8d63-cd6bdffd3ecc\",\n        \"external_id\": \"string\",\n        \"discount_engine\": \"string\",\n        \"amount\": {\n          \"amount\": 7934.043374310131,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"description\": \"string\",\n        \"discount_code\": \"string\",\n        \"relationships\": {\n          \"item\": {\n            \"data\": {\n              \"id\": \"b698e43a-b880-e591-aea7-9919f6632c46\",\n              \"type\": \"custom_item\"\n            }\n          }\n        }\n      }\n    ],\n    \"promotions\": [\n      {\n        \"type\": \"string\",\n        \"id\": \"74ee59b7-edcf-2608-83c8-e8f7424c3361\",\n        \"name\": \"string\",\n        \"description\": \"string\",\n        \"automatic\": true,\n        \"promotion_type\": \"string\",\n        \"promotion_source\": \"string\",\n        \"start\": \"2019-04-03T11:02:05.240Z\",\n        \"end\": \"1965-08-25T05:42:19.877Z\"\n      },\n      {\n        \"type\": \"string\",\n        \"id\": \"1838f89e-fd51-db40-6bc8-f786d20c603c\",\n        \"name\": \"string\",\n        \"description\": \"string\",\n        \"automatic\": false,\n        \"promotion_type\": \"string\",\n        \"promotion_source\": \"string\",\n        \"start\": \"2018-04-23T15:39:27.882Z\",\n        \"end\": \"1988-11-29T16:56:30.977Z\"\n      }\n    ]\n  },\n  \"errors\": [\n    {\n      \"status\": 5397,\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"cTJEnSjkg0Djn@YBYXpKocWuWZDlFUezqqObTP.jr\",\n        \"component_product_id\": \"8e949fda-02dd-f0b0-1929-feb6030141f0\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    },\n    {\n      \"status\": \"string\",\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"M4jED@xhDWrzLubYtt.ddnq\",\n        \"component_product_id\": \"890c1bdf-8b2c-dbab-1cf6-4f24a60da226\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0e3b6eb4-4701-4109-aa77-e459c308df15",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "orders",
                    ":orderID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Comma-delimited string of entities to include (items, tax_items, custom_discounts, promotions).",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "items"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the order.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "orderID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"Order not found\",\n      \"status\": \"404\",\n      \"title\": \"Not Found\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1cddc877-237b-46b6-9f9a-23c095db6051",
          "name": "Update an Order",
          "request": {
            "name": "Update an Order",
            "description": {
              "content": "You can only update custom data, `shipping`, `shipping_address`, and status of orders. All other settings in the order object are immutable.\n\n This endpoint allows you to:\n\n- **Update an order number and external reference**: You can update an existing order that does not have an `order_number` and `external_ref`, modify the `order_number` and `external_ref` values, or remove them by passing an empty value in the `order_number` and `external_ref` fields.\n- **Cancel an order**: You can cancel an order only if it has not been fulfilled.\n- **Fulfill an order**: You can fulfill a paid order only.\n\n:::caution\n\nYou can update `shipping`, `shipping_address`, and status of an order only if the order is not fulfilled. You can use the refund API to refund an order only if the payment status is `paid`. Canceling an order does not automatically refund a payment. You must refund the orders manually.\n\n:::\n\n:::note\n\n- This request is only accessible to client credentials token users with Seller Admin role.\n- Non client credentials token users cannot access this endpoint. See [Permissions](/docs/authentication/tokens/permissions).\n- The `order_number` will appear as the invoice number in Authorize.net transactions.\n\n:::\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "orders",
                ":orderID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "orderID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the order.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"order\",\n    \"status\": \"cancelled\"\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "7157c441-371e-4717-8010-77be2cf0adc7",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "orders",
                    ":orderID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the order.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "orderID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"order\",\n    \"status\": \"cancelled\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"order_number\": \"string\",\n    \"external_ref\": \"string\",\n    \"id\": \"f6180ac3-38f4-aba6-1553-e8bc498c5eb8\",\n    \"status\": \"cancelled\",\n    \"payment\": \"authorized\",\n    \"shipping\": \"unfulfilled\",\n    \"anonymized\": false,\n    \"payment_intent_id\": \"string\",\n    \"custom_attributes\": {\n      \"key_0\": {\n        \"type\": \"string\",\n        \"value\": 5180.43259146306\n      },\n      \"key_1\": {\n        \"type\": \"float\",\n        \"value\": 575.0361167090956\n      }\n    },\n    \"links\": {},\n    \"meta\": {\n      \"timestamps\": {\n        \"created_at\": \"string\",\n        \"updated_at\": \"string\",\n        \"fully_paid_at\": \"string\"\n      },\n      \"display_price\": {\n        \"with_tax\": {\n          \"amount\": 3155.1390368076104,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"without_tax\": {\n          \"amount\": 694.6454049707373,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"tax\": {\n          \"amount\": 1676.8825902900364,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"discount\": {\n          \"amount\": 0,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"balance_owing\": {\n          \"amount\": 2151.8039349289775,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"paid\": {\n          \"amount\": 8516.213574914696,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"authorized\": {\n          \"amount\": 5224.87724612281,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"without_discount\": {\n          \"amount\": 6938.110258053576,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"shipping\": {\n          \"amount\": 3911.2441596367976,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"shipping_discount\": {\n          \"amount\": 0,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        }\n      },\n      \"is_manual\": true\n    },\n    \"billing_address\": {\n      \"country\": \"string\",\n      \"first_name\": \"string\",\n      \"last_name\": \"string\",\n      \"line_1\": \"string\",\n      \"postcode\": \"string\",\n      \"region\": \"string\",\n      \"company_name\": \"string\",\n      \"line_2\": \"string\",\n      \"line_3\": \"string\",\n      \"city\": \"string\",\n      \"county\": \"string\"\n    },\n    \"contact\": {\n      \"email\": \"string\",\n      \"name\": \"string\"\n    },\n    \"customer\": {\n      \"name\": \"string\",\n      \"email\": \"dWSvDKR@JnxDJesftdeveoZRMkOjZfGi.ty\",\n      \"id\": \"6ddc68e9-f856-7a1f-e34f-5a760de2b145\"\n    },\n    \"shipping_address\": {\n      \"country\": \"string\",\n      \"first_name\": \"string\",\n      \"last_name\": \"string\",\n      \"line_1\": \"string\",\n      \"postcode\": \"string\",\n      \"region\": \"string\",\n      \"company_name\": \"string\",\n      \"line_2\": \"string\",\n      \"line_3\": \"string\",\n      \"city\": \"string\",\n      \"county\": \"string\",\n      \"phone_number\": \"string\",\n      \"instructions\": \"string\"\n    },\n    \"relationships\": {\n      \"items\": {\n        \"data\": [\n          {\n            \"type\": \"string\",\n            \"id\": \"761e68b2-07a4-f8b7-b815-2ea6200ba618\"\n          },\n          {\n            \"type\": \"string\",\n            \"id\": \"9f33184e-5f28-599c-f32a-f35709116174\"\n          }\n        ]\n      },\n      \"custom_discounts\": {\n        \"data\": [\n          {\n            \"type\": \"string\",\n            \"id\": \"d0f6cfa4-8c22-63ab-a609-11f097b8f1a8\"\n          },\n          {\n            \"type\": \"string\",\n            \"id\": \"bc5ff214-124f-48fb-b1db-d34ccdf162e6\"\n          }\n        ]\n      },\n      \"promotions\": {\n        \"data\": [\n          {\n            \"type\": \"string\",\n            \"id\": \"839915c5-9008-e738-1754-6653c3df728f\"\n          },\n          {\n            \"type\": \"string\",\n            \"id\": \"9611a507-ed91-1bf4-4bc2-39aba9a0f0d2\"\n          }\n        ]\n      },\n      \"customer\": {\n        \"data\": {\n          \"type\": \"string\",\n          \"id\": \"d5b04af7-e7f1-e6cd-a003-99ac9a35edb5\"\n        }\n      },\n      \"account\": {\n        \"data\": {\n          \"type\": \"string\",\n          \"id\": \"1c44041b-bf8e-2013-848b-8c4bb32a2831\"\n        }\n      },\n      \"account_member\": {\n        \"data\": {\n          \"type\": \"string\",\n          \"id\": \"6dd91ad5-181d-b212-b5f6-b52555fe05fc\"\n        }\n      },\n      \"store\": {\n        \"data\": {\n          \"type\": \"string\",\n          \"id\": \"4531366e-5f70-ca01-67c8-c68ade08189a\"\n        }\n      }\n    }\n  },\n  \"included\": {\n    \"items\": [\n      {\n        \"type\": \"string\",\n        \"id\": \"28e7455a-a2b5-7808-2f74-af9528ce7e7c\",\n        \"quantity\": 5168.839667790057,\n        \"product_id\": \"b7006ef7-99b4-7739-0539-fa34f9a86d02\",\n        \"subscription_offering_id\": \"c585fba5-767a-0178-d9dc-dbff898bae2c\",\n        \"name\": \"string\",\n        \"sku\": \"string\",\n        \"location\": \"string\",\n        \"unit_price\": {\n          \"amount\": 1422.0821735802035,\n          \"currency\": \"string\",\n          \"includes_tax\": true\n        },\n        \"value\": {\n          \"amount\": 6066.429090896879,\n          \"currency\": \"string\",\n          \"includes_tax\": true\n        },\n        \"discounts\": [\n          {\n            \"amount\": {\n              \"amount\": 7414.168408335749,\n              \"currency\": \"string\",\n              \"includes_tax\": true\n            },\n            \"code\": \"string\",\n            \"id\": \"74694bfb-5770-c533-c45c-a9c655f5e47c\",\n            \"promotion_source\": \"string\",\n            \"is_cart_discount\": false,\n            \"ordinal\": 4724,\n            \"promotion_action_id\": \"string\"\n          },\n          {\n            \"amount\": {\n              \"amount\": 1328.0494351838156,\n              \"currency\": \"string\",\n              \"includes_tax\": true\n            },\n            \"code\": \"string\",\n            \"id\": \"18010916-b8e9-0b02-4d43-83c9a9898900\",\n            \"promotion_source\": \"string\",\n            \"is_cart_discount\": false,\n            \"ordinal\": 3998,\n            \"promotion_action_id\": \"string\"\n          }\n        ],\n        \"links\": {},\n        \"meta\": {\n          \"display_price\": {\n            \"with_tax\": {\n              \"unit\": {\n                \"amount\": 3377.639054780961,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              },\n              \"value\": {\n                \"amount\": 2930.567279900902,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              }\n            },\n            \"without_tax\": {\n              \"unit\": {\n                \"amount\": 2681.3299294001313,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              },\n              \"value\": {\n                \"amount\": 6424.859004439212,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              }\n            },\n            \"tax\": {\n              \"unit\": {\n                \"amount\": 1453.5373707488675,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              },\n              \"value\": {\n                \"amount\": 9815.239561489765,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              }\n            },\n            \"discount\": {\n              \"unit\": {\n                \"amount\": 2238.114871770367,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              },\n              \"value\": {\n                \"amount\": 9014.527021035585,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              }\n            },\n            \"without_discount\": {\n              \"unit\": {\n                \"amount\": 5593.119041203123,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              },\n              \"value\": {\n                \"amount\": 2720.5217314821994,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              }\n            },\n            \"discounts\": {\n              \"key_0\": {\n                \"amount\": 3916.276542572605,\n                \"currency\": \"string\",\n                \"formatted\": \"string\",\n                \"constituents\": {\n                  \"key_0\": {\n                    \"amount\": 3376.0611435665046,\n                    \"currency\": \"string\",\n                    \"formatted\": \"string\"\n                  },\n                  \"key_1\": {\n                    \"amount\": 7030.4578949313145,\n                    \"currency\": \"string\",\n                    \"formatted\": \"string\"\n                  },\n                  \"key_2\": {\n                    \"amount\": 385.83667206814056,\n                    \"currency\": \"string\",\n                    \"formatted\": \"string\"\n                  }\n                }\n              },\n              \"key_1\": {\n                \"amount\": 3844.0708874406005,\n                \"currency\": \"string\",\n                \"formatted\": \"string\",\n                \"constituents\": {\n                  \"key_0\": {\n                    \"amount\": 5398.622818309875,\n                    \"currency\": \"string\",\n                    \"formatted\": \"string\"\n                  },\n                  \"key_1\": {\n                    \"amount\": 1452.8584859564587,\n                    \"currency\": \"string\",\n                    \"formatted\": \"string\"\n                  },\n                  \"key_2\": {\n                    \"amount\": 6966.170931263913,\n                    \"currency\": \"string\",\n                    \"formatted\": \"string\"\n                  }\n                }\n              },\n              \"key_2\": {\n                \"amount\": 8545.105241434958,\n                \"currency\": \"string\",\n                \"formatted\": \"string\",\n                \"constituents\": {\n                  \"key_0\": {\n                    \"amount\": 3079.8630582920096,\n                    \"currency\": \"string\",\n                    \"formatted\": \"string\"\n                  },\n                  \"key_1\": {\n                    \"amount\": 2020.324387865109,\n                    \"currency\": \"string\",\n                    \"formatted\": \"string\"\n                  }\n                }\n              },\n              \"key_3\": {\n                \"amount\": 820.7210001972087,\n                \"currency\": \"string\",\n                \"formatted\": \"string\",\n                \"constituents\": {\n                  \"key_0\": {\n                    \"amount\": 7684.116213858822,\n                    \"currency\": \"string\",\n                    \"formatted\": \"string\"\n                  },\n                  \"key_1\": {\n                    \"amount\": 6952.381173599578,\n                    \"currency\": \"string\",\n                    \"formatted\": \"string\"\n                  }\n                }\n              }\n            },\n            \"original_price\": {\n              \"unit\": {\n                \"amount\": 3788.5150121828515,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              },\n              \"value\": {\n                \"amount\": 4688.592219449439,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              }\n            }\n          },\n          \"timestamps\": {\n            \"created_at\": \"string\",\n            \"updated_at\": \"string\"\n          }\n        },\n        \"relationships\": {\n          \"cart_item\": {\n            \"data\": {\n              \"type\": \"string\",\n              \"id\": \"10dfc712-525a-ca13-d44a-dcfab43f822f\"\n            }\n          },\n          \"taxes\": {\n            \"data\": null\n          },\n          \"promotions\": {\n            \"data\": null\n          }\n        },\n        \"catalog_id\": \"string\",\n        \"catalog_source\": \"string\",\n        \"bundle_configuration\": {\n          \"selected_options\": {\n            \"key_0\": {\n              \"key_0\": 2739.5554397984865,\n              \"key_1\": 9647.870257493914,\n              \"key_2\": 8894.539871690607\n            },\n            \"key_1\": {\n              \"key_0\": 664.1002659407525,\n              \"key_1\": 437.85215628834084,\n              \"key_2\": 7392.957719457447,\n              \"key_3\": 7282.610893644616\n            },\n            \"key_2\": {\n              \"key_0\": 9683.36666315769,\n              \"key_1\": 3441.11911407216\n            }\n          },\n          \"component_products\": [\n            {\n              \"id\": \"string\",\n              \"type\": \"string\",\n              \"attributes\": {\n                \"key_0\": true,\n                \"key_1\": false,\n                \"key_2\": 4756.976336670582\n              },\n              \"meta\": {\n                \"key_0\": \"string\",\n                \"key_1\": \"string\",\n                \"key_2\": \"string\",\n                \"key_3\": \"string\"\n              },\n              \"price\": {\n                \"key_0\": 7042.431395517614\n              },\n              \"relationships\": {\n                \"key_0\": true,\n                \"key_1\": 2499.0007398634084,\n                \"key_2\": false\n              }\n            },\n            {\n              \"id\": \"string\",\n              \"type\": \"string\",\n              \"attributes\": {\n                \"key_0\": 9911.82537268971\n              },\n              \"meta\": {\n                \"key_0\": 1899.7120370337407,\n                \"key_1\": 8277\n              },\n              \"price\": {\n                \"key_0\": 262,\n                \"key_1\": 3732.9915732975837,\n                \"key_2\": 5773.032904633306,\n                \"key_3\": \"string\"\n              },\n              \"relationships\": {\n                \"key_0\": \"string\"\n              }\n            }\n          ]\n        },\n        \"components\": {\n          \"key_0\": {\n            \"name\": \"string\",\n            \"options\": [\n              {\n                \"id\": \"string\",\n                \"quantity\": 3363.567309370943,\n                \"type\": \"string\"\n              },\n              {\n                \"id\": \"string\",\n                \"quantity\": 9920.656346950063,\n                \"type\": \"string\"\n              }\n            ]\n          },\n          \"key_1\": {\n            \"name\": \"string\",\n            \"options\": [\n              {\n                \"id\": \"string\",\n                \"quantity\": 4203.207351195994,\n                \"type\": \"string\"\n              },\n              {\n                \"id\": \"string\",\n                \"quantity\": 5487.049289041684,\n                \"type\": \"string\"\n              }\n            ]\n          }\n        },\n        \"custom_inputs\": {\n          \"key_0\": 3300,\n          \"key_1\": 2399\n        },\n        \"custom_attributes\": {\n          \"key_0\": {\n            \"type\": \"float\",\n            \"value\": 9873.800433772754\n          },\n          \"key_1\": {\n            \"type\": \"float\",\n            \"value\": \"string\"\n          },\n          \"key_2\": {\n            \"type\": \"integer\",\n            \"value\": 8835.37470532221\n          },\n          \"key_3\": {\n            \"type\": \"integer\",\n            \"value\": \"string\"\n          }\n        },\n        \"shipping_group_id\": \"string\",\n        \"promotion_source\": \"string\",\n        \"promotion_action_id\": \"string\",\n        \"subscription_configuration\": {\n          \"plan\": \"string\",\n          \"pricing_option\": \"string\"\n        }\n      },\n      {\n        \"type\": \"string\",\n        \"id\": \"3b6bbfd9-4a2a-add9-ad02-0e84398c9f7a\",\n        \"quantity\": 7992.12679754886,\n        \"product_id\": \"d2753190-0add-b1a6-50a1-5096845fd420\",\n        \"subscription_offering_id\": \"faa8fd0b-a3f9-f3f2-80f4-cda217a5d3a9\",\n        \"name\": \"string\",\n        \"sku\": \"string\",\n        \"location\": \"string\",\n        \"unit_price\": {\n          \"amount\": 3245.374903763014,\n          \"currency\": \"string\",\n          \"includes_tax\": true\n        },\n        \"value\": {\n          \"amount\": 3909.0834788770467,\n          \"currency\": \"string\",\n          \"includes_tax\": false\n        },\n        \"discounts\": [\n          {\n            \"amount\": {\n              \"amount\": 6030.875675478371,\n              \"currency\": \"string\",\n              \"includes_tax\": false\n            },\n            \"code\": \"string\",\n            \"id\": \"9f6b5b8e-85a4-a3a4-9cc6-1c2aa3002acb\",\n            \"promotion_source\": \"string\",\n            \"is_cart_discount\": false,\n            \"ordinal\": 8186,\n            \"promotion_action_id\": \"string\"\n          },\n          {\n            \"amount\": {\n              \"amount\": 9417.023667702464,\n              \"currency\": \"string\",\n              \"includes_tax\": false\n            },\n            \"code\": \"string\",\n            \"id\": \"5febba6b-eda1-41b3-4915-47dc87550137\",\n            \"promotion_source\": \"string\",\n            \"is_cart_discount\": false,\n            \"ordinal\": 8240,\n            \"promotion_action_id\": \"string\"\n          }\n        ],\n        \"links\": {},\n        \"meta\": {\n          \"display_price\": {\n            \"with_tax\": {\n              \"unit\": {\n                \"amount\": 8191.032322288285,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              },\n              \"value\": {\n                \"amount\": 7909.198520675356,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              }\n            },\n            \"without_tax\": {\n              \"unit\": {\n                \"amount\": 8487.66683990191,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              },\n              \"value\": {\n                \"amount\": 9924.320309887613,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              }\n            },\n            \"tax\": {\n              \"unit\": {\n                \"amount\": 2380.7067156161256,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              },\n              \"value\": {\n                \"amount\": 6651.685660897972,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              }\n            },\n            \"discount\": {\n              \"unit\": {\n                \"amount\": 75.97271028299879,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              },\n              \"value\": {\n                \"amount\": 7764.682484423298,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              }\n            },\n            \"without_discount\": {\n              \"unit\": {\n                \"amount\": 8907.570785573442,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              },\n              \"value\": {\n                \"amount\": 763.1216197183921,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              }\n            },\n            \"discounts\": {\n              \"key_0\": {\n                \"amount\": 1341.6467165544477,\n                \"currency\": \"string\",\n                \"formatted\": \"string\",\n                \"constituents\": {\n                  \"key_0\": {\n                    \"amount\": 2787.3478343900592,\n                    \"currency\": \"string\",\n                    \"formatted\": \"string\"\n                  }\n                }\n              }\n            },\n            \"original_price\": {\n              \"unit\": {\n                \"amount\": 3680.8868304181774,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              },\n              \"value\": {\n                \"amount\": 6120.51809963986,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              }\n            }\n          },\n          \"timestamps\": {\n            \"created_at\": \"string\",\n            \"updated_at\": \"string\"\n          }\n        },\n        \"relationships\": {\n          \"cart_item\": {\n            \"data\": {\n              \"type\": \"string\",\n              \"id\": \"819be060-407b-3701-2b4d-9c27e448ec5e\"\n            }\n          },\n          \"taxes\": {\n            \"data\": null\n          },\n          \"promotions\": {\n            \"data\": null\n          }\n        },\n        \"catalog_id\": \"string\",\n        \"catalog_source\": \"string\",\n        \"bundle_configuration\": {\n          \"selected_options\": {\n            \"key_0\": {\n              \"key_0\": 1129.7458526259475,\n              \"key_1\": 1187.2153963705823,\n              \"key_2\": 8834.493251344862\n            },\n            \"key_1\": {\n              \"key_0\": 6429.605742043347,\n              \"key_1\": 2849.0606897460148,\n              \"key_2\": 3458.4120539406294,\n              \"key_3\": 1259.0788438313316\n            }\n          },\n          \"component_products\": [\n            {\n              \"id\": \"string\",\n              \"type\": \"string\",\n              \"attributes\": {\n                \"key_0\": false\n              },\n              \"meta\": {\n                \"key_0\": true,\n                \"key_1\": 5037\n              },\n              \"price\": {\n                \"key_0\": 4256.295603845586,\n                \"key_1\": \"string\"\n              },\n              \"relationships\": {\n                \"key_0\": \"string\",\n                \"key_1\": true,\n                \"key_2\": 8212,\n                \"key_3\": 731.4549123194314\n              }\n            },\n            {\n              \"id\": \"string\",\n              \"type\": \"string\",\n              \"attributes\": {\n                \"key_0\": \"string\"\n              },\n              \"meta\": {\n                \"key_0\": 4357,\n                \"key_1\": true\n              },\n              \"price\": {\n                \"key_0\": false\n              },\n              \"relationships\": {\n                \"key_0\": 7650,\n                \"key_1\": true,\n                \"key_2\": 2776,\n                \"key_3\": 7935\n              }\n            }\n          ]\n        },\n        \"components\": {\n          \"key_0\": {\n            \"name\": \"string\",\n            \"options\": [\n              {\n                \"id\": \"string\",\n                \"quantity\": 9005.254222701149,\n                \"type\": \"string\"\n              },\n              {\n                \"id\": \"string\",\n                \"quantity\": 3971.1301125915143,\n                \"type\": \"string\"\n              }\n            ]\n          },\n          \"key_1\": {\n            \"name\": \"string\",\n            \"options\": [\n              {\n                \"id\": \"string\",\n                \"quantity\": 4764.65466125364,\n                \"type\": \"string\"\n              },\n              {\n                \"id\": \"string\",\n                \"quantity\": 7585.529249579741,\n                \"type\": \"string\"\n              }\n            ]\n          }\n        },\n        \"custom_inputs\": {\n          \"key_0\": 5666\n        },\n        \"custom_attributes\": {\n          \"key_0\": {\n            \"type\": \"boolean\",\n            \"value\": false\n          },\n          \"key_1\": {\n            \"type\": \"string\",\n            \"value\": 4238.724181849833\n          },\n          \"key_2\": {\n            \"type\": \"float\",\n            \"value\": true\n          }\n        },\n        \"shipping_group_id\": \"string\",\n        \"promotion_source\": \"string\",\n        \"promotion_action_id\": \"string\",\n        \"subscription_configuration\": {\n          \"plan\": \"string\",\n          \"pricing_option\": \"string\"\n        }\n      }\n    ],\n    \"tax_items\": [\n      {\n        \"type\": \"string\",\n        \"id\": \"81c928e8-553c-89ba-13b8-2969b03a0255\",\n        \"jurisdiction\": \"string\",\n        \"code\": \"string\",\n        \"name\": \"string\",\n        \"rate\": 6138.493781455388,\n        \"amount\": 8008\n      },\n      {\n        \"type\": \"string\",\n        \"id\": \"d1e84974-555d-478f-5714-05a7ebd74b2f\",\n        \"jurisdiction\": \"string\",\n        \"code\": \"string\",\n        \"name\": \"string\",\n        \"rate\": 7784.059805125007,\n        \"amount\": 751\n      }\n    ],\n    \"custom_discounts\": [\n      {\n        \"type\": \"string\",\n        \"id\": \"c5c3e978-fca7-a246-f0e2-e16b73324538\",\n        \"external_id\": \"string\",\n        \"discount_engine\": \"string\",\n        \"amount\": {\n          \"amount\": 4829.7129509350725,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"description\": \"string\",\n        \"discount_code\": \"string\",\n        \"relationships\": {\n          \"item\": {\n            \"data\": {\n              \"id\": \"d2d0f85b-5997-918c-a124-a8672f9b8612\",\n              \"type\": \"cart_item\"\n            }\n          }\n        }\n      },\n      {\n        \"type\": \"string\",\n        \"id\": \"f75c88af-8ba2-9906-8d63-cd6bdffd3ecc\",\n        \"external_id\": \"string\",\n        \"discount_engine\": \"string\",\n        \"amount\": {\n          \"amount\": 7934.043374310131,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"description\": \"string\",\n        \"discount_code\": \"string\",\n        \"relationships\": {\n          \"item\": {\n            \"data\": {\n              \"id\": \"b698e43a-b880-e591-aea7-9919f6632c46\",\n              \"type\": \"custom_item\"\n            }\n          }\n        }\n      }\n    ],\n    \"promotions\": [\n      {\n        \"type\": \"string\",\n        \"id\": \"74ee59b7-edcf-2608-83c8-e8f7424c3361\",\n        \"name\": \"string\",\n        \"description\": \"string\",\n        \"automatic\": true,\n        \"promotion_type\": \"string\",\n        \"promotion_source\": \"string\",\n        \"start\": \"2019-04-03T11:02:05.240Z\",\n        \"end\": \"1965-08-25T05:42:19.877Z\"\n      },\n      {\n        \"type\": \"string\",\n        \"id\": \"1838f89e-fd51-db40-6bc8-f786d20c603c\",\n        \"name\": \"string\",\n        \"description\": \"string\",\n        \"automatic\": false,\n        \"promotion_type\": \"string\",\n        \"promotion_source\": \"string\",\n        \"start\": \"2018-04-23T15:39:27.882Z\",\n        \"end\": \"1988-11-29T16:56:30.977Z\"\n      }\n    ]\n  },\n  \"errors\": [\n    {\n      \"status\": 5397,\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"cTJEnSjkg0Djn@YBYXpKocWuWZDlFUezqqObTP.jr\",\n        \"component_product_id\": \"8e949fda-02dd-f0b0-1929-feb6030141f0\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    },\n    {\n      \"status\": \"string\",\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"M4jED@xhDWrzLubYtt.ddnq\",\n        \"component_product_id\": \"890c1bdf-8b2c-dbab-1cf6-4f24a60da226\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "482aa1fd-1fdf-4610-acbd-bc0b7706bb5e",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "orders",
                    ":orderID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the order.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "orderID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"order\",\n    \"status\": \"cancelled\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"Request could not be processed\",\n      \"status\": \"400\",\n      \"title\": \"Bad Request\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fa8a4e78-c0ed-48db-99d3-2540d8cd1667",
              "name": "Unprocessable Entity",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "orders",
                    ":orderID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the order.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "orderID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"order\",\n    \"status\": \"cancelled\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"Order cannot be updated in its current state\",\n      \"status\": \"422\",\n      \"title\": \"Unprocessable Entity\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "80135ad2-3672-4851-9731-d7a664dfeae7",
          "name": "Get Order Items",
          "request": {
            "name": "Get Order Items",
            "description": {
              "content": "Use this endpoint to retrieve order items.\n\n### Includes\n\nYou can include related resources with the order items response by using the `include` query parameter.\n\n| Name      | Required | Type     | Description |\n|:----------|:---------|:---------|:------------|\n| `include` | Optional | `string` | Comma-delimited string of entities that can be included. The included options are `tax_items`, `custom_discounts`, or `promotions`. |",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "orders",
                ":orderID",
                "items"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Comma-delimited string of entities to include (tax_items, custom_discounts, promotions).",
                    "type": "text/plain"
                  },
                  "key": "include",
                  "value": "tax_items"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "orderID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the order.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "8a89c0ac-62eb-4f74-8f71-9bf67e4b0a54",
              "name": "200",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "orders",
                    ":orderID",
                    "items"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Comma-delimited string of entities to include (tax_items, custom_discounts, promotions).",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "tax_items"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the order.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "orderID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"type\": \"string\",\n      \"id\": \"412e5ee1-1b63-6bc3-7570-88643d1ec045\",\n      \"quantity\": 5706.656027874826,\n      \"product_id\": \"4568d388-60c5-a979-6f45-202e5c0d7bed\",\n      \"subscription_offering_id\": \"0a310c0b-803f-8cf5-ddf6-1efddda544ba\",\n      \"name\": \"string\",\n      \"sku\": \"string\",\n      \"location\": \"string\",\n      \"unit_price\": {\n        \"amount\": 1741.9155669743302,\n        \"currency\": \"string\",\n        \"includes_tax\": false\n      },\n      \"value\": {\n        \"amount\": 5194.617251314988,\n        \"currency\": \"string\",\n        \"includes_tax\": true\n      },\n      \"discounts\": [\n        {\n          \"amount\": {\n            \"amount\": 6936.096366542519,\n            \"currency\": \"string\",\n            \"includes_tax\": true\n          },\n          \"code\": \"string\",\n          \"id\": \"83eb79a8-3312-9372-e501-34e16ae4297b\",\n          \"promotion_source\": \"string\",\n          \"is_cart_discount\": true,\n          \"ordinal\": 6945,\n          \"promotion_action_id\": \"string\"\n        },\n        {\n          \"amount\": {\n            \"amount\": 2516.9133244679574,\n            \"currency\": \"string\",\n            \"includes_tax\": false\n          },\n          \"code\": \"string\",\n          \"id\": \"9c45a1b7-543b-5111-6293-dd513c75f40d\",\n          \"promotion_source\": \"string\",\n          \"is_cart_discount\": false,\n          \"ordinal\": 4039,\n          \"promotion_action_id\": \"string\"\n        }\n      ],\n      \"links\": {},\n      \"meta\": {\n        \"display_price\": {\n          \"with_tax\": {\n            \"unit\": {\n              \"amount\": 4877.267331940749,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            },\n            \"value\": {\n              \"amount\": 997.4713083181741,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            }\n          },\n          \"without_tax\": {\n            \"unit\": {\n              \"amount\": 6553.165205656737,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            },\n            \"value\": {\n              \"amount\": 3726.2188627053483,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            }\n          },\n          \"tax\": {\n            \"unit\": {\n              \"amount\": 9776.885769143848,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            },\n            \"value\": {\n              \"amount\": 7165.601046734871,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            }\n          },\n          \"discount\": {\n            \"unit\": {\n              \"amount\": 2552.0509841439875,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            },\n            \"value\": {\n              \"amount\": 3817.078821166642,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            }\n          },\n          \"without_discount\": {\n            \"unit\": {\n              \"amount\": 7701.75270154017,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            },\n            \"value\": {\n              \"amount\": 7725.321754132597,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            }\n          },\n          \"discounts\": {\n            \"key_0\": {\n              \"amount\": 9361.445704016407,\n              \"currency\": \"string\",\n              \"formatted\": \"string\",\n              \"constituents\": {\n                \"key_0\": {\n                  \"amount\": 1686.4984335287759,\n                  \"currency\": \"string\",\n                  \"formatted\": \"string\"\n                },\n                \"key_1\": {\n                  \"amount\": 3715.599470585096,\n                  \"currency\": \"string\",\n                  \"formatted\": \"string\"\n                },\n                \"key_2\": {\n                  \"amount\": 6331.867996114586,\n                  \"currency\": \"string\",\n                  \"formatted\": \"string\"\n                }\n              }\n            },\n            \"key_1\": {\n              \"amount\": 7286.038560149635,\n              \"currency\": \"string\",\n              \"formatted\": \"string\",\n              \"constituents\": {\n                \"key_0\": {\n                  \"amount\": 2621.208457810269,\n                  \"currency\": \"string\",\n                  \"formatted\": \"string\"\n                }\n              }\n            }\n          },\n          \"original_price\": {\n            \"unit\": {\n              \"amount\": 9323.874114357239,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            },\n            \"value\": {\n              \"amount\": 9928.762572697662,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            }\n          }\n        },\n        \"timestamps\": {\n          \"created_at\": \"string\",\n          \"updated_at\": \"string\"\n        }\n      },\n      \"relationships\": {\n        \"cart_item\": {\n          \"data\": {\n            \"type\": \"string\",\n            \"id\": \"8c14ed9e-077b-9357-4ea0-270a6bc482ce\"\n          }\n        },\n        \"taxes\": {\n          \"data\": null\n        },\n        \"promotions\": {\n          \"data\": null\n        }\n      },\n      \"catalog_id\": \"string\",\n      \"catalog_source\": \"string\",\n      \"bundle_configuration\": {\n        \"selected_options\": {\n          \"key_0\": {\n            \"key_0\": 7111.181696404383\n          }\n        },\n        \"component_products\": [\n          {\n            \"id\": \"string\",\n            \"type\": \"string\",\n            \"attributes\": {\n              \"key_0\": 9162\n            },\n            \"meta\": {\n              \"key_0\": 5758.1144531855125,\n              \"key_1\": 4669\n            },\n            \"price\": {\n              \"key_0\": 587,\n              \"key_1\": \"string\",\n              \"key_2\": \"string\",\n              \"key_3\": \"string\",\n              \"key_4\": 7618.74191336535\n            },\n            \"relationships\": {\n              \"key_0\": \"string\",\n              \"key_1\": 8274.92142990151\n            }\n          },\n          {\n            \"id\": \"string\",\n            \"type\": \"string\",\n            \"attributes\": {\n              \"key_0\": 8015.677292926491,\n              \"key_1\": 823,\n              \"key_2\": 6777\n            },\n            \"meta\": {\n              \"key_0\": true,\n              \"key_1\": 551\n            },\n            \"price\": {\n              \"key_0\": true\n            },\n            \"relationships\": {\n              \"key_0\": \"string\",\n              \"key_1\": 9123.287013390413,\n              \"key_2\": true\n            }\n          }\n        ]\n      },\n      \"components\": {\n        \"key_0\": {\n          \"name\": \"string\",\n          \"options\": [\n            {\n              \"id\": \"string\",\n              \"quantity\": 6828.467182165401,\n              \"type\": \"string\"\n            },\n            {\n              \"id\": \"string\",\n              \"quantity\": 5498.419989211889,\n              \"type\": \"string\"\n            }\n          ]\n        }\n      },\n      \"custom_inputs\": {\n        \"key_0\": 3264,\n        \"key_1\": 4487,\n        \"key_2\": true\n      },\n      \"custom_attributes\": {\n        \"key_0\": {\n          \"type\": \"boolean\",\n          \"value\": \"string\"\n        },\n        \"key_1\": {\n          \"type\": \"boolean\",\n          \"value\": 5366.734742518633\n        }\n      },\n      \"shipping_group_id\": \"string\",\n      \"promotion_source\": \"string\",\n      \"promotion_action_id\": \"string\",\n      \"subscription_configuration\": {\n        \"plan\": \"string\",\n        \"pricing_option\": \"string\"\n      }\n    },\n    {\n      \"type\": \"string\",\n      \"id\": \"a6bcb658-6c42-200a-ad2d-9a9e353560b9\",\n      \"quantity\": 189.4179976134902,\n      \"product_id\": \"ccb8ac11-5f61-1b46-555c-da71db73e58b\",\n      \"subscription_offering_id\": \"5407a641-4733-7e0c-2a22-2ddf1002813d\",\n      \"name\": \"string\",\n      \"sku\": \"string\",\n      \"location\": \"string\",\n      \"unit_price\": {\n        \"amount\": 6757.078332981657,\n        \"currency\": \"string\",\n        \"includes_tax\": false\n      },\n      \"value\": {\n        \"amount\": 3031.729318358074,\n        \"currency\": \"string\",\n        \"includes_tax\": true\n      },\n      \"discounts\": [\n        {\n          \"amount\": {\n            \"amount\": 7645.621989892311,\n            \"currency\": \"string\",\n            \"includes_tax\": false\n          },\n          \"code\": \"string\",\n          \"id\": \"2e901c8a-f81d-45d8-7a78-8940e37872a8\",\n          \"promotion_source\": \"string\",\n          \"is_cart_discount\": false,\n          \"ordinal\": 3684,\n          \"promotion_action_id\": \"string\"\n        },\n        {\n          \"amount\": {\n            \"amount\": 3298.953000851428,\n            \"currency\": \"string\",\n            \"includes_tax\": true\n          },\n          \"code\": \"string\",\n          \"id\": \"92be80c8-bd3a-48d7-2236-fb0485375f56\",\n          \"promotion_source\": \"string\",\n          \"is_cart_discount\": false,\n          \"ordinal\": 2170,\n          \"promotion_action_id\": \"string\"\n        }\n      ],\n      \"links\": {},\n      \"meta\": {\n        \"display_price\": {\n          \"with_tax\": {\n            \"unit\": {\n              \"amount\": 3716.038970110889,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            },\n            \"value\": {\n              \"amount\": 1581.5763746350387,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            }\n          },\n          \"without_tax\": {\n            \"unit\": {\n              \"amount\": 2833.427616213653,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            },\n            \"value\": {\n              \"amount\": 6371.446248576209,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            }\n          },\n          \"tax\": {\n            \"unit\": {\n              \"amount\": 9109.543180309687,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            },\n            \"value\": {\n              \"amount\": 7146.585387970028,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            }\n          },\n          \"discount\": {\n            \"unit\": {\n              \"amount\": 7696.712671723673,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            },\n            \"value\": {\n              \"amount\": 4223.764706813322,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            }\n          },\n          \"without_discount\": {\n            \"unit\": {\n              \"amount\": 300.98726281104103,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            },\n            \"value\": {\n              \"amount\": 6686.885522737613,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            }\n          },\n          \"discounts\": {\n            \"key_0\": {\n              \"amount\": 3707.642293380149,\n              \"currency\": \"string\",\n              \"formatted\": \"string\",\n              \"constituents\": {\n                \"key_0\": {\n                  \"amount\": 1685.3913935629382,\n                  \"currency\": \"string\",\n                  \"formatted\": \"string\"\n                }\n              }\n            },\n            \"key_1\": {\n              \"amount\": 1586.5593470360673,\n              \"currency\": \"string\",\n              \"formatted\": \"string\",\n              \"constituents\": {\n                \"key_0\": {\n                  \"amount\": 376.0506326922952,\n                  \"currency\": \"string\",\n                  \"formatted\": \"string\"\n                },\n                \"key_1\": {\n                  \"amount\": 63.31153264359956,\n                  \"currency\": \"string\",\n                  \"formatted\": \"string\"\n                }\n              }\n            }\n          },\n          \"original_price\": {\n            \"unit\": {\n              \"amount\": 7843.896562183816,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            },\n            \"value\": {\n              \"amount\": 9299.803894334249,\n              \"currency\": \"string\",\n              \"formatted\": \"string\"\n            }\n          }\n        },\n        \"timestamps\": {\n          \"created_at\": \"string\",\n          \"updated_at\": \"string\"\n        }\n      },\n      \"relationships\": {\n        \"cart_item\": {\n          \"data\": {\n            \"type\": \"string\",\n            \"id\": \"56777cc8-b661-d1c5-72e3-db56c00b002d\"\n          }\n        },\n        \"taxes\": {\n          \"data\": null\n        },\n        \"promotions\": {\n          \"data\": null\n        }\n      },\n      \"catalog_id\": \"string\",\n      \"catalog_source\": \"string\",\n      \"bundle_configuration\": {\n        \"selected_options\": {\n          \"key_0\": {\n            \"key_0\": 4881.086183202148\n          },\n          \"key_1\": {\n            \"key_0\": 7889.832486923352,\n            \"key_1\": 9123.98286877195,\n            \"key_2\": 8098.927824177553\n          }\n        },\n        \"component_products\": [\n          {\n            \"id\": \"string\",\n            \"type\": \"string\",\n            \"attributes\": {\n              \"key_0\": 9154.793852436622\n            },\n            \"meta\": {\n              \"key_0\": 6238,\n              \"key_1\": 318.49166996844815\n            },\n            \"price\": {\n              \"key_0\": 5544\n            },\n            \"relationships\": {\n              \"key_0\": 3986.3439905963282\n            }\n          },\n          {\n            \"id\": \"string\",\n            \"type\": \"string\",\n            \"attributes\": {\n              \"key_0\": \"string\",\n              \"key_1\": 7674\n            },\n            \"meta\": {\n              \"key_0\": 8310.47567167624,\n              \"key_1\": 4149,\n              \"key_2\": true\n            },\n            \"price\": {\n              \"key_0\": 4940.148838129235\n            },\n            \"relationships\": {\n              \"key_0\": false,\n              \"key_1\": \"string\"\n            }\n          }\n        ]\n      },\n      \"components\": {\n        \"key_0\": {\n          \"name\": \"string\",\n          \"options\": [\n            {\n              \"id\": \"string\",\n              \"quantity\": 6815.37771936316,\n              \"type\": \"string\"\n            },\n            {\n              \"id\": \"string\",\n              \"quantity\": 8695.193696294315,\n              \"type\": \"string\"\n            }\n          ]\n        }\n      },\n      \"custom_inputs\": {\n        \"key_0\": 8666,\n        \"key_1\": \"string\"\n      },\n      \"custom_attributes\": {\n        \"key_0\": {\n          \"type\": \"float\",\n          \"value\": true\n        },\n        \"key_1\": {\n          \"type\": \"float\",\n          \"value\": \"string\"\n        }\n      },\n      \"shipping_group_id\": \"string\",\n      \"promotion_source\": \"string\",\n      \"promotion_action_id\": \"string\",\n      \"subscription_configuration\": {\n        \"plan\": \"string\",\n        \"pricing_option\": \"string\"\n      }\n    }\n  ],\n  \"included\": {\n    \"tax_items\": [\n      {\n        \"type\": \"string\",\n        \"id\": \"74a53832-4704-73ac-e890-b5c22d693093\",\n        \"jurisdiction\": \"string\",\n        \"code\": \"string\",\n        \"name\": \"string\",\n        \"rate\": 6153.47488782787,\n        \"amount\": 8347\n      },\n      {\n        \"type\": \"string\",\n        \"id\": \"6cc0b106-bc91-b30b-a98f-fc5723f0428b\",\n        \"jurisdiction\": \"string\",\n        \"code\": \"string\",\n        \"name\": \"string\",\n        \"rate\": 2905.3946662559983,\n        \"amount\": 7174\n      }\n    ],\n    \"custom_discounts\": [\n      {\n        \"type\": \"string\",\n        \"id\": \"e5e88a6e-c437-2409-a52b-a9f6bcb0d47c\",\n        \"external_id\": \"string\",\n        \"discount_engine\": \"string\",\n        \"amount\": {\n          \"amount\": 3335.219767099582,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"description\": \"string\",\n        \"discount_code\": \"string\",\n        \"relationships\": {\n          \"item\": {\n            \"data\": {\n              \"id\": \"0a4d4f0d-ca5d-d55b-6bbe-d94fbc874f64\",\n              \"type\": \"cart_item\"\n            }\n          }\n        }\n      },\n      {\n        \"type\": \"string\",\n        \"id\": \"2af81538-13e9-dc73-4c4f-8b47df33e169\",\n        \"external_id\": \"string\",\n        \"discount_engine\": \"string\",\n        \"amount\": {\n          \"amount\": 5895.0410456797745,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"description\": \"string\",\n        \"discount_code\": \"string\",\n        \"relationships\": {\n          \"item\": {\n            \"data\": {\n              \"id\": \"16e5ea4e-4453-f216-2c72-29be0f934a16\",\n              \"type\": \"cart_item\"\n            }\n          }\n        }\n      }\n    ],\n    \"promotions\": [\n      {\n        \"type\": \"string\",\n        \"id\": \"2ecaa4da-6e83-6e28-0474-c4deb6f0f68e\",\n        \"name\": \"string\",\n        \"description\": \"string\",\n        \"automatic\": false,\n        \"promotion_type\": \"string\",\n        \"promotion_source\": \"string\",\n        \"start\": \"1970-02-03T03:34:44.576Z\",\n        \"end\": \"2015-11-21T12:51:46.555Z\"\n      },\n      {\n        \"type\": \"string\",\n        \"id\": \"53db3fae-d3f5-70ee-ae14-473074f54b59\",\n        \"name\": \"string\",\n        \"description\": \"string\",\n        \"automatic\": false,\n        \"promotion_type\": \"string\",\n        \"promotion_source\": \"string\",\n        \"start\": \"2002-10-12T09:11:04.978Z\",\n        \"end\": \"2005-04-16T12:21:19.617Z\"\n      }\n    ]\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c820139e-33a2-4cbf-ae18-d99b80845c95",
          "name": "Anonymize Orders",
          "request": {
            "name": "Anonymize Orders",
            "description": {
              "content": "You can anonymize an order when it is fulfilled, canceled, or fully refunded.\n\nWhen anonymization is successful, Personal Identifiable Information such as customer details, `shipping_address`, and `billing_address` are replaced with *.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "orders",
                "anonymize"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"order_ids\": [\n      \"{{orderID}}\"\n    ]\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "fc6ee574-ac44-44a7-88b3-99ffcb4d90ab",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "orders",
                    "anonymize"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"order_ids\": [\n      \"{{orderID}}\"\n    ]\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"type\": \"string\",\n      \"order_number\": \"string\",\n      \"external_ref\": \"string\",\n      \"id\": \"0ca16403-793f-9f00-dd46-c9cc841e4ccf\",\n      \"status\": \"incomplete\",\n      \"payment\": \"authorized\",\n      \"shipping\": \"fulfilled\",\n      \"anonymized\": false,\n      \"payment_intent_id\": \"string\",\n      \"custom_attributes\": {\n        \"key_0\": {\n          \"type\": \"string\",\n          \"value\": \"string\"\n        },\n        \"key_1\": {\n          \"type\": \"boolean\",\n          \"value\": \"string\"\n        }\n      },\n      \"links\": {},\n      \"meta\": {\n        \"timestamps\": {\n          \"created_at\": \"string\",\n          \"updated_at\": \"string\",\n          \"fully_paid_at\": \"string\"\n        },\n        \"display_price\": {\n          \"with_tax\": {\n            \"amount\": 5265.598675002237,\n            \"currency\": \"string\",\n            \"formatted\": \"string\"\n          },\n          \"without_tax\": {\n            \"amount\": 9916.97440580606,\n            \"currency\": \"string\",\n            \"formatted\": \"string\"\n          },\n          \"tax\": {\n            \"amount\": 749.3009322986466,\n            \"currency\": \"string\",\n            \"formatted\": \"string\"\n          },\n          \"discount\": {\n            \"amount\": 0,\n            \"currency\": \"string\",\n            \"formatted\": \"string\"\n          },\n          \"balance_owing\": {\n            \"amount\": 9595.351532035835,\n            \"currency\": \"string\",\n            \"formatted\": \"string\"\n          },\n          \"paid\": {\n            \"amount\": 1298.301644632216,\n            \"currency\": \"string\",\n            \"formatted\": \"string\"\n          },\n          \"authorized\": {\n            \"amount\": 9892.572433864534,\n            \"currency\": \"string\",\n            \"formatted\": \"string\"\n          },\n          \"without_discount\": {\n            \"amount\": 3379.5408552265503,\n            \"currency\": \"string\",\n            \"formatted\": \"string\"\n          },\n          \"shipping\": {\n            \"amount\": 8086.419817575712,\n            \"currency\": \"string\",\n            \"formatted\": \"string\"\n          },\n          \"shipping_discount\": {\n            \"amount\": 0,\n            \"currency\": \"string\",\n            \"formatted\": \"string\"\n          }\n        },\n        \"is_manual\": false\n      },\n      \"billing_address\": {\n        \"country\": \"string\",\n        \"first_name\": \"string\",\n        \"last_name\": \"string\",\n        \"line_1\": \"string\",\n        \"postcode\": \"string\",\n        \"region\": \"string\",\n        \"company_name\": \"string\",\n        \"line_2\": \"string\",\n        \"line_3\": \"string\",\n        \"city\": \"string\",\n        \"county\": \"string\"\n      },\n      \"contact\": {\n        \"email\": \"string\",\n        \"name\": \"string\"\n      },\n      \"customer\": {\n        \"name\": \"string\",\n        \"email\": \"KSONa7YE@xBYBUceTcMVJszDbpJLpYoNg.br\",\n        \"id\": \"fb03a793-cfda-9fa9-f0a9-def864b30644\"\n      },\n      \"shipping_address\": {\n        \"country\": \"string\",\n        \"first_name\": \"string\",\n        \"last_name\": \"string\",\n        \"line_1\": \"string\",\n        \"postcode\": \"string\",\n        \"region\": \"string\",\n        \"company_name\": \"string\",\n        \"line_2\": \"string\",\n        \"line_3\": \"string\",\n        \"city\": \"string\",\n        \"county\": \"string\",\n        \"phone_number\": \"string\",\n        \"instructions\": \"string\"\n      },\n      \"relationships\": {\n        \"items\": {\n          \"data\": [\n            {\n              \"type\": \"string\",\n              \"id\": \"e27a9f6b-8573-c6e1-71bb-d3c8cd7c15bb\"\n            },\n            {\n              \"type\": \"string\",\n              \"id\": \"16828f59-f197-3c1d-36b9-6e2b02303e07\"\n            }\n          ]\n        },\n        \"custom_discounts\": {\n          \"data\": [\n            {\n              \"type\": \"string\",\n              \"id\": \"e762a82a-efa9-2a0d-1299-d9720e590b89\"\n            },\n            {\n              \"type\": \"string\",\n              \"id\": \"ed812c70-058b-d687-a2fd-1e69facf8080\"\n            }\n          ]\n        },\n        \"promotions\": {\n          \"data\": [\n            {\n              \"type\": \"string\",\n              \"id\": \"957147ea-8812-6014-48ce-d696ea376153\"\n            },\n            {\n              \"type\": \"string\",\n              \"id\": \"0aa19c20-0f1e-4cff-2f03-40dec5362852\"\n            }\n          ]\n        },\n        \"customer\": {\n          \"data\": {\n            \"type\": \"string\",\n            \"id\": \"15c04472-6a54-4c7b-3555-209e3c26238e\"\n          }\n        },\n        \"account\": {\n          \"data\": {\n            \"type\": \"string\",\n            \"id\": \"c071bd5e-2a5c-e387-1b3a-61dcae0156f4\"\n          }\n        },\n        \"account_member\": {\n          \"data\": {\n            \"type\": \"string\",\n            \"id\": \"cf562a75-60f6-88ad-e191-5bc36d82c465\"\n          }\n        },\n        \"store\": {\n          \"data\": {\n            \"type\": \"string\",\n            \"id\": \"2d19c55c-6cb1-cc5f-036a-bb5e5d6e796a\"\n          }\n        }\n      }\n    },\n    {\n      \"type\": \"string\",\n      \"order_number\": \"string\",\n      \"external_ref\": \"string\",\n      \"id\": \"d9aca6f2-5d7d-4534-d470-0e3ceb4cb643\",\n      \"status\": \"cancelled\",\n      \"payment\": \"paid\",\n      \"shipping\": \"fulfilled\",\n      \"anonymized\": false,\n      \"payment_intent_id\": \"string\",\n      \"custom_attributes\": {\n        \"key_0\": {\n          \"type\": \"boolean\",\n          \"value\": 5124.34680938663\n        }\n      },\n      \"links\": {},\n      \"meta\": {\n        \"timestamps\": {\n          \"created_at\": \"string\",\n          \"updated_at\": \"string\",\n          \"fully_paid_at\": \"string\"\n        },\n        \"display_price\": {\n          \"with_tax\": {\n            \"amount\": 6081.603636682114,\n            \"currency\": \"string\",\n            \"formatted\": \"string\"\n          },\n          \"without_tax\": {\n            \"amount\": 3724.3727218369836,\n            \"currency\": \"string\",\n            \"formatted\": \"string\"\n          },\n          \"tax\": {\n            \"amount\": 6905.07718979549,\n            \"currency\": \"string\",\n            \"formatted\": \"string\"\n          },\n          \"discount\": {\n            \"amount\": 0,\n            \"currency\": \"string\",\n            \"formatted\": \"string\"\n          },\n          \"balance_owing\": {\n            \"amount\": 5677.114640462472,\n            \"currency\": \"string\",\n            \"formatted\": \"string\"\n          },\n          \"paid\": {\n            \"amount\": 84.52843512401165,\n            \"currency\": \"string\",\n            \"formatted\": \"string\"\n          },\n          \"authorized\": {\n            \"amount\": 8284.130602334491,\n            \"currency\": \"string\",\n            \"formatted\": \"string\"\n          },\n          \"without_discount\": {\n            \"amount\": 2552.014451901821,\n            \"currency\": \"string\",\n            \"formatted\": \"string\"\n          },\n          \"shipping\": {\n            \"amount\": 4736.162128397261,\n            \"currency\": \"string\",\n            \"formatted\": \"string\"\n          },\n          \"shipping_discount\": {\n            \"amount\": 0,\n            \"currency\": \"string\",\n            \"formatted\": \"string\"\n          }\n        },\n        \"is_manual\": false\n      },\n      \"billing_address\": {\n        \"country\": \"string\",\n        \"first_name\": \"string\",\n        \"last_name\": \"string\",\n        \"line_1\": \"string\",\n        \"postcode\": \"string\",\n        \"region\": \"string\",\n        \"company_name\": \"string\",\n        \"line_2\": \"string\",\n        \"line_3\": \"string\",\n        \"city\": \"string\",\n        \"county\": \"string\"\n      },\n      \"contact\": {\n        \"email\": \"string\",\n        \"name\": \"string\"\n      },\n      \"customer\": {\n        \"name\": \"string\",\n        \"email\": \"nIh3@OQWxsucwwLXrWrT.mvf\",\n        \"id\": \"a073b446-928d-6049-8145-0bdac51448bc\"\n      },\n      \"shipping_address\": {\n        \"country\": \"string\",\n        \"first_name\": \"string\",\n        \"last_name\": \"string\",\n        \"line_1\": \"string\",\n        \"postcode\": \"string\",\n        \"region\": \"string\",\n        \"company_name\": \"string\",\n        \"line_2\": \"string\",\n        \"line_3\": \"string\",\n        \"city\": \"string\",\n        \"county\": \"string\",\n        \"phone_number\": \"string\",\n        \"instructions\": \"string\"\n      },\n      \"relationships\": {\n        \"items\": {\n          \"data\": [\n            {\n              \"type\": \"string\",\n              \"id\": \"566514f6-9114-6edc-e104-9e4d324e37f8\"\n            },\n            {\n              \"type\": \"string\",\n              \"id\": \"cca87d21-5dea-43ea-6893-0f1cc6deeec2\"\n            }\n          ]\n        },\n        \"custom_discounts\": {\n          \"data\": [\n            {\n              \"type\": \"string\",\n              \"id\": \"21d42b88-d640-817a-bda1-233bfa5fe4b0\"\n            },\n            {\n              \"type\": \"string\",\n              \"id\": \"e6d92a56-eb91-93b2-69b2-7e59e015c2e5\"\n            }\n          ]\n        },\n        \"promotions\": {\n          \"data\": [\n            {\n              \"type\": \"string\",\n              \"id\": \"e191a2f5-41d0-43d0-2ad1-d57fb9b25a9b\"\n            },\n            {\n              \"type\": \"string\",\n              \"id\": \"29834c3c-0e13-064d-d831-c29faa45315e\"\n            }\n          ]\n        },\n        \"customer\": {\n          \"data\": {\n            \"type\": \"string\",\n            \"id\": \"c0ca0a42-33a8-3324-ca64-990d8827e55b\"\n          }\n        },\n        \"account\": {\n          \"data\": {\n            \"type\": \"string\",\n            \"id\": \"94623dea-90d8-86de-b793-2d32008e980c\"\n          }\n        },\n        \"account_member\": {\n          \"data\": {\n            \"type\": \"string\",\n            \"id\": \"b2ac5774-0be2-0f6d-158a-05f461c23761\"\n          }\n        },\n        \"store\": {\n          \"data\": {\n            \"type\": \"string\",\n            \"id\": \"6372aeb1-605c-3149-6c27-96d07faae86e\"\n          }\n        }\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e3da04d5-218b-4b2d-8eb9-89fd076c5b20",
              "name": "Unprocessable Entity",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "orders",
                    "anonymize"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"order_ids\": [\n      \"{{orderID}}\"\n    ]\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"Order has status: order:incomplete, payment:unpaid, shipping:unfulfilled; only fulfilled or refunded or cancelled orders may be anonymized\",\n      \"status\": 422,\n      \"title\": \"Could not anonymize orders\",\n      \"meta\": {\n        \"order_id\": \"496c29a1-6e7a-4ab6-a4e7-d1ec9a08b85e\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "306ddcdd-01ed-4deb-a581-5581ed11fc5f",
          "name": "Confirm Order",
          "request": {
            "name": "Confirm Order",
            "description": {
              "content": "Use this endpoint to confirm an order. Confirming an order finalizes it and makes it ready for processing.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "orders",
                ":orderID",
                "confirm"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "orderID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the order to confirm.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "0426a3ff-6718-4985-a554-f5d1734a3b86",
              "name": "Order confirmed successfully",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "orders",
                    ":orderID",
                    "confirm"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the order to confirm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "orderID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"0a071fa8-345a-cb69-e67b-3739128d9f28\",\n    \"reference\": \"string\",\n    \"name\": \"string\",\n    \"custom_reference\": \"string\",\n    \"gateway\": \"stripe_platform_account\",\n    \"amount\": 9738.564601156837,\n    \"refunded_amount\": 7870.90289905894,\n    \"currency\": \"string\",\n    \"transaction_type\": \"capture\",\n    \"type\": \"string\",\n    \"status\": \"string\",\n    \"payment_details\": {\n      \"detailed_status\": \"string\"\n    },\n    \"failure_details\": {\n      \"code\": \"string\",\n      \"reason\": \"string\"\n    },\n    \"payment_intent\": {\n      \"key_0\": 1061\n    },\n    \"capture_mechanism\": \"automatic\",\n    \"refund_mechanism\": \"automatic\",\n    \"client_parameters\": {\n      \"redirect_url\": \"string\",\n      \"secret\": \"string\",\n      \"token\": \"string\"\n    },\n    \"next_actions\": [\n      \"string\",\n      \"string\"\n    ],\n    \"relationships\": {\n      \"order\": {\n        \"data\": {\n          \"type\": \"string\",\n          \"id\": \"21b8f024-6e9d-4443-b3d1-2f5b1a20bb9a\"\n        }\n      }\n    },\n    \"meta\": {\n      \"display_price\": {\n        \"amount\": 378.1433515945865,\n        \"currency\": \"string\",\n        \"formatted\": \"string\"\n      },\n      \"display_refunded_amount\": {\n        \"total\": {\n          \"amount\": 7217.420087271023,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        }\n      },\n      \"timestamps\": {\n        \"created_at\": \"string\",\n        \"updated_at\": \"string\"\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "140c2b18-c11e-42af-a653-5801473f29f3",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "orders",
                    ":orderID",
                    "confirm"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the order to confirm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "orderID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"Request could not be processed\",\n      \"status\": \"400\",\n      \"title\": \"Bad Request\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2e5fb04c-ea13-4b92-b92b-80c6436421d6",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "orders",
                    ":orderID",
                    "confirm"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the order to confirm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "orderID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"Order not found\",\n      \"status\": \"404\",\n      \"title\": \"Not Found\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "807ee815-6c63-4249-b251-a72a74715751",
              "name": "Unprocessable Entity",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "orders",
                    ":orderID",
                    "confirm"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the order to confirm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "orderID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"Order cannot be confirmed in its current state\",\n      \"status\": \"422\",\n      \"title\": \"Unprocessable Entity\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Payments",
      "description": "When you [checkout](/docs/api/carts/checkout) a [cart](/docs/api/carts/cart-management), an unpaid [order](/docs/api/carts/orders) is returned. You can process the payment for the order though a payment gateway.\n\n:::note\n\n- You need to configure and enable a payment gateway before you can accept payments for orders.\n- Configure your store to use [Manual Gateway](/docs/api/payments/update-manual-gateway) to process payments if the order total is zero or the payment is through non-supported payment providers.\n- There are a number of actions that happen to your inventory when checking out and paying for an order. For more information, see [Inventory](/docs/api/pxm/inventory/inventories-introduction).\n- We recommend to wait until the payment confirmation process is fully completed before proceeding with any additional updates to the order. Making simultaneous updates to the same entity immediately after payment confirmation can lead to a race condition. To learn more information on handling parallel calls to API objects, see [Parallel Calls to API Objects](/guides/Getting-Started/api-contract#parallel-calls-to-api-objects).\n\n:::\n\n### Payment Methods\n\nDepending on the chosen gateway, you may or may not have access to capture funds immediately or authorize for later payment.\n\nTo make a partial payment in Postman through any payment gateway, specify the desired payment amount in the amount field within the request body. To learn about Split Payments, see the [Split Payments](/docs/api/payments/payment-gateways-introduction#split-payments) section.\n\n#### Purchase\n\nThe simplest method is purchase. The gateway attempts to charge the customer immediately, and the result of the attempt is returned.\n\nYou can partially pay funds using purchase method. The gateway attempts to charge the customer immediately, and the payment status for an order shows `partially_paid`.\n\nWhen you Get an order, you can see the following fields in the `meta` object:\n\n- `balance_owing`: Specifies the outstanding funds required to complete an order. It considers all complete or pending transactions, including authorized, paid, and captured transactions. (`balance_owing` = order total - `authorized` amount - `paid` amount).\n- `paid`: Specifies the total amount of purchased or captured transactions.\n- `authorized`: Specifies the total amount of completed or pending authorized transactions for an order.\n\n#### Authorize\n\nYou can `authorize` a payment so funds can later be captured when an item is dispatched or restocked.\n\nYou can partially pay for an order using `authorize` payment method so that the order is `partially_authorized`. The transaction must be complete for the order status to be `partially_authorized`.\n\nFor more information about order and payment statuses for split payments, see [Split Payments](/docs/api/payments/payment-gateways-introduction#split-payments).\n\n#### Capture\n\nAfter authorizing a transaction, you have to capture the authorized funds.\n\n:::note\n\nWe recommend capturing payments several hours to days after the authorization to mitigate risks of fraud and chargebacks. When you sell digital goods that are delivered immediately, we recommend using a single purchase call instead of separate authorize and capture calls.\n\n:::\n\nAfter the payment is `partially_authorized`, you must `capture` the authorized transaction later. Once you capture the authorized transactions, the order payment status will change to `partially_paid`.\n\n#### Refunds\n\nYou can use either the Refund through Composable Commerce or use the Mark as Refunded capability, or a combination of both capabilities.\n\nFor more information about refund for split payments, see [Refund a Payment](/docs/api/carts/refund-a-transaction).\n\n#### Refund through Composable Commerce\n\nYou can start a full or partial refund to a supported payment provider directly from Commerce Manager or the API. When you start the refund process, the refund request is sent to the payment gateway. You no longer have to log on to your payment gateway's console to process the refund.\n\nWhen you process a refund, use the refund endpoint to pass the refund amount. If you don't pass an amount, the refund is processed as Mark as refunded. For more information, see the Mark as Refunded section.\n\nEach time a partial refund is triggered, the transaction.updated event is generated and updated with refunded.amount. The `order.updated` event is also triggered. The `order.refunded` event generates when the full amount is refunded.\n\n\n#### Mark as Refunded\n\nYou can use your payment gateway's console to process a refund. Process the refund first in the payment gateway and then use the **Mark as Refunded** capability in Composable Commerce to complete the process.\n\nWhen an order is **Marked as refunded**, the payment status `order.payment.status` is set to `refunded`. In this case, the `order.updated`, `transaction.updated` and `order.refunded` events are generated.\n",
      "item": [
        {
          "id": "09d095e1-830b-462f-924e-da5e1cc11b39",
          "name": "Create Stripe Payment Intent for a Cart",
          "request": {
            "name": "Create Stripe Payment Intent for a Cart",
            "description": {
              "content": "The Cart Payment Intent feature enables the creation of a Stripe Payment Intent specifically tied to a shopping cart and its subsequent order. This allows Payment Intent users to track payment details from the cart stage and seamlessly maintain consistency in payment information throughout the order stage. Using these features, you can create Payment Intents for their carts, update Payment Intents with final cart details, and synchronize Payment Intents from Stripe to Commerce.\n\n:::note\n\n- Typically, in Commerce, inventory is allocated at the time of payment initiation after an order is created. However, in the case of Cart Payment Intent, information about the payment is received only upon synchronizing the order from Stripe to Commerce. This may happen after the payment is completed. Therefore, there might be a delay between the payment made and allocation, increasing the chance of paying for items that are not in stock.\n- There are certain fields you can choose to set up when [creating a payment intent](https://stripe.com/docs/api/payment_intents/create). However, if you decide to update a payment intent, the available options may not be the same as those allowed while creating a payment intent. See [updating a payment intent](https://stripe.com/docs/api/payment_intents/update).\n\n:::\n\nThe following steps outline the workflow associated with the Payment Intent:\n\n1. [Add items to cart](/docs/api/carts/manage-carts#add-custom-item-to-cart).\n1. [Create a Payment Intent for the cart](/docs/api/carts/create-cart-payment-intent). The Payment Intent is created in Stripe, reflecting the cart and transaction details, including currency, amounts, payment type, and any optional Stripe details. The Payment Intent ID is generated and linked to the cart.\n1. [Update a Payment Intent](/docs/carts-orders/update-cart-payment-intent). This step is optional but becomes necessary when there are changes in the cart details at the time of payment. It ensures the Payment Intent accurately reflects the current cart details when processing the payments on the front end.\n1. [Checkout the cart](/docs/api/carts/checkout). An unpaid order is created, and the Payment Intent ID is linked to the order.\n1. [Confirm the order](/docs/carts-orders/confirm-an-order). This is important because after checkout, it is essential to confirm the Payment Intent and synchronize it with Commerce. This results in a corresponding transaction and change in order statuses in Commerce. Additionally, the Payment Intent ID is removed from the order once it is linked via the transaction.\n\n### Best Practices\n\nWe recommend you follow these practices to maintain consistency and accuracy when using Cart Payment Intent.\n\n- After checkout, we recommend clearing the shopping cart. You can achieve this using a [Delete a cart](/docs/api/carts/delete-a-cart) endpoint or [Update a cart](/docs/api/carts/update-a-cart) to remove the Payment Intent ID. This helps to avoid potential issues where subsequent checkouts for the same cart might unintentionally use the previous Stripe Payment Intent ID.\n- If it is not reasonable to clear the cart immediately after checkout due to several subsequent, duplicate checkouts to the same cart, ensure that you only synchronize the Payment Intent when finalizing the order. Each order confirmation is unaware of the others, and syncing Payment Intent IDs for each confirmation can lead to duplicate transactions in Commerce. In other words, if you synchronize Payment Intents for earlier versions of a repeated checkout, you'll end up with multiple orders from the same cart, each having transactions linked to the same Payment Intent.\n- To pay the entire amount at once, use the [Update Cart Payment Intent](/docs/carts-orders/update-cart-payment-intent) endpoint to update the Stripe Payment Intent with the final cart details when preparing to take the payment. Doing so, ensures that the Payment Intent accurately reflects the current cart details when processing payments on the front end. We do not recommend calling the [Update Cart Payment Intent](/docs/carts-orders/update-cart-payment-intent) for each individual change in the cart, as this can lead to more requests and may slow down the front-end performance.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "carts",
                ":cartID",
                "payments"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "cartID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The universally unique identifier of the cart for which you want to create a payment intent.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"gateway\": \"elastic_path_payments_stripe\",\n    \"method\": \"purchase\",\n    \"options\": {\n      \"automatic_payment_methods\": {\n        \"enabled\": true\n      },\n      \"receipt_email\": \"john@example.com\"\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "bf19b05d-10a4-4a48-b220-3f7da93806a0",
              "name": "Payment Intent created successfully.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "payments"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The universally unique identifier of the cart for which you want to create a payment intent.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"gateway\": \"elastic_path_payments_stripe\",\n    \"method\": \"purchase\",\n    \"options\": {\n      \"automatic_payment_methods\": {\n        \"enabled\": true\n      },\n      \"receipt_email\": \"john@example.com\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"string\",\n    \"name\": \"string\",\n    \"description\": \"string\",\n    \"contact\": {\n      \"email\": \"Tmxn7R2B6@CIafCepVWKAffHjnS.eu\"\n    },\n    \"discount_settings\": {\n      \"custom_discounts_enabled\": false,\n      \"use_rule_promotions\": false\n    },\n    \"inventory_settings\": {\n      \"defer_inventory_check\": true\n    },\n    \"item_settings\": {\n      \"separate_items_by_location\": false\n    },\n    \"payment_intent_id\": \"string\",\n    \"custom_attributes\": {\n      \"key_0\": {\n        \"type\": \"float\",\n        \"value\": true\n      },\n      \"key_1\": {\n        \"type\": \"float\",\n        \"value\": \"string\"\n      },\n      \"key_2\": {\n        \"type\": \"float\",\n        \"value\": \"string\"\n      }\n    },\n    \"snapshot_date\": \"1997-04-13T07:06:19.532Z\",\n    \"links\": {\n      \"self\": \"string\"\n    },\n    \"meta\": {\n      \"display_price\": {\n        \"with_tax\": {\n          \"amount\": 564.6860863342895,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"without_tax\": {\n          \"amount\": 4563.104784037235,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"tax\": {\n          \"amount\": 2027.705775535731,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"discount\": {\n          \"amount\": 339.8786629702144,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"without_discount\": {\n          \"amount\": 9905.837013230857,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"shipping\": {\n          \"amount\": 3859.069175280656,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"shipping_discount\": {\n          \"amount\": 9024.121054940824,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        }\n      },\n      \"timestamps\": {\n        \"created_at\": \"string\",\n        \"updated_at\": \"string\",\n        \"expires_at\": \"string\"\n      },\n      \"promotion_suggestions\": [\n        {\n          \"bundle\": [\n            {\n              \"auto_add_free_gift\": true,\n              \"cart_item_id\": \"string\",\n              \"quantity\": 9060,\n              \"targets\": [\n                \"string\",\n                \"string\"\n              ]\n            },\n            {\n              \"auto_add_free_gift\": true,\n              \"cart_item_id\": \"string\",\n              \"quantity\": 1042,\n              \"targets\": [\n                \"string\",\n                \"string\"\n              ]\n            }\n          ],\n          \"code\": \"string\",\n          \"info\": \"string\",\n          \"message\": \"string\",\n          \"promotion_id\": \"string\"\n        },\n        {\n          \"bundle\": [\n            {\n              \"auto_add_free_gift\": false,\n              \"cart_item_id\": \"string\",\n              \"quantity\": 3863,\n              \"targets\": [\n                \"string\",\n                \"string\"\n              ]\n            },\n            {\n              \"auto_add_free_gift\": false,\n              \"cart_item_id\": \"string\",\n              \"quantity\": 5889,\n              \"targets\": [\n                \"string\",\n                \"string\"\n              ]\n            }\n          ],\n          \"code\": \"string\",\n          \"info\": \"string\",\n          \"message\": \"string\",\n          \"promotion_id\": \"string\"\n        }\n      ]\n    },\n    \"relationships\": {\n      \"customers\": {\n        \"data\": [\n          {\n            \"type\": \"string\",\n            \"id\": \"40b070bc-48d8-79d5-1297-cb92c63abe21\"\n          },\n          {\n            \"type\": \"string\",\n            \"id\": \"fb89f714-5cb7-8720-18df-354b0b7d4bb1\"\n          }\n        ]\n      },\n      \"items\": {\n        \"data\": [\n          {\n            \"type\": \"string\",\n            \"id\": \"f607db5a-c0bc-2dbf-6b0e-149d4f0fcff9\"\n          },\n          {\n            \"type\": \"string\",\n            \"id\": \"74e13720-a7b1-31f1-030e-23771555dd82\"\n          }\n        ]\n      },\n      \"accounts\": {\n        \"data\": [\n          {\n            \"type\": \"string\",\n            \"id\": \"eaa79124-958d-f9e8-9f84-2f8dabc49379\"\n          },\n          {\n            \"type\": \"string\",\n            \"id\": \"33873b4e-77a4-2517-f9e0-014a761c29d6\"\n          }\n        ]\n      },\n      \"custom_discounts\": {\n        \"data\": [\n          {\n            \"type\": \"string\",\n            \"id\": \"41b45e44-6705-be53-19c5-ced0a7847a0f\"\n          },\n          {\n            \"type\": \"string\",\n            \"id\": \"f81a7fec-8198-3f84-67c6-66165ba1f7e2\"\n          }\n        ]\n      },\n      \"promotions\": {\n        \"data\": [\n          {\n            \"type\": \"string\",\n            \"id\": \"e5eab970-ae86-b5dd-1a4e-a00de433508b\"\n          },\n          {\n            \"type\": \"string\",\n            \"id\": \"b8ff3d06-7cb3-535b-8803-013f1c02a744\"\n          }\n        ]\n      }\n    },\n    \"type\": \"string\"\n  },\n  \"included\": {\n    \"custom_discounts\": [\n      {\n        \"type\": \"string\",\n        \"id\": \"834a5900-02d3-f7b2-49d8-8bc58ce4d5a6\",\n        \"external_id\": \"string\",\n        \"discount_engine\": \"string\",\n        \"amount\": {\n          \"amount\": 4963.647894931602,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"description\": \"string\",\n        \"discount_code\": \"string\",\n        \"relationships\": {\n          \"item\": {\n            \"data\": {\n              \"id\": \"7682c13a-dbba-95c1-0190-ca040305a8b8\",\n              \"type\": \"cart_item\"\n            }\n          }\n        }\n      },\n      {\n        \"type\": \"string\",\n        \"id\": \"225126c8-a0ef-90fd-f684-651c638d97be\",\n        \"external_id\": \"string\",\n        \"discount_engine\": \"string\",\n        \"amount\": {\n          \"amount\": 4065.1599865185694,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"description\": \"string\",\n        \"discount_code\": \"string\",\n        \"relationships\": {\n          \"item\": {\n            \"data\": {\n              \"id\": \"87d0ef70-0a85-0fb0-56e5-2c321be5ba8b\",\n              \"type\": \"custom_item\"\n            }\n          }\n        }\n      }\n    ],\n    \"promotions\": [\n      {\n        \"type\": \"string\",\n        \"id\": \"70f1008c-5245-3a04-0d02-89d3c958bdc7\",\n        \"name\": \"string\",\n        \"description\": \"string\",\n        \"automatic\": false,\n        \"promotion_type\": \"string\",\n        \"promotion_source\": \"string\",\n        \"start\": \"1958-10-28T09:25:51.869Z\",\n        \"end\": \"1964-09-23T05:14:59.427Z\"\n      },\n      {\n        \"type\": \"string\",\n        \"id\": \"a2b6d6cd-0e93-ce7f-4d42-13a4d63b459a\",\n        \"name\": \"string\",\n        \"description\": \"string\",\n        \"automatic\": true,\n        \"promotion_type\": \"string\",\n        \"promotion_source\": \"string\",\n        \"start\": \"2018-12-12T12:38:58.137Z\",\n        \"end\": \"1971-08-30T04:31:27.676Z\"\n      }\n    ]\n  },\n  \"meta\": {\n    \"payment_intent\": {\n      \"key_0\": 8532.31236248836\n    }\n  },\n  \"errors\": [\n    {\n      \"status\": \"string\",\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"HM2suB4@eJVkSFdngY.agaz\",\n        \"component_product_id\": \"33c2a0c6-514d-18b2-ed05-49720d0aa908\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    },\n    {\n      \"status\": \"string\",\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"dZL4NBCnJlt@kaWeExSASnYzenuFqcG.ydpe\",\n        \"component_product_id\": \"08ea6dbb-ea26-9ca5-c063-4745395dc745\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2c56e20a-dc26-4f73-9268-3c2528fafd0e",
          "name": "Payments",
          "request": {
            "name": "Payments",
            "description": {
              "content": "Depending on the payment gateway, you may have access to different transaction types such as capturing funds immediately or authorizing them for later. For more information, see [Payments](/docs/api/carts/payments).\n\nThe following types of payment methods are available depending on the payment gateway:\n\n- `purchase`: This is the simplest method. The gateway attempts to charge the customer immediately.\n- `authorize`: This method authorizes a payment so that funds can be captured later, for example, when an item is dispatched or restocked.\n- `purchase_setup`: This method prepares the system for a purchase by verifying payment details without actually charging the customer. For example, a customer adds items to their cart and proceeds to checkout. Before finalizing the purchase, the system runs `purchase_setup` to confirm all payment details, but no funds are transferred until the customer confirms the order.\n- `authorize_setup`: This method prepares the system for an authorization-only transaction. This process holds the necessary funds but does not transfer them, ensuring that the customer has sufficient balance for the transaction. It sets up the conditions for a future capture of the authorized funds. For example, a customer places a pre-order for a product that will ship in two weeks. The merchant uses `authorize_setup` to prepare for the payment authorization. This holds the customer's funds to ensure they can cover the purchase but waits to capture the payment until the product ships. This ensures that payment is secured but not collected prematurely.\n\n:::note\n\nSplit payments can be performed using any methods for any gateway.\n\n- You can partially pay funds using `purchase` method. The gateway attempts to charge the customer immediately, and the payment status for an order will show `partially_paid`\n- You can partially pay for an order using `authorize` method where the order will be marked as `partially_authorized`. The transaction must be completed for the order status to be `partially_authorized`.\n- A `purchase_setup` method allows verification of payment details for partial payments without transferring funds until the customer confirms the full order.\n- An `authorize_setup` method can be used to hold a partial amount of the total funds, ensuring the customer has enough balance for a future capture.\nUntil a payment is made neither `purchase_setup` nor `authorize_setup` affects the payment statuses, and the order remains unpaid. For more information about order and payment statuses for split payments, see [Split payments](/docs/api/payments/payment-gateways-introduction#split-payments).\n\n:::\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "orders",
                ":orderID",
                "payments"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "orderID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The Universally Unique Identifier (UUID) of the order you want to pay for.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"gateway\": \"card_connect\",\n    \"method\": \"purchase\",\n    \"payment\": \"string\",\n    \"amount\": 8238.333337399576,\n    \"options\": {\n      \"shopper_reference\": \"string\",\n      \"recurring_processing_model\": \"string\"\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "8de6d523-5cb1-4fb8-982c-d9c91348981e",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "orders",
                    ":orderID",
                    "payments"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The Universally Unique Identifier (UUID) of the order you want to pay for.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "orderID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"gateway\": \"card_connect\",\n    \"method\": \"purchase\",\n    \"payment\": \"string\",\n    \"amount\": 8238.333337399576,\n    \"options\": {\n      \"shopper_reference\": \"string\",\n      \"recurring_processing_model\": \"string\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"0a071fa8-345a-cb69-e67b-3739128d9f28\",\n    \"reference\": \"string\",\n    \"name\": \"string\",\n    \"custom_reference\": \"string\",\n    \"gateway\": \"stripe_platform_account\",\n    \"amount\": 9738.564601156837,\n    \"refunded_amount\": 7870.90289905894,\n    \"currency\": \"string\",\n    \"transaction_type\": \"capture\",\n    \"type\": \"string\",\n    \"status\": \"string\",\n    \"payment_details\": {\n      \"detailed_status\": \"string\"\n    },\n    \"failure_details\": {\n      \"code\": \"string\",\n      \"reason\": \"string\"\n    },\n    \"payment_intent\": {\n      \"key_0\": 1061\n    },\n    \"capture_mechanism\": \"automatic\",\n    \"refund_mechanism\": \"automatic\",\n    \"client_parameters\": {\n      \"redirect_url\": \"string\",\n      \"secret\": \"string\",\n      \"token\": \"string\"\n    },\n    \"next_actions\": [\n      \"string\",\n      \"string\"\n    ],\n    \"relationships\": {\n      \"order\": {\n        \"data\": {\n          \"type\": \"string\",\n          \"id\": \"21b8f024-6e9d-4443-b3d1-2f5b1a20bb9a\"\n        }\n      }\n    },\n    \"meta\": {\n      \"display_price\": {\n        \"amount\": 378.1433515945865,\n        \"currency\": \"string\",\n        \"formatted\": \"string\"\n      },\n      \"display_refunded_amount\": {\n        \"total\": {\n          \"amount\": 7217.420087271023,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        }\n      },\n      \"timestamps\": {\n        \"created_at\": \"string\",\n        \"updated_at\": \"string\"\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dc0ff6e3-e863-491e-b562-ab72d3fa5da8",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "orders",
                    ":orderID",
                    "payments"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The Universally Unique Identifier (UUID) of the order you want to pay for.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "orderID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"gateway\": \"card_connect\",\n    \"method\": \"purchase\",\n    \"payment\": \"string\",\n    \"amount\": 8238.333337399576,\n    \"options\": {\n      \"shopper_reference\": \"string\",\n      \"recurring_processing_model\": \"string\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"Request could not be processed\",\n      \"status\": \"400\",\n      \"title\": \"Bad Request\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9fccb84f-9670-48a1-b882-3f4acc71e8f8",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "orders",
                    ":orderID",
                    "payments"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The Universally Unique Identifier (UUID) of the order you want to pay for.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "orderID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"gateway\": \"card_connect\",\n    \"method\": \"purchase\",\n    \"payment\": \"string\",\n    \"amount\": 8238.333337399576,\n    \"options\": {\n      \"shopper_reference\": \"string\",\n      \"recurring_processing_model\": \"string\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"string\",\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"pxceXz@gEAAKWpycmCAhMmndxAswOjJ.tb\",\n        \"component_product_id\": \"a38afe03-18f8-5284-fb78-3cdc2df74828\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    },\n    {\n      \"status\": 1492,\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"QdQCF-Py6IsyK6B@mhxyIAvSRTxUCXHqwQMdfgvoQaxaODw.ye\",\n        \"component_product_id\": \"cb5bc694-19cf-ffba-cb0d-5bfaa9d08a1e\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "622a1a1e-1505-4498-ad58-1ea3a1bc11bf",
              "name": "Unprocessable Entity",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "orders",
                    ":orderID",
                    "payments"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The Universally Unique Identifier (UUID) of the order you want to pay for.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "orderID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"gateway\": \"card_connect\",\n    \"method\": \"purchase\",\n    \"payment\": \"string\",\n    \"amount\": 8238.333337399576,\n    \"options\": {\n      \"shopper_reference\": \"string\",\n      \"recurring_processing_model\": \"string\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"string\",\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"pxceXz@gEAAKWpycmCAhMmndxAswOjJ.tb\",\n        \"component_product_id\": \"a38afe03-18f8-5284-fb78-3cdc2df74828\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    },\n    {\n      \"status\": 1492,\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"QdQCF-Py6IsyK6B@mhxyIAvSRTxUCXHqwQMdfgvoQaxaODw.ye\",\n        \"component_product_id\": \"cb5bc694-19cf-ffba-cb0d-5bfaa9d08a1e\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ac7f8f52-085a-404b-a7f3-538d448c0e85",
          "name": "Confirm Payment",
          "request": {
            "name": "Confirm Payment",
            "description": {
              "content": "Confirm Payment serves as a mechanism to synchronize transaction information from the third-party payment provider back to our system. This ensures that Composable Commerce accurately reflects the values from the payment provider.\n\n### Handling 3D Secure Validations for Stripe Payments\n\nFor Stripe Payments requiring 3D Secure validation, the transaction response will include the `client_parameters` object, which provides credentials to support validation of these payment requests on the payment provider's side. We recommend using the Stripe's client libraries to manage these 3D Secure validations. Once the validation succeeds, proceed with a confirmation request to sync the validated transaction into Composable Commerce and continue with the payment process.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "orders",
                ":orderID",
                "transactions",
                ":transactionID",
                "confirm"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "orderID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the order.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "transactionID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the transaction.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {}\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "830dbdc3-bc2b-4bb3-b166-af4665eae6d7",
              "name": "200",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "orders",
                    ":orderID",
                    "transactions",
                    ":transactionID",
                    "confirm"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the order.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "orderID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the transaction.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "transactionID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {}\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"0a071fa8-345a-cb69-e67b-3739128d9f28\",\n    \"reference\": \"string\",\n    \"name\": \"string\",\n    \"custom_reference\": \"string\",\n    \"gateway\": \"stripe_platform_account\",\n    \"amount\": 9738.564601156837,\n    \"refunded_amount\": 7870.90289905894,\n    \"currency\": \"string\",\n    \"transaction_type\": \"capture\",\n    \"type\": \"string\",\n    \"status\": \"string\",\n    \"payment_details\": {\n      \"detailed_status\": \"string\"\n    },\n    \"failure_details\": {\n      \"code\": \"string\",\n      \"reason\": \"string\"\n    },\n    \"payment_intent\": {\n      \"key_0\": 1061\n    },\n    \"capture_mechanism\": \"automatic\",\n    \"refund_mechanism\": \"automatic\",\n    \"client_parameters\": {\n      \"redirect_url\": \"string\",\n      \"secret\": \"string\",\n      \"token\": \"string\"\n    },\n    \"next_actions\": [\n      \"string\",\n      \"string\"\n    ],\n    \"relationships\": {\n      \"order\": {\n        \"data\": {\n          \"type\": \"string\",\n          \"id\": \"21b8f024-6e9d-4443-b3d1-2f5b1a20bb9a\"\n        }\n      }\n    },\n    \"meta\": {\n      \"display_price\": {\n        \"amount\": 378.1433515945865,\n        \"currency\": \"string\",\n        \"formatted\": \"string\"\n      },\n      \"display_refunded_amount\": {\n        \"total\": {\n          \"amount\": 7217.420087271023,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        }\n      },\n      \"timestamps\": {\n        \"created_at\": \"string\",\n        \"updated_at\": \"string\"\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5b609e21-f8f4-4c4f-83ae-1af6055476e4",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "orders",
                    ":orderID",
                    "transactions",
                    ":transactionID",
                    "confirm"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the order.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "orderID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the transaction.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "transactionID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {}\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"Request could not be processed\",\n      \"status\": \"400\",\n      \"title\": \"Bad Request\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7153cbb8-b111-460a-a8e4-e49cd1f21f41",
          "name": "Capture a Transaction",
          "request": {
            "name": "Capture a Transaction",
            "description": {
              "content": "Use this endpoint to capture a previously authorized payment. In this step, you can also pass in a custom reference, such as the payment reference from your chosen gateway.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "orders",
                ":orderID",
                "transactions",
                ":transactionID",
                "capture"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "orderID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The UUID of the order.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "transactionID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The UUID of the transaction to capture.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"options\": {\n      \"soft_descriptor\": \"string\",\n      \"note_to_payer\": \"string\"\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "a3ef61b3-5c39-4c15-a36b-d7849c3b04c1",
              "name": "200",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "orders",
                    ":orderID",
                    "transactions",
                    ":transactionID",
                    "capture"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the order.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "orderID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the transaction to capture.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "transactionID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"options\": {\n      \"soft_descriptor\": \"string\",\n      \"note_to_payer\": \"string\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"0a071fa8-345a-cb69-e67b-3739128d9f28\",\n    \"reference\": \"string\",\n    \"name\": \"string\",\n    \"custom_reference\": \"string\",\n    \"gateway\": \"stripe_platform_account\",\n    \"amount\": 9738.564601156837,\n    \"refunded_amount\": 7870.90289905894,\n    \"currency\": \"string\",\n    \"transaction_type\": \"capture\",\n    \"type\": \"string\",\n    \"status\": \"string\",\n    \"payment_details\": {\n      \"detailed_status\": \"string\"\n    },\n    \"failure_details\": {\n      \"code\": \"string\",\n      \"reason\": \"string\"\n    },\n    \"payment_intent\": {\n      \"key_0\": 1061\n    },\n    \"capture_mechanism\": \"automatic\",\n    \"refund_mechanism\": \"automatic\",\n    \"client_parameters\": {\n      \"redirect_url\": \"string\",\n      \"secret\": \"string\",\n      \"token\": \"string\"\n    },\n    \"next_actions\": [\n      \"string\",\n      \"string\"\n    ],\n    \"relationships\": {\n      \"order\": {\n        \"data\": {\n          \"type\": \"string\",\n          \"id\": \"21b8f024-6e9d-4443-b3d1-2f5b1a20bb9a\"\n        }\n      }\n    },\n    \"meta\": {\n      \"display_price\": {\n        \"amount\": 378.1433515945865,\n        \"currency\": \"string\",\n        \"formatted\": \"string\"\n      },\n      \"display_refunded_amount\": {\n        \"total\": {\n          \"amount\": 7217.420087271023,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        }\n      },\n      \"timestamps\": {\n        \"created_at\": \"string\",\n        \"updated_at\": \"string\"\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e4f67a5d-76cf-4cf5-8dec-ccaffe7d297d",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "orders",
                    ":orderID",
                    "transactions",
                    ":transactionID",
                    "capture"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the order.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "orderID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the transaction to capture.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "transactionID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"options\": {\n      \"soft_descriptor\": \"string\",\n      \"note_to_payer\": \"string\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"Request could not be processed\",\n      \"status\": \"400\",\n      \"title\": \"Bad Request\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7f3812dd-a2d6-40ba-b295-0e0fb6c26c5a",
          "name": "Refund a Transaction",
          "request": {
            "name": "Refund a Transaction",
            "description": {
              "content": "There are two ways to refund; through your payment gateway and mark it refunded in Commerce Manager, or directly through Commerce Manager or API.\n\n* Mark as Refunded: You can manually mark a transaction as refunded. Before you can mark the order as refunded, you need to handle the actual refund on your side with your payment provider. Mark as Refunded is a full refund made to the transaction.\n* Refund through Composable Commerce: You can process a full or partial refund to a supported payment provider directly from Commerce Manager or API by providing the refund amount. When you start the refund process, the request is directly sent to the payment gateway.\n\n:::caution\n\nIf you use manual gateway for partial or full refund, you need to handle the actual refund on your side with your payment provider.\n\n:::\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "orders",
                ":orderID",
                "transactions",
                ":transactionID",
                "refund"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "orderID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The UUID of the order.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "transactionID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The UUID of the transaction you want to refund.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"amount\": 7288.758228741445,\n    \"options\": {\n      \"note\": \"string\"\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "aded00bb-2ebc-4ee3-91a5-315554e58951",
              "name": "200",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "orders",
                    ":orderID",
                    "transactions",
                    ":transactionID",
                    "refund"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the order.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "orderID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the transaction you want to refund.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "transactionID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"amount\": 7288.758228741445,\n    \"options\": {\n      \"note\": \"string\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"0a071fa8-345a-cb69-e67b-3739128d9f28\",\n    \"reference\": \"string\",\n    \"name\": \"string\",\n    \"custom_reference\": \"string\",\n    \"gateway\": \"stripe_platform_account\",\n    \"amount\": 9738.564601156837,\n    \"refunded_amount\": 7870.90289905894,\n    \"currency\": \"string\",\n    \"transaction_type\": \"capture\",\n    \"type\": \"string\",\n    \"status\": \"string\",\n    \"payment_details\": {\n      \"detailed_status\": \"string\"\n    },\n    \"failure_details\": {\n      \"code\": \"string\",\n      \"reason\": \"string\"\n    },\n    \"payment_intent\": {\n      \"key_0\": 1061\n    },\n    \"capture_mechanism\": \"automatic\",\n    \"refund_mechanism\": \"automatic\",\n    \"client_parameters\": {\n      \"redirect_url\": \"string\",\n      \"secret\": \"string\",\n      \"token\": \"string\"\n    },\n    \"next_actions\": [\n      \"string\",\n      \"string\"\n    ],\n    \"relationships\": {\n      \"order\": {\n        \"data\": {\n          \"type\": \"string\",\n          \"id\": \"21b8f024-6e9d-4443-b3d1-2f5b1a20bb9a\"\n        }\n      }\n    },\n    \"meta\": {\n      \"display_price\": {\n        \"amount\": 378.1433515945865,\n        \"currency\": \"string\",\n        \"formatted\": \"string\"\n      },\n      \"display_refunded_amount\": {\n        \"total\": {\n          \"amount\": 7217.420087271023,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        }\n      },\n      \"timestamps\": {\n        \"created_at\": \"string\",\n        \"updated_at\": \"string\"\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "479983cb-d1cd-4ebf-8d44-556116dcc144",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "orders",
                    ":orderID",
                    "transactions",
                    ":transactionID",
                    "refund"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the order.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "orderID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the transaction you want to refund.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "transactionID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"amount\": 7288.758228741445,\n    \"options\": {\n      \"note\": \"string\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"string\",\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"pxceXz@gEAAKWpycmCAhMmndxAswOjJ.tb\",\n        \"component_product_id\": \"a38afe03-18f8-5284-fb78-3cdc2df74828\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    },\n    {\n      \"status\": 1492,\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"QdQCF-Py6IsyK6B@mhxyIAvSRTxUCXHqwQMdfgvoQaxaODw.ye\",\n        \"component_product_id\": \"cb5bc694-19cf-ffba-cb0d-5bfaa9d08a1e\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "787650ca-c0bb-42b2-8249-8ded29381ee9",
              "name": "Unprocessable Entity",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "orders",
                    ":orderID",
                    "transactions",
                    ":transactionID",
                    "refund"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the order.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "orderID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the transaction you want to refund.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "transactionID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"amount\": 7288.758228741445,\n    \"options\": {\n      \"note\": \"string\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"Transaction cannot be refunded in its current state\",\n      \"status\": \"422\",\n      \"title\": \"Unprocessable Entity\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "cebdade5-46d5-4bc2-8532-2361615bed6c",
          "name": "Get Order Transactions",
          "request": {
            "name": "Get Order Transactions",
            "description": {
              "content": "Get order transactions",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "orders",
                ":orderID",
                "transactions"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "orderID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the order.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "c809688a-fc14-4359-a44b-f8fb7fb3082d",
              "name": "200",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "orders",
                    ":orderID",
                    "transactions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the order.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "orderID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"e0fc667a-2f85-5caa-d73c-8e84fd9020a5\",\n      \"reference\": \"string\",\n      \"name\": \"string\",\n      \"custom_reference\": \"string\",\n      \"gateway\": \"cyber_source\",\n      \"amount\": 2068.687223219814,\n      \"refunded_amount\": 3009.131291033684,\n      \"currency\": \"string\",\n      \"transaction_type\": \"capture\",\n      \"type\": \"string\",\n      \"status\": \"string\",\n      \"payment_details\": {\n        \"detailed_status\": \"string\"\n      },\n      \"failure_details\": {\n        \"code\": \"string\",\n        \"reason\": \"string\"\n      },\n      \"payment_intent\": {\n        \"key_0\": false,\n        \"key_1\": 8457\n      },\n      \"capture_mechanism\": \"manual\",\n      \"refund_mechanism\": \"manual\",\n      \"client_parameters\": {\n        \"redirect_url\": \"string\",\n        \"secret\": \"string\",\n        \"token\": \"string\"\n      },\n      \"next_actions\": [\n        \"string\",\n        \"string\"\n      ],\n      \"relationships\": {\n        \"order\": {\n          \"data\": {\n            \"type\": \"string\",\n            \"id\": \"c3008fcb-8671-aafc-5c17-3d886f332ed5\"\n          }\n        }\n      },\n      \"meta\": {\n        \"display_price\": {\n          \"amount\": 6219.894022512047,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"display_refunded_amount\": {\n          \"total\": {\n            \"amount\": 7183.602151069641,\n            \"currency\": \"string\",\n            \"formatted\": \"string\"\n          }\n        },\n        \"timestamps\": {\n          \"created_at\": \"string\",\n          \"updated_at\": \"string\"\n        }\n      }\n    },\n    {\n      \"id\": \"16f28e06-ac5d-a9fe-7c2f-1c54c32eac68\",\n      \"reference\": \"string\",\n      \"name\": \"string\",\n      \"custom_reference\": \"string\",\n      \"gateway\": \"stripe_platform_account\",\n      \"amount\": 8262.978453059368,\n      \"refunded_amount\": 7567.481113899131,\n      \"currency\": \"string\",\n      \"transaction_type\": \"authorize\",\n      \"type\": \"string\",\n      \"status\": \"string\",\n      \"payment_details\": {\n        \"detailed_status\": \"string\"\n      },\n      \"failure_details\": {\n        \"code\": \"string\",\n        \"reason\": \"string\"\n      },\n      \"payment_intent\": {\n        \"key_0\": true,\n        \"key_1\": false\n      },\n      \"capture_mechanism\": \"manual\",\n      \"refund_mechanism\": \"manual\",\n      \"client_parameters\": {\n        \"redirect_url\": \"string\",\n        \"secret\": \"string\",\n        \"token\": \"string\"\n      },\n      \"next_actions\": [\n        \"string\",\n        \"string\"\n      ],\n      \"relationships\": {\n        \"order\": {\n          \"data\": {\n            \"type\": \"string\",\n            \"id\": \"605c91a2-9017-075b-a91a-ecd87f3f8819\"\n          }\n        }\n      },\n      \"meta\": {\n        \"display_price\": {\n          \"amount\": 7391.938067163231,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"display_refunded_amount\": {\n          \"total\": {\n            \"amount\": 6579.096367648285,\n            \"currency\": \"string\",\n            \"formatted\": \"string\"\n          }\n        },\n        \"timestamps\": {\n          \"created_at\": \"string\",\n          \"updated_at\": \"string\"\n        }\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "19776013-5860-4097-a37d-52037a3f9903",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "orders",
                    ":orderID",
                    "transactions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the order.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "orderID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"Request could not be processed\",\n      \"status\": \"400\",\n      \"title\": \"Bad Request\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d14ed0b6-3960-4c68-84df-7ddb00253794",
          "name": "Get a Transaction",
          "request": {
            "name": "Get a Transaction",
            "description": {
              "content": "Retrieves a transaction",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "orders",
                ":orderID",
                "transactions",
                ":transactionID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "orderID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the order that you require transactions for.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "transactionID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the transaction.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "6f06548f-1d38-4a4e-ad2a-72c7a7d7d0d1",
              "name": "200",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "orders",
                    ":orderID",
                    "transactions",
                    ":transactionID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the order that you require transactions for.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "orderID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the transaction.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "transactionID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"ab9e4875-a915-aa40-5201-e55c85c007e0\",\n    \"reference\": \"string\",\n    \"name\": \"string\",\n    \"custom_reference\": \"string\",\n    \"gateway\": \"stripe\",\n    \"amount\": 9521.965069814187,\n    \"refunded_amount\": 5544.789777055949,\n    \"currency\": \"string\",\n    \"transaction_type\": \"purchase\",\n    \"type\": \"string\",\n    \"status\": \"string\",\n    \"payment_details\": {\n      \"detailed_status\": \"string\"\n    },\n    \"failure_details\": {\n      \"code\": \"string\",\n      \"reason\": \"string\"\n    },\n    \"payment_intent\": {\n      \"key_0\": \"string\",\n      \"key_1\": \"string\"\n    },\n    \"capture_mechanism\": \"manual\",\n    \"refund_mechanism\": \"manual\",\n    \"client_parameters\": {\n      \"redirect_url\": \"string\",\n      \"secret\": \"string\",\n      \"token\": \"string\"\n    },\n    \"next_actions\": [\n      \"string\",\n      \"string\"\n    ],\n    \"relationships\": {\n      \"order\": {\n        \"data\": {\n          \"type\": \"string\",\n          \"id\": \"35eef20e-2940-50dd-2773-ec2784347a61\"\n        }\n      }\n    },\n    \"meta\": {\n      \"display_price\": {\n        \"amount\": 6824.54175241016,\n        \"currency\": \"string\",\n        \"formatted\": \"string\"\n      },\n      \"display_refunded_amount\": {\n        \"total\": {\n          \"amount\": 5231.066202290797,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        }\n      },\n      \"timestamps\": {\n        \"created_at\": \"string\",\n        \"updated_at\": \"string\"\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d071f8a2-1d40-475d-9546-957e7a8576ca",
          "name": "Cancel a Transaction",
          "request": {
            "name": "Cancel a Transaction",
            "description": {
              "content": "Use this endpoint to cancel or void a pending or authorized transaction. The transaction can be canceled or voided when it is in `pending` and `completed` statuses.\n\n:::caution\n\nThis endpoint works only for Stripe and PayPal and does not work for manual gateway.\n\n:::\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "orders",
                ":orderID",
                "transactions",
                ":transactionID",
                "cancel"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "orderID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the order.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "transactionID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the transaction to be canceled or voided.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"options\": {},\n    \"reason\": \"string\"\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "a1459ae3-2a08-4d6c-916e-b1cf09c2ec85",
              "name": "200",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "orders",
                    ":orderID",
                    "transactions",
                    ":transactionID",
                    "cancel"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the order.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "orderID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the transaction to be canceled or voided.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "transactionID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"options\": {},\n    \"reason\": \"string\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"94a94caf-53b6-28f4-02b1-b43af1b0f510\",\n    \"reference\": \"string\",\n    \"name\": \"string\",\n    \"custom_reference\": \"string\",\n    \"gateway\": \"stripe_payment_intents\",\n    \"amount\": 2680.3638524001008,\n    \"refunded_amount\": 830.7078256410861,\n    \"currency\": \"string\",\n    \"transaction_type\": \"capture\",\n    \"type\": \"string\",\n    \"status\": \"string\",\n    \"payment_details\": {\n      \"detailed_status\": \"string\"\n    },\n    \"failure_details\": {\n      \"code\": \"string\",\n      \"reason\": \"string\"\n    },\n    \"payment_intent\": {\n      \"key_0\": \"string\",\n      \"key_1\": false\n    },\n    \"capture_mechanism\": \"manual\",\n    \"refund_mechanism\": \"automatic\",\n    \"client_parameters\": {\n      \"redirect_url\": \"string\",\n      \"secret\": \"string\",\n      \"token\": \"string\"\n    },\n    \"next_actions\": [\n      \"string\",\n      \"string\"\n    ],\n    \"relationships\": {\n      \"order\": {\n        \"data\": {\n          \"type\": \"string\",\n          \"id\": \"418ea817-30db-5624-dbc2-ff90bd83b45f\"\n        }\n      }\n    },\n    \"meta\": {\n      \"display_price\": {\n        \"amount\": 3797.2266862845026,\n        \"currency\": \"string\",\n        \"formatted\": \"string\"\n      },\n      \"display_refunded_amount\": {\n        \"total\": {\n          \"amount\": 2699.9490471821928,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        }\n      },\n      \"timestamps\": {\n        \"created_at\": \"string\",\n        \"updated_at\": \"string\"\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0047e99f-1b7e-4f89-b54b-04f52f0aa379",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "orders",
                    ":orderID",
                    "transactions",
                    ":transactionID",
                    "cancel"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the order.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "orderID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the transaction to be canceled or voided.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "transactionID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"options\": {},\n    \"reason\": \"string\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"string\",\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"pxceXz@gEAAKWpycmCAhMmndxAswOjJ.tb\",\n        \"component_product_id\": \"a38afe03-18f8-5284-fb78-3cdc2df74828\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    },\n    {\n      \"status\": 1492,\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"QdQCF-Py6IsyK6B@mhxyIAvSRTxUCXHqwQMdfgvoQaxaODw.ye\",\n        \"component_product_id\": \"cb5bc694-19cf-ffba-cb0d-5bfaa9d08a1e\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Custom Discounts",
      "description": "With custom discounts, you can allow your shoppers to apply discounts from external services to their purchases. To apply custom discounts to carts and cart items, you need to set `custom_discounts_enabled` field to `true` in your [Cart Settings](/docs/api/carts/put-v-2-settings-cart).\n\nYou cannot add custom discounts to an empty cart.\n\n:::caution\n\n- You can apply up to five custom discounts to cart and cart item.\n- The stores that use [simple calculation method](/guides/How-To/Carts/calculate-totals) do not support custom discounts.\n\n:::\n",
      "item": [
        {
          "id": "e45b18da-d798-4972-be52-b7c7dca548ac",
          "name": "Bulk Add Custom Discounts to Cart",
          "request": {
            "name": "Bulk Add Custom Discounts to Cart",
            "description": {
              "content": "The default value for custom discounts on both the cart and cart items is set to 5 if this parameter is not configured in the store. To verify the custom discount limit value, call [Get all settings](/docs/api/settings/get-v-2-settings) endpoint.\n\nTo increase the custom discount value, contact [Elastic Path Support team](https://support.elasticpath.com/hc/en-us).\n\nCustom discounts cannot be combined with Elastic Path promotions. If the cart already contains Elastic Path promotions, remove them before adding custom discounts.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "carts",
                ":cartID",
                "custom-discounts"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "cartID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Specifies the system generated ID for the cart that the shopper created.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": [\n    {\n      \"amount\": 3951.382219517983,\n      \"description\": \"string\",\n      \"discount_code\": \"string\",\n      \"discount_engine\": \"string\",\n      \"external_id\": \"string\",\n      \"type\": \"string\",\n      \"id\": \"5b4ce6e3-28c2-7096-53cb-9193c3ae57cf\",\n      \"relationships\": {\n        \"item\": {\n          \"data\": {\n            \"type\": \"cart_item\",\n            \"id\": \"c2b48550-c2bb-9a08-37bc-d23bebe77308\"\n          }\n        }\n      }\n    },\n    {\n      \"amount\": 4787.262177417966,\n      \"description\": \"string\",\n      \"discount_code\": \"string\",\n      \"discount_engine\": \"string\",\n      \"external_id\": \"string\",\n      \"type\": \"string\",\n      \"id\": \"38db0cdb-f625-6d0b-0f0e-42ef34649159\",\n      \"relationships\": {\n        \"item\": {\n          \"data\": {\n            \"type\": \"custom_item\",\n            \"id\": \"4d84d0f7-208a-a395-fea1-9d2d52e85153\"\n          }\n        }\n      }\n    }\n  ],\n  \"options\": {\n    \"add_all_or_nothing\": true\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "19542763-b494-4708-b6b8-a767035cd756",
              "name": "201",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "custom-discounts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Specifies the system generated ID for the cart that the shopper created.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"amount\": 3951.382219517983,\n      \"description\": \"string\",\n      \"discount_code\": \"string\",\n      \"discount_engine\": \"string\",\n      \"external_id\": \"string\",\n      \"type\": \"string\",\n      \"id\": \"5b4ce6e3-28c2-7096-53cb-9193c3ae57cf\",\n      \"relationships\": {\n        \"item\": {\n          \"data\": {\n            \"type\": \"cart_item\",\n            \"id\": \"c2b48550-c2bb-9a08-37bc-d23bebe77308\"\n          }\n        }\n      }\n    },\n    {\n      \"amount\": 4787.262177417966,\n      \"description\": \"string\",\n      \"discount_code\": \"string\",\n      \"discount_engine\": \"string\",\n      \"external_id\": \"string\",\n      \"type\": \"string\",\n      \"id\": \"38db0cdb-f625-6d0b-0f0e-42ef34649159\",\n      \"relationships\": {\n        \"item\": {\n          \"data\": {\n            \"type\": \"custom_item\",\n            \"id\": \"4d84d0f7-208a-a395-fea1-9d2d52e85153\"\n          }\n        }\n      }\n    }\n  ],\n  \"options\": {\n    \"add_all_or_nothing\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"amount\": 4703.0887040034995,\n    \"description\": \"string\",\n    \"discount_code\": \"string\",\n    \"discount_engine\": \"string\",\n    \"external_id\": \"string\",\n    \"type\": \"string\",\n    \"id\": \"50c337b9-e801-753d-1542-d7a2e7247b6a\",\n    \"relationships\": {\n      \"item\": {\n        \"data\": {\n          \"id\": \"1756ff17-fc3c-1fda-2c90-b1984dbbb05a\",\n          \"type\": \"custom_item\"\n        }\n      }\n    }\n  },\n  \"errors\": [\n    {\n      \"status\": 7074,\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"HOyB2O18@BYMTvAFArRoZoONw.ovfx\",\n        \"component_product_id\": \"81f71093-b7d0-cda7-f00b-25bc8a43ee73\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    },\n    {\n      \"status\": \"string\",\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"Qtr9@kGNLaslfLDiLEsElGnDeUMjMs.pb\",\n        \"component_product_id\": \"138f8cf1-88c7-71e1-f122-0e1e04de38d4\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5ec86e4b-c28a-4c82-a648-a8dffc548acc",
              "name": "Could not apply custom discount",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "custom-discounts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Specifies the system generated ID for the cart that the shopper created.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"amount\": 3951.382219517983,\n      \"description\": \"string\",\n      \"discount_code\": \"string\",\n      \"discount_engine\": \"string\",\n      \"external_id\": \"string\",\n      \"type\": \"string\",\n      \"id\": \"5b4ce6e3-28c2-7096-53cb-9193c3ae57cf\",\n      \"relationships\": {\n        \"item\": {\n          \"data\": {\n            \"type\": \"cart_item\",\n            \"id\": \"c2b48550-c2bb-9a08-37bc-d23bebe77308\"\n          }\n        }\n      }\n    },\n    {\n      \"amount\": 4787.262177417966,\n      \"description\": \"string\",\n      \"discount_code\": \"string\",\n      \"discount_engine\": \"string\",\n      \"external_id\": \"string\",\n      \"type\": \"string\",\n      \"id\": \"38db0cdb-f625-6d0b-0f0e-42ef34649159\",\n      \"relationships\": {\n        \"item\": {\n          \"data\": {\n            \"type\": \"custom_item\",\n            \"id\": \"4d84d0f7-208a-a395-fea1-9d2d52e85153\"\n          }\n        }\n      }\n    }\n  ],\n  \"options\": {\n    \"add_all_or_nothing\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"Custom discounts not enabled for this cart\",\n      \"status\": 400,\n      \"title\": \"Bad Request\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "61294704-2c1e-4638-a497-0bdbb144ef8b",
              "name": "Could not apply custom discount",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "custom-discounts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Specifies the system generated ID for the cart that the shopper created.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"amount\": 3951.382219517983,\n      \"description\": \"string\",\n      \"discount_code\": \"string\",\n      \"discount_engine\": \"string\",\n      \"external_id\": \"string\",\n      \"type\": \"string\",\n      \"id\": \"5b4ce6e3-28c2-7096-53cb-9193c3ae57cf\",\n      \"relationships\": {\n        \"item\": {\n          \"data\": {\n            \"type\": \"cart_item\",\n            \"id\": \"c2b48550-c2bb-9a08-37bc-d23bebe77308\"\n          }\n        }\n      }\n    },\n    {\n      \"amount\": 4787.262177417966,\n      \"description\": \"string\",\n      \"discount_code\": \"string\",\n      \"discount_engine\": \"string\",\n      \"external_id\": \"string\",\n      \"type\": \"string\",\n      \"id\": \"38db0cdb-f625-6d0b-0f0e-42ef34649159\",\n      \"relationships\": {\n        \"item\": {\n          \"data\": {\n            \"type\": \"custom_item\",\n            \"id\": \"4d84d0f7-208a-a395-fea1-9d2d52e85153\"\n          }\n        }\n      }\n    }\n  ],\n  \"options\": {\n    \"add_all_or_nothing\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"Cannot exceed custom discount limit of (1) at the cart level.\",\n      \"status\": 422,\n      \"title\": \"Custom discount not added to cart\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3ea5d811-9ce7-4619-8d65-ba6bb47a881d",
          "name": "Bulk Delete Custom Discounts From Cart",
          "request": {
            "name": "Bulk Delete Custom Discounts From Cart",
            "description": {
              "content": "Use this endpoint to bulk delete custom discounts from cart.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "carts",
                ":cartID",
                "custom-discounts"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "cartID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Specifies the unique ID for the cart.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "55985ec6-c179-4d4d-b529-d7f055ed6b69",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "custom-discounts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Specifies the unique ID for the cart.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5d81fc0b-3283-4bed-bca3-699fe07e05b0",
          "name": "Update Custom Discount For Cart",
          "request": {
            "name": "Update Custom Discount For Cart",
            "description": {
              "content": "Use this endpoint to update a custom discount in your cart.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "carts",
                ":cartID",
                "custom-discounts",
                ":customdiscountID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "cartID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Specifies the unique ID for the cart.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "customdiscountID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Specifies the ID for the custom discount to be updated.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"amount\": {\n      \"amount\": 9091.614512201113,\n      \"currency\": \"string\",\n      \"formatted\": \"string\"\n    },\n    \"description\": \"string\",\n    \"discount_code\": \"string\",\n    \"discount_engine\": \"string\",\n    \"external_id\": \"string\",\n    \"type\": \"string\",\n    \"relationships\": {\n      \"item\": {\n        \"data\": {\n          \"id\": \"ae58118d-ad0f-7256-3fc3-b4ebbe7e6a4a\",\n          \"type\": \"custom_item\"\n        }\n      }\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "5f474f1c-3a93-411c-aa6c-305da45b63b9",
              "name": "200",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "custom-discounts",
                    ":customdiscountID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Specifies the unique ID for the cart.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Specifies the ID for the custom discount to be updated.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "customdiscountID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"amount\": {\n      \"amount\": 9091.614512201113,\n      \"currency\": \"string\",\n      \"formatted\": \"string\"\n    },\n    \"description\": \"string\",\n    \"discount_code\": \"string\",\n    \"discount_engine\": \"string\",\n    \"external_id\": \"string\",\n    \"type\": \"string\",\n    \"relationships\": {\n      \"item\": {\n        \"data\": {\n          \"id\": \"ae58118d-ad0f-7256-3fc3-b4ebbe7e6a4a\",\n          \"type\": \"custom_item\"\n        }\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"amount\": 574.8130407849384,\n    \"description\": \"string\",\n    \"discount_code\": \"string\",\n    \"discount_engine\": \"string\",\n    \"external_id\": \"string\",\n    \"type\": \"string\",\n    \"id\": \"fef2b704-d189-24e0-7f4f-bcb5645946be\",\n    \"relationships\": {\n      \"item\": {\n        \"data\": {\n          \"id\": \"cebdb78b-8dc6-2067-7173-81900c9f929f\",\n          \"type\": \"cart_item\"\n        }\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d3658918-5454-48de-8549-849b84930117",
          "name": "Delete Custom Discount From Cart",
          "request": {
            "name": "Delete Custom Discount From Cart",
            "description": {
              "content": "Use this endpoint to delete custom discount from cart.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "carts",
                ":cartID",
                "custom-discounts",
                ":customdiscountID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "cartID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Specifies the unique ID for the cart.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "customdiscountID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Specifies the ID for the custom discount to be deleted.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "e140be87-f162-413d-97c5-f0dc668d709c",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "custom-discounts",
                    ":customdiscountID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Specifies the unique ID for the cart.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Specifies the ID for the custom discount to be deleted.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "customdiscountID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "19b53af4-ce66-47e9-80e2-6c9c6eab4aaa",
          "name": "Add Custom Discount To Cart Item",
          "request": {
            "name": "Add Custom Discount To Cart Item",
            "description": {
              "content": "Use this endpoint to add a custom discount to cart item. Custom discounts cannot be combined with Elastic Path promotions. If the cart already contains Elastic Path promotions, remove them before adding custom discounts.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "carts",
                ":cartID",
                "items",
                ":cartitemID",
                "custom-discounts"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "cartID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Specifies the ID for the cart.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "cartitemID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Specifies the unique identifier for the cart item.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"amount\": 3751.312582779749,\n  \"description\": \"string\",\n  \"discount_code\": \"string\",\n  \"discount_engine\": \"string\",\n  \"external_id\": \"string\",\n  \"type\": \"string\",\n  \"id\": \"593f779c-6a1d-40d3-91ca-f4dfee93210c\",\n  \"relationships\": {\n    \"item\": {\n      \"data\": {\n        \"id\": \"3a010fb8-961a-8ee4-cb38-d809dec8a348\",\n        \"type\": \"cart_item\"\n      }\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "f22fe711-e6b7-480e-889f-d4f9d812a4ff",
              "name": "Successful request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "items",
                    ":cartitemID",
                    "custom-discounts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Specifies the ID for the cart.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Specifies the unique identifier for the cart item.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartitemID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"amount\": 3751.312582779749,\n  \"description\": \"string\",\n  \"discount_code\": \"string\",\n  \"discount_engine\": \"string\",\n  \"external_id\": \"string\",\n  \"type\": \"string\",\n  \"id\": \"593f779c-6a1d-40d3-91ca-f4dfee93210c\",\n  \"relationships\": {\n    \"item\": {\n      \"data\": {\n        \"id\": \"3a010fb8-961a-8ee4-cb38-d809dec8a348\",\n        \"type\": \"cart_item\"\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"amount\": 1704.87954069104,\n      \"description\": \"string\",\n      \"discount_code\": \"string\",\n      \"discount_engine\": \"string\",\n      \"external_id\": \"string\",\n      \"type\": \"string\",\n      \"id\": \"4f9ccede-7d18-8e2a-1edd-7b11631b15dc\",\n      \"relationships\": {\n        \"item\": {\n          \"data\": {\n            \"id\": \"81b31f7f-87ad-dd04-80f5-3120eadc0d6c\",\n            \"type\": \"custom_item\"\n          }\n        }\n      }\n    },\n    {\n      \"amount\": 6242.662226386844,\n      \"description\": \"string\",\n      \"discount_code\": \"string\",\n      \"discount_engine\": \"string\",\n      \"external_id\": \"string\",\n      \"type\": \"string\",\n      \"id\": \"dbc3fad2-6d79-a62e-b6c3-e8650b5eabe0\",\n      \"relationships\": {\n        \"item\": {\n          \"data\": {\n            \"id\": \"bbf199a1-c2a1-d7c0-fe20-0d048c42406b\",\n            \"type\": \"cart_item\"\n          }\n        }\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "89dbcdae-6d75-4175-867b-b2a3d7e718d9",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "items",
                    ":cartitemID",
                    "custom-discounts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Specifies the ID for the cart.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Specifies the unique identifier for the cart item.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartitemID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"amount\": 3751.312582779749,\n  \"description\": \"string\",\n  \"discount_code\": \"string\",\n  \"discount_engine\": \"string\",\n  \"external_id\": \"string\",\n  \"type\": \"string\",\n  \"id\": \"593f779c-6a1d-40d3-91ca-f4dfee93210c\",\n  \"relationships\": {\n    \"item\": {\n      \"data\": {\n        \"id\": \"3a010fb8-961a-8ee4-cb38-d809dec8a348\",\n        \"type\": \"cart_item\"\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"Custom discounts not enabled for this cart\",\n      \"status\": 400,\n      \"title\": \"Bad Request\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c8ced616-2182-4d3d-9cc9-50ad48c7a846",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "items",
                    ":cartitemID",
                    "custom-discounts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Specifies the ID for the cart.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Specifies the unique identifier for the cart item.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartitemID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"amount\": 3751.312582779749,\n  \"description\": \"string\",\n  \"discount_code\": \"string\",\n  \"discount_engine\": \"string\",\n  \"external_id\": \"string\",\n  \"type\": \"string\",\n  \"id\": \"593f779c-6a1d-40d3-91ca-f4dfee93210c\",\n  \"relationships\": {\n    \"item\": {\n      \"data\": {\n        \"id\": \"3a010fb8-961a-8ee4-cb38-d809dec8a348\",\n        \"type\": \"cart_item\"\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"Custom discount limit reached for this cart item\",\n      \"status\": 422,\n      \"title\": \"Limit Reached\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0f28294d-b630-454e-b242-41b5e345dda1",
          "name": "Update Custom Discount For Cart Item",
          "request": {
            "name": "Update Custom Discount For Cart Item",
            "description": {
              "content": "Use this endpoint to update a custom discount in your cart item.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "carts",
                ":cartID",
                "items",
                ":cartitemID",
                "custom-discounts",
                ":customdiscountID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "cartID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Specifies the ID for the cart.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "cartitemID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Specifies the ID for the cart item.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "customdiscountID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Specifies the ID for the custom discount to be updated.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"amount\": {\n      \"amount\": 9091.614512201113,\n      \"currency\": \"string\",\n      \"formatted\": \"string\"\n    },\n    \"description\": \"string\",\n    \"discount_code\": \"string\",\n    \"discount_engine\": \"string\",\n    \"external_id\": \"string\",\n    \"type\": \"string\",\n    \"relationships\": {\n      \"item\": {\n        \"data\": {\n          \"id\": \"ae58118d-ad0f-7256-3fc3-b4ebbe7e6a4a\",\n          \"type\": \"custom_item\"\n        }\n      }\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "a92a22f6-1851-460e-a6f0-5ec72102189a",
              "name": "200",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "items",
                    ":cartitemID",
                    "custom-discounts",
                    ":customdiscountID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Specifies the ID for the cart.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Specifies the ID for the cart item.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartitemID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Specifies the ID for the custom discount to be updated.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "customdiscountID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"amount\": {\n      \"amount\": 9091.614512201113,\n      \"currency\": \"string\",\n      \"formatted\": \"string\"\n    },\n    \"description\": \"string\",\n    \"discount_code\": \"string\",\n    \"discount_engine\": \"string\",\n    \"external_id\": \"string\",\n    \"type\": \"string\",\n    \"relationships\": {\n      \"item\": {\n        \"data\": {\n          \"id\": \"ae58118d-ad0f-7256-3fc3-b4ebbe7e6a4a\",\n          \"type\": \"custom_item\"\n        }\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"amount\": 574.8130407849384,\n    \"description\": \"string\",\n    \"discount_code\": \"string\",\n    \"discount_engine\": \"string\",\n    \"external_id\": \"string\",\n    \"type\": \"string\",\n    \"id\": \"fef2b704-d189-24e0-7f4f-bcb5645946be\",\n    \"relationships\": {\n      \"item\": {\n        \"data\": {\n          \"id\": \"cebdb78b-8dc6-2067-7173-81900c9f929f\",\n          \"type\": \"cart_item\"\n        }\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1b231cd3-bad5-48bb-b19b-fd380401768e",
          "name": "Delete Custom Discount From Cart Item",
          "request": {
            "name": "Delete Custom Discount From Cart Item",
            "description": {
              "content": "Use this endpoint to delete custom discount from cart item.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "carts",
                ":cartID",
                "items",
                ":cartitemID",
                "custom-discounts",
                ":customdiscountID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "cartID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Specifies the ID for the cart.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "cartitemID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Specifies the ID for the cart item.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "customdiscountID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Specifies the ID for the custom discount to be deleted.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "b7fe510b-7822-470c-b729-292fd4150fcb",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "items",
                    ":cartitemID",
                    "custom-discounts",
                    ":customdiscountID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Specifies the ID for the cart.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Specifies the ID for the cart item.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartitemID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Specifies the ID for the custom discount to be deleted.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "customdiscountID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Cart Settings",
      "description": "Use Cart Settings to configure cart behavior for your store, including cart expiry, custom discounts, rule promotions, deferred inventory checks, and cart visibility for admins.\n",
      "item": [
        {
          "id": "d998e1e4-a4bc-4d55-a8e7-a1638955ab74",
          "name": "Get Cart Settings",
          "request": {
            "name": "Get Cart Settings",
            "description": {
              "content": "Retrieves cart settings.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "settings",
                "cart"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "09a70f00-ae0a-4855-a3e8-4e9d8f877585",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "cart"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"settings\",\n    \"id\": \"15419118-44ce-5343-8ff6-574daf52bc6b\",\n    \"cart_expiry_days\": 25,\n    \"discounts\": {\n      \"custom_discounts_enabled\": false,\n      \"use_rule_promotions\": false\n    },\n    \"inventories\": {\n      \"defer_inventory_check\": false\n    },\n    \"items\": {\n      \"separate_items_by_location\": false\n    },\n    \"show_all_carts\": true\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "db6eb98a-3555-4c58-a630-d9b7c444361f",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "cart"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"string\",\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"pxceXz@gEAAKWpycmCAhMmndxAswOjJ.tb\",\n        \"component_product_id\": \"a38afe03-18f8-5284-fb78-3cdc2df74828\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    },\n    {\n      \"status\": 1492,\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"QdQCF-Py6IsyK6B@mhxyIAvSRTxUCXHqwQMdfgvoQaxaODw.ye\",\n        \"component_product_id\": \"cb5bc694-19cf-ffba-cb0d-5bfaa9d08a1e\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "10b536da-636e-4287-855c-cc449dbd856a",
          "name": "Update Cart Settings",
          "request": {
            "name": "Update Cart Settings",
            "description": {
              "content": "You can modify the cart expiry settings to set it to any number of days up to 365. Any existing carts default to the expiry of 7 days. To update cart settings in Commerce Manager, see [Updating Cart setting](/docs/commerce-manager/settings/general-settings#updating-cart-settings).\n\nWith update cart settings endpoint, you can:\n\n- Enable or disable custom discounts by setting the `custom_discounts_enabled` field to `true`. This allows you to activate your custom discounts from external services. By default, this setting is determined by the cart settings configured for the store.\n- Enable or disable the use of rule promotions within the cart. You can apply this setting either at the store level using the update cart setting endpoint or individually to a specific cart using the [update a cart](/docs/api/carts/update-a-cart) endpoint.\n- Enable or disable deferred inventory checks by setting `defer_inventory_check` to `true`. When set, stock levels are not verified for products in a cart until checkout.\n- Control whether admins can see all carts or only shopper-associated carts by setting `show_all_carts` to `true` or `false`.\n- Enable or disable location-based item separation by setting `separate_items_by_location` to `true`. When enabled, cart items with the same SKU but different locations are kept as separate line items instead of being merged.\n\n:::note\n\nCustom discounts and rule promotions can both be enabled for a store at the same time, for example, while transitioning from one promotion system to the other. However, an individual cart can only contain one type of discount at a time. A cart that contains custom discounts rejects Elastic Path promotions, and a cart that contains Elastic Path promotions rejects custom discounts, until the existing discounts are removed.\n\n:::",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "settings",
                "cart"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"settings\",\n    \"cart_expiry_days\": 25,\n    \"discounts\": {\n      \"custom_discounts_enabled\": false,\n      \"use_rule_promotions\": false\n    },\n    \"inventories\": {\n      \"defer_inventory_check\": false\n    },\n    \"items\": {\n      \"separate_items_by_location\": false\n    },\n    \"show_all_carts\": true\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "2a0ff376-e367-4eea-b819-7414f8d40012",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "cart"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"settings\",\n    \"cart_expiry_days\": 25,\n    \"discounts\": {\n      \"custom_discounts_enabled\": false,\n      \"use_rule_promotions\": false\n    },\n    \"inventories\": {\n      \"defer_inventory_check\": false\n    },\n    \"items\": {\n      \"separate_items_by_location\": false\n    },\n    \"show_all_carts\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"settings\",\n    \"id\": \"15419118-44ce-5343-8ff6-574daf52bc6b\",\n    \"cart_expiry_days\": 25,\n    \"discounts\": {\n      \"custom_discounts_enabled\": false,\n      \"use_rule_promotions\": false\n    },\n    \"inventories\": {\n      \"defer_inventory_check\": false\n    },\n    \"items\": {\n      \"separate_items_by_location\": false\n    },\n    \"show_all_carts\": true\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d4df3628-9479-4ae8-96e0-10c36ddf2fd0",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "cart"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"settings\",\n    \"cart_expiry_days\": 25,\n    \"discounts\": {\n      \"custom_discounts_enabled\": false,\n      \"use_rule_promotions\": false\n    },\n    \"inventories\": {\n      \"defer_inventory_check\": false\n    },\n    \"items\": {\n      \"separate_items_by_location\": false\n    },\n    \"show_all_carts\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"string\",\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"pxceXz@gEAAKWpycmCAhMmndxAswOjJ.tb\",\n        \"component_product_id\": \"a38afe03-18f8-5284-fb78-3cdc2df74828\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    },\n    {\n      \"status\": 1492,\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"QdQCF-Py6IsyK6B@mhxyIAvSRTxUCXHqwQMdfgvoQaxaODw.ye\",\n        \"component_product_id\": \"cb5bc694-19cf-ffba-cb0d-5bfaa9d08a1e\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "88c9ab33-d759-4c51-8191-44c1072bd09b",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "cart"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"settings\",\n    \"cart_expiry_days\": 25,\n    \"discounts\": {\n      \"custom_discounts_enabled\": false,\n      \"use_rule_promotions\": false\n    },\n    \"inventories\": {\n      \"defer_inventory_check\": false\n    },\n    \"items\": {\n      \"separate_items_by_location\": false\n    },\n    \"show_all_carts\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"string\",\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"pxceXz@gEAAKWpycmCAhMmndxAswOjJ.tb\",\n        \"component_product_id\": \"a38afe03-18f8-5284-fb78-3cdc2df74828\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    },\n    {\n      \"status\": 1492,\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"QdQCF-Py6IsyK6B@mhxyIAvSRTxUCXHqwQMdfgvoQaxaODw.ye\",\n        \"component_product_id\": \"cb5bc694-19cf-ffba-cb0d-5bfaa9d08a1e\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5d1de483-6f28-4b07-a7ae-37db84c83100",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "cart"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"settings\",\n    \"cart_expiry_days\": 25,\n    \"discounts\": {\n      \"custom_discounts_enabled\": false,\n      \"use_rule_promotions\": false\n    },\n    \"inventories\": {\n      \"defer_inventory_check\": false\n    },\n    \"items\": {\n      \"separate_items_by_location\": false\n    },\n    \"show_all_carts\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"string\",\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"pxceXz@gEAAKWpycmCAhMmndxAswOjJ.tb\",\n        \"component_product_id\": \"a38afe03-18f8-5284-fb78-3cdc2df74828\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    },\n    {\n      \"status\": 1492,\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"QdQCF-Py6IsyK6B@mhxyIAvSRTxUCXHqwQMdfgvoQaxaODw.ye\",\n        \"component_product_id\": \"cb5bc694-19cf-ffba-cb0d-5bfaa9d08a1e\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c0d0742a-270f-4470-930e-e766a11b7cc4",
          "name": "Get Cart Settings by Store ID",
          "request": {
            "name": "Get Cart Settings by Store ID",
            "description": {
              "content": "Retrieves cart settings for the specified store.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "settings",
                "cart",
                ":storeID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "storeID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The store ID.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "f5091fbe-4839-4c65-83ed-387a4dd984ff",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "cart",
                    ":storeID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The store ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "storeID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"settings\",\n    \"id\": \"15419118-44ce-5343-8ff6-574daf52bc6b\",\n    \"cart_expiry_days\": 25,\n    \"discounts\": {\n      \"custom_discounts_enabled\": false,\n      \"use_rule_promotions\": false\n    },\n    \"inventories\": {\n      \"defer_inventory_check\": false\n    },\n    \"items\": {\n      \"separate_items_by_location\": false\n    },\n    \"show_all_carts\": true\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "67d67b36-0e23-40d7-ba37-ef189462996a",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "cart",
                    ":storeID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The store ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "storeID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"string\",\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"pxceXz@gEAAKWpycmCAhMmndxAswOjJ.tb\",\n        \"component_product_id\": \"a38afe03-18f8-5284-fb78-3cdc2df74828\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    },\n    {\n      \"status\": 1492,\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"QdQCF-Py6IsyK6B@mhxyIAvSRTxUCXHqwQMdfgvoQaxaODw.ye\",\n        \"component_product_id\": \"cb5bc694-19cf-ffba-cb0d-5bfaa9d08a1e\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6492d147-703a-4522-b2eb-806c42819aa1",
          "name": "Update Cart Settings by Store ID",
          "request": {
            "name": "Update Cart Settings by Store ID",
            "description": {
              "content": "You can modify the cart expiry settings to set it to any number of days up to 365. Any existing carts default to the expiry of 7 days. To update cart settings in Commerce Manager, see [Updating Cart setting](/docs/commerce-manager/settings/general-settings#updating-cart-settings).\n\nWith update cart settings endpoint, you can:\n\n- Enable or disable custom discounts by setting the `custom_discounts_enabled` field to `true`. This allows you to activate your custom discounts from external services. By default, this setting is determined by the cart settings configured for the store.\n- Enable or disable the use of rule promotions within the cart. You can apply this setting either at the store level using the update cart setting endpoint or individually to a specific cart using the [update a cart](/docs/api/carts/update-a-cart) endpoint.\n- Enable or disable deferred inventory checks by setting `defer_inventory_check` to `true`. When set, stock levels are not verified for products in a cart until checkout.\n- Control whether admins can see all carts or only shopper-associated carts by setting `show_all_carts` to `true` or `false`.\n- Enable or disable location-based item separation by setting `separate_items_by_location` to `true`. When enabled, cart items with the same SKU but different locations are kept as separate line items instead of being merged.\n\n:::note\n\nCustom discounts and rule promotions can both be enabled for a store at the same time, for example, while transitioning from one promotion system to the other. However, an individual cart can only contain one type of discount at a time. A cart that contains custom discounts rejects Elastic Path promotions, and a cart that contains Elastic Path promotions rejects custom discounts, until the existing discounts are removed.\n\n:::",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "settings",
                "cart",
                ":storeID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "storeID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The store ID.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"settings\",\n    \"cart_expiry_days\": 25,\n    \"discounts\": {\n      \"custom_discounts_enabled\": false,\n      \"use_rule_promotions\": false\n    },\n    \"inventories\": {\n      \"defer_inventory_check\": false\n    },\n    \"items\": {\n      \"separate_items_by_location\": false\n    },\n    \"show_all_carts\": true\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "e1aea45a-05cb-4749-8680-b51ce1a4bb9c",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "cart",
                    ":storeID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The store ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "storeID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"settings\",\n    \"cart_expiry_days\": 25,\n    \"discounts\": {\n      \"custom_discounts_enabled\": false,\n      \"use_rule_promotions\": false\n    },\n    \"inventories\": {\n      \"defer_inventory_check\": false\n    },\n    \"items\": {\n      \"separate_items_by_location\": false\n    },\n    \"show_all_carts\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"settings\",\n    \"id\": \"15419118-44ce-5343-8ff6-574daf52bc6b\",\n    \"cart_expiry_days\": 25,\n    \"discounts\": {\n      \"custom_discounts_enabled\": false,\n      \"use_rule_promotions\": false\n    },\n    \"inventories\": {\n      \"defer_inventory_check\": false\n    },\n    \"items\": {\n      \"separate_items_by_location\": false\n    },\n    \"show_all_carts\": true\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c18e7f41-2a3a-4f2c-9931-63f94e4fe60a",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "cart",
                    ":storeID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The store ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "storeID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"settings\",\n    \"cart_expiry_days\": 25,\n    \"discounts\": {\n      \"custom_discounts_enabled\": false,\n      \"use_rule_promotions\": false\n    },\n    \"inventories\": {\n      \"defer_inventory_check\": false\n    },\n    \"items\": {\n      \"separate_items_by_location\": false\n    },\n    \"show_all_carts\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"string\",\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"pxceXz@gEAAKWpycmCAhMmndxAswOjJ.tb\",\n        \"component_product_id\": \"a38afe03-18f8-5284-fb78-3cdc2df74828\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    },\n    {\n      \"status\": 1492,\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"QdQCF-Py6IsyK6B@mhxyIAvSRTxUCXHqwQMdfgvoQaxaODw.ye\",\n        \"component_product_id\": \"cb5bc694-19cf-ffba-cb0d-5bfaa9d08a1e\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cdeca36c-a258-49ad-a950-f1ab3f9922ff",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "cart",
                    ":storeID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The store ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "storeID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"settings\",\n    \"cart_expiry_days\": 25,\n    \"discounts\": {\n      \"custom_discounts_enabled\": false,\n      \"use_rule_promotions\": false\n    },\n    \"inventories\": {\n      \"defer_inventory_check\": false\n    },\n    \"items\": {\n      \"separate_items_by_location\": false\n    },\n    \"show_all_carts\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"string\",\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"pxceXz@gEAAKWpycmCAhMmndxAswOjJ.tb\",\n        \"component_product_id\": \"a38afe03-18f8-5284-fb78-3cdc2df74828\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    },\n    {\n      \"status\": 1492,\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"QdQCF-Py6IsyK6B@mhxyIAvSRTxUCXHqwQMdfgvoQaxaODw.ye\",\n        \"component_product_id\": \"cb5bc694-19cf-ffba-cb0d-5bfaa9d08a1e\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f6756d58-cc60-4cfd-bb7b-72a3b9bcb997",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "cart",
                    ":storeID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The store ID.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "storeID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"settings\",\n    \"cart_expiry_days\": 25,\n    \"discounts\": {\n      \"custom_discounts_enabled\": false,\n      \"use_rule_promotions\": false\n    },\n    \"inventories\": {\n      \"defer_inventory_check\": false\n    },\n    \"items\": {\n      \"separate_items_by_location\": false\n    },\n    \"show_all_carts\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"string\",\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"pxceXz@gEAAKWpycmCAhMmndxAswOjJ.tb\",\n        \"component_product_id\": \"a38afe03-18f8-5284-fb78-3cdc2df74828\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    },\n    {\n      \"status\": 1492,\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"QdQCF-Py6IsyK6B@mhxyIAvSRTxUCXHqwQMdfgvoQaxaODw.ye\",\n        \"component_product_id\": \"cb5bc694-19cf-ffba-cb0d-5bfaa9d08a1e\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Tax Items",
      "description": "Taxes differ by country and can differ within the country by region, state, or province. Each jurisdiction has a unique tax code and rate. If your store serves many jurisdictions, integrate a third-party tax generator to manage taxes. If your store serves a few jurisdictions, you can use the API to define the tax codes and rates in Composable Commerce.\n\nTaxes are calculated after all promotional discounts have been applied. When calculating taxes on a cart or order, you can choose from the following methods for calculating taxes:\n\n  - Simple calculation method: Taxes are calculated at the unit level and are rounded to the nearest penny for the unit.\n  - Line calculation method: Default. Taxes are calculated at the line level and are rounded to the nearest penny for the line.\n    For more information about calculation methods, see [Calculate cart and order totals](/guides/How-To/Carts/calculate-totals).\n\nTax values can be either `rate` or `amount`.\n  - `rate` - Represents the tax as a percentage in decimal form.\n  - `amount` - Represents a tax amount.\n\n:::note\nTax items can be added and removed using [client_credentials access tokens](/docs/api/authentication/create-an-access-token). Only administrators with `client-credentials` access tokens are able to manage tax items.\n:::\n",
      "item": [
        {
          "id": "28bfa98e-7008-4b78-804e-87bcd0a1e8b1",
          "name": "Add Tax Item to Cart",
          "request": {
            "name": "Add Tax Item to Cart",
            "description": {
              "content": "\nUse this endpoint to add a tax item to a cart.\n\n:::note\n\nThere is a soft limit of 5 unique tax items per cart item at any one time.\n\n:::\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "carts",
                ":cartID",
                "items",
                ":cartitemID",
                "taxes"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "cartID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the cart.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "cartitemID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the cart item.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"tax_item\",\n    \"code\": \"VAT\",\n    \"jurisdiction\": \"UK\",\n    \"name\": \"Value Added Tax\",\n    \"rate\": 0.2\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "1d92c149-dc4f-458c-acb9-5db362d0efee",
              "name": "Rate-based tax item",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "items",
                    ":cartitemID",
                    "taxes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the cart.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the cart item.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartitemID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"tax_item\",\n    \"code\": \"VAT\",\n    \"jurisdiction\": \"UK\",\n    \"name\": \"Value Added Tax\",\n    \"rate\": 0.2\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"662461ad-ddcb-4dbd-8ed7-ade9aa63b5f9\",\n    \"type\": \"tax_item\",\n    \"code\": \"VAT\",\n    \"jurisdiction\": \"UK\",\n    \"name\": \"Value Added Tax\",\n    \"rate\": 0.2\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f20e0efa-6bf8-4544-a927-863fe9d07ed1",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "items",
                    ":cartitemID",
                    "taxes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the cart.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the cart item.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartitemID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"tax_item\",\n    \"code\": \"VAT\",\n    \"jurisdiction\": \"UK\",\n    \"name\": \"Value Added Tax\",\n    \"rate\": 0.2\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"3f3b5e26-7e7e-4d2d-a3a7-5e9b1f72fabc\",\n    \"type\": \"tax_item\",\n    \"code\": \"GST\",\n    \"jurisdiction\": \"AU\",\n    \"name\": \"Goods and Services Tax\",\n    \"amount\": 1000\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3279abe3-608a-4d66-804f-e80c7484a166",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "items",
                    ":cartitemID",
                    "taxes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the cart.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the cart item.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartitemID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"tax_item\",\n    \"code\": \"VAT\",\n    \"jurisdiction\": \"UK\",\n    \"name\": \"Value Added Tax\",\n    \"rate\": 0.2\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"string\",\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"pxceXz@gEAAKWpycmCAhMmndxAswOjJ.tb\",\n        \"component_product_id\": \"a38afe03-18f8-5284-fb78-3cdc2df74828\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    },\n    {\n      \"status\": 1492,\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"QdQCF-Py6IsyK6B@mhxyIAvSRTxUCXHqwQMdfgvoQaxaODw.ye\",\n        \"component_product_id\": \"cb5bc694-19cf-ffba-cb0d-5bfaa9d08a1e\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "503bbf40-6730-4513-ba75-daa26380d801",
          "name": "Add Tax Item to Bundle Component",
          "request": {
            "name": "Add Tax Item to Bundle Component",
            "description": {
              "content": "\nUse this endpoint to add a tax item to a specific bundle component (component product) within a cart item.\n\n:::note\n\nThere is a soft limit of 5 unique tax items per component product at any one time.\n\n:::\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "carts",
                ":cartID",
                "items",
                ":cartitemID",
                "components",
                ":productID",
                "taxes"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "cartID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the cart.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "cartitemID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the cart item.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "productID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the component product within the bundle.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"tax_item\",\n    \"code\": \"VAT\",\n    \"jurisdiction\": \"UK\",\n    \"name\": \"Value Added Tax\",\n    \"rate\": 0.2\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "3ffcada9-7f14-425c-aac5-31fd4c0812b2",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "items",
                    ":cartitemID",
                    "components",
                    ":productID",
                    "taxes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the cart.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the cart item.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartitemID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the component product within the bundle.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"tax_item\",\n    \"code\": \"VAT\",\n    \"jurisdiction\": \"UK\",\n    \"name\": \"Value Added Tax\",\n    \"rate\": 0.2\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"4f4e6d37-8c8c-4a1a-b8a3-6cd2efab12de\",\n    \"type\": \"tax_item\",\n    \"code\": \"VAT\",\n    \"jurisdiction\": \"UK\",\n    \"name\": \"Value Added Tax\",\n    \"rate\": 0.2\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3f4fcd9d-2d74-479d-88fc-bfab2c99b9cb",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "items",
                    ":cartitemID",
                    "components",
                    ":productID",
                    "taxes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the cart.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the cart item.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartitemID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the component product within the bundle.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"tax_item\",\n    \"code\": \"VAT\",\n    \"jurisdiction\": \"UK\",\n    \"name\": \"Value Added Tax\",\n    \"rate\": 0.2\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"string\",\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"pxceXz@gEAAKWpycmCAhMmndxAswOjJ.tb\",\n        \"component_product_id\": \"a38afe03-18f8-5284-fb78-3cdc2df74828\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    },\n    {\n      \"status\": 1492,\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"QdQCF-Py6IsyK6B@mhxyIAvSRTxUCXHqwQMdfgvoQaxaODw.ye\",\n        \"component_product_id\": \"cb5bc694-19cf-ffba-cb0d-5bfaa9d08a1e\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f4d62147-69c4-4f7f-b72d-1f73a55a1945",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "items",
                    ":cartitemID",
                    "components",
                    ":productID",
                    "taxes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the cart.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the cart item.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartitemID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the component product within the bundle.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"tax_item\",\n    \"code\": \"VAT\",\n    \"jurisdiction\": \"UK\",\n    \"name\": \"Value Added Tax\",\n    \"rate\": 0.2\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"string\",\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"pxceXz@gEAAKWpycmCAhMmndxAswOjJ.tb\",\n        \"component_product_id\": \"a38afe03-18f8-5284-fb78-3cdc2df74828\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    },\n    {\n      \"status\": 1492,\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"QdQCF-Py6IsyK6B@mhxyIAvSRTxUCXHqwQMdfgvoQaxaODw.ye\",\n        \"component_product_id\": \"cb5bc694-19cf-ffba-cb0d-5bfaa9d08a1e\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d8a2d18f-6eab-48dc-9ecd-e883bbd27212",
              "name": "Unprocessable Entity",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "items",
                    ":cartitemID",
                    "components",
                    ":productID",
                    "taxes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the cart.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the cart item.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartitemID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the component product within the bundle.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"tax_item\",\n    \"code\": \"VAT\",\n    \"jurisdiction\": \"UK\",\n    \"name\": \"Value Added Tax\",\n    \"rate\": 0.2\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"string\",\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"pxceXz@gEAAKWpycmCAhMmndxAswOjJ.tb\",\n        \"component_product_id\": \"a38afe03-18f8-5284-fb78-3cdc2df74828\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    },\n    {\n      \"status\": 1492,\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"QdQCF-Py6IsyK6B@mhxyIAvSRTxUCXHqwQMdfgvoQaxaODw.ye\",\n        \"component_product_id\": \"cb5bc694-19cf-ffba-cb0d-5bfaa9d08a1e\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "965ec798-dbc2-478a-972a-ba7ce7eee007",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "items",
                    ":cartitemID",
                    "components",
                    ":productID",
                    "taxes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the cart.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the cart item.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartitemID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the component product within the bundle.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"tax_item\",\n    \"code\": \"VAT\",\n    \"jurisdiction\": \"UK\",\n    \"name\": \"Value Added Tax\",\n    \"rate\": 0.2\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"string\",\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"pxceXz@gEAAKWpycmCAhMmndxAswOjJ.tb\",\n        \"component_product_id\": \"a38afe03-18f8-5284-fb78-3cdc2df74828\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    },\n    {\n      \"status\": 1492,\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"QdQCF-Py6IsyK6B@mhxyIAvSRTxUCXHqwQMdfgvoQaxaODw.ye\",\n        \"component_product_id\": \"cb5bc694-19cf-ffba-cb0d-5bfaa9d08a1e\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e67fc2e0-3ee9-4bcb-975e-ee1a96c44358",
          "name": "Update Tax Item on Bundle Component",
          "request": {
            "name": "Update Tax Item on Bundle Component",
            "description": {
              "content": "Use this endpoint to update a tax item on a specific bundle component (component product) within a cart item. To change tax value from `rate` to `amount`, set `rate` to `null`, then set `amount` value and vice versa.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "carts",
                ":cartID",
                "items",
                ":cartitemID",
                "components",
                ":productID",
                "taxes",
                ":taxitemID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "cartID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the cart.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "cartitemID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the cart item.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "productID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the component product within the bundle.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "taxitemID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the tax item on the component product.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"tax_item\",\n    \"code\": \"VAT\",\n    \"jurisdiction\": \"UK\",\n    \"name\": \"Value Added Tax\",\n    \"rate\": 0.18\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "433733fe-45b9-487e-a2d1-cabe79f11cb0",
              "name": "Updated bundle component tax item (amount)",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "items",
                    ":cartitemID",
                    "components",
                    ":productID",
                    "taxes",
                    ":taxitemID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the cart.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the cart item.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartitemID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the component product within the bundle.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "productID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the tax item on the component product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "taxitemID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"tax_item\",\n    \"code\": \"VAT\",\n    \"jurisdiction\": \"UK\",\n    \"name\": \"Value Added Tax\",\n    \"rate\": 0.18\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"7aa2ddad-2c5b-4d9b-9ce9-3e8cff778a10\",\n    \"type\": \"tax_item\",\n    \"code\": \"GST\",\n    \"jurisdiction\": \"AU\",\n    \"name\": \"Goods and Services Tax\",\n    \"amount\": 1200\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "10a3e8ec-d1c5-4751-9dfc-453752755fea",
          "name": "Delete Tax Item from Bundle Component",
          "request": {
            "name": "Delete Tax Item from Bundle Component",
            "description": {
              "content": "\nUse this endpoint to delete a tax item from a specific bundle component (component product) within a cart item.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "carts",
                ":cartID",
                "items",
                ":cartitemID",
                "components",
                ":productID",
                "taxes",
                ":taxitemID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "cartID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the cart.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "cartitemID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the cart item.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "productID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the component product within the bundle.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "taxitemID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the tax item on the component product.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "2d539d4b-d28e-4b1b-b8f6-55b0561f8dd8",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "items",
                    ":cartitemID",
                    "components",
                    ":productID",
                    "taxes",
                    ":taxitemID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the cart.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the cart item.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartitemID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the component product within the bundle.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "productID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the tax item on the component product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "taxitemID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "0a777a89-de7d-44b3-b607-814d52a5374e",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "items",
                    ":cartitemID",
                    "components",
                    ":productID",
                    "taxes",
                    ":taxitemID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the cart.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the cart item.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartitemID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the component product within the bundle.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "productID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the tax item on the component product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "taxitemID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"string\",\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"pxceXz@gEAAKWpycmCAhMmndxAswOjJ.tb\",\n        \"component_product_id\": \"a38afe03-18f8-5284-fb78-3cdc2df74828\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    },\n    {\n      \"status\": 1492,\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"QdQCF-Py6IsyK6B@mhxyIAvSRTxUCXHqwQMdfgvoQaxaODw.ye\",\n        \"component_product_id\": \"cb5bc694-19cf-ffba-cb0d-5bfaa9d08a1e\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8a823365-6b62-4660-a6ab-e9e212d77a44",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "items",
                    ":cartitemID",
                    "components",
                    ":productID",
                    "taxes",
                    ":taxitemID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the cart.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the cart item.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartitemID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the component product within the bundle.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "productID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the tax item on the component product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "taxitemID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"string\",\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"pxceXz@gEAAKWpycmCAhMmndxAswOjJ.tb\",\n        \"component_product_id\": \"a38afe03-18f8-5284-fb78-3cdc2df74828\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    },\n    {\n      \"status\": 1492,\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"QdQCF-Py6IsyK6B@mhxyIAvSRTxUCXHqwQMdfgvoQaxaODw.ye\",\n        \"component_product_id\": \"cb5bc694-19cf-ffba-cb0d-5bfaa9d08a1e\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6ece9c5c-1790-47c3-95d0-88cff2d83b13",
          "name": "Bulk Add Tax Items to Cart",
          "request": {
            "name": "Bulk Add Tax Items to Cart",
            "description": {
              "content": "Use this endpoint to bulk add tax items to cart items and bundle component products.\n\n:::note\n\nA cart item can only have a maximum of five tax items.\nA bundle component product can only have a maximum of five tax items.\n\n:::\n\n### Bundle Component Taxes\n\nTo add tax items to bundle component products, include a `meta` object with `component_product_id` in each tax item:\n\n```json\n{\n  \"data\": [\n    {\n      \"type\": \"tax_item\",\n      \"code\": \"GST\",\n      \"name\": \"Goods and Services Tax\",\n      \"rate\": 0.1,\n      \"meta\": {\n        \"component_product_id\": \"12345678-1234-5678-9012-123456789012\"\n      },\n      \"relationships\": {\n        \"item\": {\n          \"data\": {\n            \"type\": \"cart_item\",\n            \"id\": \"cart-item-id\"\n          }\n        }\n      }\n    }\n  ]\n}\n```\n\n### Errors\n\n\n`422 Unprocessable Entity`\n\n\nIn this example, when `options.add_all_or_nothing` is set to `true` and if\none of cart items is not found or has reached its maximum tax item limit,\nthe following error response is returned:\n\n\n```json\n\n{\n            \"status\": 422,\n            \"title\": \"Add all or nothing.\",\n            \"detail\": \"Add all or nothing set to (true). Could not bulk add tax items to cart.\"\n        }\n\n```\n\n\nIn this example, if you add more than five tax items to the same cart item,\nthe following error response is returned:\n\n\n```json\n\n{\n            \"status\": 422,\n            \"title\": \"Tax item not added to cart item.\",\n            \"detail\": \"Cannot exceed tax item limit of (5) on cart item.\",\n            \"meta\": {\n                \"id\": \"f88e6370-cb35-40b2-a998-c759f31dec0a\"\n            }\n        }\n```\n\n\n`404`\n\n\nIn this example, if there is a mismatch between `cart_item`/`custom_item`\nand the `relationships.item.data.type` specified in the bulk add tax item,\nthe following error response is returned:\n\n\n```json\n\n{\n    \"data\": [],\n    \"errors\": [\n        {\n            \"status\": 404,\n            \"title\": \"Tax item not added to cart item.\",\n            \"detail\": \"Mismatch between bulk tax item type(cart_item) and cart item type(custom_item).\",\n            \"meta\": {\n                \"id\": \"56aab5d1-1dd4-45ed-88ed-4d0cc396b62d\"\n            }\n        },\n        {\n            \"status\": 404,\n            \"title\": \"Tax item not added to cart item.\",\n            \"detail\": \"Mismatch between bulk tax item type(cart_item) and cart item type(custom_item).\",\n            \"meta\": {\n                \"id\": \"56aab5d1-1dd4-45ed-88ed-4d0cc396b62d\"\n            }\n        }\n    ]\n}\n\n```\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "carts",
                ":cartID",
                "taxes"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "cartID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the cart.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": [\n    {\n      \"type\": \"tax_item\",\n      \"code\": \"VAT\",\n      \"name\": \"Value Added Tax\",\n      \"jurisdiction\": \"UK\",\n      \"rate\": 0.2,\n      \"relationships\": {\n        \"item\": {\n          \"data\": {\n            \"type\": \"cart_item\",\n            \"id\": \"5601a4b1-9d13-42d3-8fb7-03b35169d1b6\"\n          }\n        }\n      }\n    }\n  ],\n  \"options\": {\n    \"add_all_or_nothing\": false\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "b006bac4-e924-410d-b4e3-9cc90f373d86",
              "name": "Bulk add response with generated IDs (rate)",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "taxes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the cart.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"type\": \"tax_item\",\n      \"code\": \"VAT\",\n      \"name\": \"Value Added Tax\",\n      \"jurisdiction\": \"UK\",\n      \"rate\": 0.2,\n      \"relationships\": {\n        \"item\": {\n          \"data\": {\n            \"type\": \"cart_item\",\n            \"id\": \"5601a4b1-9d13-42d3-8fb7-03b35169d1b6\"\n          }\n        }\n      }\n    }\n  ],\n  \"options\": {\n    \"add_all_or_nothing\": false\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"98c2b4de-7f33-4b3a-8f2e-8c1b2a3d4e5f\",\n      \"type\": \"tax_item\",\n      \"code\": \"VAT\",\n      \"name\": \"Value Added Tax\",\n      \"jurisdiction\": \"UK\",\n      \"rate\": 0.2,\n      \"relationships\": {\n        \"item\": {\n          \"data\": {\n            \"type\": \"cart_item\",\n            \"id\": \"5601a4b1-9d13-42d3-8fb7-03b35169d1b6\"\n          }\n        }\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "93e183d9-d05d-4f66-86c0-5896990f812a",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "taxes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the cart.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"type\": \"tax_item\",\n      \"code\": \"VAT\",\n      \"name\": \"Value Added Tax\",\n      \"jurisdiction\": \"UK\",\n      \"rate\": 0.2,\n      \"relationships\": {\n        \"item\": {\n          \"data\": {\n            \"type\": \"cart_item\",\n            \"id\": \"5601a4b1-9d13-42d3-8fb7-03b35169d1b6\"\n          }\n        }\n      }\n    }\n  ],\n  \"options\": {\n    \"add_all_or_nothing\": false\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"2b3c4d5e-6f70-4a8b-9c0d-1e2f3a4b5c6d\",\n      \"type\": \"tax_item\",\n      \"code\": \"GST\",\n      \"name\": \"Goods and Services Tax\",\n      \"jurisdiction\": \"AU\",\n      \"amount\": 1000,\n      \"relationships\": {\n        \"item\": {\n          \"data\": {\n            \"type\": \"cart_item\",\n            \"id\": \"1a2b3c4d-5e6f-7a8b-9c0d-abcdefabcdef\"\n          }\n        }\n      }\n    },\n    {\n      \"id\": \"5e4d3c2b-1a0f-4b8a-9c0d-7f6e5d4c3b2a\",\n      \"type\": \"tax_item\",\n      \"code\": \"PST\",\n      \"name\": \"Provincial Sales Tax\",\n      \"jurisdiction\": \"CA-BC\",\n      \"amount\": 250,\n      \"relationships\": {\n        \"item\": {\n          \"data\": {\n            \"type\": \"custom_item\",\n            \"id\": \"9f8e7d6c-5b4a-3210-fedc-ba9876543210\"\n          }\n        }\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ff582e8f-7b16-44b7-9a88-6c917654faae",
              "name": "Unprocessable Entity",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "taxes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the cart.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"type\": \"tax_item\",\n      \"code\": \"VAT\",\n      \"name\": \"Value Added Tax\",\n      \"jurisdiction\": \"UK\",\n      \"rate\": 0.2,\n      \"relationships\": {\n        \"item\": {\n          \"data\": {\n            \"type\": \"cart_item\",\n            \"id\": \"5601a4b1-9d13-42d3-8fb7-03b35169d1b6\"\n          }\n        }\n      }\n    }\n  ],\n  \"options\": {\n    \"add_all_or_nothing\": false\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"string\",\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"pxceXz@gEAAKWpycmCAhMmndxAswOjJ.tb\",\n        \"component_product_id\": \"a38afe03-18f8-5284-fb78-3cdc2df74828\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    },\n    {\n      \"status\": 1492,\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"QdQCF-Py6IsyK6B@mhxyIAvSRTxUCXHqwQMdfgvoQaxaODw.ye\",\n        \"component_product_id\": \"cb5bc694-19cf-ffba-cb0d-5bfaa9d08a1e\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3f2d1700-3ffa-49ae-a4fe-56db6f45425d",
          "name": "Bulk Delete Tax Items from Cart",
          "request": {
            "name": "Bulk Delete Tax Items from Cart",
            "description": {
              "content": "Use this endpoint to bulk delete all tax items from all cart items and bundle component products in the cart.\n\n:::warning\n\nThis operation will remove ALL tax items from:\n- All cart items in the cart\n- All bundle component products within bundle cart items\n\n:::\n\n### Behavior\n\n- Removes all tax items from every cart item\n- Removes all tax items from every component product in bundle cart items\n- If no tax items exist anywhere in the cart, returns a 404 error\n\n### Errors\n\n`404 Not Found`\n\nIf no tax items exist in the cart (on cart items or component products):\n\n```json\n{\n    \"status\": 404,\n    \"title\": \"Resource Not Found\",\n    \"detail\": \"No tax items exist in the cart\"\n}\n```\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "carts",
                ":cartID",
                "taxes"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "cartID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the cart.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "52c555b6-28c5-490d-a161-bea002786215",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "taxes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the cart.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "4fc8f017-308b-4153-8748-b6ba36b8138a",
              "name": "Not Found - No tax items exist in the cart",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "taxes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the cart.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"string\",\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"pxceXz@gEAAKWpycmCAhMmndxAswOjJ.tb\",\n        \"component_product_id\": \"a38afe03-18f8-5284-fb78-3cdc2df74828\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    },\n    {\n      \"status\": 1492,\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"QdQCF-Py6IsyK6B@mhxyIAvSRTxUCXHqwQMdfgvoQaxaODw.ye\",\n        \"component_product_id\": \"cb5bc694-19cf-ffba-cb0d-5bfaa9d08a1e\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "637ec62f-e4d5-4a8c-bacb-7d4c44a63018",
          "name": "Update a Tax Item",
          "request": {
            "name": "Update a Tax Item",
            "description": {
              "content": "Use this endpoint to update a tax item. To change tax value from `rate` to `amount`, set `rate` to `null`, then set `amount` value and vice versa.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "carts",
                ":cartID",
                "items",
                ":cartitemID",
                "taxes",
                ":taxitemID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "cartID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the cart.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "cartitemID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the cart item.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "taxitemID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the tax item.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"tax_item\",\n    \"code\": \"VAT\",\n    \"jurisdiction\": \"UK\",\n    \"name\": \"Value Added Tax\",\n    \"rate\": 0.15\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "7767aa8d-5f81-45e0-a6f4-974a31ae31a7",
              "name": "Updated tax item (rate)",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "items",
                    ":cartitemID",
                    "taxes",
                    ":taxitemID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the cart.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the cart item.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartitemID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the tax item.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "taxitemID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"tax_item\",\n    \"code\": \"VAT\",\n    \"jurisdiction\": \"UK\",\n    \"name\": \"Value Added Tax\",\n    \"rate\": 0.15\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"662461ad-ddcb-4dbd-8ed7-ade9aa63b5f9\",\n    \"type\": \"tax_item\",\n    \"code\": \"VAT\",\n    \"jurisdiction\": \"UK\",\n    \"name\": \"Value Added Tax\",\n    \"rate\": 0.15\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2f5186e5-1938-4110-afc8-d81ff2c207c2",
          "name": "Delete a Tax Item",
          "request": {
            "name": "Delete a Tax Item",
            "description": {
              "content": "Use this endpoint to delete a tax item.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "carts",
                ":cartID",
                "items",
                ":cartitemID",
                "taxes",
                ":taxitemID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "cartID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the cart.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "cartitemID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the cart item.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "taxitemID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the tax item.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "1e7110a1-4c3d-43ef-a6fc-156796130530",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "items",
                    ":cartitemID",
                    "taxes",
                    ":taxitemID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the cart.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the cart item.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartitemID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the tax item.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "taxitemID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Cart Shipping Groups",
      "description": "",
      "item": [
        {
          "id": "0c460e09-36d3-4b8a-a561-e7d86f4bd34c",
          "name": "Retrieve all shipping groups for a cart",
          "request": {
            "name": "Retrieve all shipping groups for a cart",
            "description": {
              "content": "Retrieve all shipping groups for a cart",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "carts",
                ":cartID",
                "shipping-groups"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "cartID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the cart",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "b0c3ba1f-359f-461b-b827-d642695dcec3",
              "name": "A list of shipping groups",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "shipping-groups"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the cart",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"96b1d104-0d2e-41fd-9543-6c3c5a698959\",\n      \"type\": \"shipping_group\",\n      \"relation\": \"cart\",\n      \"cart_id\": \"96b1d104-0d2e-41fd-9543-6c3c5a698959\",\n      \"shipping_type\": \"standard\",\n      \"tracking_reference\": \"TRACK123\",\n      \"meta\": {\n        \"shipping_display_price\": {\n          \"total\": {\n            \"amount\": 1000,\n            \"currency\": \"USD\",\n            \"formatted\": \"$10.00\"\n          },\n          \"base\": {\n            \"amount\": 800,\n            \"currency\": \"USD\",\n            \"formatted\": \"$8.00\"\n          },\n          \"tax\": {\n            \"amount\": 200,\n            \"currency\": \"USD\",\n            \"formatted\": \"$2.00\"\n          },\n          \"fees\": {\n            \"amount\": 0,\n            \"currency\": \"USD\",\n            \"formatted\": \"$0.00\"\n          }\n        }\n      },\n      \"address\": {\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe\",\n        \"phone_number\": \"(555) 555-1234\",\n        \"company_name\": \"ACME Corp\",\n        \"line_1\": \"123 Main St\",\n        \"line_2\": \"Suite 100\",\n        \"city\": \"Portland\",\n        \"postcode\": \"97201\",\n        \"county\": \"Multnomah\",\n        \"country\": \"US\",\n        \"region\": \"Oregon\",\n        \"instructions\": \"Leave at front door\"\n      },\n      \"delivery_estimate\": {\n        \"start\": \"2024-01-15T00:00:00Z\",\n        \"end\": \"2024-01-20T00:00:00Z\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0da51ebc-692a-4d23-b747-8e9a823dda6c",
              "name": "Cart not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "shipping-groups"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the cart",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"string\",\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"pxceXz@gEAAKWpycmCAhMmndxAswOjJ.tb\",\n        \"component_product_id\": \"a38afe03-18f8-5284-fb78-3cdc2df74828\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    },\n    {\n      \"status\": 1492,\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"QdQCF-Py6IsyK6B@mhxyIAvSRTxUCXHqwQMdfgvoQaxaODw.ye\",\n        \"component_product_id\": \"cb5bc694-19cf-ffba-cb0d-5bfaa9d08a1e\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6dc5572f-e35d-42c9-ac4b-81b54f055dbf",
          "name": "Create a new shipping group for a cart",
          "request": {
            "name": "Create a new shipping group for a cart",
            "description": {
              "content": "Create a new shipping group for a cart",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "carts",
                ":cartID",
                "shipping-groups"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "cartID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the cart",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"shipping_type\": \"string\",\n    \"tracking_reference\": \"string\",\n    \"external_ref\": \"string\",\n    \"shipping_price\": {\n      \"total\": 6935.658231261257,\n      \"base\": 387.6966285706418,\n      \"tax\": 9827.845261526476,\n      \"fees\": 8716.160621253515,\n      \"discount\": 2793.9979068592756\n    },\n    \"address\": {\n      \"country\": \"string\",\n      \"first_name\": \"string\",\n      \"last_name\": \"string\",\n      \"line_1\": \"string\",\n      \"postcode\": \"string\",\n      \"region\": \"string\",\n      \"company_name\": \"string\",\n      \"line_2\": \"string\",\n      \"line_3\": \"string\",\n      \"city\": \"string\",\n      \"county\": \"string\",\n      \"phone_number\": \"string\",\n      \"instructions\": \"string\"\n    },\n    \"includes_tax\": true,\n    \"delivery_estimate\": {\n      \"start\": \"1970-04-09T00:46:42.047Z\",\n      \"end\": \"1974-04-20T13:47:28.305Z\"\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "52921ac5-1e76-4c11-83e2-eddad4158aa3",
              "name": "Shipping group created successfully",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "shipping-groups"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the cart",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"shipping_type\": \"string\",\n    \"tracking_reference\": \"string\",\n    \"external_ref\": \"string\",\n    \"shipping_price\": {\n      \"total\": 6935.658231261257,\n      \"base\": 387.6966285706418,\n      \"tax\": 9827.845261526476,\n      \"fees\": 8716.160621253515,\n      \"discount\": 2793.9979068592756\n    },\n    \"address\": {\n      \"country\": \"string\",\n      \"first_name\": \"string\",\n      \"last_name\": \"string\",\n      \"line_1\": \"string\",\n      \"postcode\": \"string\",\n      \"region\": \"string\",\n      \"company_name\": \"string\",\n      \"line_2\": \"string\",\n      \"line_3\": \"string\",\n      \"city\": \"string\",\n      \"county\": \"string\",\n      \"phone_number\": \"string\",\n      \"instructions\": \"string\"\n    },\n    \"includes_tax\": true,\n    \"delivery_estimate\": {\n      \"start\": \"1970-04-09T00:46:42.047Z\",\n      \"end\": \"1974-04-20T13:47:28.305Z\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"96b1d104-0d2e-41fd-9543-6c3c5a698959\",\n    \"type\": \"shipping_group\",\n    \"relation\": \"cart\",\n    \"cart_id\": \"96b1d104-0d2e-41fd-9543-6c3c5a698959\",\n    \"shipping_type\": \"standard\",\n    \"tracking_reference\": \"TRACK123\",\n    \"address\": {\n      \"first_name\": \"John\",\n      \"last_name\": \"Doe\",\n      \"phone_number\": \"(555) 555-1234\",\n      \"company_name\": \"ACME Corp\",\n      \"line_1\": \"123 Main St\",\n      \"line_2\": \"Suite 100\",\n      \"city\": \"Portland\",\n      \"postcode\": \"97201\",\n      \"county\": \"Multnomah\",\n      \"country\": \"US\",\n      \"region\": \"Oregon\",\n      \"instructions\": \"Leave at front door\"\n    },\n    \"delivery_estimate\": {\n      \"start\": \"2024-01-15T00:00:00Z\",\n      \"end\": \"2024-01-20T00:00:00Z\"\n    },\n    \"created_at\": \"2024-01-10T12:00:00Z\",\n    \"updated_at\": \"2024-01-10T12:00:00Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5b083a1c-a3cb-4221-873f-00751595cbc8",
              "name": "Invalid request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "shipping-groups"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the cart",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"shipping_type\": \"string\",\n    \"tracking_reference\": \"string\",\n    \"external_ref\": \"string\",\n    \"shipping_price\": {\n      \"total\": 6935.658231261257,\n      \"base\": 387.6966285706418,\n      \"tax\": 9827.845261526476,\n      \"fees\": 8716.160621253515,\n      \"discount\": 2793.9979068592756\n    },\n    \"address\": {\n      \"country\": \"string\",\n      \"first_name\": \"string\",\n      \"last_name\": \"string\",\n      \"line_1\": \"string\",\n      \"postcode\": \"string\",\n      \"region\": \"string\",\n      \"company_name\": \"string\",\n      \"line_2\": \"string\",\n      \"line_3\": \"string\",\n      \"city\": \"string\",\n      \"county\": \"string\",\n      \"phone_number\": \"string\",\n      \"instructions\": \"string\"\n    },\n    \"includes_tax\": true,\n    \"delivery_estimate\": {\n      \"start\": \"1970-04-09T00:46:42.047Z\",\n      \"end\": \"1974-04-20T13:47:28.305Z\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": 400,\n      \"title\": \"Cart Currency Mismatch\",\n      \"detail\": \"This cart uses USD, cannot add shipping group with currency EUR\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "72a9a5c3-eba5-4949-99b2-3e4bc736a412",
              "name": "Cart not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "shipping-groups"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the cart",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"shipping_type\": \"string\",\n    \"tracking_reference\": \"string\",\n    \"external_ref\": \"string\",\n    \"shipping_price\": {\n      \"total\": 6935.658231261257,\n      \"base\": 387.6966285706418,\n      \"tax\": 9827.845261526476,\n      \"fees\": 8716.160621253515,\n      \"discount\": 2793.9979068592756\n    },\n    \"address\": {\n      \"country\": \"string\",\n      \"first_name\": \"string\",\n      \"last_name\": \"string\",\n      \"line_1\": \"string\",\n      \"postcode\": \"string\",\n      \"region\": \"string\",\n      \"company_name\": \"string\",\n      \"line_2\": \"string\",\n      \"line_3\": \"string\",\n      \"city\": \"string\",\n      \"county\": \"string\",\n      \"phone_number\": \"string\",\n      \"instructions\": \"string\"\n    },\n    \"includes_tax\": true,\n    \"delivery_estimate\": {\n      \"start\": \"1970-04-09T00:46:42.047Z\",\n      \"end\": \"1974-04-20T13:47:28.305Z\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": 404,\n      \"title\": \"Not Found\",\n      \"detail\": \"Cart not found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "389dbdf3-ee20-4f0b-97d4-d8786c5c446c",
          "name": "Retrieve a specific shipping group for a cart",
          "request": {
            "name": "Retrieve a specific shipping group for a cart",
            "description": {
              "content": "Retrieve a specific shipping group for a cart",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "carts",
                ":cartId",
                "shipping-groups",
                ":shippingGroupId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "cartId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the cart",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "shippingGroupId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the shipping group",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "40863584-3fa4-4a7d-ae20-3df02eb0d055",
              "name": "Shipping group details",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartId",
                    "shipping-groups",
                    ":shippingGroupId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the cart",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the shipping group",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "shippingGroupId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"7cfa5b07-092e-4dbe-bbad-55a771a34117\",\n    \"type\": \"shipping_group\",\n    \"relation\": \"cart\",\n    \"cart_id\": \"96b1d104-0d2e-41fd-9543-6c3c5a698959\",\n    \"shipping_type\": \"standard\",\n    \"tracking_reference\": \"TRACK123\",\n    \"address\": {\n      \"first_name\": \"John\",\n      \"last_name\": \"Doe\",\n      \"phone_number\": \"(555) 555-1234\",\n      \"company_name\": \"ACME Corp\",\n      \"line_1\": \"123 Main St\",\n      \"line_2\": \"Suite 100\",\n      \"city\": \"Portland\",\n      \"postcode\": \"97201\",\n      \"county\": \"Multnomah\",\n      \"country\": \"US\",\n      \"region\": \"Oregon\",\n      \"instructions\": \"Leave at front door\"\n    },\n    \"delivery_estimate\": {\n      \"start\": \"2024-01-15T00:00:00Z\",\n      \"end\": \"2024-01-20T00:00:00Z\"\n    },\n    \"meta\": {\n      \"shipping_display_price\": {\n        \"total\": {\n          \"amount\": 1000,\n          \"currency\": \"USD\",\n          \"formatted\": \"$10.00\"\n        },\n        \"base\": {\n          \"amount\": 800,\n          \"currency\": \"USD\",\n          \"formatted\": \"$8.00\"\n        },\n        \"tax\": {\n          \"amount\": 200,\n          \"currency\": \"USD\",\n          \"formatted\": \"$2.00\"\n        },\n        \"fees\": {\n          \"amount\": 0,\n          \"currency\": \"USD\",\n          \"formatted\": \"$0.00\"\n        }\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6223f862-6ef6-42d8-bd30-e23f55c3aae1",
              "name": "Shipping group or cart not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartId",
                    "shipping-groups",
                    ":shippingGroupId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the cart",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the shipping group",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "shippingGroupId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": 404,\n      \"title\": \"Not Found\",\n      \"detail\": \"Cart not found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d7e07f93-948f-4a24-abc0-f838d678c943",
          "name": "Update a shipping group for a cart",
          "request": {
            "name": "Update a shipping group for a cart",
            "description": {
              "content": "Update a specific shipping group for a cart",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "carts",
                ":cartId",
                "shipping-groups",
                ":shippingGroupId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "cartId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the cart",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "shippingGroupId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the shipping group",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"shipping_group\",\n    \"shipping_type\": \"express\",\n    \"tracking_reference\": \"TRACK456\",\n    \"shipping_price\": {\n      \"base\": 1500,\n      \"tax\": 300,\n      \"fees\": 200\n    },\n    \"address\": {\n      \"first_name\": \"John\",\n      \"last_name\": \"Doe\",\n      \"phone_number\": \"(555) 555-1234\",\n      \"company_name\": \"ACME Corp\",\n      \"line_1\": \"123 Main St\",\n      \"line_2\": \"Suite 100\",\n      \"city\": \"Portland\",\n      \"postcode\": \"97201\",\n      \"county\": \"Multnomah\",\n      \"country\": \"US\",\n      \"region\": \"Oregon\",\n      \"instructions\": \"Leave at front door\"\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "8707a9dd-91f9-4054-80f7-147b55b96211",
              "name": "Shipping group updated successfully",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartId",
                    "shipping-groups",
                    ":shippingGroupId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the cart",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the shipping group",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "shippingGroupId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"shipping_group\",\n    \"shipping_type\": \"express\",\n    \"tracking_reference\": \"TRACK456\",\n    \"shipping_price\": {\n      \"base\": 1500,\n      \"tax\": 300,\n      \"fees\": 200\n    },\n    \"address\": {\n      \"first_name\": \"John\",\n      \"last_name\": \"Doe\",\n      \"phone_number\": \"(555) 555-1234\",\n      \"company_name\": \"ACME Corp\",\n      \"line_1\": \"123 Main St\",\n      \"line_2\": \"Suite 100\",\n      \"city\": \"Portland\",\n      \"postcode\": \"97201\",\n      \"county\": \"Multnomah\",\n      \"country\": \"US\",\n      \"region\": \"Oregon\",\n      \"instructions\": \"Leave at front door\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"id\": \"string\",\n    \"relation\": \"string\",\n    \"cart_id\": \"string\",\n    \"order_id\": \"string\",\n    \"shipping_type\": \"string\",\n    \"tracking_reference\": \"string\",\n    \"external_ref\": \"string\",\n    \"address\": {\n      \"country\": \"string\",\n      \"first_name\": \"string\",\n      \"last_name\": \"string\",\n      \"line_1\": \"string\",\n      \"postcode\": \"string\",\n      \"region\": \"string\",\n      \"company_name\": \"string\",\n      \"line_2\": \"string\",\n      \"line_3\": \"string\",\n      \"city\": \"string\",\n      \"county\": \"string\",\n      \"phone_number\": \"string\",\n      \"instructions\": \"string\"\n    },\n    \"delivery_estimate\": {\n      \"start\": \"1965-04-11T20:22:59.632Z\",\n      \"end\": \"2018-09-20T11:00:10.037Z\"\n    },\n    \"created_at\": \"2021-10-07T14:24:57.589Z\",\n    \"updated_at\": \"1975-04-23T02:28:43.394Z\",\n    \"relationships\": {\n      \"cart\": {\n        \"data\": {\n          \"type\": \"string\",\n          \"id\": \"7af7fe0b-8ada-4b55-e1de-0750c220d09d\"\n        }\n      },\n      \"order\": {\n        \"data\": {\n          \"type\": \"string\",\n          \"id\": \"41f98a76-047c-1260-34c7-d8cecd2a9350\"\n        }\n      },\n      \"items\": {\n        \"data\": [\n          {\n            \"type\": \"string\",\n            \"id\": \"193d4247-3a85-4196-9f29-463c4fcd35e4\"\n          },\n          {\n            \"type\": \"string\",\n            \"id\": \"c088b2c8-7573-b41e-bf69-451ec8ed2769\"\n          }\n        ]\n      }\n    },\n    \"discounts\": [\n      {\n        \"amount\": {\n          \"amount\": 6722,\n          \"currency\": \"string\",\n          \"includes_tax\": false\n        },\n        \"id\": \"string\",\n        \"code\": \"string\",\n        \"promotion_source\": \"string\",\n        \"is_cart_discount\": false,\n        \"ordinal\": 782,\n        \"promotion_action_id\": \"string\"\n      },\n      {\n        \"amount\": {\n          \"amount\": 5488,\n          \"currency\": \"string\",\n          \"includes_tax\": true\n        },\n        \"id\": \"string\",\n        \"code\": \"string\",\n        \"promotion_source\": \"string\",\n        \"is_cart_discount\": true,\n        \"ordinal\": 7278,\n        \"promotion_action_id\": \"string\"\n      }\n    ],\n    \"meta\": {\n      \"shipping_display_price\": {\n        \"total\": {\n          \"amount\": 741.6278191388769,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"base\": {\n          \"amount\": 868.4556700809121,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"tax\": {\n          \"amount\": 8332.18297501457,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"fees\": {\n          \"amount\": 2313.12370533983,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"discount\": {\n          \"amount\": 7976.4249108890435,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        }\n      },\n      \"total_display_price\": {\n        \"with_tax\": {\n          \"amount\": 4785.015032766604,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"without_tax\": {\n          \"amount\": 6151.832722682542,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"tax\": {\n          \"amount\": 6944.9517661753935,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"discount\": {\n          \"amount\": 0,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"balance_owing\": {\n          \"amount\": 7797.944759839417,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"paid\": {\n          \"amount\": 2968.270337204646,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"authorized\": {\n          \"amount\": 2287.0033847029945,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"without_discount\": {\n          \"amount\": 201.37048188037187,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"shipping\": {\n          \"amount\": 3895.936392246437,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"shipping_discount\": {\n          \"amount\": 0,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        }\n      }\n    }\n  },\n  \"included\": {\n    \"items\": [\n      {\n        \"type\": \"string\",\n        \"id\": \"bfbc4be1-d61d-c5da-33f3-c69a2217425f\",\n        \"quantity\": 5439.572388915423,\n        \"product_id\": \"45d681b0-1508-033e-3bb5-f2db3bdf14da\",\n        \"subscription_offering_id\": \"049a5590-44d1-93a8-02c7-21b8afcc1afc\",\n        \"name\": \"string\",\n        \"sku\": \"string\",\n        \"location\": \"string\",\n        \"unit_price\": {\n          \"amount\": 5797.6830191524305,\n          \"currency\": \"string\",\n          \"includes_tax\": false\n        },\n        \"value\": {\n          \"amount\": 197.8201063972085,\n          \"currency\": \"string\",\n          \"includes_tax\": true\n        },\n        \"discounts\": [\n          {\n            \"amount\": {\n              \"amount\": 2178.4027364830117,\n              \"currency\": \"string\",\n              \"includes_tax\": true\n            },\n            \"code\": \"string\",\n            \"id\": \"fdd34179-04b8-f70b-9537-84dd9cc9d877\",\n            \"promotion_source\": \"string\",\n            \"is_cart_discount\": false,\n            \"ordinal\": 1226,\n            \"promotion_action_id\": \"string\"\n          },\n          {\n            \"amount\": {\n              \"amount\": 414.62431033159055,\n              \"currency\": \"string\",\n              \"includes_tax\": true\n            },\n            \"code\": \"string\",\n            \"id\": \"033ffc85-dcdd-3618-e80e-99bec5e366e9\",\n            \"promotion_source\": \"string\",\n            \"is_cart_discount\": true,\n            \"ordinal\": 6607,\n            \"promotion_action_id\": \"string\"\n          }\n        ],\n        \"links\": {},\n        \"meta\": {\n          \"display_price\": {\n            \"with_tax\": {\n              \"unit\": {\n                \"amount\": 6348.267150797795,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              },\n              \"value\": {\n                \"amount\": 9131.322627537716,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              }\n            },\n            \"without_tax\": {\n              \"unit\": {\n                \"amount\": 1266.5011250110347,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              },\n              \"value\": {\n                \"amount\": 9751.496961064082,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              }\n            },\n            \"tax\": {\n              \"unit\": {\n                \"amount\": 7584.437117424256,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              },\n              \"value\": {\n                \"amount\": 1580.6375911681214,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              }\n            },\n            \"discount\": {\n              \"unit\": {\n                \"amount\": 9623.920756302767,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              },\n              \"value\": {\n                \"amount\": 7413.9548836724425,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              }\n            },\n            \"without_discount\": {\n              \"unit\": {\n                \"amount\": 6279.277944727848,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              },\n              \"value\": {\n                \"amount\": 5653.198480888888,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              }\n            },\n            \"discounts\": {\n              \"key_0\": {\n                \"amount\": 1246.8700900459773,\n                \"currency\": \"string\",\n                \"formatted\": \"string\",\n                \"constituents\": {\n                  \"key_0\": {\n                    \"amount\": 5868.786012910407,\n                    \"currency\": \"string\",\n                    \"formatted\": \"string\"\n                  },\n                  \"key_1\": {\n                    \"amount\": 5362.827942492349,\n                    \"currency\": \"string\",\n                    \"formatted\": \"string\"\n                  }\n                }\n              },\n              \"key_1\": {\n                \"amount\": 6749.255275790309,\n                \"currency\": \"string\",\n                \"formatted\": \"string\",\n                \"constituents\": {\n                  \"key_0\": {\n                    \"amount\": 9265.080238427934,\n                    \"currency\": \"string\",\n                    \"formatted\": \"string\"\n                  },\n                  \"key_1\": {\n                    \"amount\": 4493.803190117412,\n                    \"currency\": \"string\",\n                    \"formatted\": \"string\"\n                  }\n                }\n              },\n              \"key_2\": {\n                \"amount\": 9063.044792547236,\n                \"currency\": \"string\",\n                \"formatted\": \"string\",\n                \"constituents\": {\n                  \"key_0\": {\n                    \"amount\": 9094.70536485985,\n                    \"currency\": \"string\",\n                    \"formatted\": \"string\"\n                  },\n                  \"key_1\": {\n                    \"amount\": 1201.9173540840723,\n                    \"currency\": \"string\",\n                    \"formatted\": \"string\"\n                  }\n                }\n              }\n            },\n            \"original_price\": {\n              \"unit\": {\n                \"amount\": 6808.432493335515,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              },\n              \"value\": {\n                \"amount\": 4212.760424543702,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              }\n            }\n          },\n          \"timestamps\": {\n            \"created_at\": \"string\",\n            \"updated_at\": \"string\"\n          }\n        },\n        \"relationships\": {\n          \"cart_item\": {\n            \"data\": {\n              \"type\": \"string\",\n              \"id\": \"a9fd11d0-7ec6-9c6d-3de0-3a3cbbac1cce\"\n            }\n          },\n          \"taxes\": {\n            \"data\": null\n          },\n          \"promotions\": {\n            \"data\": null\n          }\n        },\n        \"catalog_id\": \"string\",\n        \"catalog_source\": \"string\",\n        \"bundle_configuration\": {\n          \"selected_options\": {\n            \"key_0\": {\n              \"key_0\": 7851.205825269434\n            }\n          },\n          \"component_products\": [\n            {\n              \"id\": \"string\",\n              \"type\": \"string\",\n              \"attributes\": {\n                \"key_0\": 8927.9586247434,\n                \"key_1\": \"string\"\n              },\n              \"meta\": {\n                \"key_0\": 4299.660557381606\n              },\n              \"price\": {\n                \"key_0\": 4393\n              },\n              \"relationships\": {\n                \"key_0\": 9348.537113673161\n              }\n            },\n            {\n              \"id\": \"string\",\n              \"type\": \"string\",\n              \"attributes\": {\n                \"key_0\": 8225\n              },\n              \"meta\": {\n                \"key_0\": true\n              },\n              \"price\": {\n                \"key_0\": false,\n                \"key_1\": 1387\n              },\n              \"relationships\": {\n                \"key_0\": 6673.850351557428\n              }\n            }\n          ]\n        },\n        \"components\": {\n          \"key_0\": {\n            \"name\": \"string\",\n            \"options\": [\n              {\n                \"id\": \"string\",\n                \"quantity\": 5776.801764197783,\n                \"type\": \"string\"\n              },\n              {\n                \"id\": \"string\",\n                \"quantity\": 8101.634321699158,\n                \"type\": \"string\"\n              }\n            ]\n          },\n          \"key_1\": {\n            \"name\": \"string\",\n            \"options\": [\n              {\n                \"id\": \"string\",\n                \"quantity\": 3903.908272844794,\n                \"type\": \"string\"\n              },\n              {\n                \"id\": \"string\",\n                \"quantity\": 908.4933251265581,\n                \"type\": \"string\"\n              }\n            ]\n          }\n        },\n        \"custom_inputs\": {\n          \"key_0\": 6324,\n          \"key_1\": 9541\n        },\n        \"custom_attributes\": {\n          \"key_0\": {\n            \"type\": \"string\",\n            \"value\": \"string\"\n          },\n          \"key_1\": {\n            \"type\": \"integer\",\n            \"value\": true\n          }\n        },\n        \"shipping_group_id\": \"string\",\n        \"promotion_source\": \"string\",\n        \"promotion_action_id\": \"string\",\n        \"subscription_configuration\": {\n          \"plan\": \"string\",\n          \"pricing_option\": \"string\"\n        }\n      },\n      {\n        \"type\": \"string\",\n        \"id\": \"2ef56b61-5119-a879-8612-68e9ea9ca7fe\",\n        \"quantity\": 3093.471088813744,\n        \"product_id\": \"d920d646-36e7-d7de-9aea-5efbafdd2d25\",\n        \"subscription_offering_id\": \"a91333a0-c56e-3c46-3842-0ee6b5b157f8\",\n        \"name\": \"string\",\n        \"sku\": \"string\",\n        \"location\": \"string\",\n        \"unit_price\": {\n          \"amount\": 8889.262515687027,\n          \"currency\": \"string\",\n          \"includes_tax\": false\n        },\n        \"value\": {\n          \"amount\": 4933.33007892637,\n          \"currency\": \"string\",\n          \"includes_tax\": true\n        },\n        \"discounts\": [\n          {\n            \"amount\": {\n              \"amount\": 7859.392262430918,\n              \"currency\": \"string\",\n              \"includes_tax\": false\n            },\n            \"code\": \"string\",\n            \"id\": \"9521a588-c7e5-b69b-7e58-436a5b5e3b20\",\n            \"promotion_source\": \"string\",\n            \"is_cart_discount\": true,\n            \"ordinal\": 6304,\n            \"promotion_action_id\": \"string\"\n          },\n          {\n            \"amount\": {\n              \"amount\": 6667.493749197286,\n              \"currency\": \"string\",\n              \"includes_tax\": true\n            },\n            \"code\": \"string\",\n            \"id\": \"f3f206f2-2af2-efcf-0096-d1be388df454\",\n            \"promotion_source\": \"string\",\n            \"is_cart_discount\": true,\n            \"ordinal\": 1388,\n            \"promotion_action_id\": \"string\"\n          }\n        ],\n        \"links\": {},\n        \"meta\": {\n          \"display_price\": {\n            \"with_tax\": {\n              \"unit\": {\n                \"amount\": 4091.2905144556057,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              },\n              \"value\": {\n                \"amount\": 4915.114085275667,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              }\n            },\n            \"without_tax\": {\n              \"unit\": {\n                \"amount\": 7554.666752590504,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              },\n              \"value\": {\n                \"amount\": 6707.83571282918,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              }\n            },\n            \"tax\": {\n              \"unit\": {\n                \"amount\": 7699.692622425876,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              },\n              \"value\": {\n                \"amount\": 9692.231964771332,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              }\n            },\n            \"discount\": {\n              \"unit\": {\n                \"amount\": 4462.341828897221,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              },\n              \"value\": {\n                \"amount\": 1360.37164006648,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              }\n            },\n            \"without_discount\": {\n              \"unit\": {\n                \"amount\": 1795.1257790562813,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              },\n              \"value\": {\n                \"amount\": 2480.1365112723083,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              }\n            },\n            \"discounts\": {\n              \"key_0\": {\n                \"amount\": 7849.433883196375,\n                \"currency\": \"string\",\n                \"formatted\": \"string\",\n                \"constituents\": {\n                  \"key_0\": {\n                    \"amount\": 4088.6236941491893,\n                    \"currency\": \"string\",\n                    \"formatted\": \"string\"\n                  }\n                }\n              }\n            },\n            \"original_price\": {\n              \"unit\": {\n                \"amount\": 9792.665160040844,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              },\n              \"value\": {\n                \"amount\": 6867.410807925878,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              }\n            }\n          },\n          \"timestamps\": {\n            \"created_at\": \"string\",\n            \"updated_at\": \"string\"\n          }\n        },\n        \"relationships\": {\n          \"cart_item\": {\n            \"data\": {\n              \"type\": \"string\",\n              \"id\": \"f1b1d3e9-5510-317e-2588-13c78f55c770\"\n            }\n          },\n          \"taxes\": {\n            \"data\": null\n          },\n          \"promotions\": {\n            \"data\": null\n          }\n        },\n        \"catalog_id\": \"string\",\n        \"catalog_source\": \"string\",\n        \"bundle_configuration\": {\n          \"selected_options\": {\n            \"key_0\": {\n              \"key_0\": 5296.444723761549\n            },\n            \"key_1\": {\n              \"key_0\": 5113.48823253964\n            }\n          },\n          \"component_products\": [\n            {\n              \"id\": \"string\",\n              \"type\": \"string\",\n              \"attributes\": {\n                \"key_0\": 9209.331536386873,\n                \"key_1\": 954,\n                \"key_2\": false\n              },\n              \"meta\": {\n                \"key_0\": true,\n                \"key_1\": \"string\"\n              },\n              \"price\": {\n                \"key_0\": 9601.398581987147\n              },\n              \"relationships\": {\n                \"key_0\": \"string\"\n              }\n            },\n            {\n              \"id\": \"string\",\n              \"type\": \"string\",\n              \"attributes\": {\n                \"key_0\": false\n              },\n              \"meta\": {\n                \"key_0\": 3680,\n                \"key_1\": false,\n                \"key_2\": true,\n                \"key_3\": 1797\n              },\n              \"price\": {\n                \"key_0\": true,\n                \"key_1\": 5638.781736662557,\n                \"key_2\": 5646\n              },\n              \"relationships\": {\n                \"key_0\": \"string\",\n                \"key_1\": 3248.649050643555,\n                \"key_2\": true\n              }\n            }\n          ]\n        },\n        \"components\": {\n          \"key_0\": {\n            \"name\": \"string\",\n            \"options\": [\n              {\n                \"id\": \"string\",\n                \"quantity\": 302.7407796415615,\n                \"type\": \"string\"\n              },\n              {\n                \"id\": \"string\",\n                \"quantity\": 1235.6190065269602,\n                \"type\": \"string\"\n              }\n            ]\n          },\n          \"key_1\": {\n            \"name\": \"string\",\n            \"options\": [\n              {\n                \"id\": \"string\",\n                \"quantity\": 8992.387507188016,\n                \"type\": \"string\"\n              },\n              {\n                \"id\": \"string\",\n                \"quantity\": 2951.90344106617,\n                \"type\": \"string\"\n              }\n            ]\n          },\n          \"key_2\": {\n            \"name\": \"string\",\n            \"options\": [\n              {\n                \"id\": \"string\",\n                \"quantity\": 4711.062918674209,\n                \"type\": \"string\"\n              },\n              {\n                \"id\": \"string\",\n                \"quantity\": 3416.6966754867635,\n                \"type\": \"string\"\n              }\n            ]\n          }\n        },\n        \"custom_inputs\": {\n          \"key_0\": 8535.180644288175,\n          \"key_1\": 7419\n        },\n        \"custom_attributes\": {\n          \"key_0\": {\n            \"type\": \"string\",\n            \"value\": 6572.485210457815\n          },\n          \"key_1\": {\n            \"type\": \"string\",\n            \"value\": true\n          },\n          \"key_2\": {\n            \"type\": \"boolean\",\n            \"value\": \"string\"\n          }\n        },\n        \"shipping_group_id\": \"string\",\n        \"promotion_source\": \"string\",\n        \"promotion_action_id\": \"string\",\n        \"subscription_configuration\": {\n          \"plan\": \"string\",\n          \"pricing_option\": \"string\"\n        }\n      }\n    ]\n  },\n  \"errors\": [\n    {\n      \"status\": \"string\",\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"KtLdFlE@rxe.fc\",\n        \"component_product_id\": \"e2590f0c-c097-a0e4-531e-c5e415636f68\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    },\n    {\n      \"status\": 5225,\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"WUc6sB9XQTRQup@XXvOBcDvckGpfBwTlTCNft.atx\",\n        \"component_product_id\": \"8c305185-25bb-f64a-5fda-ccd4d0a6aacc\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e99961d5-67ec-484c-9187-e23106acdcca",
              "name": "Invalid request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartId",
                    "shipping-groups",
                    ":shippingGroupId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the cart",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the shipping group",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "shippingGroupId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"shipping_group\",\n    \"shipping_type\": \"express\",\n    \"tracking_reference\": \"TRACK456\",\n    \"shipping_price\": {\n      \"base\": 1500,\n      \"tax\": 300,\n      \"fees\": 200\n    },\n    \"address\": {\n      \"first_name\": \"John\",\n      \"last_name\": \"Doe\",\n      \"phone_number\": \"(555) 555-1234\",\n      \"company_name\": \"ACME Corp\",\n      \"line_1\": \"123 Main St\",\n      \"line_2\": \"Suite 100\",\n      \"city\": \"Portland\",\n      \"postcode\": \"97201\",\n      \"county\": \"Multnomah\",\n      \"country\": \"US\",\n      \"region\": \"Oregon\",\n      \"instructions\": \"Leave at front door\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": 400,\n      \"title\": \"Cart Currency Mismatch\",\n      \"detail\": \"The existing shipping group uses USD, cannot update shipping group with currency EUR\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7b03b1bd-f0ab-4e5e-a879-d6d77f522d9b",
              "name": "Shipping group or cart not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartId",
                    "shipping-groups",
                    ":shippingGroupId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the cart",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the shipping group",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "shippingGroupId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"shipping_group\",\n    \"shipping_type\": \"express\",\n    \"tracking_reference\": \"TRACK456\",\n    \"shipping_price\": {\n      \"base\": 1500,\n      \"tax\": 300,\n      \"fees\": 200\n    },\n    \"address\": {\n      \"first_name\": \"John\",\n      \"last_name\": \"Doe\",\n      \"phone_number\": \"(555) 555-1234\",\n      \"company_name\": \"ACME Corp\",\n      \"line_1\": \"123 Main St\",\n      \"line_2\": \"Suite 100\",\n      \"city\": \"Portland\",\n      \"postcode\": \"97201\",\n      \"county\": \"Multnomah\",\n      \"country\": \"US\",\n      \"region\": \"Oregon\",\n      \"instructions\": \"Leave at front door\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": 404,\n      \"title\": \"Cart shipping group not found\",\n      \"detail\": \"Cart shipping group with ID [7cfa5b07-092e-4dbe-bbad-55a771a34117] not found for cart [abc123]\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b0ee09b8-8946-44f0-a4d1-929525aa3850",
          "name": "Delete Cart Shipping Group",
          "request": {
            "name": "Delete Cart Shipping Group",
            "description": {
              "content": "Deletes a shipping group from a cart. You cannot delete a shipping group that is attached to cart items.\nYou must first remove the shipping group from all cart items before deleting the shipping group.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "carts",
                ":cartId",
                "shipping-groups",
                ":shippingGroupId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "cartId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the cart",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "shippingGroupId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the shipping group to delete",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "ebd1b556-e789-4e11-92c5-aade9890aea4",
              "name": "Successfully deleted the shipping group",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartId",
                    "shipping-groups",
                    ":shippingGroupId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the cart",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the shipping group to delete",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "shippingGroupId"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "39dc9ea1-cc12-4181-ad77-67b922611aba",
              "name": "Cannot delete shipping group that is attached to cart items",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartId",
                    "shipping-groups",
                    ":shippingGroupId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the cart",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the shipping group to delete",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "shippingGroupId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": 400,\n      \"title\": \"Cannot delete shipping group\",\n      \"detail\": \"Cannot delete shipping groups attached to cart items. Please remove the shipping group from its cart items and try again.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b0944197-3f28-42d1-94da-407fdea16d2f",
              "name": "Cart or shipping group not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartId",
                    "shipping-groups",
                    ":shippingGroupId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the cart",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the shipping group to delete",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "shippingGroupId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"string\",\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"pxceXz@gEAAKWpycmCAhMmndxAswOjJ.tb\",\n        \"component_product_id\": \"a38afe03-18f8-5284-fb78-3cdc2df74828\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    },\n    {\n      \"status\": 1492,\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"QdQCF-Py6IsyK6B@mhxyIAvSRTxUCXHqwQMdfgvoQaxaODw.ye\",\n        \"component_product_id\": \"cb5bc694-19cf-ffba-cb0d-5bfaa9d08a1e\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Cart Payments",
      "description": "",
      "item": [
        {
          "id": "74aa723f-f370-490e-a409-628bb5cf73f3",
          "name": "Update a Payment Intent on a Cart",
          "request": {
            "name": "Update a Payment Intent on a Cart",
            "description": {
              "content": "Updates the payment information for a specific payment intent on a cart.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "carts",
                ":cartID",
                "payments",
                ":paymentIntentID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "cartID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the cart.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "paymentIntentID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the payment intent.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"gateway\": \"string\",\n    \"method\": \"string\",\n    \"payment_method_types\": [\n      \"string\",\n      \"string\"\n    ],\n    \"amount\": 3969,\n    \"options\": {}\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "8bb5f505-1aeb-4732-986a-9b33e09ac238",
              "name": "Payment updated successfully",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "carts",
                    ":cartID",
                    "payments",
                    ":paymentIntentID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the cart.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "cartID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the payment intent.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "paymentIntentID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"gateway\": \"string\",\n    \"method\": \"string\",\n    \"payment_method_types\": [\n      \"string\",\n      \"string\"\n    ],\n    \"amount\": 3969,\n    \"options\": {}\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"string\",\n    \"name\": \"string\",\n    \"description\": \"string\",\n    \"contact\": {\n      \"email\": \"Tmxn7R2B6@CIafCepVWKAffHjnS.eu\"\n    },\n    \"discount_settings\": {\n      \"custom_discounts_enabled\": false,\n      \"use_rule_promotions\": false\n    },\n    \"inventory_settings\": {\n      \"defer_inventory_check\": true\n    },\n    \"item_settings\": {\n      \"separate_items_by_location\": false\n    },\n    \"payment_intent_id\": \"string\",\n    \"custom_attributes\": {\n      \"key_0\": {\n        \"type\": \"float\",\n        \"value\": true\n      },\n      \"key_1\": {\n        \"type\": \"float\",\n        \"value\": \"string\"\n      },\n      \"key_2\": {\n        \"type\": \"float\",\n        \"value\": \"string\"\n      }\n    },\n    \"snapshot_date\": \"1997-04-13T07:06:19.532Z\",\n    \"links\": {\n      \"self\": \"string\"\n    },\n    \"meta\": {\n      \"display_price\": {\n        \"with_tax\": {\n          \"amount\": 564.6860863342895,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"without_tax\": {\n          \"amount\": 4563.104784037235,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"tax\": {\n          \"amount\": 2027.705775535731,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"discount\": {\n          \"amount\": 339.8786629702144,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"without_discount\": {\n          \"amount\": 9905.837013230857,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"shipping\": {\n          \"amount\": 3859.069175280656,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"shipping_discount\": {\n          \"amount\": 9024.121054940824,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        }\n      },\n      \"timestamps\": {\n        \"created_at\": \"string\",\n        \"updated_at\": \"string\",\n        \"expires_at\": \"string\"\n      },\n      \"promotion_suggestions\": [\n        {\n          \"bundle\": [\n            {\n              \"auto_add_free_gift\": true,\n              \"cart_item_id\": \"string\",\n              \"quantity\": 9060,\n              \"targets\": [\n                \"string\",\n                \"string\"\n              ]\n            },\n            {\n              \"auto_add_free_gift\": true,\n              \"cart_item_id\": \"string\",\n              \"quantity\": 1042,\n              \"targets\": [\n                \"string\",\n                \"string\"\n              ]\n            }\n          ],\n          \"code\": \"string\",\n          \"info\": \"string\",\n          \"message\": \"string\",\n          \"promotion_id\": \"string\"\n        },\n        {\n          \"bundle\": [\n            {\n              \"auto_add_free_gift\": false,\n              \"cart_item_id\": \"string\",\n              \"quantity\": 3863,\n              \"targets\": [\n                \"string\",\n                \"string\"\n              ]\n            },\n            {\n              \"auto_add_free_gift\": false,\n              \"cart_item_id\": \"string\",\n              \"quantity\": 5889,\n              \"targets\": [\n                \"string\",\n                \"string\"\n              ]\n            }\n          ],\n          \"code\": \"string\",\n          \"info\": \"string\",\n          \"message\": \"string\",\n          \"promotion_id\": \"string\"\n        }\n      ]\n    },\n    \"relationships\": {\n      \"customers\": {\n        \"data\": [\n          {\n            \"type\": \"string\",\n            \"id\": \"40b070bc-48d8-79d5-1297-cb92c63abe21\"\n          },\n          {\n            \"type\": \"string\",\n            \"id\": \"fb89f714-5cb7-8720-18df-354b0b7d4bb1\"\n          }\n        ]\n      },\n      \"items\": {\n        \"data\": [\n          {\n            \"type\": \"string\",\n            \"id\": \"f607db5a-c0bc-2dbf-6b0e-149d4f0fcff9\"\n          },\n          {\n            \"type\": \"string\",\n            \"id\": \"74e13720-a7b1-31f1-030e-23771555dd82\"\n          }\n        ]\n      },\n      \"accounts\": {\n        \"data\": [\n          {\n            \"type\": \"string\",\n            \"id\": \"eaa79124-958d-f9e8-9f84-2f8dabc49379\"\n          },\n          {\n            \"type\": \"string\",\n            \"id\": \"33873b4e-77a4-2517-f9e0-014a761c29d6\"\n          }\n        ]\n      },\n      \"custom_discounts\": {\n        \"data\": [\n          {\n            \"type\": \"string\",\n            \"id\": \"41b45e44-6705-be53-19c5-ced0a7847a0f\"\n          },\n          {\n            \"type\": \"string\",\n            \"id\": \"f81a7fec-8198-3f84-67c6-66165ba1f7e2\"\n          }\n        ]\n      },\n      \"promotions\": {\n        \"data\": [\n          {\n            \"type\": \"string\",\n            \"id\": \"e5eab970-ae86-b5dd-1a4e-a00de433508b\"\n          },\n          {\n            \"type\": \"string\",\n            \"id\": \"b8ff3d06-7cb3-535b-8803-013f1c02a744\"\n          }\n        ]\n      }\n    },\n    \"type\": \"string\"\n  },\n  \"included\": {\n    \"custom_discounts\": [\n      {\n        \"type\": \"string\",\n        \"id\": \"834a5900-02d3-f7b2-49d8-8bc58ce4d5a6\",\n        \"external_id\": \"string\",\n        \"discount_engine\": \"string\",\n        \"amount\": {\n          \"amount\": 4963.647894931602,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"description\": \"string\",\n        \"discount_code\": \"string\",\n        \"relationships\": {\n          \"item\": {\n            \"data\": {\n              \"id\": \"7682c13a-dbba-95c1-0190-ca040305a8b8\",\n              \"type\": \"cart_item\"\n            }\n          }\n        }\n      },\n      {\n        \"type\": \"string\",\n        \"id\": \"225126c8-a0ef-90fd-f684-651c638d97be\",\n        \"external_id\": \"string\",\n        \"discount_engine\": \"string\",\n        \"amount\": {\n          \"amount\": 4065.1599865185694,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"description\": \"string\",\n        \"discount_code\": \"string\",\n        \"relationships\": {\n          \"item\": {\n            \"data\": {\n              \"id\": \"87d0ef70-0a85-0fb0-56e5-2c321be5ba8b\",\n              \"type\": \"custom_item\"\n            }\n          }\n        }\n      }\n    ],\n    \"promotions\": [\n      {\n        \"type\": \"string\",\n        \"id\": \"70f1008c-5245-3a04-0d02-89d3c958bdc7\",\n        \"name\": \"string\",\n        \"description\": \"string\",\n        \"automatic\": false,\n        \"promotion_type\": \"string\",\n        \"promotion_source\": \"string\",\n        \"start\": \"1958-10-28T09:25:51.869Z\",\n        \"end\": \"1964-09-23T05:14:59.427Z\"\n      },\n      {\n        \"type\": \"string\",\n        \"id\": \"a2b6d6cd-0e93-ce7f-4d42-13a4d63b459a\",\n        \"name\": \"string\",\n        \"description\": \"string\",\n        \"automatic\": true,\n        \"promotion_type\": \"string\",\n        \"promotion_source\": \"string\",\n        \"start\": \"2018-12-12T12:38:58.137Z\",\n        \"end\": \"1971-08-30T04:31:27.676Z\"\n      }\n    ]\n  },\n  \"meta\": {\n    \"payment_intent\": {\n      \"key_0\": 8532.31236248836\n    }\n  },\n  \"errors\": [\n    {\n      \"status\": \"string\",\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"HM2suB4@eJVkSFdngY.agaz\",\n        \"component_product_id\": \"33c2a0c6-514d-18b2-ed05-49720d0aa908\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    },\n    {\n      \"status\": \"string\",\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"dZL4NBCnJlt@kaWeExSASnYzenuFqcG.ydpe\",\n        \"component_product_id\": \"08ea6dbb-ea26-9ca5-c063-4745395dc745\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Order Shipping Groups",
      "description": "",
      "item": [
        {
          "id": "a07f61cb-d90e-4382-b37c-77acce85871d",
          "name": "Retrieve all shipping groups for an order",
          "request": {
            "name": "Retrieve all shipping groups for an order",
            "description": {
              "content": "Retrieve all shipping groups for an order",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "orders",
                ":orderID",
                "shipping-groups"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "orderID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the order",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "a5bbf71b-f2c9-4ea1-a765-bb4c5e16517c",
              "name": "A list of shipping groups",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "orders",
                    ":orderID",
                    "shipping-groups"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the order",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "orderID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"96b1d104-0d2e-41fd-9543-6c3c5a698959\",\n      \"type\": \"shipping_group\",\n      \"relation\": \"order\",\n      \"order_id\": \"96b1d104-0d2e-41fd-9543-6c3c5a698959\",\n      \"shipping_type\": \"standard\",\n      \"tracking_reference\": \"TRACK123\",\n      \"meta\": {\n        \"shipping_display_price\": {\n          \"total\": {\n            \"amount\": 1000,\n            \"currency\": \"USD\",\n            \"formatted\": \"$10.00\"\n          },\n          \"base\": {\n            \"amount\": 800,\n            \"currency\": \"USD\",\n            \"formatted\": \"$8.00\"\n          },\n          \"tax\": {\n            \"amount\": 200,\n            \"currency\": \"USD\",\n            \"formatted\": \"$2.00\"\n          },\n          \"fees\": {\n            \"amount\": 0,\n            \"currency\": \"USD\",\n            \"formatted\": \"$0.00\"\n          }\n        }\n      },\n      \"address\": {\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe\",\n        \"phone_number\": \"(555) 555-1234\",\n        \"company_name\": \"ACME Corp\",\n        \"line_1\": \"123 Main St\",\n        \"line_2\": \"Suite 100\",\n        \"city\": \"Portland\",\n        \"postcode\": \"97201\",\n        \"county\": \"Multnomah\",\n        \"country\": \"US\",\n        \"region\": \"Oregon\",\n        \"instructions\": \"Leave at front door\"\n      },\n      \"delivery_estimate\": {\n        \"start\": \"2024-01-15T00:00:00Z\",\n        \"end\": \"2024-01-20T00:00:00Z\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "19f96fa3-381b-435a-940e-44b8130edd30",
              "name": "Order not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "orders",
                    ":orderID",
                    "shipping-groups"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the order",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "orderID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": 404,\n      \"title\": \"Not Found\",\n      \"detail\": \"Order not found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "55bfe803-1289-42bf-8410-f0f3a8100350",
          "name": "Create a shipping group for an order",
          "request": {
            "name": "Create a shipping group for an order",
            "description": {
              "content": "Create a new shipping group for an order",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "orders",
                ":orderID",
                "shipping-groups"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "orderID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the order",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"shipping_type\": \"string\",\n    \"tracking_reference\": \"string\",\n    \"address\": {\n      \"first_name\": \"string\",\n      \"last_name\": \"string\",\n      \"phone_number\": \"string\",\n      \"company_name\": \"string\",\n      \"line_1\": \"string\",\n      \"line_2\": \"string\",\n      \"city\": \"string\",\n      \"postcode\": \"string\",\n      \"county\": \"string\",\n      \"country\": \"string\",\n      \"region\": \"string\",\n      \"instructions\": \"string\"\n    },\n    \"delivery_estimate\": {\n      \"start\": \"1986-12-06T10:25:38.985Z\",\n      \"end\": \"1990-05-10T06:34:06.900Z\"\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "79593563-8a0e-4f6a-b22e-e7304cfc55d5",
              "name": "Shipping group created",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "orders",
                    ":orderID",
                    "shipping-groups"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the order",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "orderID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"shipping_type\": \"string\",\n    \"tracking_reference\": \"string\",\n    \"address\": {\n      \"first_name\": \"string\",\n      \"last_name\": \"string\",\n      \"phone_number\": \"string\",\n      \"company_name\": \"string\",\n      \"line_1\": \"string\",\n      \"line_2\": \"string\",\n      \"city\": \"string\",\n      \"postcode\": \"string\",\n      \"county\": \"string\",\n      \"country\": \"string\",\n      \"region\": \"string\",\n      \"instructions\": \"string\"\n    },\n    \"delivery_estimate\": {\n      \"start\": \"1986-12-06T10:25:38.985Z\",\n      \"end\": \"1990-05-10T06:34:06.900Z\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"id\": \"string\",\n    \"relation\": \"string\",\n    \"cart_id\": \"string\",\n    \"order_id\": \"string\",\n    \"shipping_type\": \"string\",\n    \"tracking_reference\": \"string\",\n    \"external_ref\": \"string\",\n    \"address\": {\n      \"country\": \"string\",\n      \"first_name\": \"string\",\n      \"last_name\": \"string\",\n      \"line_1\": \"string\",\n      \"postcode\": \"string\",\n      \"region\": \"string\",\n      \"company_name\": \"string\",\n      \"line_2\": \"string\",\n      \"line_3\": \"string\",\n      \"city\": \"string\",\n      \"county\": \"string\",\n      \"phone_number\": \"string\",\n      \"instructions\": \"string\"\n    },\n    \"delivery_estimate\": {\n      \"start\": \"1950-10-30T15:31:33.560Z\",\n      \"end\": \"2018-11-04T08:23:09.412Z\"\n    },\n    \"created_at\": \"1971-03-02T15:13:27.973Z\",\n    \"updated_at\": \"1965-07-18T19:20:48.822Z\",\n    \"relationships\": {\n      \"cart\": {\n        \"data\": {\n          \"type\": \"string\",\n          \"id\": \"83c3297a-0014-f548-a1cb-f3279ad2bb0c\"\n        }\n      },\n      \"order\": {\n        \"data\": {\n          \"type\": \"string\",\n          \"id\": \"37cd2241-837a-daad-0297-b3d59a4076ba\"\n        }\n      },\n      \"items\": {\n        \"data\": [\n          {\n            \"type\": \"string\",\n            \"id\": \"0d56a2b8-2c11-ad5c-45cb-c8e7a9b0212d\"\n          },\n          {\n            \"type\": \"string\",\n            \"id\": \"95892723-2aec-fbad-e959-870ee41d4c2d\"\n          }\n        ]\n      }\n    },\n    \"discounts\": [\n      {\n        \"amount\": {\n          \"amount\": 5887,\n          \"currency\": \"string\",\n          \"includes_tax\": false\n        },\n        \"id\": \"string\",\n        \"code\": \"string\",\n        \"promotion_source\": \"string\",\n        \"is_cart_discount\": false,\n        \"ordinal\": 398,\n        \"promotion_action_id\": \"string\"\n      },\n      {\n        \"amount\": {\n          \"amount\": 5117,\n          \"currency\": \"string\",\n          \"includes_tax\": true\n        },\n        \"id\": \"string\",\n        \"code\": \"string\",\n        \"promotion_source\": \"string\",\n        \"is_cart_discount\": true,\n        \"ordinal\": 74,\n        \"promotion_action_id\": \"string\"\n      }\n    ],\n    \"meta\": {\n      \"shipping_display_price\": {\n        \"total\": {\n          \"amount\": 8588.868677761466,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"base\": {\n          \"amount\": 9651.030865497101,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"tax\": {\n          \"amount\": 5754.449388012086,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"fees\": {\n          \"amount\": 1990.0766801784964,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"discount\": {\n          \"amount\": 4523.122265067754,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        }\n      },\n      \"total_display_price\": {\n        \"with_tax\": {\n          \"amount\": 4877.120141556475,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"without_tax\": {\n          \"amount\": 171.6201859767441,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"tax\": {\n          \"amount\": 8307.944900877153,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"discount\": {\n          \"amount\": 0,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"balance_owing\": {\n          \"amount\": 320.5634396444301,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"paid\": {\n          \"amount\": 774.5371943179503,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"authorized\": {\n          \"amount\": 380.882588525282,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"without_discount\": {\n          \"amount\": 823.8005485940291,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"shipping\": {\n          \"amount\": 9027.527574636553,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"shipping_discount\": {\n          \"amount\": 0,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        }\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a568a6ac-97d5-45b4-ae6a-22044f27a265",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "orders",
                    ":orderID",
                    "shipping-groups"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the order",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "orderID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"shipping_type\": \"string\",\n    \"tracking_reference\": \"string\",\n    \"address\": {\n      \"first_name\": \"string\",\n      \"last_name\": \"string\",\n      \"phone_number\": \"string\",\n      \"company_name\": \"string\",\n      \"line_1\": \"string\",\n      \"line_2\": \"string\",\n      \"city\": \"string\",\n      \"postcode\": \"string\",\n      \"county\": \"string\",\n      \"country\": \"string\",\n      \"region\": \"string\",\n      \"instructions\": \"string\"\n    },\n    \"delivery_estimate\": {\n      \"start\": \"1986-12-06T10:25:38.985Z\",\n      \"end\": \"1990-05-10T06:34:06.900Z\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": 400,\n      \"title\": \"Bad Request\",\n      \"detail\": \"Invalid request format\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ae2025fd-0f66-4889-947a-855561ddb7e3",
              "name": "Order not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "orders",
                    ":orderID",
                    "shipping-groups"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the order",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "orderID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"shipping_type\": \"string\",\n    \"tracking_reference\": \"string\",\n    \"address\": {\n      \"first_name\": \"string\",\n      \"last_name\": \"string\",\n      \"phone_number\": \"string\",\n      \"company_name\": \"string\",\n      \"line_1\": \"string\",\n      \"line_2\": \"string\",\n      \"city\": \"string\",\n      \"postcode\": \"string\",\n      \"county\": \"string\",\n      \"country\": \"string\",\n      \"region\": \"string\",\n      \"instructions\": \"string\"\n    },\n    \"delivery_estimate\": {\n      \"start\": \"1986-12-06T10:25:38.985Z\",\n      \"end\": \"1990-05-10T06:34:06.900Z\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": 404,\n      \"title\": \"Not Found\",\n      \"detail\": \"Order not found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "57d622dc-7d13-43f4-bc55-eba388e34591",
              "name": "Unprocessable Entity",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "orders",
                    ":orderID",
                    "shipping-groups"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the order",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "orderID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"shipping_type\": \"string\",\n    \"tracking_reference\": \"string\",\n    \"address\": {\n      \"first_name\": \"string\",\n      \"last_name\": \"string\",\n      \"phone_number\": \"string\",\n      \"company_name\": \"string\",\n      \"line_1\": \"string\",\n      \"line_2\": \"string\",\n      \"city\": \"string\",\n      \"postcode\": \"string\",\n      \"county\": \"string\",\n      \"country\": \"string\",\n      \"region\": \"string\",\n      \"instructions\": \"string\"\n    },\n    \"delivery_estimate\": {\n      \"start\": \"1986-12-06T10:25:38.985Z\",\n      \"end\": \"1990-05-10T06:34:06.900Z\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": 422,\n      \"title\": \"Unprocessable Entity\",\n      \"detail\": \"Cannot create shipping group for this order\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3c363ffe-7b24-46d6-b7e0-027e8d7e1df6",
          "name": "Retrieve a specific shipping group for an order",
          "request": {
            "name": "Retrieve a specific shipping group for an order",
            "description": {
              "content": "Retrieve a specific shipping group for an order",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "orders",
                ":orderID",
                "shipping-groups",
                ":shippingGroupID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "A comma-separated list of related resources to include in the response.",
                    "type": "text/plain"
                  },
                  "key": "include",
                  "value": "string"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "orderID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the order",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "shippingGroupID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the shipping group",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "f6321ac0-b2e7-4248-adfb-937e65331548",
              "name": "Shipping group details",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "orders",
                    ":orderID",
                    "shipping-groups",
                    ":shippingGroupID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "A comma-separated list of related resources to include in the response.",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the order",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "orderID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the shipping group",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "shippingGroupID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"7cfa5b07-092e-4dbe-bbad-55a771a34117\",\n    \"type\": \"shipping_group\",\n    \"relation\": \"order\",\n    \"order_id\": \"96b1d104-0d2e-41fd-9543-6c3c5a698959\",\n    \"shipping_type\": \"standard\",\n    \"tracking_reference\": \"TRACK123\",\n    \"address\": {\n      \"first_name\": \"John\",\n      \"last_name\": \"Doe\",\n      \"phone_number\": \"(555) 555-1234\",\n      \"company_name\": \"ACME Corp\",\n      \"line_1\": \"123 Main St\",\n      \"line_2\": \"Suite 100\",\n      \"city\": \"Portland\",\n      \"postcode\": \"97201\",\n      \"county\": \"Multnomah\",\n      \"country\": \"US\",\n      \"region\": \"Oregon\",\n      \"instructions\": \"Leave at front door\"\n    },\n    \"delivery_estimate\": {\n      \"start\": \"2024-01-15T00:00:00Z\",\n      \"end\": \"2024-01-20T00:00:00Z\"\n    },\n    \"meta\": {\n      \"shipping_display_price\": {\n        \"total\": {\n          \"amount\": 1000,\n          \"currency\": \"USD\",\n          \"formatted\": \"$10.00\"\n        },\n        \"base\": {\n          \"amount\": 800,\n          \"currency\": \"USD\",\n          \"formatted\": \"$8.00\"\n        },\n        \"tax\": {\n          \"amount\": 200,\n          \"currency\": \"USD\",\n          \"formatted\": \"$2.00\"\n        },\n        \"fees\": {\n          \"amount\": 0,\n          \"currency\": \"USD\",\n          \"formatted\": \"$0.00\"\n        }\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bf4b89aa-a1e9-4b97-89f0-b530580f3492",
              "name": "Shipping group or order not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "orders",
                    ":orderID",
                    "shipping-groups",
                    ":shippingGroupID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "A comma-separated list of related resources to include in the response.",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the order",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "orderID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the shipping group",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "shippingGroupID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": 404,\n      \"title\": \"Not Found\",\n      \"detail\": \"Order not found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c1b70e08-1b85-48ee-b360-25078ebaf998",
          "name": "Update a shipping group for an order",
          "request": {
            "name": "Update a shipping group for an order",
            "description": {
              "content": "Update a shipping group for an order",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "orders",
                ":orderID",
                "shipping-groups",
                ":shippingGroupID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "orderID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the order",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "shippingGroupID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the shipping group",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"shipping_group\",\n    \"shipping_type\": \"express\",\n    \"tracking_reference\": \"TRACK456\",\n    \"address\": {\n      \"first_name\": \"John\",\n      \"last_name\": \"Doe\",\n      \"phone_number\": \"(555) 555-1234\",\n      \"company_name\": \"ACME Corp\",\n      \"line_1\": \"123 Main St\",\n      \"line_2\": \"Suite 100\",\n      \"city\": \"Portland\",\n      \"postcode\": \"97201\",\n      \"county\": \"Multnomah\",\n      \"country\": \"US\",\n      \"region\": \"Oregon\",\n      \"instructions\": \"Leave at front door\"\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "83eb6f39-2426-4fe1-8752-d3379cc467f6",
              "name": "Shipping group updated successfully",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "orders",
                    ":orderID",
                    "shipping-groups",
                    ":shippingGroupID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the order",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "orderID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the shipping group",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "shippingGroupID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"shipping_group\",\n    \"shipping_type\": \"express\",\n    \"tracking_reference\": \"TRACK456\",\n    \"address\": {\n      \"first_name\": \"John\",\n      \"last_name\": \"Doe\",\n      \"phone_number\": \"(555) 555-1234\",\n      \"company_name\": \"ACME Corp\",\n      \"line_1\": \"123 Main St\",\n      \"line_2\": \"Suite 100\",\n      \"city\": \"Portland\",\n      \"postcode\": \"97201\",\n      \"county\": \"Multnomah\",\n      \"country\": \"US\",\n      \"region\": \"Oregon\",\n      \"instructions\": \"Leave at front door\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"id\": \"string\",\n    \"relation\": \"string\",\n    \"cart_id\": \"string\",\n    \"order_id\": \"string\",\n    \"shipping_type\": \"string\",\n    \"tracking_reference\": \"string\",\n    \"external_ref\": \"string\",\n    \"address\": {\n      \"country\": \"string\",\n      \"first_name\": \"string\",\n      \"last_name\": \"string\",\n      \"line_1\": \"string\",\n      \"postcode\": \"string\",\n      \"region\": \"string\",\n      \"company_name\": \"string\",\n      \"line_2\": \"string\",\n      \"line_3\": \"string\",\n      \"city\": \"string\",\n      \"county\": \"string\",\n      \"phone_number\": \"string\",\n      \"instructions\": \"string\"\n    },\n    \"delivery_estimate\": {\n      \"start\": \"1965-04-11T20:22:59.632Z\",\n      \"end\": \"2018-09-20T11:00:10.037Z\"\n    },\n    \"created_at\": \"2021-10-07T14:24:57.589Z\",\n    \"updated_at\": \"1975-04-23T02:28:43.394Z\",\n    \"relationships\": {\n      \"cart\": {\n        \"data\": {\n          \"type\": \"string\",\n          \"id\": \"7af7fe0b-8ada-4b55-e1de-0750c220d09d\"\n        }\n      },\n      \"order\": {\n        \"data\": {\n          \"type\": \"string\",\n          \"id\": \"41f98a76-047c-1260-34c7-d8cecd2a9350\"\n        }\n      },\n      \"items\": {\n        \"data\": [\n          {\n            \"type\": \"string\",\n            \"id\": \"193d4247-3a85-4196-9f29-463c4fcd35e4\"\n          },\n          {\n            \"type\": \"string\",\n            \"id\": \"c088b2c8-7573-b41e-bf69-451ec8ed2769\"\n          }\n        ]\n      }\n    },\n    \"discounts\": [\n      {\n        \"amount\": {\n          \"amount\": 6722,\n          \"currency\": \"string\",\n          \"includes_tax\": false\n        },\n        \"id\": \"string\",\n        \"code\": \"string\",\n        \"promotion_source\": \"string\",\n        \"is_cart_discount\": false,\n        \"ordinal\": 782,\n        \"promotion_action_id\": \"string\"\n      },\n      {\n        \"amount\": {\n          \"amount\": 5488,\n          \"currency\": \"string\",\n          \"includes_tax\": true\n        },\n        \"id\": \"string\",\n        \"code\": \"string\",\n        \"promotion_source\": \"string\",\n        \"is_cart_discount\": true,\n        \"ordinal\": 7278,\n        \"promotion_action_id\": \"string\"\n      }\n    ],\n    \"meta\": {\n      \"shipping_display_price\": {\n        \"total\": {\n          \"amount\": 741.6278191388769,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"base\": {\n          \"amount\": 868.4556700809121,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"tax\": {\n          \"amount\": 8332.18297501457,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"fees\": {\n          \"amount\": 2313.12370533983,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"discount\": {\n          \"amount\": 7976.4249108890435,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        }\n      },\n      \"total_display_price\": {\n        \"with_tax\": {\n          \"amount\": 4785.015032766604,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"without_tax\": {\n          \"amount\": 6151.832722682542,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"tax\": {\n          \"amount\": 6944.9517661753935,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"discount\": {\n          \"amount\": 0,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"balance_owing\": {\n          \"amount\": 7797.944759839417,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"paid\": {\n          \"amount\": 2968.270337204646,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"authorized\": {\n          \"amount\": 2287.0033847029945,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"without_discount\": {\n          \"amount\": 201.37048188037187,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"shipping\": {\n          \"amount\": 3895.936392246437,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        },\n        \"shipping_discount\": {\n          \"amount\": 0,\n          \"currency\": \"string\",\n          \"formatted\": \"string\"\n        }\n      }\n    }\n  },\n  \"included\": {\n    \"items\": [\n      {\n        \"type\": \"string\",\n        \"id\": \"bfbc4be1-d61d-c5da-33f3-c69a2217425f\",\n        \"quantity\": 5439.572388915423,\n        \"product_id\": \"45d681b0-1508-033e-3bb5-f2db3bdf14da\",\n        \"subscription_offering_id\": \"049a5590-44d1-93a8-02c7-21b8afcc1afc\",\n        \"name\": \"string\",\n        \"sku\": \"string\",\n        \"location\": \"string\",\n        \"unit_price\": {\n          \"amount\": 5797.6830191524305,\n          \"currency\": \"string\",\n          \"includes_tax\": false\n        },\n        \"value\": {\n          \"amount\": 197.8201063972085,\n          \"currency\": \"string\",\n          \"includes_tax\": true\n        },\n        \"discounts\": [\n          {\n            \"amount\": {\n              \"amount\": 2178.4027364830117,\n              \"currency\": \"string\",\n              \"includes_tax\": true\n            },\n            \"code\": \"string\",\n            \"id\": \"fdd34179-04b8-f70b-9537-84dd9cc9d877\",\n            \"promotion_source\": \"string\",\n            \"is_cart_discount\": false,\n            \"ordinal\": 1226,\n            \"promotion_action_id\": \"string\"\n          },\n          {\n            \"amount\": {\n              \"amount\": 414.62431033159055,\n              \"currency\": \"string\",\n              \"includes_tax\": true\n            },\n            \"code\": \"string\",\n            \"id\": \"033ffc85-dcdd-3618-e80e-99bec5e366e9\",\n            \"promotion_source\": \"string\",\n            \"is_cart_discount\": true,\n            \"ordinal\": 6607,\n            \"promotion_action_id\": \"string\"\n          }\n        ],\n        \"links\": {},\n        \"meta\": {\n          \"display_price\": {\n            \"with_tax\": {\n              \"unit\": {\n                \"amount\": 6348.267150797795,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              },\n              \"value\": {\n                \"amount\": 9131.322627537716,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              }\n            },\n            \"without_tax\": {\n              \"unit\": {\n                \"amount\": 1266.5011250110347,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              },\n              \"value\": {\n                \"amount\": 9751.496961064082,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              }\n            },\n            \"tax\": {\n              \"unit\": {\n                \"amount\": 7584.437117424256,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              },\n              \"value\": {\n                \"amount\": 1580.6375911681214,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              }\n            },\n            \"discount\": {\n              \"unit\": {\n                \"amount\": 9623.920756302767,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              },\n              \"value\": {\n                \"amount\": 7413.9548836724425,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              }\n            },\n            \"without_discount\": {\n              \"unit\": {\n                \"amount\": 6279.277944727848,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              },\n              \"value\": {\n                \"amount\": 5653.198480888888,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              }\n            },\n            \"discounts\": {\n              \"key_0\": {\n                \"amount\": 1246.8700900459773,\n                \"currency\": \"string\",\n                \"formatted\": \"string\",\n                \"constituents\": {\n                  \"key_0\": {\n                    \"amount\": 5868.786012910407,\n                    \"currency\": \"string\",\n                    \"formatted\": \"string\"\n                  },\n                  \"key_1\": {\n                    \"amount\": 5362.827942492349,\n                    \"currency\": \"string\",\n                    \"formatted\": \"string\"\n                  }\n                }\n              },\n              \"key_1\": {\n                \"amount\": 6749.255275790309,\n                \"currency\": \"string\",\n                \"formatted\": \"string\",\n                \"constituents\": {\n                  \"key_0\": {\n                    \"amount\": 9265.080238427934,\n                    \"currency\": \"string\",\n                    \"formatted\": \"string\"\n                  },\n                  \"key_1\": {\n                    \"amount\": 4493.803190117412,\n                    \"currency\": \"string\",\n                    \"formatted\": \"string\"\n                  }\n                }\n              },\n              \"key_2\": {\n                \"amount\": 9063.044792547236,\n                \"currency\": \"string\",\n                \"formatted\": \"string\",\n                \"constituents\": {\n                  \"key_0\": {\n                    \"amount\": 9094.70536485985,\n                    \"currency\": \"string\",\n                    \"formatted\": \"string\"\n                  },\n                  \"key_1\": {\n                    \"amount\": 1201.9173540840723,\n                    \"currency\": \"string\",\n                    \"formatted\": \"string\"\n                  }\n                }\n              }\n            },\n            \"original_price\": {\n              \"unit\": {\n                \"amount\": 6808.432493335515,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              },\n              \"value\": {\n                \"amount\": 4212.760424543702,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              }\n            }\n          },\n          \"timestamps\": {\n            \"created_at\": \"string\",\n            \"updated_at\": \"string\"\n          }\n        },\n        \"relationships\": {\n          \"cart_item\": {\n            \"data\": {\n              \"type\": \"string\",\n              \"id\": \"a9fd11d0-7ec6-9c6d-3de0-3a3cbbac1cce\"\n            }\n          },\n          \"taxes\": {\n            \"data\": null\n          },\n          \"promotions\": {\n            \"data\": null\n          }\n        },\n        \"catalog_id\": \"string\",\n        \"catalog_source\": \"string\",\n        \"bundle_configuration\": {\n          \"selected_options\": {\n            \"key_0\": {\n              \"key_0\": 7851.205825269434\n            }\n          },\n          \"component_products\": [\n            {\n              \"id\": \"string\",\n              \"type\": \"string\",\n              \"attributes\": {\n                \"key_0\": 8927.9586247434,\n                \"key_1\": \"string\"\n              },\n              \"meta\": {\n                \"key_0\": 4299.660557381606\n              },\n              \"price\": {\n                \"key_0\": 4393\n              },\n              \"relationships\": {\n                \"key_0\": 9348.537113673161\n              }\n            },\n            {\n              \"id\": \"string\",\n              \"type\": \"string\",\n              \"attributes\": {\n                \"key_0\": 8225\n              },\n              \"meta\": {\n                \"key_0\": true\n              },\n              \"price\": {\n                \"key_0\": false,\n                \"key_1\": 1387\n              },\n              \"relationships\": {\n                \"key_0\": 6673.850351557428\n              }\n            }\n          ]\n        },\n        \"components\": {\n          \"key_0\": {\n            \"name\": \"string\",\n            \"options\": [\n              {\n                \"id\": \"string\",\n                \"quantity\": 5776.801764197783,\n                \"type\": \"string\"\n              },\n              {\n                \"id\": \"string\",\n                \"quantity\": 8101.634321699158,\n                \"type\": \"string\"\n              }\n            ]\n          },\n          \"key_1\": {\n            \"name\": \"string\",\n            \"options\": [\n              {\n                \"id\": \"string\",\n                \"quantity\": 3903.908272844794,\n                \"type\": \"string\"\n              },\n              {\n                \"id\": \"string\",\n                \"quantity\": 908.4933251265581,\n                \"type\": \"string\"\n              }\n            ]\n          }\n        },\n        \"custom_inputs\": {\n          \"key_0\": 6324,\n          \"key_1\": 9541\n        },\n        \"custom_attributes\": {\n          \"key_0\": {\n            \"type\": \"string\",\n            \"value\": \"string\"\n          },\n          \"key_1\": {\n            \"type\": \"integer\",\n            \"value\": true\n          }\n        },\n        \"shipping_group_id\": \"string\",\n        \"promotion_source\": \"string\",\n        \"promotion_action_id\": \"string\",\n        \"subscription_configuration\": {\n          \"plan\": \"string\",\n          \"pricing_option\": \"string\"\n        }\n      },\n      {\n        \"type\": \"string\",\n        \"id\": \"2ef56b61-5119-a879-8612-68e9ea9ca7fe\",\n        \"quantity\": 3093.471088813744,\n        \"product_id\": \"d920d646-36e7-d7de-9aea-5efbafdd2d25\",\n        \"subscription_offering_id\": \"a91333a0-c56e-3c46-3842-0ee6b5b157f8\",\n        \"name\": \"string\",\n        \"sku\": \"string\",\n        \"location\": \"string\",\n        \"unit_price\": {\n          \"amount\": 8889.262515687027,\n          \"currency\": \"string\",\n          \"includes_tax\": false\n        },\n        \"value\": {\n          \"amount\": 4933.33007892637,\n          \"currency\": \"string\",\n          \"includes_tax\": true\n        },\n        \"discounts\": [\n          {\n            \"amount\": {\n              \"amount\": 7859.392262430918,\n              \"currency\": \"string\",\n              \"includes_tax\": false\n            },\n            \"code\": \"string\",\n            \"id\": \"9521a588-c7e5-b69b-7e58-436a5b5e3b20\",\n            \"promotion_source\": \"string\",\n            \"is_cart_discount\": true,\n            \"ordinal\": 6304,\n            \"promotion_action_id\": \"string\"\n          },\n          {\n            \"amount\": {\n              \"amount\": 6667.493749197286,\n              \"currency\": \"string\",\n              \"includes_tax\": true\n            },\n            \"code\": \"string\",\n            \"id\": \"f3f206f2-2af2-efcf-0096-d1be388df454\",\n            \"promotion_source\": \"string\",\n            \"is_cart_discount\": true,\n            \"ordinal\": 1388,\n            \"promotion_action_id\": \"string\"\n          }\n        ],\n        \"links\": {},\n        \"meta\": {\n          \"display_price\": {\n            \"with_tax\": {\n              \"unit\": {\n                \"amount\": 4091.2905144556057,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              },\n              \"value\": {\n                \"amount\": 4915.114085275667,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              }\n            },\n            \"without_tax\": {\n              \"unit\": {\n                \"amount\": 7554.666752590504,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              },\n              \"value\": {\n                \"amount\": 6707.83571282918,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              }\n            },\n            \"tax\": {\n              \"unit\": {\n                \"amount\": 7699.692622425876,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              },\n              \"value\": {\n                \"amount\": 9692.231964771332,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              }\n            },\n            \"discount\": {\n              \"unit\": {\n                \"amount\": 4462.341828897221,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              },\n              \"value\": {\n                \"amount\": 1360.37164006648,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              }\n            },\n            \"without_discount\": {\n              \"unit\": {\n                \"amount\": 1795.1257790562813,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              },\n              \"value\": {\n                \"amount\": 2480.1365112723083,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              }\n            },\n            \"discounts\": {\n              \"key_0\": {\n                \"amount\": 7849.433883196375,\n                \"currency\": \"string\",\n                \"formatted\": \"string\",\n                \"constituents\": {\n                  \"key_0\": {\n                    \"amount\": 4088.6236941491893,\n                    \"currency\": \"string\",\n                    \"formatted\": \"string\"\n                  }\n                }\n              }\n            },\n            \"original_price\": {\n              \"unit\": {\n                \"amount\": 9792.665160040844,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              },\n              \"value\": {\n                \"amount\": 6867.410807925878,\n                \"currency\": \"string\",\n                \"formatted\": \"string\"\n              }\n            }\n          },\n          \"timestamps\": {\n            \"created_at\": \"string\",\n            \"updated_at\": \"string\"\n          }\n        },\n        \"relationships\": {\n          \"cart_item\": {\n            \"data\": {\n              \"type\": \"string\",\n              \"id\": \"f1b1d3e9-5510-317e-2588-13c78f55c770\"\n            }\n          },\n          \"taxes\": {\n            \"data\": null\n          },\n          \"promotions\": {\n            \"data\": null\n          }\n        },\n        \"catalog_id\": \"string\",\n        \"catalog_source\": \"string\",\n        \"bundle_configuration\": {\n          \"selected_options\": {\n            \"key_0\": {\n              \"key_0\": 5296.444723761549\n            },\n            \"key_1\": {\n              \"key_0\": 5113.48823253964\n            }\n          },\n          \"component_products\": [\n            {\n              \"id\": \"string\",\n              \"type\": \"string\",\n              \"attributes\": {\n                \"key_0\": 9209.331536386873,\n                \"key_1\": 954,\n                \"key_2\": false\n              },\n              \"meta\": {\n                \"key_0\": true,\n                \"key_1\": \"string\"\n              },\n              \"price\": {\n                \"key_0\": 9601.398581987147\n              },\n              \"relationships\": {\n                \"key_0\": \"string\"\n              }\n            },\n            {\n              \"id\": \"string\",\n              \"type\": \"string\",\n              \"attributes\": {\n                \"key_0\": false\n              },\n              \"meta\": {\n                \"key_0\": 3680,\n                \"key_1\": false,\n                \"key_2\": true,\n                \"key_3\": 1797\n              },\n              \"price\": {\n                \"key_0\": true,\n                \"key_1\": 5638.781736662557,\n                \"key_2\": 5646\n              },\n              \"relationships\": {\n                \"key_0\": \"string\",\n                \"key_1\": 3248.649050643555,\n                \"key_2\": true\n              }\n            }\n          ]\n        },\n        \"components\": {\n          \"key_0\": {\n            \"name\": \"string\",\n            \"options\": [\n              {\n                \"id\": \"string\",\n                \"quantity\": 302.7407796415615,\n                \"type\": \"string\"\n              },\n              {\n                \"id\": \"string\",\n                \"quantity\": 1235.6190065269602,\n                \"type\": \"string\"\n              }\n            ]\n          },\n          \"key_1\": {\n            \"name\": \"string\",\n            \"options\": [\n              {\n                \"id\": \"string\",\n                \"quantity\": 8992.387507188016,\n                \"type\": \"string\"\n              },\n              {\n                \"id\": \"string\",\n                \"quantity\": 2951.90344106617,\n                \"type\": \"string\"\n              }\n            ]\n          },\n          \"key_2\": {\n            \"name\": \"string\",\n            \"options\": [\n              {\n                \"id\": \"string\",\n                \"quantity\": 4711.062918674209,\n                \"type\": \"string\"\n              },\n              {\n                \"id\": \"string\",\n                \"quantity\": 3416.6966754867635,\n                \"type\": \"string\"\n              }\n            ]\n          }\n        },\n        \"custom_inputs\": {\n          \"key_0\": 8535.180644288175,\n          \"key_1\": 7419\n        },\n        \"custom_attributes\": {\n          \"key_0\": {\n            \"type\": \"string\",\n            \"value\": 6572.485210457815\n          },\n          \"key_1\": {\n            \"type\": \"string\",\n            \"value\": true\n          },\n          \"key_2\": {\n            \"type\": \"boolean\",\n            \"value\": \"string\"\n          }\n        },\n        \"shipping_group_id\": \"string\",\n        \"promotion_source\": \"string\",\n        \"promotion_action_id\": \"string\",\n        \"subscription_configuration\": {\n          \"plan\": \"string\",\n          \"pricing_option\": \"string\"\n        }\n      }\n    ]\n  },\n  \"errors\": [\n    {\n      \"status\": \"string\",\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"KtLdFlE@rxe.fc\",\n        \"component_product_id\": \"e2590f0c-c097-a0e4-531e-c5e415636f68\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    },\n    {\n      \"status\": 5225,\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"id\": \"string\",\n        \"ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"item_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"shipping_group_id\": \"string\",\n        \"shipping_group_ids\": [\n          \"string\",\n          \"string\"\n        ],\n        \"cart_id\": \"string\",\n        \"code\": \"string\",\n        \"order_id\": \"string\",\n        \"sku\": \"string\",\n        \"email\": \"WUc6sB9XQTRQup@XXvOBcDvckGpfBwTlTCNft.atx\",\n        \"component_product_id\": \"8c305185-25bb-f64a-5fda-ccd4d0a6aacc\",\n        \"error-meta-key\": \"string\",\n        \"value\": \"string\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3bcda504-81cb-4409-8db6-b5b9352dd30c",
              "name": "Invalid request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "orders",
                    ":orderID",
                    "shipping-groups",
                    ":shippingGroupID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the order",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "orderID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the shipping group",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "shippingGroupID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"shipping_group\",\n    \"shipping_type\": \"express\",\n    \"tracking_reference\": \"TRACK456\",\n    \"address\": {\n      \"first_name\": \"John\",\n      \"last_name\": \"Doe\",\n      \"phone_number\": \"(555) 555-1234\",\n      \"company_name\": \"ACME Corp\",\n      \"line_1\": \"123 Main St\",\n      \"line_2\": \"Suite 100\",\n      \"city\": \"Portland\",\n      \"postcode\": \"97201\",\n      \"county\": \"Multnomah\",\n      \"country\": \"US\",\n      \"region\": \"Oregon\",\n      \"instructions\": \"Leave at front door\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": 400,\n      \"title\": \"Date Logic Discrepancy\",\n      \"detail\": \"The start date cannot occur after the end date\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6bcc848d-3ae8-418e-8684-9ed54e8f526c",
              "name": "Shipping group or order not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "orders",
                    ":orderID",
                    "shipping-groups",
                    ":shippingGroupID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the order",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "orderID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the shipping group",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "shippingGroupID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"shipping_group\",\n    \"shipping_type\": \"express\",\n    \"tracking_reference\": \"TRACK456\",\n    \"address\": {\n      \"first_name\": \"John\",\n      \"last_name\": \"Doe\",\n      \"phone_number\": \"(555) 555-1234\",\n      \"company_name\": \"ACME Corp\",\n      \"line_1\": \"123 Main St\",\n      \"line_2\": \"Suite 100\",\n      \"city\": \"Portland\",\n      \"postcode\": \"97201\",\n      \"county\": \"Multnomah\",\n      \"country\": \"US\",\n      \"region\": \"Oregon\",\n      \"instructions\": \"Leave at front door\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": 404,\n      \"title\": \"Group not found\",\n      \"detail\": \"Group with ID [7cfa5b07-092e-4dbe-bbad-55a771a34117] not found for order [abc123]\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Currencies",
      "description": ":::caution\n\n- There is a hard limit of 10 currencies per store.\n\n:::\n",
      "item": [
        {
          "id": "9359e3f3-a471-4097-a6b2-af7eee71e081",
          "name": "Get all Currencies",
          "request": {
            "name": "Get all Currencies",
            "description": {
              "content": "Fetch all currencies.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "currencies"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "The number of records to offset the results by.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "0"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The number of records per page.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "10"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "c7d08275-0b6c-4c40-81aa-c8a6a62eed20",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "currencies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"0c45e4ec-26e0-4043-86e4-c15b9cf985a0\",\n      \"type\": \"currency\",\n      \"code\": \"GBP\",\n      \"exchange_rate\": 1,\n      \"format\": \"£{price}\",\n      \"decimal_point\": \".\",\n      \"thousand_separator\": \",\",\n      \"decimal_places\": 2,\n      \"default\": true,\n      \"enabled\": true,\n      \"links\": {\n        \"self\": \"string\"\n      },\n      \"meta\": {\n        \"timestamps\": {\n          \"created_at\": \"2023-11-07T23:04:18.845Z\",\n          \"updated_at\": \"2023-11-07T23:04:18.845Z\"\n        },\n        \"owner\": \"store\"\n      }\n    },\n    {\n      \"id\": \"0c45e4ec-26e0-4043-86e4-c15b9cf985a0\",\n      \"type\": \"currency\",\n      \"code\": \"GBP\",\n      \"exchange_rate\": 1,\n      \"format\": \"£{price}\",\n      \"decimal_point\": \".\",\n      \"thousand_separator\": \",\",\n      \"decimal_places\": 2,\n      \"default\": true,\n      \"enabled\": true,\n      \"links\": {\n        \"self\": \"string\"\n      },\n      \"meta\": {\n        \"timestamps\": {\n          \"created_at\": \"2023-11-07T23:04:18.845Z\",\n          \"updated_at\": \"2023-11-07T23:04:18.845Z\"\n        },\n        \"owner\": \"store\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1bbf9b4a-c47c-4dff-8df6-7c788705651b",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "currencies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": 400,\n      \"title\": \"Bad Request\",\n      \"detail\": \"The request was invalid\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5ef4dd7b-caca-485c-ba88-a2b3db4e7d7f",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "currencies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": 401,\n      \"title\": \"Unauthorized\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a2b06ad0-44df-41c2-91df-6324d8a4d541",
          "name": "Create a Currency",
          "request": {
            "name": "Create a Currency",
            "description": {
              "content": "Create a currency.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "currencies"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"data\": {\n      \"code\": \"GBP\",\n      \"decimal_places\": 2,\n      \"decimal_point\": \".\",\n      \"default\": true,\n      \"enabled\": true,\n      \"exchange_rate\": 1,\n      \"format\": \"£{price}\",\n      \"thousand_separator\": \",\",\n      \"type\": \"currency\"\n    }\n  }\n]",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "57d43188-94f9-474b-90b8-df1a0271b92f",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "currencies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"code\": \"GBP\",\n    \"decimal_places\": 2,\n    \"decimal_point\": \".\",\n    \"default\": true,\n    \"enabled\": true,\n    \"exchange_rate\": 1,\n    \"format\": \"£{price}\",\n    \"thousand_separator\": \",\",\n    \"type\": \"currency\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"0c45e4ec-26e0-4043-86e4-c15b9cf985a0\",\n    \"type\": \"currency\",\n    \"code\": \"GBP\",\n    \"exchange_rate\": 1,\n    \"format\": \"£{price}\",\n    \"decimal_point\": \".\",\n    \"thousand_separator\": \",\",\n    \"decimal_places\": 2,\n    \"default\": true,\n    \"enabled\": true,\n    \"links\": {\n      \"self\": \"string\"\n    },\n    \"meta\": {\n      \"timestamps\": {\n        \"created_at\": \"2023-11-07T23:04:18.845Z\",\n        \"updated_at\": \"2023-11-07T23:04:18.845Z\"\n      },\n      \"owner\": \"store\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "91559e94-3ed0-41c4-b75b-66b8e9297fa6",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "currencies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"code\": \"GBP\",\n    \"decimal_places\": 2,\n    \"decimal_point\": \".\",\n    \"default\": true,\n    \"enabled\": true,\n    \"exchange_rate\": 1,\n    \"format\": \"£{price}\",\n    \"thousand_separator\": \",\",\n    \"type\": \"currency\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": 400,\n      \"title\": \"Currency already exists\",\n      \"detail\": \"The specified currency code already exists\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "59a49c8a-988a-4e71-9ba8-50ff296a885e",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "currencies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"code\": \"GBP\",\n    \"decimal_places\": 2,\n    \"decimal_point\": \".\",\n    \"default\": true,\n    \"enabled\": true,\n    \"exchange_rate\": 1,\n    \"format\": \"£{price}\",\n    \"thousand_separator\": \",\",\n    \"type\": \"currency\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": 422,\n      \"title\": \"Currency limit reached\",\n      \"detail\": \"You have reached the maximum allowed currency limit of 10\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9d357195-b2ff-4515-9a17-4d365ea7e4f0",
          "name": "Get a Currency",
          "request": {
            "name": "Get a Currency",
            "description": {
              "content": "Fetch a currency by its ID.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "currencies",
                ":currencyID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "currencyID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID for the requested currency.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "83e0d5a5-b414-4f7b-8b8f-ccfbd1c4392d",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "currencies",
                    ":currencyID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID for the requested currency.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "currencyID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"0c45e4ec-26e0-4043-86e4-c15b9cf985a0\",\n    \"type\": \"currency\",\n    \"code\": \"GBP\",\n    \"exchange_rate\": 1,\n    \"format\": \"£{price}\",\n    \"decimal_point\": \".\",\n    \"thousand_separator\": \",\",\n    \"decimal_places\": 2,\n    \"default\": true,\n    \"enabled\": true,\n    \"links\": {\n      \"self\": \"string\"\n    },\n    \"meta\": {\n      \"timestamps\": {\n        \"created_at\": \"2023-11-07T23:04:18.845Z\",\n        \"updated_at\": \"2023-11-07T23:04:18.845Z\"\n      },\n      \"owner\": \"store\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d8809053-acd8-4ea6-915f-b416fd1ba013",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "currencies",
                    ":currencyID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID for the requested currency.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "currencyID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": 400,\n      \"title\": \"Bad Request\",\n      \"detail\": \"The request was invalid\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "183c8fa0-b04d-4dd9-b35a-0c4038d9e82a",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "currencies",
                    ":currencyID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID for the requested currency.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "currencyID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": 401,\n      \"title\": \"Unauthorized\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c77c66e5-41e7-48d1-98fc-93a13f034261",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "currencies",
                    ":currencyID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID for the requested currency.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "currencyID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": 404,\n      \"title\": \"Currency not found\",\n      \"detail\": \"The requested currency could not be found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c6429d60-2723-4a20-9724-764a6be55a99",
          "name": "Update a Currency",
          "request": {
            "name": "Update a Currency",
            "description": {
              "content": "Update a currency.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "currencies",
                ":currencyID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "currencyID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID for the requested currency.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"data\": {\n      \"default\": true\n    }\n  }\n]",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "ac6b7919-b444-44d8-9aa3-52dc46057678",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "currencies",
                    ":currencyID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID for the requested currency.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "currencyID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"default\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"0c45e4ec-26e0-4043-86e4-c15b9cf985a0\",\n    \"type\": \"currency\",\n    \"code\": \"GBP\",\n    \"exchange_rate\": 1,\n    \"format\": \"£{price}\",\n    \"decimal_point\": \".\",\n    \"thousand_separator\": \",\",\n    \"decimal_places\": 2,\n    \"default\": true,\n    \"enabled\": true,\n    \"links\": {\n      \"self\": \"string\"\n    },\n    \"meta\": {\n      \"timestamps\": {\n        \"created_at\": \"2023-11-07T23:04:18.845Z\",\n        \"updated_at\": \"2023-11-07T23:04:18.845Z\"\n      },\n      \"owner\": \"store\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9076ba21-ab0b-4a95-aa12-413bff89496a",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "currencies",
                    ":currencyID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID for the requested currency.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "currencyID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"default\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": 400,\n      \"title\": \"Bad Request\",\n      \"detail\": \"The request was invalid\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bf2ad71d-4732-4b85-aa46-97bfc5a7f82f",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "currencies",
                    ":currencyID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID for the requested currency.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "currencyID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"default\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": 401,\n      \"title\": \"Unauthorized\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ba1a3f19-1e8d-4d55-8f48-c00c51bc34d7",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "currencies",
                    ":currencyID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID for the requested currency.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "currencyID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"default\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": 404,\n      \"title\": \"Currency not found\",\n      \"detail\": \"The requested currency could not be found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9b50550a-899a-4f24-bcfb-8cf4ad6dc7b9",
          "name": "Delete a Currency",
          "request": {
            "name": "Delete a Currency",
            "description": {
              "content": "Delete a currency.\n\n:::caution\n\n- You can’t delete a default currency.\n\n:::\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "currencies",
                ":currencyID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "currencyID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID for the Currency to delete.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "e683354b-b3ef-424c-b3ba-d6c8f4b784fd",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "currencies",
                    ":currencyID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID for the Currency to delete.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "currencyID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "8e7fce7e-57a7-4f35-9b68-fdced4ffbff5",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "currencies",
                    ":currencyID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID for the Currency to delete.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "currencyID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": 400,\n      \"title\": \"Bad Request\",\n      \"detail\": \"The request was invalid\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bcf342f8-cb85-4651-a188-cea52f803392",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "currencies",
                    ":currencyID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID for the Currency to delete.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "currencyID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": 404,\n      \"title\": \"Currency not found\",\n      \"detail\": \"The requested currency could not be found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Custom APIs",
      "description": "Custom APIs allow you to extend the capabilities of Commerce. With Custom APIs, you can efficiently manage large data sets while benefiting from both simple and complex multidimensional filtering options. Combining Custom APIs with [Composer](/docs/composer/index) enables you to deploy custom behaviors and integrations, allowing you to implement capabilities unique to your business without having to build and host that functionality from scratch.\n\nA Custom API is composed of one or more [Custom Fields](/docs/api/commerce-extensions/custom-fields) and allows you to create [Entries](/docs/api/commerce-extensions/custom-api-entries). In database terms, a Custom API can be thought of as a table, with fields representing the columns of the table, and entries serving as the database records.\n\n## Custom APIs vs Non-Core Flows\n\nCustom APIs are the next generation of Non-Core Flows. Here is a comparison of current features of Non-Core Flows and Custom APIs. This will be updated as we release more capabilities.\n\n| Feature                                                                                                                   | Non-Core Flows | Commerce Extensions                                            |\n|---------------------------------------------------------------------------------------------------------------------------|----------------|----------------------------------------------------------------|\n| Build new APIs                                                                                                            | ✅              | ✅                                                              |\n| Access Level                                                                                                              | Implicit       | [Customizable](/docs/api/permissions/custom-api-role-policies) |\n| [Filtering](/docs/api/commerce-extensions/list-custom-api-entries#filtering)                                              | ⛔️             | ✅                                                              |\n| [Sorting](/docs/api/commerce-extensions/list-custom-api-entries#sorting)                                                  | ⛔️             | ✅                                                              |\n| [Events](/docs/api/commerce-extensions/custom-api-entries#events)                                                         | ⛔️             | ✅                                                              |\n| [Conditional Updates](/guides/How-To/commerce-extensions/create-a-multilocation-inventories-resource#conditional-updates) | ⛔️             | ✅                                                              |\n\nThe [Custom Fields Overview](/docs/api/commerce-extensions/custom-fields) lists the comparison of different types and validation available in Custom APIs vs Non-Core Flows.\n",
      "item": [
        {
          "id": "699efb0a-de08-48f0-8560-eeacd88bbd26",
          "name": "Create a Custom API",
          "request": {
            "name": "Create a Custom API",
            "description": {
              "content": "Create a Custom API",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "settings",
                "extensions",
                "custom-apis"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"custom_api\",\n    \"name\": \"Wishlists\",\n    \"description\": \"Specifies the description for this Custom API.\",\n    \"slug\": \"wishlists\",\n    \"api_type\": \"wishlist_ext\",\n    \"relationships\": {\n      \"parent_apis\": {\n        \"data\": [\n          {\n            \"id\": \"652e39d8-d613-493e-8c20-fef99ad6327a\",\n            \"type\": \"custom_api\"\n          }\n        ]\n      }\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "ef90f13d-94d4-490d-9c84-d44e7ab0d140",
              "name": "A Custom API",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"custom_api\",\n    \"name\": \"Wishlists\",\n    \"description\": \"Specifies the description for this Custom API.\",\n    \"slug\": \"wishlists\",\n    \"api_type\": \"wishlist_ext\",\n    \"relationships\": {\n      \"parent_apis\": {\n        \"data\": [\n          {\n            \"id\": \"652e39d8-d613-493e-8c20-fef99ad6327a\",\n            \"type\": \"custom_api\"\n          }\n        ]\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"3b17b9ec-38d7-c2ec-972b-6fe49a8d85c7\",\n    \"type\": \"string\",\n    \"name\": \"string\",\n    \"description\": \"string\",\n    \"slug\": \"z5g09rsrhvsz_icfqxyaxduyzudotk232vmrtzals\",\n    \"api_type\": \"jxkgk2_ext\",\n    \"allow_upserts\": false,\n    \"presentation\": {\n      \"page\": \"string\",\n      \"section\": \"string\"\n    },\n    \"links\": {\n      \"self\": null\n    },\n    \"meta\": {\n      \"timestamps\": {\n        \"created_at\": \"2017-01-10T11:41:19.244Z\",\n        \"updated_at\": \"2017-01-10T11:41:19.244Z\"\n      }\n    },\n    \"relationships\": {\n      \"parent_apis\": {\n        \"data\": [\n          {\n            \"id\": \"652e39d8-d613-493e-8c20-fef99ad6327a\",\n            \"type\": \"api_location\"\n          },\n          {\n            \"id\": \"652e39d8-d613-493e-8c20-fef99ad6327a\",\n            \"type\": \"api_location\"\n          }\n        ]\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a48ae747-5826-4932-b16c-80f29d8373c3",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"custom_api\",\n    \"name\": \"Wishlists\",\n    \"description\": \"Specifies the description for this Custom API.\",\n    \"slug\": \"wishlists\",\n    \"api_type\": \"wishlist_ext\",\n    \"relationships\": {\n      \"parent_apis\": {\n        \"data\": [\n          {\n            \"id\": \"652e39d8-d613-493e-8c20-fef99ad6327a\",\n            \"type\": \"custom_api\"\n          }\n        ]\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"status\": \"400\",\n      \"detail\": \"The field 'name' is required.\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3b9147b0-ff9f-4859-94d6-1d477042324f",
              "name": "Unable to perform the operation at this time.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"custom_api\",\n    \"name\": \"Wishlists\",\n    \"description\": \"Specifies the description for this Custom API.\",\n    \"slug\": \"wishlists\",\n    \"api_type\": \"wishlist_ext\",\n    \"relationships\": {\n      \"parent_apis\": {\n        \"data\": [\n          {\n            \"id\": \"652e39d8-d613-493e-8c20-fef99ad6327a\",\n            \"type\": \"custom_api\"\n          }\n        ]\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Conflict\",\n      \"status\": \"409\",\n      \"detail\": \"custom_api with the given api_type already exists\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c444c2d6-2505-466a-862d-6d19fbd03711",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"custom_api\",\n    \"name\": \"Wishlists\",\n    \"description\": \"Specifies the description for this Custom API.\",\n    \"slug\": \"wishlists\",\n    \"api_type\": \"wishlist_ext\",\n    \"relationships\": {\n      \"parent_apis\": {\n        \"data\": [\n          {\n            \"id\": \"652e39d8-d613-493e-8c20-fef99ad6327a\",\n            \"type\": \"custom_api\"\n          }\n        ]\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "82ecb25f-ef4f-4f7a-92bd-59b03cf74df7",
          "name": "List Custom APIs",
          "request": {
            "name": "List Custom APIs",
            "description": {
              "content": "Retrieves a list of Custom APIs\n\n## Filtering\nThe following operators and attributes are available for [filtering](/guides/Getting-Started/filtering) Custom APIs:\n\n| Attribute           | Operators                     | Example                                       |\n|---------------------|-------------------------------|-----------------------------------------------|\n| `id`                | `lt`,`le`,`eq`,`gt`,`ge`,`in` | `eq(id,7e067539-6f6c-46e1-8c55-940031b36c6a)` |\n| `created_at`        | `lt`,`le`,`eq`,`gt`,`ge`      | `ge(created_at,2024-04-29T00:00:00.000Z)`     |\n| `updated_at`        | `lt`,`le`,`eq`,`gt`,`ge`      | `le(updated_at,2024-04-29T00:00:00.000Z)`     |\n| `api_type`          | `eq`,`like`,`in`              | `like(api_type,wishlist*)`                    |\n| `description`       | `eq`,`like`                   | `like(description,*list*)`                    |\n| `name`              | `eq`,`like`                   | `eq(name,\"Wishlist\")`                         |\n| `slug`              | `eq`,`like`,`in`              | `like(slug,*lists)`                           |\n| `presentation.page` | `ilike`                       | `ilike(presentation.page,Home)`               |\n\n## Sorting\nThe following attributes are available for sorting. When specified, the results are sorted in ascending order based on the value of the field. To sort in descending order, prefix the attribute with `-`, for example, `-updated_at`. The default sort order is `created_at` in descending order.\n- `id`\n- `created_at`\n- `updated_at`\n- `api_type`\n- `name`\n- `slug`\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "settings",
                "extensions",
                "custom-apis"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "0"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "100"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter attributes. For more information, see the [Filtering](/guides/Getting-Started/filtering) section.",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "eq(name,\"My Wishlist\")"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Specifies the order in which Custom APIs will be returned. For more information, see [Sorting](/guides/Getting-Started/sorting).\n (This can only be one of id,-id,created_at,-created_at,updated_at,-updated_at,api_type,-api_type,name,-name,slug,-slug)",
                    "type": "text/plain"
                  },
                  "key": "sort",
                  "value": "id"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "4940287c-05d5-4916-8f1f-5a4165391e37",
              "name": "List of Custom APIs",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter attributes. For more information, see the [Filtering](/guides/Getting-Started/filtering) section.",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(name,\"My Wishlist\")"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the order in which Custom APIs will be returned. For more information, see [Sorting](/guides/Getting-Started/sorting).\n (This can only be one of id,-id,created_at,-created_at,updated_at,-updated_at,api_type,-api_type,name,-name,slug,-slug)",
                        "type": "text/plain"
                      },
                      "key": "sort",
                      "value": "id"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"40f09bbf-6986-ae3d-e877-0e651464531e\",\n      \"type\": \"string\",\n      \"name\": \"string\",\n      \"description\": \"string\",\n      \"slug\": \"-l2r1p-korv_o-c235iflks93okdf411ju6kn5n8-wwqb6qstol-6\",\n      \"api_type\": \"wm4chqo894efnqs2bjjmzdb58nu8dv935gqck7fqgs36h8826rk5_ext\",\n      \"allow_upserts\": false,\n      \"presentation\": {\n        \"page\": null,\n        \"section\": null\n      },\n      \"links\": {\n        \"self\": \"http://kAHtyulCymrPm.muehcU7a4MUHrdzpJqBsrIS8DDH4yBk-te\"\n      },\n      \"meta\": {\n        \"timestamps\": {\n          \"created_at\": \"2017-01-10T11:41:19.244Z\",\n          \"updated_at\": \"2017-01-10T11:41:19.244Z\"\n        }\n      },\n      \"relationships\": {\n        \"parent_apis\": {\n          \"data\": [\n            {\n              \"id\": \"652e39d8-d613-493e-8c20-fef99ad6327a\",\n              \"type\": \"api_location\"\n            },\n            {\n              \"id\": \"652e39d8-d613-493e-8c20-fef99ad6327a\",\n              \"type\": \"api_location\"\n            }\n          ]\n        }\n      }\n    },\n    {\n      \"id\": \"9dd04ee1-16eb-0b07-c928-a24cf5ceacc6\",\n      \"type\": \"string\",\n      \"name\": \"string\",\n      \"description\": \"string\",\n      \"slug\": \"6gz95g4dasa\",\n      \"api_type\": \"wyv_puh4af042s50kwutw9g8j0x9vv8k_pivps6k55slgr85_ext\",\n      \"allow_upserts\": false,\n      \"presentation\": {\n        \"page\": \"string\",\n        \"section\": null\n      },\n      \"links\": {\n        \"self\": \"https://sBDCCKItHxsoiDoDjLhxMxgTsEhdbgdH.fao-Pl3WBXxVTh5aFrExjamo,G.vUlZleIKZ2rFF\"\n      },\n      \"meta\": {\n        \"timestamps\": {\n          \"created_at\": \"2017-01-10T11:41:19.244Z\",\n          \"updated_at\": \"2017-01-10T11:41:19.244Z\"\n        }\n      },\n      \"relationships\": {\n        \"parent_apis\": {\n          \"data\": [\n            {\n              \"id\": \"652e39d8-d613-493e-8c20-fef99ad6327a\",\n              \"type\": \"api_location\"\n            },\n            {\n              \"id\": \"652e39d8-d613-493e-8c20-fef99ad6327a\",\n              \"type\": \"custom_api\"\n            }\n          ]\n        }\n      }\n    }\n  ],\n  \"meta\": {\n    \"results\": {\n      \"total\": 7881,\n      \"total_method\": \"lower_bound\"\n    },\n    \"page\": {\n      \"limit\": 100,\n      \"offset\": 0,\n      \"current\": 1,\n      \"total\": 1\n    }\n  },\n  \"links\": {\n    \"current\": null,\n    \"first\": \"http://gFGPxEjTQzUmDEafdXDabtFej.toPZ9rUTNjsNYpXUDxDm+FuWQkgO1Ph7G9\",\n    \"last\": null,\n    \"next\": \"http://aylOjtRHkEiHJzE.qxzBnQba\",\n    \"prev\": \"https://dckjolTQzqnNMZyOcDGFFDHjORYMu.evv7W-4xK5hwiMZfTQrT6NBOlXomnCVjeQSIUyU8r4BgoIL2y6\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "523246b9-bec6-4ea1-9174-c26e7a54dfa7",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter attributes. For more information, see the [Filtering](/guides/Getting-Started/filtering) section.",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(name,\"My Wishlist\")"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the order in which Custom APIs will be returned. For more information, see [Sorting](/guides/Getting-Started/sorting).\n (This can only be one of id,-id,created_at,-created_at,updated_at,-updated_at,api_type,-api_type,name,-name,slug,-slug)",
                        "type": "text/plain"
                      },
                      "key": "sort",
                      "value": "id"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"Invalid filter: unknown field [version] specified in search filter, allowed fields are [api_type created_at description id name slug updated_at]\",\n      \"status\": \"400\",\n      \"title\": \"Bad Request\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "15d292b8-7f73-4f58-84a9-ef1003c08f00",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter attributes. For more information, see the [Filtering](/guides/Getting-Started/filtering) section.",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(name,\"My Wishlist\")"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the order in which Custom APIs will be returned. For more information, see [Sorting](/guides/Getting-Started/sorting).\n (This can only be one of id,-id,created_at,-created_at,updated_at,-updated_at,api_type,-api_type,name,-name,slug,-slug)",
                        "type": "text/plain"
                      },
                      "key": "sort",
                      "value": "id"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "48b7fea2-8760-4c40-929b-1d57838cbe5c",
          "name": "Get a Custom API",
          "request": {
            "name": "Get a Custom API",
            "description": {
              "content": "Get a Custom API",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "settings",
                "extensions",
                "custom-apis",
                ":custom-api-id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                  "key": "custom-api-id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the Custom API.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "c8d8f49e-9eb9-4442-8e4f-49bc3d7ae0e1",
              "name": "A Custom API",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis",
                    ":custom-api-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"3b17b9ec-38d7-c2ec-972b-6fe49a8d85c7\",\n    \"type\": \"string\",\n    \"name\": \"string\",\n    \"description\": \"string\",\n    \"slug\": \"z5g09rsrhvsz_icfqxyaxduyzudotk232vmrtzals\",\n    \"api_type\": \"jxkgk2_ext\",\n    \"allow_upserts\": false,\n    \"presentation\": {\n      \"page\": \"string\",\n      \"section\": \"string\"\n    },\n    \"links\": {\n      \"self\": null\n    },\n    \"meta\": {\n      \"timestamps\": {\n        \"created_at\": \"2017-01-10T11:41:19.244Z\",\n        \"updated_at\": \"2017-01-10T11:41:19.244Z\"\n      }\n    },\n    \"relationships\": {\n      \"parent_apis\": {\n        \"data\": [\n          {\n            \"id\": \"652e39d8-d613-493e-8c20-fef99ad6327a\",\n            \"type\": \"api_location\"\n          },\n          {\n            \"id\": \"652e39d8-d613-493e-8c20-fef99ad6327a\",\n            \"type\": \"api_location\"\n          }\n        ]\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "84f030fa-e682-4b7e-a6a3-dcf60b5a3677",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis",
                    ":custom-api-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"status\": \"400\",\n      \"detail\": \"The field 'name' is required.\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "170b1984-0a67-4f1f-bda7-64885ba19dd7",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis",
                    ":custom-api-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"Not found\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "119aa942-03e6-47d6-8864-6419a74cd831",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis",
                    ":custom-api-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "84c97b8f-9eba-4f93-8869-472a48188174",
          "name": "Update a Custom API",
          "request": {
            "name": "Update a Custom API",
            "description": {
              "content": "Update a Custom API",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "settings",
                "extensions",
                "custom-apis",
                ":custom-api-id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                  "key": "custom-api-id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the Custom API.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"custom_api\",\n    \"name\": \"Wishlists\",\n    \"description\": \"Specifies the description for this Custom API.\",\n    \"slug\": \"wishlists\",\n    \"relationships\": {\n      \"parent_apis\": {\n        \"data\": [\n          {\n            \"id\": \"652e39d8-d613-493e-8c20-fef99ad6327a\",\n            \"type\": \"custom_api\"\n          }\n        ]\n      }\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "8bd21819-4d85-4fdc-ab16-976c1d0453a4",
              "name": "A Custom API",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis",
                    ":custom-api-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"custom_api\",\n    \"name\": \"Wishlists\",\n    \"description\": \"Specifies the description for this Custom API.\",\n    \"slug\": \"wishlists\",\n    \"relationships\": {\n      \"parent_apis\": {\n        \"data\": [\n          {\n            \"id\": \"652e39d8-d613-493e-8c20-fef99ad6327a\",\n            \"type\": \"custom_api\"\n          }\n        ]\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"3b17b9ec-38d7-c2ec-972b-6fe49a8d85c7\",\n    \"type\": \"string\",\n    \"name\": \"string\",\n    \"description\": \"string\",\n    \"slug\": \"z5g09rsrhvsz_icfqxyaxduyzudotk232vmrtzals\",\n    \"api_type\": \"jxkgk2_ext\",\n    \"allow_upserts\": false,\n    \"presentation\": {\n      \"page\": \"string\",\n      \"section\": \"string\"\n    },\n    \"links\": {\n      \"self\": null\n    },\n    \"meta\": {\n      \"timestamps\": {\n        \"created_at\": \"2017-01-10T11:41:19.244Z\",\n        \"updated_at\": \"2017-01-10T11:41:19.244Z\"\n      }\n    },\n    \"relationships\": {\n      \"parent_apis\": {\n        \"data\": [\n          {\n            \"id\": \"652e39d8-d613-493e-8c20-fef99ad6327a\",\n            \"type\": \"api_location\"\n          },\n          {\n            \"id\": \"652e39d8-d613-493e-8c20-fef99ad6327a\",\n            \"type\": \"api_location\"\n          }\n        ]\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c29b8c5d-ffef-4d83-a07c-8a2b4d5d12bb",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis",
                    ":custom-api-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"custom_api\",\n    \"name\": \"Wishlists\",\n    \"description\": \"Specifies the description for this Custom API.\",\n    \"slug\": \"wishlists\",\n    \"relationships\": {\n      \"parent_apis\": {\n        \"data\": [\n          {\n            \"id\": \"652e39d8-d613-493e-8c20-fef99ad6327a\",\n            \"type\": \"custom_api\"\n          }\n        ]\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"status\": \"400\",\n      \"detail\": \"The field 'name' is required.\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f8a98507-35d4-4bed-a551-f79ab26bc35d",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis",
                    ":custom-api-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"custom_api\",\n    \"name\": \"Wishlists\",\n    \"description\": \"Specifies the description for this Custom API.\",\n    \"slug\": \"wishlists\",\n    \"relationships\": {\n      \"parent_apis\": {\n        \"data\": [\n          {\n            \"id\": \"652e39d8-d613-493e-8c20-fef99ad6327a\",\n            \"type\": \"custom_api\"\n          }\n        ]\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"Not found\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bb45a336-6320-47dc-9e47-dca2d4beb90b",
              "name": "Unable to perform the operation at this time.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis",
                    ":custom-api-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"custom_api\",\n    \"name\": \"Wishlists\",\n    \"description\": \"Specifies the description for this Custom API.\",\n    \"slug\": \"wishlists\",\n    \"relationships\": {\n      \"parent_apis\": {\n        \"data\": [\n          {\n            \"id\": \"652e39d8-d613-493e-8c20-fef99ad6327a\",\n            \"type\": \"custom_api\"\n          }\n        ]\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Conflict\",\n      \"status\": \"409\",\n      \"detail\": \"custom_api with the given api_type already exists\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d3602790-15d1-4fed-aba9-e04f82b08c20",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis",
                    ":custom-api-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"custom_api\",\n    \"name\": \"Wishlists\",\n    \"description\": \"Specifies the description for this Custom API.\",\n    \"slug\": \"wishlists\",\n    \"relationships\": {\n      \"parent_apis\": {\n        \"data\": [\n          {\n            \"id\": \"652e39d8-d613-493e-8c20-fef99ad6327a\",\n            \"type\": \"custom_api\"\n          }\n        ]\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c8142bb4-a542-4a44-b7d9-819f17f09471",
          "name": "Delete a Custom API",
          "request": {
            "name": "Delete a Custom API",
            "description": {
              "content": "Delete a Custom API",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "settings",
                "extensions",
                "custom-apis",
                ":custom-api-id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                  "key": "custom-api-id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the Custom API.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "3c8c245a-cc7a-4514-b7dd-30053575766a",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis",
                    ":custom-api-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "159328fe-bab9-48b5-98b9-04c55f4f4587",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis",
                    ":custom-api-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"status\": \"400\",\n      \"detail\": \"The field 'name' is required.\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "50d74f3b-2461-463a-b2a6-5963bd047b2e",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis",
                    ":custom-api-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"Not found\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bbda9002-bd0c-4fe7-aa2d-fe31fc05279e",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis",
                    ":custom-api-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e6d0665c-80b0-4a10-938f-7fb44c0d5142",
          "name": "Get OpenAPI Specification",
          "request": {
            "name": "Get OpenAPI Specification",
            "description": {
              "content": "Generates an OpenAPI specification based on the Custom APIs and Custom Fields configured for the current store.\nThis dynamically generated specification provides typed schemas for the `/v2/extensions/` endpoints.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "settings",
                "extensions",
                "specifications",
                "openapi"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "f7997998-5931-4347-b3ad-b6d837387ab2",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "specifications",
                    "openapi"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": 6962,\n  \"key_1\": 5844.702350681412,\n  \"key_2\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "567e4420-dfb6-4f8a-a720-2d0203ca7bf5",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "specifications",
                    "openapi"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"status\": \"400\",\n      \"detail\": \"The field 'name' is required.\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e8ff3ad3-31d4-457d-93f9-3400bf71b740",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "specifications",
                    "openapi"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Custom Fields",
      "description": "A Custom Field represents a single field of data (for example a Product Rating). A Custom API is composed of one or more Custom Fields.\n\nHere is a comparison of different types and validation available in Custom APIs vs Non-Core Flows.\n\n| Feature                                       | Non-Core Flows | Commerce Extensions                        |\n|-----------------------------------------------|----------------|--------------------------------------------|\n| Data Type: String                             | ✅              | ✅                                          |\n| Data Type: Integer                            | ✅              | ✅                                          |\n| Data Type: Float                              | ✅              | ✅                                          |\n| Data Type: Boolean                            | ✅              | ✅                                          |\n| Data Type: List                               | ⛔              | ✅                                          |\n| Data Type: Any                                | ⛔              | ✅                                          |\n| Data Type: Date & Time                        | ✅              | ✅ Replaced by Regex Validation (See Below) |\n| Data Type: One To Many                        | ✅              | Planned                                    |\n| Validation: Regular Expression                | ⛔️             | ✅                                          |\n| Validation: Slug/Email                        | ✅              | ✅ Replaced by Regex Validation (See Below) |\n| Validation: Min/Max Value                     | ✅              | ✅                                          |\n| Validation: Enum(String)                      | ✅              | ✅ Replaced by Regex validation (See Below) |\n| Validation: Enum(Float/Integer)               | ✅              | ⛔️                                         |\n| Validation: Allow null values                 | ⛔              | ✅                                          |\n| Validation: Unique(String)                    | ⛔              | ✅                                          |\n| Validation: Unique Case Insensitivity(String) | ⛔              | ✅                                          |\n| Validation: Immutable                         | ⛔              | ✅                                          |\n\n## Validation\n\nWhen [creating](/docs/api/commerce-extensions/create-a-custom-field#request) or [updating](/docs/api/commerce-extensions/update-a-custom-field#request) a Custom Field, `validation` can be used to limit the values that may be stored in the corresponding Custom API Entry.\n\n:::note\n\nAll validation changes, such as those to `allow_null_values` and any type specific rules, apply to new entries only. Existing Custom API Entry records are unaffected until updated.\n\n:::\n\n### Integer Validation\n- `min_value`: Specifies the minimum whole number that can be stored. If set, it must be less than `max_value`.\n- `max_value`: Specifies the maximum whole number that can be stored. If set, it must be greater than `min_value`.\n\nsample integer validation object:\n\n```json\n{\n  \"validation\": {\n    \"integer\": {\n      \"min_value\": 0,\n      \"max_value\": 32\n    }\n  }\n}\n```\nEven if no validation is set, field_type `integer` only supports values between -2^53+1 and 2^53+1. This is because the JSON format doesn't guarantee that values outside this range are portable ([Source](https://datatracker.ietf.org/doc/html/rfc7159#section-6)).\n\n\n\n### Float Validation\n- `min_value`: Specifies the minimum number that can be stored. If set, it must be less than `max_value`.\n- `max_value`: Specifies the maximum number that can be stored. If set, it must be greater than `min_value`.\n\nsample float validation object:\n\n```json\n{\n  \"validation\": {\n    \"float\": {\n      \"min_value\": 0.01,\n      \"max_value\": 32.01\n    }\n  }\n}\n```\n\nThe `float` field_type cannot accurately represent some numbers and so using very small or large numbers might lose precision. We recommend that API clients use either the `integer` field_type if applicable , or the `string` data type if perfect precision or recall is required.\n\n### String Validation\n- `min_length`: Specifies the minimum number of characters that can be stored. If set, it must be greater than 0 and less than `max_length`.\n- `max_length`: Specifies the maximum number of characters that can be stored. If set, it must be greater than 0 and `min_length`.\n- `regex`: An [RE2](https://github.com/google/re2/wiki/Syntax) regular expression used to restrict the specific characters that can be stored. It must be less than 1024 characters.\n- `unique`: Specifies whether the field must have unique constraint or not. It must be `yes` or `no`.\n- `unique_case_insensitivity`: Applies when `unique` is set to `yes`. It controls whether values with different cases (for example, `ABC` and `abc`) should conflict. It must be `true` or `false`.\n  sample string validation object:\n\n```json\n{\n  \"validation\": {\n    \"string\": {\n      \"min_length\": 0,\n      \"max_length\": 64,\n      \"regex\": \"^.+\\\\.(jpg|jpeg|png|gif|pdf)$\",\n      \"unique\": \"yes\"\n      \"unique_case_insensitivity\": true\n    }\n  }\n}\n```\nEven if no validation is set, field_type `string` only supports values that are up to `65535` characters long.\n\n#### Date & Time Values With Regular Expressions\n\nWhile Commerce Extensions does not have a native date or time type, you can none-the-less use these values in Commerce Extensions, by using the `string` field type and `regex` validation. To ensure that\nordering is handled properly you should follow the guidance in [RFC 3339 - Section 5.1 Ordering](https://www.rfc-editor.org/rfc/rfc3339.html#section-5.1), namely store the fields in order of least to most precise,\nand in the same timezone, this will ensure that comparison operators (e.g., `gt`) and sorting, work as expected, for example the following regex will force all values to be in seconds in UTC: `^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}Z$`\n\nOne thing to keep in mind is that some libraries, especially when dealing with sub-seconds might only display them if they are non-zero, and you will want to ensure that they are fully padded to the same length.\n\n#### Enum Values with Regular Expressions\n\nYou can ensure that only some values are allowed using the regular expression `^(alpha|bravo|charlie)$`.\n\n#### Slug Values with Regular Expressions\n\nSlugs can be replaced with the regular expression `^[a-z][a-z0-9-]*$`, this will ensure that the field starts with a lower case letter, and then has lower case letters, numbers or hyphens. You can tweak this regular expression as needed to suit your needs.\n\n### Email Validation with Regular Expressions\n\nE-mails can be tricky to validate properly, especially because many services _accept_ e-mails that are not valid, and reject e-mail addresses that are technically valid. Additionally, your own capabilities and purposes might inform your decision (e.g., if you support [i18n addresses](https://datatracker.ietf.org/doc/html/rfc6530) or don't then the set of allowed e-mails changes).\n\n### List Validation\n- `min_length`: Specifies the minimum number of elements that must be in the list.\n- `max_length`: Specifies the maximum number of elements allowed in the list. The maximum supported value is 1000.\n- `allowed_type`: Specifies the primitive type that all elements in the list must be. Valid values are `string`, `integer`, `boolean`, `float`, or `any`. The default is `any`, which allows mixed types. This value cannot be changed after the field is created.\n\nsample list validation object:\n\n```json\n{\n  \"validation\": {\n    \"list\": {\n      \"min_length\": 1,\n      \"max_length\": 100,\n      \"allowed_type\": \"string\"\n    }\n  }\n}\n```\n\n### Any Validation\n\nThe `any` field type allows storing arbitrary JSON values including objects, arrays, strings, numbers, booleans, and null. When updating an entry, the `any` field value is completely replaced, not merged. Filtering is not supported on `any` fields.\n\nsample any validation object:\n\n```json\n{\n  \"validation\": {\n    \"any\": {\n      \"allow_null_values\": true,\n      \"immutable\": false\n    }\n  }\n}\n```\n\n### Null Values\n\nAll Custom Fields can be configured to restrict the storage of `null` values for that field on a Custom API Entry. By default, this is `true`.\n\nsample validation object :\n\n```json\n{\n  \"validation\": {\n    \"boolean\": {\n      \"allow_null_values\": false,\n      \"immutable\": false\n    }\n  }\n}\n```\n\n### Immutable\n\nWhen [creating](/docs/api/commerce-extensions/create-a-custom-field#request) a Custom Field, it can be configured to be `immutable`. When set to true, the value of this field can be specified only during POST requests and cannot be modified during PUT requests. By default, this is `false`.\n\nsample validation object :\n\n```json\n{\n  \"validation\": {\n    \"boolean\": {\n      \"immutable\": false\n    }\n  }\n}\n```\n\n## Presentation\n\nWhen [creating](/docs/api/commerce-extensions/create-a-custom-field#request) or [updating](/docs/api/commerce-extensions/update-a-custom-field#request) a Custom Field, `presentation` can be used to influence the layout and order of fields within Commerce Manager. It does not affect the order of keys within JSON, nor influence any behaviour outside of Commerce Manager.\n\n## Reserved Slugs\n\nThe following values cannot be used as a `slug` in a Custom Field.\n\n- slug\n- type\n- id\n- meta\n- created_at\n- updated_at\n- links\n- relationships\n- attributes\n- attribute\n- dimension\n- dimensions\n- weight\n- weights\n",
      "item": [
        {
          "id": "f63d22f0-6a79-4e24-b5df-8f8ec1f62e1a",
          "name": "Create a Custom Field",
          "request": {
            "name": "Create a Custom Field",
            "description": {
              "content": "Create a Custom Field",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "settings",
                "extensions",
                "custom-apis",
                ":custom-api-id",
                "fields"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                  "key": "custom-api-id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the Custom API.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"custom_field\",\n    \"name\": \"Keep Purchased Items\",\n    \"description\": \"This field stores whether or not to keep purchased items on the wishlist.\",\n    \"slug\": \"keep_purchased\",\n    \"field_type\": \"boolean\",\n    \"validation\": {\n      \"boolean\": {\n        \"allow_null_values\": true,\n        \"immutable\": false\n      }\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "97560361-3ff4-4a19-99dc-8fd031597e73",
              "name": "A Custom Field",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis",
                    ":custom-api-id",
                    "fields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"custom_field\",\n    \"name\": \"Keep Purchased Items\",\n    \"description\": \"This field stores whether or not to keep purchased items on the wishlist.\",\n    \"slug\": \"keep_purchased\",\n    \"field_type\": \"boolean\",\n    \"validation\": {\n      \"boolean\": {\n        \"allow_null_values\": true,\n        \"immutable\": false\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"859aeba1-03c2-4822-bd4c-89afce93d7eb\",\n    \"type\": \"custom_field\",\n    \"name\": \"Keep Purchased Items\",\n    \"description\": \"This field stores whether or not to keep purchased items on the wishlist.\",\n    \"slug\": \"keep_purchased\",\n    \"field_type\": \"boolean\",\n    \"validation\": {\n      \"boolean\": {\n        \"allow_null_values\": true,\n        \"immutable\": false\n      }\n    },\n    \"links\": {\n      \"self\": \"/v2/settings/extensions/custom-apis/3fa85f64-5717-4562-b3fc-2c963f66afa6/fields/859aeba1-03c2-4822-bd4c-89afce93d7eb\"\n    },\n    \"meta\": {\n      \"timestamps\": {\n        \"created_at\": \"2017-01-10T11:41:19.244Z\",\n        \"updated_at\": \"2017-01-10T11:41:19.244Z\"\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "03e8614a-b3f8-4868-9fd9-776fdce85d19",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis",
                    ":custom-api-id",
                    "fields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"custom_field\",\n    \"name\": \"Keep Purchased Items\",\n    \"description\": \"This field stores whether or not to keep purchased items on the wishlist.\",\n    \"slug\": \"keep_purchased\",\n    \"field_type\": \"boolean\",\n    \"validation\": {\n      \"boolean\": {\n        \"allow_null_values\": true,\n        \"immutable\": false\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"status\": \"400\",\n      \"detail\": \"The field 'name' is required.\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0072c4b3-0929-4cc3-95a1-9051a876967e",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis",
                    ":custom-api-id",
                    "fields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"custom_field\",\n    \"name\": \"Keep Purchased Items\",\n    \"description\": \"This field stores whether or not to keep purchased items on the wishlist.\",\n    \"slug\": \"keep_purchased\",\n    \"field_type\": \"boolean\",\n    \"validation\": {\n      \"boolean\": {\n        \"allow_null_values\": true,\n        \"immutable\": false\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"Not found\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "62e8b137-a95e-44a8-9cc0-0de82cef9283",
              "name": "Unable to perform the operation at this time.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis",
                    ":custom-api-id",
                    "fields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"custom_field\",\n    \"name\": \"Keep Purchased Items\",\n    \"description\": \"This field stores whether or not to keep purchased items on the wishlist.\",\n    \"slug\": \"keep_purchased\",\n    \"field_type\": \"boolean\",\n    \"validation\": {\n      \"boolean\": {\n        \"allow_null_values\": true,\n        \"immutable\": false\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Conflict\",\n      \"status\": \"409\",\n      \"detail\": \"custom_api with the given api_type already exists\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4babffe8-ee7d-46dd-9c58-1511782787b2",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis",
                    ":custom-api-id",
                    "fields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"custom_field\",\n    \"name\": \"Keep Purchased Items\",\n    \"description\": \"This field stores whether or not to keep purchased items on the wishlist.\",\n    \"slug\": \"keep_purchased\",\n    \"field_type\": \"boolean\",\n    \"validation\": {\n      \"boolean\": {\n        \"allow_null_values\": true,\n        \"immutable\": false\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2143e275-1eab-4eb5-b044-578e19795d1e",
          "name": "List Custom Fields",
          "request": {
            "name": "List Custom Fields",
            "description": {
              "content": "Retrieves a list of Custom Fields\n\n## Filtering\nThe following operators and attributes are available for [filtering](/guides/Getting-Started/filtering) Custom Fields:\n\n| Attribute     | Operators                     | Example                                       |\n|---------------|-------------------------------|-----------------------------------------------|\n| `id`          | `lt`,`le`,`eq`,`gt`,`ge`,`in` | `eq(id,859aeba1-03c2-4822-bd4c-89afce93d7eb)` |\n| `created_at`  | `lt`,`le`,`eq`,`gt`,`ge`      | `ge(created_at,2024-04-29T00:00:00.000Z)`     |\n| `updated_at`  | `lt`,`le`,`eq`,`gt`,`ge`      | `le(updated_at,2024-04-29T00:00:00.000Z)`     |\n| `description` | `eq`,`like`                   | `like(description,*confidential*)`            |\n| `field_type`  | `eq`,`in`                     | `eq(field_type,string)`                       |\n| `name`        | `eq`,`like`                   | `eq(name,\"Last Name\")`                        |\n| `slug`        | `eq`,`like`,`in`              | `like(slug,*private*)`                        |\n\n## Sorting\nThe following attributes are available for sorting. When specified, the results are sorted in ascending order based on the value of the field. To sort in descending order, prefix the attribute with `-`, for example, `-updated_at`. The default sort order is `created_at` in descending order.\n- `id`\n- `created_at`\n- `updated_at`\n- `field_type`\n- `name`\n- `slug`\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "settings",
                "extensions",
                "custom-apis",
                ":custom-api-id",
                "fields"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "0"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "100"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter attributes. For more information, see the [Filtering](/guides/Getting-Started/filtering) section.",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "eq(name,\"My Wishlist\")"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Specifies the order in which Custom Fields will be returned. For more information, see [Sorting](/guides/Getting-Started/sorting).\n (This can only be one of id,-id,created_at,-created_at,updated_at,-updated_at,field_type,-field_type,name,-name,slug,-slug)",
                    "type": "text/plain"
                  },
                  "key": "sort",
                  "value": "id"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                  "key": "custom-api-id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the Custom API.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "e9b462d2-093c-46b4-bf73-08a01bcfb171",
              "name": "List of Custom Fields",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis",
                    ":custom-api-id",
                    "fields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter attributes. For more information, see the [Filtering](/guides/Getting-Started/filtering) section.",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(name,\"My Wishlist\")"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the order in which Custom Fields will be returned. For more information, see [Sorting](/guides/Getting-Started/sorting).\n (This can only be one of id,-id,created_at,-created_at,updated_at,-updated_at,field_type,-field_type,name,-name,slug,-slug)",
                        "type": "text/plain"
                      },
                      "key": "sort",
                      "value": "id"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"9f7e59eb-4dfa-2509-6ae9-51d245585e03\",\n      \"type\": \"string\",\n      \"name\": \"string\",\n      \"description\": \"string\",\n      \"slug\": \"string\",\n      \"field_type\": \"string\",\n      \"use_as_url_slug\": false,\n      \"presentation\": {\n        \"sort_order\": 10\n      },\n      \"links\": {\n        \"self\": null\n      },\n      \"meta\": {\n        \"timestamps\": {\n          \"created_at\": \"2017-01-10T11:41:19.244Z\",\n          \"updated_at\": \"2017-01-10T11:41:19.244Z\"\n        }\n      },\n      \"validation\": {\n        \"boolean\": {\n          \"allow_null_values\": true,\n          \"immutable\": false\n        }\n      }\n    },\n    {\n      \"id\": \"492b91e5-1a5b-5dd4-1d7a-da106b8eac99\",\n      \"type\": \"string\",\n      \"name\": \"string\",\n      \"description\": \"string\",\n      \"slug\": \"string\",\n      \"field_type\": \"boolean\",\n      \"use_as_url_slug\": true,\n      \"presentation\": {\n        \"sort_order\": 10\n      },\n      \"links\": {\n        \"self\": null\n      },\n      \"meta\": {\n        \"timestamps\": {\n          \"created_at\": \"2017-01-10T11:41:19.244Z\",\n          \"updated_at\": \"2017-01-10T11:41:19.244Z\"\n        }\n      },\n      \"validation\": {\n        \"boolean\": {\n          \"allow_null_values\": true,\n          \"immutable\": false\n        }\n      }\n    }\n  ],\n  \"meta\": {\n    \"results\": {\n      \"total\": 2857,\n      \"total_method\": \"observed\"\n    },\n    \"page\": {\n      \"limit\": 100,\n      \"offset\": 0,\n      \"current\": 1,\n      \"total\": 1\n    }\n  },\n  \"links\": {\n    \"current\": \"https://QxmSejZ.mcHOqTatJq4gknVqnQgs1NPV6JW-ngrNqTYeFG02O\",\n    \"first\": null,\n    \"last\": \"http://u.lukhD,p77gKusEZPxVmjGmPV\",\n    \"next\": \"https://f.dumyJ2ukgo7SCfjKxkq6vO.wKPhPeM19A40AM7evv6KoDljCLUroADw5\",\n    \"prev\": \"https://ZiiqBSAgBuHPkSNbvT.ikrtaD3MSuW+yQ.LlG,8UlYOgecqjcm\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "21dafcea-69fb-4593-ab66-4f0a59d84c6a",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis",
                    ":custom-api-id",
                    "fields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter attributes. For more information, see the [Filtering](/guides/Getting-Started/filtering) section.",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(name,\"My Wishlist\")"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the order in which Custom Fields will be returned. For more information, see [Sorting](/guides/Getting-Started/sorting).\n (This can only be one of id,-id,created_at,-created_at,updated_at,-updated_at,field_type,-field_type,name,-name,slug,-slug)",
                        "type": "text/plain"
                      },
                      "key": "sort",
                      "value": "id"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"Invalid filter: unknown field [version] specified in search filter, allowed fields are [api_type created_at description id name slug updated_at]\",\n      \"status\": \"400\",\n      \"title\": \"Bad Request\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "26ede969-adad-4fe1-a1c0-f975c824488d",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis",
                    ":custom-api-id",
                    "fields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter attributes. For more information, see the [Filtering](/guides/Getting-Started/filtering) section.",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(name,\"My Wishlist\")"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the order in which Custom Fields will be returned. For more information, see [Sorting](/guides/Getting-Started/sorting).\n (This can only be one of id,-id,created_at,-created_at,updated_at,-updated_at,field_type,-field_type,name,-name,slug,-slug)",
                        "type": "text/plain"
                      },
                      "key": "sort",
                      "value": "id"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"Not found\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "daab07c3-63c3-4e67-9721-e1d1b588148a",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis",
                    ":custom-api-id",
                    "fields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter attributes. For more information, see the [Filtering](/guides/Getting-Started/filtering) section.",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(name,\"My Wishlist\")"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the order in which Custom Fields will be returned. For more information, see [Sorting](/guides/Getting-Started/sorting).\n (This can only be one of id,-id,created_at,-created_at,updated_at,-updated_at,field_type,-field_type,name,-name,slug,-slug)",
                        "type": "text/plain"
                      },
                      "key": "sort",
                      "value": "id"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b6567b62-dc82-4c09-b8ff-214f5d21838a",
          "name": "Get a Custom Field",
          "request": {
            "name": "Get a Custom Field",
            "description": {
              "content": "Get a Custom Field",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "settings",
                "extensions",
                "custom-apis",
                ":custom-api-id",
                "fields",
                ":custom-field-id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                  "key": "custom-api-id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the Custom API.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "859aeba1-03c2-4822-bd4c-89afce93d7eb",
                  "key": "custom-field-id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the Custom Field.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "402d2d38-d83c-4cb6-9db3-3498315a949c",
              "name": "A Custom Field",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis",
                    ":custom-api-id",
                    "fields",
                    ":custom-field-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom Field.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "859aeba1-03c2-4822-bd4c-89afce93d7eb",
                      "key": "custom-field-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"859aeba1-03c2-4822-bd4c-89afce93d7eb\",\n    \"type\": \"custom_field\",\n    \"name\": \"Keep Purchased Items\",\n    \"description\": \"This field stores whether or not to keep purchased items on the wishlist.\",\n    \"slug\": \"keep_purchased\",\n    \"field_type\": \"boolean\",\n    \"validation\": {\n      \"boolean\": {\n        \"allow_null_values\": true,\n        \"immutable\": false\n      }\n    },\n    \"links\": {\n      \"self\": \"/v2/settings/extensions/custom-apis/3fa85f64-5717-4562-b3fc-2c963f66afa6/fields/859aeba1-03c2-4822-bd4c-89afce93d7eb\"\n    },\n    \"meta\": {\n      \"timestamps\": {\n        \"created_at\": \"2017-01-10T11:41:19.244Z\",\n        \"updated_at\": \"2017-01-10T11:41:19.244Z\"\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c48c909a-76c4-411a-ad1e-d6dfc94a3238",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis",
                    ":custom-api-id",
                    "fields",
                    ":custom-field-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom Field.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "859aeba1-03c2-4822-bd4c-89afce93d7eb",
                      "key": "custom-field-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"status\": \"400\",\n      \"detail\": \"The field 'name' is required.\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "79752677-f510-4acb-a289-2fe72f4127b0",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis",
                    ":custom-api-id",
                    "fields",
                    ":custom-field-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom Field.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "859aeba1-03c2-4822-bd4c-89afce93d7eb",
                      "key": "custom-field-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"Not found\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3118d309-4c92-4f93-a595-69209567725f",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis",
                    ":custom-api-id",
                    "fields",
                    ":custom-field-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom Field.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "859aeba1-03c2-4822-bd4c-89afce93d7eb",
                      "key": "custom-field-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "230bf3d3-17f5-4942-827c-435e015958de",
          "name": "Update a Custom Field",
          "request": {
            "name": "Update a Custom Field",
            "description": {
              "content": "Update a Custom Field",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "settings",
                "extensions",
                "custom-apis",
                ":custom-api-id",
                "fields",
                ":custom-field-id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                  "key": "custom-api-id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the Custom API.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "859aeba1-03c2-4822-bd4c-89afce93d7eb",
                  "key": "custom-field-id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the Custom Field.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"custom_field\",\n    \"name\": \"Keep Purchased Items\",\n    \"description\": \"This field stores whether or not to keep purchased items on the wishlist.\",\n    \"slug\": \"keep_purchased\",\n    \"validation\": {\n      \"boolean\": {\n        \"allow_null_values\": true,\n        \"immutable\": false\n      }\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "b2ebc251-4af8-4c2f-9269-169fd124655a",
              "name": "A Custom Field",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis",
                    ":custom-api-id",
                    "fields",
                    ":custom-field-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom Field.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "859aeba1-03c2-4822-bd4c-89afce93d7eb",
                      "key": "custom-field-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"custom_field\",\n    \"name\": \"Keep Purchased Items\",\n    \"description\": \"This field stores whether or not to keep purchased items on the wishlist.\",\n    \"slug\": \"keep_purchased\",\n    \"validation\": {\n      \"boolean\": {\n        \"allow_null_values\": true,\n        \"immutable\": false\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"859aeba1-03c2-4822-bd4c-89afce93d7eb\",\n    \"type\": \"custom_field\",\n    \"name\": \"Keep Purchased Items\",\n    \"description\": \"This field stores whether or not to keep purchased items on the wishlist.\",\n    \"slug\": \"keep_purchased\",\n    \"field_type\": \"boolean\",\n    \"validation\": {\n      \"boolean\": {\n        \"allow_null_values\": true,\n        \"immutable\": false\n      }\n    },\n    \"links\": {\n      \"self\": \"/v2/settings/extensions/custom-apis/3fa85f64-5717-4562-b3fc-2c963f66afa6/fields/859aeba1-03c2-4822-bd4c-89afce93d7eb\"\n    },\n    \"meta\": {\n      \"timestamps\": {\n        \"created_at\": \"2017-01-10T11:41:19.244Z\",\n        \"updated_at\": \"2017-01-10T11:41:19.244Z\"\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fd536227-5a13-4f1b-be49-741458a5aad7",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis",
                    ":custom-api-id",
                    "fields",
                    ":custom-field-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom Field.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "859aeba1-03c2-4822-bd4c-89afce93d7eb",
                      "key": "custom-field-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"custom_field\",\n    \"name\": \"Keep Purchased Items\",\n    \"description\": \"This field stores whether or not to keep purchased items on the wishlist.\",\n    \"slug\": \"keep_purchased\",\n    \"validation\": {\n      \"boolean\": {\n        \"allow_null_values\": true,\n        \"immutable\": false\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"status\": \"400\",\n      \"detail\": \"The field 'name' is required.\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "600b4954-62e7-4631-adc0-4f963826b894",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis",
                    ":custom-api-id",
                    "fields",
                    ":custom-field-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom Field.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "859aeba1-03c2-4822-bd4c-89afce93d7eb",
                      "key": "custom-field-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"custom_field\",\n    \"name\": \"Keep Purchased Items\",\n    \"description\": \"This field stores whether or not to keep purchased items on the wishlist.\",\n    \"slug\": \"keep_purchased\",\n    \"validation\": {\n      \"boolean\": {\n        \"allow_null_values\": true,\n        \"immutable\": false\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"Not found\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "648f4d5d-a6e6-4447-a587-ec7903af531e",
              "name": "Unable to perform the operation at this time.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis",
                    ":custom-api-id",
                    "fields",
                    ":custom-field-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom Field.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "859aeba1-03c2-4822-bd4c-89afce93d7eb",
                      "key": "custom-field-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"custom_field\",\n    \"name\": \"Keep Purchased Items\",\n    \"description\": \"This field stores whether or not to keep purchased items on the wishlist.\",\n    \"slug\": \"keep_purchased\",\n    \"validation\": {\n      \"boolean\": {\n        \"allow_null_values\": true,\n        \"immutable\": false\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Conflict\",\n      \"status\": \"409\",\n      \"detail\": \"custom_api with the given api_type already exists\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "159201cc-ea4a-491c-9d26-be52e37c0db1",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis",
                    ":custom-api-id",
                    "fields",
                    ":custom-field-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom Field.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "859aeba1-03c2-4822-bd4c-89afce93d7eb",
                      "key": "custom-field-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"custom_field\",\n    \"name\": \"Keep Purchased Items\",\n    \"description\": \"This field stores whether or not to keep purchased items on the wishlist.\",\n    \"slug\": \"keep_purchased\",\n    \"validation\": {\n      \"boolean\": {\n        \"allow_null_values\": true,\n        \"immutable\": false\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6da71fe1-6493-46cb-a09f-a237db7a144b",
          "name": "Delete a Custom Field",
          "request": {
            "name": "Delete a Custom Field",
            "description": {
              "content": "Delete a Custom Field",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "settings",
                "extensions",
                "custom-apis",
                ":custom-api-id",
                "fields",
                ":custom-field-id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                  "key": "custom-api-id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the Custom API.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "859aeba1-03c2-4822-bd4c-89afce93d7eb",
                  "key": "custom-field-id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the Custom Field.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "06317e67-b63f-40ca-bc96-0b169fdecd92",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis",
                    ":custom-api-id",
                    "fields",
                    ":custom-field-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom Field.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "859aeba1-03c2-4822-bd4c-89afce93d7eb",
                      "key": "custom-field-id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "3eec12e9-7341-4fe2-bd8f-74b08b453503",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis",
                    ":custom-api-id",
                    "fields",
                    ":custom-field-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom Field.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "859aeba1-03c2-4822-bd4c-89afce93d7eb",
                      "key": "custom-field-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"status\": \"400\",\n      \"detail\": \"The field 'name' is required.\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8c339132-b530-4914-8ef9-9e7f793c96b3",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis",
                    ":custom-api-id",
                    "fields",
                    ":custom-field-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom Field.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "859aeba1-03c2-4822-bd4c-89afce93d7eb",
                      "key": "custom-field-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"Not found\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "be03b7cf-01b6-4665-a0cd-ffa1052f8d9e",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis",
                    ":custom-api-id",
                    "fields",
                    ":custom-field-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom Field.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "859aeba1-03c2-4822-bd4c-89afce93d7eb",
                      "key": "custom-field-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Custom API Entries",
      "description": "A **Custom API Entry** is a specific instance of a resource, such as a single wishlist in a Custom API for wishlists.\n\nCustom API Entries can be accessed in two different ways, via the **extension** endpoint, or the **settings** endpoint:\n\n* Extension Endpoint: `/v2/extensions/{custom-api-slug}` - This is the primary endpoint created for use. Most clients should use this endpoint as it adheres to the semantics of the configuration. Retrieve the [OpenAPI Specifications](/docs/api/commerce-extensions/get-open-api-specification) to learn how to interact with this endpoint.\n* Settings Endpoint: `/v2/settings/extensions/custom-apis/{custom-api-id}/entries/` - This endpoint should only be used in cases where you want to interact with your Custom APIs in a generic way in an admin capacity.\n\nCurrently, the distinction between these endpoints is minimal. The extension endpoint uses a slug in the URL path, and the settings endpoint uses an ID. For most use cases involving the new Custom API, we recommend using the extension endpoint.\n\nConceptually, the settings endpoint is analogous to reflection in most programming languages. You use it when you want to operate in a generic way. For example, we used the settings endpoint to build Commerce Manager. Another example is if you need to import and export various types of data from CSV files. Instead of writing multiple scripts for different extension endpoints, you can write one script that operates on the settings endpoint.\n\n## Events\n\nYou can integrate Commerce Extensions with your external systems by observing the appropriate events. For more information, see [Integrations](/docs/api/integrations/integrations-introduction).\n\nGiven you have a Custom API with `api_type` of `wishlist_ext` and you want to perform additional processing when an action is taken, like when a wishlist is created:\n\n```bash\ncurl -X POST https://useast.api.elasticpath.com/v2/extensions/wishlists \\\n  -H \"Authorization: Bearer XXXX\" \\\n  -H \"Content-Type: application/json\" \\\n  -d $ {\n    \"data\": {\n      \"type\": \"wishlist_ext\",\n      \"name\": \"My Wishlist\",\n      \"items_count\": 0,\n      \"keep_purchased\": false\n    }\n  }\n```\n\nWhen you [create an integration](/docs/api/integrations/create-integration) with `wishlist_ext.created` in `observes` field.\nThen the configured `webhook` or `aws_sqs` will receive the appropriate message.\n\nYou can configure integrations to observe the following events for your Custom API Entries:\n* Created\n* Updated\n* Deleted\n",
      "item": [
        {
          "id": "d8fa61b3-5f85-4eac-8e50-ca8ad2493415",
          "name": "Create a Custom API Entry",
          "request": {
            "name": "Create a Custom API Entry",
            "description": {
              "content": "Create a Custom API Entry",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "settings",
                "extensions",
                "custom-apis",
                ":custom-api-id",
                "entries"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                  "key": "custom-api-id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the Custom API.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"wishlist_ext\",\n    \"name\": \"My Wishlist\",\n    \"items_count\": 0,\n    \"keep_purchased\": false,\n    \"tags\": [\n      \"birthday\",\n      \"gifts\"\n    ]\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "a7ca532c-096c-474e-a5ed-9eaae26c64b2",
              "name": "A Custom API Entry",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis",
                    ":custom-api-id",
                    "entries"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"wishlist_ext\",\n    \"name\": \"My Wishlist\",\n    \"items_count\": 0,\n    \"keep_purchased\": false,\n    \"tags\": [\n      \"birthday\",\n      \"gifts\"\n    ]\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "A unique identifier representing the current version of the resource. When the resource changes, the ETag value will also change. The ETag hash will be the same value as `etag_id`, and is marked as a weak entity tag string. For example: etag: W/\"5feceb66ffc86f38d952786c6d696c79c2dbc239dd4e91b46729d73a27fb57e9\", etag_id: 5feceb66ffc86f38d952786c6d696c79c2dbc239dd4e91b46729d73a27fb57e9\n",
                    "type": "text/plain"
                  },
                  "key": "ETag",
                  "value": "string"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"7e067539-6f6c-46e1-8c55-940031b36c6a\",\n    \"type\": \"wishlist_ext\",\n    \"name\": \"My Wishlist\",\n    \"items_count\": 0,\n    \"keep_purchased\": false,\n    \"tags\": [\n      \"birthday\",\n      \"gifts\"\n    ],\n    \"links\": {\n      \"self\": \"/v2/extensions/wishlists/7e067539-6f6c-46e1-8c55-940031b36c6a\"\n    },\n    \"meta\": {\n      \"timestamps\": {\n        \"created_at\": \"2017-01-10T11:41:19.244Z\",\n        \"updated_at\": \"2017-01-10T11:41:19.244Z\"\n      },\n      \"resource_version\\\"\": 0,\n      \"data_size\\\"\": 6,\n      \"etag_id\\\"\": \"5feceb66ffc86f38d952786c6d696c79c2dbc239dd4e91b46729d73a27fb57e9\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a2fc62ad-eeb8-4d57-8284-4b0c685492ee",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis",
                    ":custom-api-id",
                    "entries"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"wishlist_ext\",\n    \"name\": \"My Wishlist\",\n    \"items_count\": 0,\n    \"keep_purchased\": false,\n    \"tags\": [\n      \"birthday\",\n      \"gifts\"\n    ]\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"status\": \"400\",\n      \"detail\": \"The field 'name' is required.\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "06e70747-b272-4ef7-94d8-3b30b79bb044",
              "name": "Forbidden. You do not have permission to access this resource.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis",
                    ":custom-api-id",
                    "entries"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"wishlist_ext\",\n    \"name\": \"My Wishlist\",\n    \"items_count\": 0,\n    \"keep_purchased\": false,\n    \"tags\": [\n      \"birthday\",\n      \"gifts\"\n    ]\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Forbidden\",\n      \"status\": \"403\",\n      \"detail\": \"You do not have permission to access this resource.\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e967bdaf-3838-46e9-8446-7dd0791d374b",
              "name": "Unable to perform the operation at this time.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis",
                    ":custom-api-id",
                    "entries"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"wishlist_ext\",\n    \"name\": \"My Wishlist\",\n    \"items_count\": 0,\n    \"keep_purchased\": false,\n    \"tags\": [\n      \"birthday\",\n      \"gifts\"\n    ]\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Conflict\",\n      \"status\": \"409\",\n      \"detail\": \"custom_api with the given api_type already exists\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dbeb7eed-c8e8-4c04-b542-de09b9ebc033",
              "name": "Payload Too Large.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis",
                    ":custom-api-id",
                    "entries"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"wishlist_ext\",\n    \"name\": \"My Wishlist\",\n    \"items_count\": 0,\n    \"keep_purchased\": false,\n    \"tags\": [\n      \"birthday\",\n      \"gifts\"\n    ]\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Request Entity Too Large",
              "code": 413,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Request Entity Too Large\",\n      \"status\": \"413\",\n      \"detail\": \"Maximum entry size reached.\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d5ba9be2-0abc-46db-a6bf-6d296d024f4f",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis",
                    ":custom-api-id",
                    "entries"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"wishlist_ext\",\n    \"name\": \"My Wishlist\",\n    \"items_count\": 0,\n    \"keep_purchased\": false,\n    \"tags\": [\n      \"birthday\",\n      \"gifts\"\n    ]\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "37aa7ff1-dc8b-4e9f-99a7-9af666e8133f",
              "name": "The service is temporarily unavailable. This request can be safely retried.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis",
                    ":custom-api-id",
                    "entries"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"wishlist_ext\",\n    \"name\": \"My Wishlist\",\n    \"items_count\": 0,\n    \"keep_purchased\": false,\n    \"tags\": [\n      \"birthday\",\n      \"gifts\"\n    ]\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Service Unavailable",
              "code": 503,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"An unknown error occurred\",\n      \"status\": \"503\",\n      \"title\": \"Service Unavailable\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ef6f2459-aa17-43e2-96de-27c5a2223287",
          "name": "List Custom API Entries",
          "request": {
            "name": "List Custom API Entries",
            "description": {
              "content": "Retrieves a list of Custom API Entries\n\n## Filtering\nThe following operators and attributes are available for [filtering](/guides/Getting-Started/filtering) all Custom API Entries:\n\n| Attribute     | Operators                     | Example                                       |\n|---------------|-------------------------------|-----------------------------------------------|\n| `id`          | `lt`,`le`,`eq`,`gt`,`ge`,`in` | `eq(id,859aeba1-03c2-4822-bd4c-89afce93d7eb)` |\n| `created_at`  | `lt`,`le`,`eq`,`gt`,`ge`      | `ge(created_at,2024-04-29T00:00:00.000Z)`     |\n| `updated_at`  | `lt`,`le`,`eq`,`gt`,`ge`      | `le(updated_at,2024-04-29T00:00:00.000Z)`     |\n\nThe following operators and attributes may be available for filtering Custom API Entries depending on how the [Custom Fields](/docs/api/commerce-extensions/create-a-custom-field) for that Custom API are configured.\n\n| Field type | Operators                                                 |\n|------------|-----------------------------------------------------------|\n| `string`   | `lt`,`le`,`eq`,`gt`,`ge`,`in`,`is_null`,`like`            |\n| `integer`  | `lt`,`le`,`eq`,`gt`,`ge`,`in`,`is_null`                   |\n| `float`    | `lt`,`le`,`gt`,`ge`,`in`,`is_null`                        |\n| `boolean`  | `eq`,`is_null`                                            |\n| `list`     | `contains`,`contains_any`,`is_null`,`contains_all`(typed) |\n\nGiven there is a Custom Field with `\"slug\": \"name\"` and `\"field_type\": \"string\"`.\n\nWhen you get all Custom API Entries with query parameter: `?filter=like(name,*wish*)`.\n\nThen you will get all Custom API Entries where `name` contains the string `wish`.\n\n:::warn\n\nFor performance reasons, the `is_null` search operator will **NOT** match entries for a custom_field where the custom_entry was last updated before the custom_field existed. Updating the entry will cause the field to exist and match properly.\n\n:::\n\n\n## Sorting\nThe following attributes are available for sorting. When specified, the results are sorted in ascending order based on the value of the field. To sort in descending order, prefix the attribute with `-`, for example, `-updated_at`. The default sort order is `created_at` in descending order.\n- `id`\n- `created_at`\n- `updated_at`\n\n## Query Optimization\n\nWhen working with large data sets, the following practices help reduce query latency and avoid timeouts.\n\n### Choose the right `page[total_method]`\n\nBy default, every list request calculates a `lower_bound` total, which counts up to 10,000 matching records. If you only need to know whether a next page exists (for example, in an infinite-scroll UI), set `page[total_method]=observed`. This skips the full count and only checks for one record beyond the current page, which can significantly reduce response times on large data sets.\n\n| Method         | Behavior                                                                 | Best for                                   |\n|----------------|---------------------------------------------------------------------------|--------------------------------------------|\n| `lower_bound`  | Counts up to 10,000 records; reports exact total or indicates lower bound | Displaying a total count to users          |\n| `observed`     | Checks only if a next page exists beyond the current offset and limit     | Infinite scroll, cursor-style pagination   |\n\n### Skip sorting when order doesn't matter\n\nSetting `sort=null` disables sorting entirely. If your use case does not require a specific order (for example, background sync jobs), this avoids the overhead of ordering results and can improve throughput.\n\n### Narrow your filters\n\nQueries that filter on Custom Fields are more efficient when the filter is selective. Prefer exact-match operators (`eq`, `in`) over range or wildcard operators (`like`, `lt`/`le`/`gt`/`ge`) where possible, and combine multiple filters to reduce the result set early.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "settings",
                "extensions",
                "custom-apis",
                ":custom-api-id",
                "entries"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "0"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "100"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The method used to calculate the total number of matching entries in the response.\n (This can only be one of lower_bound,observed)",
                    "type": "text/plain"
                  },
                  "key": "page[total_method]",
                  "value": "lower_bound"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter attributes. For more information, see the [Filtering](/guides/Getting-Started/filtering) section.",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "eq(name,\"My Wishlist\")"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Specifies the order in which Custom API Entries will be returned. For more information, see [Sorting](/guides/Getting-Started/sorting).\n (This can only be one of id,-id,created_at,-created_at,updated_at,-updated_at,null)",
                    "type": "text/plain"
                  },
                  "key": "sort",
                  "value": "id"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Specifies how long in milliseconds the request should be allowed to take. The service will return a 422 if the request takes longer than the specified timeout.\n",
                    "type": "text/plain"
                  },
                  "key": "timeout",
                  "value": "4260"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                  "key": "custom-api-id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the Custom API.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "063709cd-a3b4-413b-bdd0-c75b34629b59",
              "name": "List of Custom API Entries",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis",
                    ":custom-api-id",
                    "entries"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The method used to calculate the total number of matching entries in the response.\n (This can only be one of lower_bound,observed)",
                        "type": "text/plain"
                      },
                      "key": "page[total_method]",
                      "value": "lower_bound"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter attributes. For more information, see the [Filtering](/guides/Getting-Started/filtering) section.",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(name,\"My Wishlist\")"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the order in which Custom API Entries will be returned. For more information, see [Sorting](/guides/Getting-Started/sorting).\n (This can only be one of id,-id,created_at,-created_at,updated_at,-updated_at,null)",
                        "type": "text/plain"
                      },
                      "key": "sort",
                      "value": "id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies how long in milliseconds the request should be allowed to take. The service will return a 422 if the request takes longer than the specified timeout.\n",
                        "type": "text/plain"
                      },
                      "key": "timeout",
                      "value": "4260"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"be96c6ad-9c1a-39b2-7f45-f8562e10938c\",\n      \"type\": \"string\",\n      \"links\": {\n        \"self\": \"http://ARekeuGqmPFgVXivfpVdjaiyYTjc.apqXstgddJku2AQ3d6r\"\n      },\n      \"meta\": {\n        \"timestamps\": {\n          \"created_at\": \"2017-01-10T11:41:19.244Z\",\n          \"updated_at\": \"2017-01-10T11:41:19.244Z\"\n        },\n        \"data_size\": 6,\n        \"resource_version\": 4,\n        \"etag_id\": \"6b86b273ff34fce19d6b804eff5a3f5747ada4eaa22f1d49c01e52ddb7875b4b\"\n      }\n    },\n    {\n      \"id\": \"53c677a8-6444-1388-196c-d8e8bf403433\",\n      \"type\": \"string\",\n      \"links\": {\n        \"self\": null\n      },\n      \"meta\": {\n        \"timestamps\": {\n          \"created_at\": \"2017-01-10T11:41:19.244Z\",\n          \"updated_at\": \"2017-01-10T11:41:19.244Z\"\n        },\n        \"data_size\": 6,\n        \"resource_version\": 4,\n        \"etag_id\": \"6b86b273ff34fce19d6b804eff5a3f5747ada4eaa22f1d49c01e52ddb7875b4b\"\n      },\n      \"key_0\": \"string\"\n    }\n  ],\n  \"meta\": {\n    \"results\": {\n      \"total\": 2475,\n      \"total_method\": \"observed\"\n    },\n    \"page\": {\n      \"limit\": 100,\n      \"offset\": 0,\n      \"current\": 1,\n      \"total\": 1\n    }\n  },\n  \"links\": {\n    \"current\": null,\n    \"first\": null,\n    \"last\": null,\n    \"next\": null,\n    \"prev\": \"http://szEUHSZlhkFDCEIcqQJnolHODX.bpIJIm6xHuYXB,.F81GRxubrHMTMJovGyxV\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8ac2ec10-a476-42b6-a5ac-2e1d963387f1",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis",
                    ":custom-api-id",
                    "entries"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The method used to calculate the total number of matching entries in the response.\n (This can only be one of lower_bound,observed)",
                        "type": "text/plain"
                      },
                      "key": "page[total_method]",
                      "value": "lower_bound"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter attributes. For more information, see the [Filtering](/guides/Getting-Started/filtering) section.",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(name,\"My Wishlist\")"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the order in which Custom API Entries will be returned. For more information, see [Sorting](/guides/Getting-Started/sorting).\n (This can only be one of id,-id,created_at,-created_at,updated_at,-updated_at,null)",
                        "type": "text/plain"
                      },
                      "key": "sort",
                      "value": "id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies how long in milliseconds the request should be allowed to take. The service will return a 422 if the request takes longer than the specified timeout.\n",
                        "type": "text/plain"
                      },
                      "key": "timeout",
                      "value": "4260"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"Invalid filter: unknown field [version] specified in search filter, allowed fields are [api_type created_at description id name slug updated_at]\",\n      \"status\": \"400\",\n      \"title\": \"Bad Request\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7979a7d6-34fe-4239-9256-59360ecc9eb7",
              "name": "Forbidden. You do not have permission to access this resource.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis",
                    ":custom-api-id",
                    "entries"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The method used to calculate the total number of matching entries in the response.\n (This can only be one of lower_bound,observed)",
                        "type": "text/plain"
                      },
                      "key": "page[total_method]",
                      "value": "lower_bound"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter attributes. For more information, see the [Filtering](/guides/Getting-Started/filtering) section.",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(name,\"My Wishlist\")"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the order in which Custom API Entries will be returned. For more information, see [Sorting](/guides/Getting-Started/sorting).\n (This can only be one of id,-id,created_at,-created_at,updated_at,-updated_at,null)",
                        "type": "text/plain"
                      },
                      "key": "sort",
                      "value": "id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies how long in milliseconds the request should be allowed to take. The service will return a 422 if the request takes longer than the specified timeout.\n",
                        "type": "text/plain"
                      },
                      "key": "timeout",
                      "value": "4260"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Forbidden\",\n      \"status\": \"403\",\n      \"detail\": \"You do not have permission to access this resource.\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d0c3a8b9-d30e-4efb-8ba8-6c1d0f473e74",
              "name": "Unprocessable Content. The server couldn't satisfy your request, most likely due to a timeout.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis",
                    ":custom-api-id",
                    "entries"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The method used to calculate the total number of matching entries in the response.\n (This can only be one of lower_bound,observed)",
                        "type": "text/plain"
                      },
                      "key": "page[total_method]",
                      "value": "lower_bound"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter attributes. For more information, see the [Filtering](/guides/Getting-Started/filtering) section.",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(name,\"My Wishlist\")"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the order in which Custom API Entries will be returned. For more information, see [Sorting](/guides/Getting-Started/sorting).\n (This can only be one of id,-id,created_at,-created_at,updated_at,-updated_at,null)",
                        "type": "text/plain"
                      },
                      "key": "sort",
                      "value": "id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies how long in milliseconds the request should be allowed to take. The service will return a 422 if the request takes longer than the specified timeout.\n",
                        "type": "text/plain"
                      },
                      "key": "timeout",
                      "value": "4260"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Unprocessable Content\",\n      \"status\": \"422\",\n      \"detail\": \"request timed out after 20000 ms.\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bb5c91b0-220a-44ae-8671-abe555d7386c",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis",
                    ":custom-api-id",
                    "entries"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The method used to calculate the total number of matching entries in the response.\n (This can only be one of lower_bound,observed)",
                        "type": "text/plain"
                      },
                      "key": "page[total_method]",
                      "value": "lower_bound"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter attributes. For more information, see the [Filtering](/guides/Getting-Started/filtering) section.",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(name,\"My Wishlist\")"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the order in which Custom API Entries will be returned. For more information, see [Sorting](/guides/Getting-Started/sorting).\n (This can only be one of id,-id,created_at,-created_at,updated_at,-updated_at,null)",
                        "type": "text/plain"
                      },
                      "key": "sort",
                      "value": "id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies how long in milliseconds the request should be allowed to take. The service will return a 422 if the request takes longer than the specified timeout.\n",
                        "type": "text/plain"
                      },
                      "key": "timeout",
                      "value": "4260"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e01bba3f-a474-4e3c-8f69-1ebd727a24e3",
          "name": "Get a Custom API Entry",
          "request": {
            "name": "Get a Custom API Entry",
            "description": {
              "content": "Get a Custom API Entry",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "settings",
                "extensions",
                "custom-apis",
                ":custom-api-id",
                "entries",
                ":custom-api-entry-id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                  "key": "custom-api-id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the Custom API.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "7e067539-6f6c-46e1-8c55-940031b36c6a",
                  "key": "custom-api-entry-id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the Custom API Entry.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "2508ba4e-b86f-498f-96e7-c1e7a30e0363",
              "name": "A Custom API Entry",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis",
                    ":custom-api-id",
                    "entries",
                    ":custom-api-entry-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API Entry.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "7e067539-6f6c-46e1-8c55-940031b36c6a",
                      "key": "custom-api-entry-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "A unique identifier representing the current version of the resource. When the resource changes, the ETag value will also change. The ETag hash will be the same value as `etag_id`, and is marked as a weak entity tag string. For example: etag: W/\"5feceb66ffc86f38d952786c6d696c79c2dbc239dd4e91b46729d73a27fb57e9\", etag_id: 5feceb66ffc86f38d952786c6d696c79c2dbc239dd4e91b46729d73a27fb57e9\n",
                    "type": "text/plain"
                  },
                  "key": "ETag",
                  "value": "string"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"7e067539-6f6c-46e1-8c55-940031b36c6a\",\n    \"type\": \"wishlist_ext\",\n    \"name\": \"My Wishlist\",\n    \"items_count\": 0,\n    \"keep_purchased\": false,\n    \"tags\": [\n      \"birthday\",\n      \"gifts\"\n    ],\n    \"links\": {\n      \"self\": \"/v2/extensions/wishlists/7e067539-6f6c-46e1-8c55-940031b36c6a\"\n    },\n    \"meta\": {\n      \"timestamps\": {\n        \"created_at\": \"2017-01-10T11:41:19.244Z\",\n        \"updated_at\": \"2017-01-10T11:41:19.244Z\"\n      },\n      \"resource_version\\\"\": 0,\n      \"data_size\\\"\": 6,\n      \"etag_id\\\"\": \"5feceb66ffc86f38d952786c6d696c79c2dbc239dd4e91b46729d73a27fb57e9\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6885f7e2-4bbe-4192-9103-ca8384027d47",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis",
                    ":custom-api-id",
                    "entries",
                    ":custom-api-entry-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API Entry.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "7e067539-6f6c-46e1-8c55-940031b36c6a",
                      "key": "custom-api-entry-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"status\": \"400\",\n      \"detail\": \"The field 'name' is required.\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "93131900-edc6-4f71-9d5c-031710aff1af",
              "name": "Forbidden. You do not have permission to access this resource.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis",
                    ":custom-api-id",
                    "entries",
                    ":custom-api-entry-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API Entry.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "7e067539-6f6c-46e1-8c55-940031b36c6a",
                      "key": "custom-api-entry-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Forbidden\",\n      \"status\": \"403\",\n      \"detail\": \"You do not have permission to access this resource.\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "345e6e39-dc36-4950-a3bc-1f50b67fe9a6",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis",
                    ":custom-api-id",
                    "entries",
                    ":custom-api-entry-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API Entry.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "7e067539-6f6c-46e1-8c55-940031b36c6a",
                      "key": "custom-api-entry-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"Not found\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c77ff56b-2c08-4c18-8f8e-ffc7b9eaf85a",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis",
                    ":custom-api-id",
                    "entries",
                    ":custom-api-entry-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API Entry.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "7e067539-6f6c-46e1-8c55-940031b36c6a",
                      "key": "custom-api-entry-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ed51d384-2b5b-4616-a5f3-b63bcce1f407",
          "name": "Update a Custom API Entry",
          "request": {
            "name": "Update a Custom API Entry",
            "description": {
              "content": "Update a Custom API Entry",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "settings",
                "extensions",
                "custom-apis",
                ":custom-api-id",
                "entries",
                ":custom-api-entry-id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                  "key": "custom-api-id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the Custom API.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "7e067539-6f6c-46e1-8c55-940031b36c6a",
                  "key": "custom-api-entry-id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the Custom API Entry.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "disabled": false,
                "description": {
                  "content": "(Required) When If-Match is set, the value must be W/\"{etag_id}\". If the value of the header matches, the request completes. If not, HTTP 412 Precondition Failed is returned.\n",
                  "type": "text/plain"
                },
                "key": "If-Match",
                "value": "string"
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"wishlist_ext\",\n    \"name\": \"My Wishlist\",\n    \"items_count\": 1,\n    \"keep_purchased\": false,\n    \"tags\": [\n      \"birthday\",\n      \"gifts\",\n      \"priority\"\n    ]\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "c6500728-f7de-4066-b496-18b2490fa5e4",
              "name": "A Custom API Entry",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis",
                    ":custom-api-id",
                    "entries",
                    ":custom-api-entry-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API Entry.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "7e067539-6f6c-46e1-8c55-940031b36c6a",
                      "key": "custom-api-entry-id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "(Required) When If-Match is set, the value must be W/\"{etag_id}\". If the value of the header matches, the request completes. If not, HTTP 412 Precondition Failed is returned.\n",
                      "type": "text/plain"
                    },
                    "key": "If-Match",
                    "value": "string"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"wishlist_ext\",\n    \"name\": \"My Wishlist\",\n    \"items_count\": 1,\n    \"keep_purchased\": false,\n    \"tags\": [\n      \"birthday\",\n      \"gifts\",\n      \"priority\"\n    ]\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "A unique identifier representing the current version of the resource. When the resource changes, the ETag value will also change. The ETag hash will be the same value as `etag_id`, and is marked as a weak entity tag string. For example: etag: W/\"5feceb66ffc86f38d952786c6d696c79c2dbc239dd4e91b46729d73a27fb57e9\", etag_id: 5feceb66ffc86f38d952786c6d696c79c2dbc239dd4e91b46729d73a27fb57e9\n",
                    "type": "text/plain"
                  },
                  "key": "ETag",
                  "value": "string"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"7e067539-6f6c-46e1-8c55-940031b36c6a\",\n    \"type\": \"wishlist_ext\",\n    \"name\": \"My Wishlist\",\n    \"items_count\": 0,\n    \"keep_purchased\": false,\n    \"tags\": [\n      \"birthday\",\n      \"gifts\"\n    ],\n    \"links\": {\n      \"self\": \"/v2/extensions/wishlists/7e067539-6f6c-46e1-8c55-940031b36c6a\"\n    },\n    \"meta\": {\n      \"timestamps\": {\n        \"created_at\": \"2017-01-10T11:41:19.244Z\",\n        \"updated_at\": \"2017-01-10T11:41:19.244Z\"\n      },\n      \"resource_version\\\"\": 0,\n      \"data_size\\\"\": 6,\n      \"etag_id\\\"\": \"5feceb66ffc86f38d952786c6d696c79c2dbc239dd4e91b46729d73a27fb57e9\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5d0c0f0a-1c06-4b33-baee-a8cc7c823dff",
              "name": "A Custom API Entry",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis",
                    ":custom-api-id",
                    "entries",
                    ":custom-api-entry-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API Entry.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "7e067539-6f6c-46e1-8c55-940031b36c6a",
                      "key": "custom-api-entry-id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "(Required) When If-Match is set, the value must be W/\"{etag_id}\". If the value of the header matches, the request completes. If not, HTTP 412 Precondition Failed is returned.\n",
                      "type": "text/plain"
                    },
                    "key": "If-Match",
                    "value": "string"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"wishlist_ext\",\n    \"name\": \"My Wishlist\",\n    \"items_count\": 1,\n    \"keep_purchased\": false,\n    \"tags\": [\n      \"birthday\",\n      \"gifts\",\n      \"priority\"\n    ]\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "A unique identifier representing the current version of the resource. When the resource changes, the ETag value will also change. The ETag hash will be the same value as `etag_id`, and is marked as a weak entity tag string. For example: etag: W/\"5feceb66ffc86f38d952786c6d696c79c2dbc239dd4e91b46729d73a27fb57e9\", etag_id: 5feceb66ffc86f38d952786c6d696c79c2dbc239dd4e91b46729d73a27fb57e9\n",
                    "type": "text/plain"
                  },
                  "key": "ETag",
                  "value": "string"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"7e067539-6f6c-46e1-8c55-940031b36c6a\",\n    \"type\": \"wishlist_ext\",\n    \"name\": \"My Wishlist\",\n    \"items_count\": 0,\n    \"keep_purchased\": false,\n    \"tags\": [\n      \"birthday\",\n      \"gifts\"\n    ],\n    \"links\": {\n      \"self\": \"/v2/extensions/wishlists/7e067539-6f6c-46e1-8c55-940031b36c6a\"\n    },\n    \"meta\": {\n      \"timestamps\": {\n        \"created_at\": \"2017-01-10T11:41:19.244Z\",\n        \"updated_at\": \"2017-01-10T11:41:19.244Z\"\n      },\n      \"resource_version\\\"\": 0,\n      \"data_size\\\"\": 6,\n      \"etag_id\\\"\": \"5feceb66ffc86f38d952786c6d696c79c2dbc239dd4e91b46729d73a27fb57e9\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "00870565-1ad3-4880-8c81-95ae33bbc998",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis",
                    ":custom-api-id",
                    "entries",
                    ":custom-api-entry-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API Entry.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "7e067539-6f6c-46e1-8c55-940031b36c6a",
                      "key": "custom-api-entry-id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "(Required) When If-Match is set, the value must be W/\"{etag_id}\". If the value of the header matches, the request completes. If not, HTTP 412 Precondition Failed is returned.\n",
                      "type": "text/plain"
                    },
                    "key": "If-Match",
                    "value": "string"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"wishlist_ext\",\n    \"name\": \"My Wishlist\",\n    \"items_count\": 1,\n    \"keep_purchased\": false,\n    \"tags\": [\n      \"birthday\",\n      \"gifts\",\n      \"priority\"\n    ]\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"status\": \"400\",\n      \"detail\": \"The field 'name' is required.\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "15f2bfbd-f645-4f0e-9fc7-ad8aecce2dc0",
              "name": "Forbidden. You do not have permission to access this resource.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis",
                    ":custom-api-id",
                    "entries",
                    ":custom-api-entry-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API Entry.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "7e067539-6f6c-46e1-8c55-940031b36c6a",
                      "key": "custom-api-entry-id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "(Required) When If-Match is set, the value must be W/\"{etag_id}\". If the value of the header matches, the request completes. If not, HTTP 412 Precondition Failed is returned.\n",
                      "type": "text/plain"
                    },
                    "key": "If-Match",
                    "value": "string"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"wishlist_ext\",\n    \"name\": \"My Wishlist\",\n    \"items_count\": 1,\n    \"keep_purchased\": false,\n    \"tags\": [\n      \"birthday\",\n      \"gifts\",\n      \"priority\"\n    ]\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Forbidden\",\n      \"status\": \"403\",\n      \"detail\": \"You do not have permission to access this resource.\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1b7eeb9b-0be6-4f9d-9c7d-ff323bebd26c",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis",
                    ":custom-api-id",
                    "entries",
                    ":custom-api-entry-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API Entry.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "7e067539-6f6c-46e1-8c55-940031b36c6a",
                      "key": "custom-api-entry-id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "(Required) When If-Match is set, the value must be W/\"{etag_id}\". If the value of the header matches, the request completes. If not, HTTP 412 Precondition Failed is returned.\n",
                      "type": "text/plain"
                    },
                    "key": "If-Match",
                    "value": "string"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"wishlist_ext\",\n    \"name\": \"My Wishlist\",\n    \"items_count\": 1,\n    \"keep_purchased\": false,\n    \"tags\": [\n      \"birthday\",\n      \"gifts\",\n      \"priority\"\n    ]\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"Not found\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6a97701c-d33f-4b14-8cba-4ceb443c1443",
              "name": "Unable to perform the operation at this time.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis",
                    ":custom-api-id",
                    "entries",
                    ":custom-api-entry-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API Entry.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "7e067539-6f6c-46e1-8c55-940031b36c6a",
                      "key": "custom-api-entry-id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "(Required) When If-Match is set, the value must be W/\"{etag_id}\". If the value of the header matches, the request completes. If not, HTTP 412 Precondition Failed is returned.\n",
                      "type": "text/plain"
                    },
                    "key": "If-Match",
                    "value": "string"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"wishlist_ext\",\n    \"name\": \"My Wishlist\",\n    \"items_count\": 1,\n    \"keep_purchased\": false,\n    \"tags\": [\n      \"birthday\",\n      \"gifts\",\n      \"priority\"\n    ]\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Conflict\",\n      \"status\": \"409\",\n      \"detail\": \"custom_api with the given api_type already exists\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a4957943-78a9-4bd5-b48e-7c7fa82dee88",
              "name": "Precondition Failed.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis",
                    ":custom-api-id",
                    "entries",
                    ":custom-api-entry-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API Entry.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "7e067539-6f6c-46e1-8c55-940031b36c6a",
                      "key": "custom-api-entry-id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "(Required) When If-Match is set, the value must be W/\"{etag_id}\". If the value of the header matches, the request completes. If not, HTTP 412 Precondition Failed is returned.\n",
                      "type": "text/plain"
                    },
                    "key": "If-Match",
                    "value": "string"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"wishlist_ext\",\n    \"name\": \"My Wishlist\",\n    \"items_count\": 1,\n    \"keep_purchased\": false,\n    \"tags\": [\n      \"birthday\",\n      \"gifts\",\n      \"priority\"\n    ]\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Precondition Failed",
              "code": 412,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Precondition Failed\",\n      \"status\": \"412\",\n      \"detail\": \"The provided ETag 'W/\\\"4b227777d4dd1fc61c6f884f48641d02b4d121d3fd328cb08b5531fcacdabf8a\\\"', does not match the current ETag 'W/\\\"ef2d127de37b942baad06145e54b0c619a1f22327b2ebbcfbec78f5564afe39d\\\"'.\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "66f2326d-72a3-4de8-857c-dbc67ab47394",
              "name": "Payload Too Large.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis",
                    ":custom-api-id",
                    "entries",
                    ":custom-api-entry-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API Entry.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "7e067539-6f6c-46e1-8c55-940031b36c6a",
                      "key": "custom-api-entry-id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "(Required) When If-Match is set, the value must be W/\"{etag_id}\". If the value of the header matches, the request completes. If not, HTTP 412 Precondition Failed is returned.\n",
                      "type": "text/plain"
                    },
                    "key": "If-Match",
                    "value": "string"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"wishlist_ext\",\n    \"name\": \"My Wishlist\",\n    \"items_count\": 1,\n    \"keep_purchased\": false,\n    \"tags\": [\n      \"birthday\",\n      \"gifts\",\n      \"priority\"\n    ]\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Request Entity Too Large",
              "code": 413,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Request Entity Too Large\",\n      \"status\": \"413\",\n      \"detail\": \"Maximum entry size reached.\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "524dfa3c-a303-4faa-b251-a5766328ca48",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis",
                    ":custom-api-id",
                    "entries",
                    ":custom-api-entry-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API Entry.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "7e067539-6f6c-46e1-8c55-940031b36c6a",
                      "key": "custom-api-entry-id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "(Required) When If-Match is set, the value must be W/\"{etag_id}\". If the value of the header matches, the request completes. If not, HTTP 412 Precondition Failed is returned.\n",
                      "type": "text/plain"
                    },
                    "key": "If-Match",
                    "value": "string"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"wishlist_ext\",\n    \"name\": \"My Wishlist\",\n    \"items_count\": 1,\n    \"keep_purchased\": false,\n    \"tags\": [\n      \"birthday\",\n      \"gifts\",\n      \"priority\"\n    ]\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "58d37ef6-cb72-4484-b88f-9ce2f7785eb7",
              "name": "The service is temporarily unavailable. This request can be safely retried.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis",
                    ":custom-api-id",
                    "entries",
                    ":custom-api-entry-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API Entry.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "7e067539-6f6c-46e1-8c55-940031b36c6a",
                      "key": "custom-api-entry-id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "(Required) When If-Match is set, the value must be W/\"{etag_id}\". If the value of the header matches, the request completes. If not, HTTP 412 Precondition Failed is returned.\n",
                      "type": "text/plain"
                    },
                    "key": "If-Match",
                    "value": "string"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"wishlist_ext\",\n    \"name\": \"My Wishlist\",\n    \"items_count\": 1,\n    \"keep_purchased\": false,\n    \"tags\": [\n      \"birthday\",\n      \"gifts\",\n      \"priority\"\n    ]\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Service Unavailable",
              "code": 503,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"An unknown error occurred\",\n      \"status\": \"503\",\n      \"title\": \"Service Unavailable\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e98d2306-4a2b-4879-ba7d-1ae3f22fcdd3",
          "name": "Delete a Custom API Entry",
          "request": {
            "name": "Delete a Custom API Entry",
            "description": {
              "content": "Delete a Custom API Entry",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "settings",
                "extensions",
                "custom-apis",
                ":custom-api-id",
                "entries",
                ":custom-api-entry-id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                  "key": "custom-api-id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the Custom API.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "7e067539-6f6c-46e1-8c55-940031b36c6a",
                  "key": "custom-api-entry-id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the Custom API Entry.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "disabled": false,
                "description": {
                  "content": "(Required) When If-Match is set, the value must be W/\"{etag_id}\". If the value of the header matches, the request completes. If not, HTTP 412 Precondition Failed is returned.\n",
                  "type": "text/plain"
                },
                "key": "If-Match",
                "value": "string"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "ae342964-127f-45f6-af0c-8c02aa7b238c",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis",
                    ":custom-api-id",
                    "entries",
                    ":custom-api-entry-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API Entry.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "7e067539-6f6c-46e1-8c55-940031b36c6a",
                      "key": "custom-api-entry-id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "(Required) When If-Match is set, the value must be W/\"{etag_id}\". If the value of the header matches, the request completes. If not, HTTP 412 Precondition Failed is returned.\n",
                      "type": "text/plain"
                    },
                    "key": "If-Match",
                    "value": "string"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "b9221bb0-2b31-4887-856b-adbc43e5cc17",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis",
                    ":custom-api-id",
                    "entries",
                    ":custom-api-entry-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API Entry.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "7e067539-6f6c-46e1-8c55-940031b36c6a",
                      "key": "custom-api-entry-id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "(Required) When If-Match is set, the value must be W/\"{etag_id}\". If the value of the header matches, the request completes. If not, HTTP 412 Precondition Failed is returned.\n",
                      "type": "text/plain"
                    },
                    "key": "If-Match",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"status\": \"400\",\n      \"detail\": \"The field 'name' is required.\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "018e15ca-c6c7-456a-862f-ce4ae98c9661",
              "name": "Forbidden. You do not have permission to access this resource.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis",
                    ":custom-api-id",
                    "entries",
                    ":custom-api-entry-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API Entry.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "7e067539-6f6c-46e1-8c55-940031b36c6a",
                      "key": "custom-api-entry-id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "(Required) When If-Match is set, the value must be W/\"{etag_id}\". If the value of the header matches, the request completes. If not, HTTP 412 Precondition Failed is returned.\n",
                      "type": "text/plain"
                    },
                    "key": "If-Match",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Forbidden\",\n      \"status\": \"403\",\n      \"detail\": \"You do not have permission to access this resource.\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "17a05162-00f9-4d4c-8b03-fc0ef4800ab1",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis",
                    ":custom-api-id",
                    "entries",
                    ":custom-api-entry-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API Entry.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "7e067539-6f6c-46e1-8c55-940031b36c6a",
                      "key": "custom-api-entry-id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "(Required) When If-Match is set, the value must be W/\"{etag_id}\". If the value of the header matches, the request completes. If not, HTTP 412 Precondition Failed is returned.\n",
                      "type": "text/plain"
                    },
                    "key": "If-Match",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"Not found\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f24df085-8e64-4698-8a22-6d4d290310a6",
              "name": "Precondition Failed.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis",
                    ":custom-api-id",
                    "entries",
                    ":custom-api-entry-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API Entry.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "7e067539-6f6c-46e1-8c55-940031b36c6a",
                      "key": "custom-api-entry-id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "(Required) When If-Match is set, the value must be W/\"{etag_id}\". If the value of the header matches, the request completes. If not, HTTP 412 Precondition Failed is returned.\n",
                      "type": "text/plain"
                    },
                    "key": "If-Match",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Precondition Failed",
              "code": 412,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Precondition Failed\",\n      \"status\": \"412\",\n      \"detail\": \"The provided ETag 'W/\\\"4b227777d4dd1fc61c6f884f48641d02b4d121d3fd328cb08b5531fcacdabf8a\\\"', does not match the current ETag 'W/\\\"ef2d127de37b942baad06145e54b0c619a1f22327b2ebbcfbec78f5564afe39d\\\"'.\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "67d89b96-df2d-4399-9ad3-691e3b84f20b",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis",
                    ":custom-api-id",
                    "entries",
                    ":custom-api-entry-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API Entry.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "7e067539-6f6c-46e1-8c55-940031b36c6a",
                      "key": "custom-api-entry-id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "(Required) When If-Match is set, the value must be W/\"{etag_id}\". If the value of the header matches, the request completes. If not, HTTP 412 Precondition Failed is returned.\n",
                      "type": "text/plain"
                    },
                    "key": "If-Match",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "75ea45a1-416b-40c9-9819-699d65ccb113",
              "name": "The service is temporarily unavailable. This request can be safely retried.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "extensions",
                    "custom-apis",
                    ":custom-api-id",
                    "entries",
                    ":custom-api-entry-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Custom API Entry.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "7e067539-6f6c-46e1-8c55-940031b36c6a",
                      "key": "custom-api-entry-id"
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "(Required) When If-Match is set, the value must be W/\"{etag_id}\". If the value of the header matches, the request completes. If not, HTTP 412 Precondition Failed is returned.\n",
                      "type": "text/plain"
                    },
                    "key": "If-Match",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Service Unavailable",
              "code": 503,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"An unknown error occurred\",\n      \"status\": \"503\",\n      \"title\": \"Service Unavailable\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Personal Data Logs",
      "description": "When a user’s personal data is changed, an event is logged by Commerce. You can use the Personal Data Logs endpoint to access these logs.\n\nThis API is read only, and you cannot add, update, or delete logs using this API.\n\nThe API only allows you to read all logs for a particular data entry (specified in the filter GET parameter).\n\n:::note\nCurrently, personal data management is only enabled for a limited set of endpoints. See the [personal data concepts page](/docs/api/personal-data/personal-data-introduction) for the list of endpoints that support personal data management.\n:::\n",
      "item": [
        {
          "id": "4890ba91-f0ad-4694-9ac3-ab146d86a25d",
          "name": "Get Personal Data Logs",
          "request": {
            "name": "Get Personal Data Logs",
            "description": {
              "content": "Gets a list of logs for a specific resource id and resource type.\n\nYou can use pagination with this resource. For more information, see [pagination](/guides/Getting-Started/pagination).\n\n:::note\n* This request is only accessible to `client_credentials` token users with `Seller Admin`, `Support` and `IT` roles.\n* Non `client_credentials` token users cannot access this endpoint. See [Permissions](/docs/authentication/tokens/permissions).\n* This request requires a filter for `resource_type` and `resource_id`.\n  :::\n\n## Filtering\n\nThe following operator and attributes are **required** for [filtering](/guides/Getting-Started/filtering) erasure requests.\n\n| Operator | Description                                                                                          |\n|:---------|:-----------------------------------------------------------------------------------------------------|\n| `eq`     | Checks whether the values of two operands are equal. If the values are equal, the condition is true. |\n\n| Attribute         | Type     | Operator | Example                                                   |\n| :---------------- | :---     | :---     | :-------------------------------------------------------- |\n| `resource_type`   | `string` | `eq`     | `eq(resource_type,customer)`                              |\n| `resource_id`     | `string` | `eq`     | `eq(resource_id,0f850c15-d643-480a-a2b4-9e3c26067178)`    |\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "personal-data",
                "logs"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "0"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "100"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter attributes. For more information, see the [Filtering](/guides/Getting-Started/filtering) section.",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "eq(resource_id,0f850c15-d643-480a-a2b4-9e3c26067178)"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "1e77a213-8b30-4cde-a36a-23c76b965228",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "personal-data",
                    "logs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter attributes. For more information, see the [Filtering](/guides/Getting-Started/filtering) section.",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(resource_id,0f850c15-d643-480a-a2b4-9e3c26067178)"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"faf8c40f-a680-40ae-b7bc-78533bbdd8c3\",\n      \"store_id\": \"00000000-0000-1000-8000-000000000000\",\n      \"type\": \"personal_data_log_entry\",\n      \"initiator\": {\n        \"access-token-email\": \"accounts@molt.in\",\n        \"access-token-id\": \"1222341536243515939\",\n        \"access-token-name\": \"moltin test team\",\n        \"access-token-store-id\": \"15ea9633-278c-4807-80f7-2009fed63c7e\",\n        \"access-token-type\": \"client-credentials-token\"\n      },\n      \"time\": \"2022-04-29T10:51:14.374Z\",\n      \"event_type\": \"user-authentication-info.event.created\",\n      \"delta\": {\n        \"email\": \"some@email.com\",\n        \"id\": \"00000000-0000-1000-8000-111111111112\",\n        \"name\": \"some_name\",\n        \"realm_id\": \"00000000-0000-1000-8000-111111111111\",\n        \"store_id\": \"00000000-0000-1000-8000-000000000000\",\n        \"type\": \"user-authentication-info\"\n      },\n      \"resource_id\": \"00000000-0000-1000-8000-111111111112\",\n      \"resource_type\": \"user-authentication-info\",\n      \"relationships\": {\n        \"resource_path\": {\n          \"url\": \"http://www.elaticpath.com\"\n        }\n      }\n    }\n  ],\n  \"meta\": {\n    \"page\": {\n      \"limit\": 100,\n      \"offset\": 0,\n      \"current\": 1,\n      \"total\": 1\n    },\n    \"results\": {\n      \"total\": 1\n    }\n  },\n  \"links\": {\n    \"current\": \"https://useast.api.elasticpath.com/v2/personal-data/logs?page[offset]=0&page[limit]=20\",\n    \"first\": \"https://useast.api.elasticpath.com/v2/personal-data/logs?page[offset]=0&page[limit]=20\",\n    \"last\": \"https://useast.api.elasticpath.com/v2/personal-data/logs?page[offset]=0&page[limit]=20\",\n    \"next\": \"null\",\n    \"prev\": \"null\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "47dce56e-3ab9-4084-a6c7-de413598cdf9",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "personal-data",
                    "logs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter attributes. For more information, see the [Filtering](/guides/Getting-Started/filtering) section.",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(resource_id,0f850c15-d643-480a-a2b4-9e3c26067178)"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"bad filter: resource_id and resource_type are the filter fields that are both mandatory and only they are allowed\",\n      \"status\": \"400\",\n      \"title\": \"Bad Request\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b9468a52-e217-49b4-a7ed-ad9353099168",
              "name": "Internal server error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "personal-data",
                    "logs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter attributes. For more information, see the [Filtering](/guides/Getting-Started/filtering) section.",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(resource_id,0f850c15-d643-480a-a2b4-9e3c26067178)"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Personal Data Related Data Entries",
      "description": "This is a supplementary endpoint for the [logs](/docs/api/personal-data/logs-time-to-live-settings) endpoint. It allows you to view all data entries that are related to the\nresource specified in the filter. For example, a user can get all data items that relate to a customer, such as addresses or user authentication info.\n\nThis API is read only, and you cannot add, update, or delete anything using this API.\n\nThe API only allows you to list related data items for a particular data entry (specified in the filter GET parameter).\n",
      "item": [
        {
          "id": "fd5a9020-bdc1-4c08-bdd3-c7a52e115452",
          "name": "Get Personal Data Related Data Entries",
          "request": {
            "name": "Get Personal Data Related Data Entries",
            "description": {
              "content": "Gets a list of related data entries filtered by specific resource id and resource type.\n\nYou can use pagination with this resource. For more information, see [pagination](/guides/Getting-Started/pagination).\n\n:::note\n\n* This request is only accessible to `client_credentials` token users with `Seller Admin`, `Support` and `IT` roles.\n* Non `client_credentials` token users cannot access this endpoint. See [Permissions](/docs/authentication/tokens/permissions).\n* This request requires a filter for `resource_type` and `resource_id`.\n\n:::\n\n## Filtering\n\nThe following operator and attributes are **required** for [filtering](/guides/Getting-Started/filtering) erasure requests.\n\n| Operator | Description                                                                                          |\n|:---------|:-----------------------------------------------------------------------------------------------------|\n| `eq`     | Checks whether the values of two operands are equal. If the values are equal, the condition is true. |\n\n| Attribute         | Type     | Operator | Example                                                   |\n| :---------------- | :---     | :---     | :-------------------------------------------------------- |\n| `resource_type`   | `string` | `eq`     | `eq(resource_type,customer)`                              |\n| `resource_id`     | `string` | `eq`     | `eq(resource_id,0f850c15-d643-480a-a2b4-9e3c26067178)`    |\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "personal-data",
                "related-data-entries"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "0"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "100"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter attributes. For more information, see the [Filtering](/guides/Getting-Started/filtering) section.",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "eq(resource_id,0f850c15-d643-480a-a2b4-9e3c26067178)"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "e8cd0383-b606-4bdd-9dc2-64fc48aa28ca",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "personal-data",
                    "related-data-entries"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter attributes. For more information, see the [Filtering](/guides/Getting-Started/filtering) section.",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(resource_id,0f850c15-d643-480a-a2b4-9e3c26067178)"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"resource_id\": \"00000000-0000-1000-8000-111111111112\",\n      \"type\": \"related_data_entry\",\n      \"resource_type\": \"user-authentication-info\"\n    }\n  ],\n  \"meta\": {\n    \"page\": {\n      \"limit\": 20,\n      \"offset\": 0,\n      \"current\": 1,\n      \"total\": 1\n    },\n    \"results\": {\n      \"total\": 1\n    }\n  },\n  \"links\": {\n    \"current\": \"https://useast.api.elasticpath.com/v2/personal-data/related-data-entries?page[offset]=0&page[limit]=20\",\n    \"first\": \"https://useast.api.elasticpath.com/v2/personal-data/related-data-entries?page[limit]=20&page[offset]=0\",\n    \"last\": \"https://useast.api.elasticpath.com/v2/personal-data/related-data-entries?page[offset]=0&page[limit]=20\",\n    \"next\": \"null\",\n    \"prev\": \"null\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a8f2cfab-33d2-41bf-bb6c-8c7f9eca1d38",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "personal-data",
                    "related-data-entries"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter attributes. For more information, see the [Filtering](/guides/Getting-Started/filtering) section.",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(resource_id,0f850c15-d643-480a-a2b4-9e3c26067178)"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"bad filter: resource_id and resource_type are the filter fields that are both mandatory and only they are allowed\",\n      \"status\": \"400\",\n      \"title\": \"Bad Request\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "95a9fc80-0fe0-4f01-a8bc-11ec98022b9a",
              "name": "Internal server error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "personal-data",
                    "related-data-entries"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter attributes. For more information, see the [Filtering](/guides/Getting-Started/filtering) section.",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(resource_id,0f850c15-d643-480a-a2b4-9e3c26067178)"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Personal Data Erasure Requests",
      "description": "Erasure requests enable you to exercise the right, referred to in regulations such as GDPR, as the right to be\nforgotten or right to erase.\nErasure requests allow you to wipe out personal data from Commerce in an automated way, including:\n\n* All related resources (for example, addresses, customers, and so on.)\n* Personal Data Logs\n\nErasure requests can be created for any data entry in the personal data set (see [Personal Data Concept](/docs/api/personal-data/personal-data-introduction) for details), and the result is the same.\n\n:::note\nCurrently, it does not include flows or data external to Commerce.\n:::\n\nErasure requests are processed asynchronously. The POST requests return immediately, and processing continues in\nthe background. You can use the GET endpoint to poll for results until you see `{...\"status\":\"SUCCESS\"...}` in the\nresponse body.\n\nIn the unlikely event an erasure request fails (if the status is not equal to `SUCCESS`), you are advised to retry\nby creating another erasure request. If the problem persists, contact Support.\n\n:::note\nCurrently, personal data management is only enabled for a limited set of endpoints. See\nthe [personal data concepts page](/docs/api/personal-data/personal-data-introduction) for the list of endpoints that support personal data\nmanagement.\n:::\n\nSeller Admin & IT users have full access to Erasure Requests, and Support users have read access.\n",
      "item": [
        {
          "id": "1e3096a9-ffb6-432b-9fcd-5780840c8ba6",
          "name": "Create Personal Data Erasure Request",
          "request": {
            "name": "Create Personal Data Erasure Request",
            "description": {
              "content": "This request serves to create a new erasure request for a given resource ID and Type. All resources that belong to the same personal data set will be erased.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "personal-data",
                "erasure-requests"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"resource_type\": \"account\",\n    \"resource_id\": \"98140362-6caf-4829-b93d-953ac6adbe6e\",\n    \"type\": \"string\"\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "c29739fd-c693-4ac5-ab76-473cebc181d6",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "personal-data",
                    "erasure-requests"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"resource_type\": \"account\",\n    \"resource_id\": \"98140362-6caf-4829-b93d-953ac6adbe6e\",\n    \"type\": \"string\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"fb25ecd9-c610-4659-97d6-0a7550ac0ddc\",\n    \"type\": \"erasure_request\",\n    \"resource_id\": \"98140362-6caf-4829-b93d-953ac6adbe6e\",\n    \"resource_type\": \"account\",\n    \"initiator\": {\n      \"access-token-email\": \"accounts@molt.in\",\n      \"access-token-id\": \"1222341536243515939\",\n      \"access-token-name\": \"moltin test team\",\n      \"access-token-store-id\": \"15ea9633-278c-4807-80f7-2009fed63c7e\",\n      \"access-token-type\": \"client-credentials-token\"\n    },\n    \"status\": \"CREATED\",\n    \"status_description\": \"The erasure request successfully created\",\n    \"created_at\": \"2022-06-07T12:25:38.52Z\",\n    \"updated_at\": \"2022-06-07T12:25:38.69Z\",\n    \"links\": {\n      \"self\": \"https://useast.api.elasticpath.com/v2/personal-data/erasure-requests/fb25ecd9-c610-4659-97d6-0a7550ac0ddc\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "edac4539-a53d-48d1-b187-e0d774db5d18",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "personal-data",
                    "erasure-requests"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"resource_type\": \"account\",\n    \"resource_id\": \"98140362-6caf-4829-b93d-953ac6adbe6e\",\n    \"type\": \"string\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"status\": \"400\",\n      \"detail\": \"Validation failed: field 'Type' on the 'ttl-type' tag.\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "15fd2091-9e5b-49bf-abb1-274df78ff148",
              "name": "Internal server error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "personal-data",
                    "erasure-requests"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"resource_type\": \"account\",\n    \"resource_id\": \"98140362-6caf-4829-b93d-953ac6adbe6e\",\n    \"type\": \"string\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "761346f9-c1d0-4ca9-99e5-73b72331c951",
          "name": "Get all Personal Data Erasure Request",
          "request": {
            "name": "Get all Personal Data Erasure Request",
            "description": {
              "content": "Gets a list of erasure requests for a specific resource id and resource type.\n\nYou can use pagination with this resource. For more information, see [pagination](/guides/Getting-Started/pagination).\n\n## Filtering\n\nThe following operator and attributes are **required** for [filtering](/guides/Getting-Started/filtering)\nerasure requests.\n\n| Operator | Description                                                                                          |\n|:---------|:-----------------------------------------------------------------------------------------------------|\n| `eq`     | Checks whether the values of two operands are equal. If the values are equal, the condition is true. |\n\n| Attribute       | Type | Operator | Example                                                 |\n|:----------------| :--- | :--- |:--------------------------------------------------------|\n| `resource_type` | `string` | `eq`  | `eq(resource_type,customer)`                            |\n| `resource_id`   | `string` | `eq`  | `eq(resource_id,0f850c15-d643-480a-a2b4-9e3c26067178\\)` |\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "personal-data",
                "erasure-requests"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "0"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "100"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter attributes. For more information, see the [Filtering](/guides/Getting-Started/filtering) section.",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "eq(resource_id,0f850c15-d643-480a-a2b4-9e3c26067178)"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "1adf42f2-5e75-4796-8673-3dfd0fa0901f",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "personal-data",
                    "erasure-requests"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter attributes. For more information, see the [Filtering](/guides/Getting-Started/filtering) section.",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(resource_id,0f850c15-d643-480a-a2b4-9e3c26067178)"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"meta\": {\n    \"page\": {\n      \"limit\": 10,\n      \"offset\": 0,\n      \"current\": 1,\n      \"total\": 1\n    },\n    \"results\": {\n      \"total\": 1\n    }\n  },\n  \"data\": [\n    {\n      \"id\": \"43eb23ef-9a97-466f-9315-d0e0c9df25b5\",\n      \"type\": \"erasure_request\",\n      \"resource_id\": \"abe71c87-974d-4ced-9f83-6b8d5502b0e8\",\n      \"resource_type\": \"account\",\n      \"initiator\": {\n        \"access-token-email\": \"accounts@molt.in\",\n        \"access-token-id\": \"1222341536243515939\",\n        \"access-token-name\": \"moltin test team\",\n        \"access-token-store-id\": \"15ea9633-278c-4807-80f7-2009fed63c7e\",\n        \"access-token-type\": \"client-credentials-token\"\n      },\n      \"status\": \"FAILURE\",\n      \"status_description\": \"There was an error processing your request, you can retry it or report it using the id\",\n      \"created_at\": \"2022-05-25T10:10:58.623Z\",\n      \"updated_at\": \"2022-05-25T10:10:58.676Z\"\n    },\n    {\n      \"id\": \"eeb182ed-f929-4197-bb43-7104afa852f2\",\n      \"type\": \"erasure_request\",\n      \"resource_id\": \"74f98b7a-dbbf-49ed-b7a7-eaea766b8e38\",\n      \"resource_type\": \"address\",\n      \"initiator\": {\n        \"access-token-email\": \"accounts@molt.in\",\n        \"access-token-id\": \"1222341536243515939\",\n        \"access-token-name\": \"moltin test team\",\n        \"access-token-store-id\": \"15ea9633-278c-4807-80f7-2009fed63c7e\",\n        \"access-token-type\": \"client-credentials-token\"\n      },\n      \"status\": \"SUCCESS\",\n      \"status_description\": \"The erasure request is successfully processed\",\n      \"created_at\": \"2022-05-26T08:25:37.618Z\",\n      \"updated_at\": \"2022-05-26T08:25:37.698Z\"\n    },\n    {\n      \"id\": \"39787c4b-a338-4bd7-ace9-456d1ae8e90b\",\n      \"type\": \"erasure_request\",\n      \"resource_id\": \"3327fb93-b687-4c0c-a850-ee95e0303ef1\",\n      \"resource_type\": \"account\",\n      \"initiator\": {\n        \"access-token-email\": \"accounts@molt.in\",\n        \"access-token-id\": \"1222341536243515939\",\n        \"access-token-name\": \"moltin test team\",\n        \"access-token-store-id\": \"15ea9633-278c-4807-80f7-2009fed63c7e\",\n        \"access-token-type\": \"client-credentials-token\"\n      },\n      \"status\": \"FAILURE\",\n      \"status_description\": \"There was an error processing your request, you can retry it or report it using the id\",\n      \"created_at\": \"2022-05-26T08:48:56.183Z\",\n      \"updated_at\": \"2022-05-26T08:48:56.365Z\"\n    }\n  ],\n  \"links\": {\n    \"current\": \"https://useast.api.elasticpath.com/v2/personal-data/erasure-requests?filter=eq(resource_type,account_member):eq(resource_id,00000000-0000-1000-8000-000f00000300)&page[offset]=0&page[limit]=10\",\n    \"first\": \"https://useast.api.elasticpath.com/v2/personal-data/erasure-requests?filter=eq(resource_type,account_member):eq(resource_id,00000000-0000-1000-8000-000f00000300)&page[offset]=0&page[limit]=10\",\n    \"last\": \"https://useast.api.elasticpath.com/v2/personal-data/erasure-requests?filter=eq(resource_type,account_member):eq(resource_id,00000000-0000-1000-8000-000f00000300)&page[offset]=0&page[limit]=10\",\n    \"next\": \"null\",\n    \"prev\": \"null\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "225390ad-0b7b-465f-8478-54ee9405d055",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "personal-data",
                    "erasure-requests"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter attributes. For more information, see the [Filtering](/guides/Getting-Started/filtering) section.",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(resource_id,0f850c15-d643-480a-a2b4-9e3c26067178)"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Unauthorized\",\n      \"status\": \"401\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e17255fc-78d0-443c-bcc2-a4475cad6c8d",
              "name": "Internal server error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "personal-data",
                    "erasure-requests"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter attributes. For more information, see the [Filtering](/guides/Getting-Started/filtering) section.",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(resource_id,0f850c15-d643-480a-a2b4-9e3c26067178)"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3a594d3b-a891-4412-9068-a4e9994da15c",
          "name": "Get Personal Data Erasure Request",
          "request": {
            "name": "Get Personal Data Erasure Request",
            "description": {
              "content": "This request serves to get an existing erasure request by its ID.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "personal-data",
                "erasure-requests",
                ":erasure_request_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                  "key": "erasure_request_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The id of the Personal-Data Erasure Request.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "68b7a338-20ca-432f-8086-6fbbd5625911",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "personal-data",
                    "erasure-requests",
                    ":erasure_request_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id of the Personal-Data Erasure Request.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "erasure_request_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"fb25ecd9-c610-4659-97d6-0a7550ac0ddc\",\n    \"type\": \"erasure_request\",\n    \"resource_id\": \"98140362-6caf-4829-b93d-953ac6adbe6e\",\n    \"resource_type\": \"account\",\n    \"initiator\": {\n      \"access-token-email\": \"accounts@molt.in\",\n      \"access-token-id\": \"1222341536243515939\",\n      \"access-token-name\": \"moltin test team\",\n      \"access-token-store-id\": \"15ea9633-278c-4807-80f7-2009fed63c7e\",\n      \"access-token-type\": \"client-credentials-token\"\n    },\n    \"status\": \"CREATED\",\n    \"status_description\": \"The erasure request successfully created\",\n    \"created_at\": \"2022-06-07T12:25:38.52Z\",\n    \"updated_at\": \"2022-06-07T12:25:38.69Z\",\n    \"links\": {\n      \"self\": \"https://useast.api.elasticpath.com/v2/personal-data/erasure-requests/fb25ecd9-c610-4659-97d6-0a7550ac0ddc\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "26942f87-4687-44f4-83fe-e003bef24e8c",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "personal-data",
                    "erasure-requests",
                    ":erasure_request_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id of the Personal-Data Erasure Request.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "erasure_request_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"not found\",\n      \"status\": \"404\",\n      \"title\": \"Not Found\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c42ba997-0955-4388-bbe7-094f9a9a638c",
              "name": "Internal server error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "personal-data",
                    "erasure-requests",
                    ":erasure_request_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id of the Personal-Data Erasure Request.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "erasure_request_id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Logs Time to Live Settings",
      "description": "You can use the Logs TTL Settings endpoint to retrieve and update settings controlling logs time-to-live (TTL).\n",
      "item": [
        {
          "id": "e2c8b088-8425-4872-b655-d33c4875df56",
          "name": "Get Logs Time-to-Live (TTL) Settings",
          "request": {
            "name": "Get Logs Time-to-Live (TTL) Settings",
            "description": {},
            "url": {
              "path": [
                "v2",
                "settings",
                "logs-ttl"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "57a736a6-8353-49ed-94d2-6d5adf61e02e",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "logs-ttl"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"days\": 10,\n    \"type\": \"string\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "37c471cd-e571-460b-ab8b-696915bc6b79",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "logs-ttl"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Unauthorized\",\n      \"status\": \"401\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "32aada66-ba4c-4172-8c89-bc25c22bbfa2",
              "name": "Internal server error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "logs-ttl"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ef4a5485-0d38-4899-89de-e9889c161c1e",
          "name": "Update Logs Time-to-Live (TTL) Settings",
          "request": {
            "name": "Update Logs Time-to-Live (TTL) Settings",
            "description": {},
            "url": {
              "path": [
                "v2",
                "settings",
                "logs-ttl"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"days\": 10,\n    \"type\": \"time_to_live\"\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "4d5f5b60-3699-415b-a704-33d57507bd61",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "logs-ttl"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"days\": 10,\n    \"type\": \"time_to_live\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"days\": 10,\n    \"type\": \"string\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bdf256e5-72f4-482b-afb2-23f639b129ab",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "logs-ttl"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"days\": 10,\n    \"type\": \"time_to_live\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"status\": \"400\",\n      \"detail\": \"Validation failed: field 'Type' on the 'ttl-type' tag.\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4b31ee59-16a8-471d-8330-283605f0f44e",
              "name": "Internal server error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings",
                    "logs-ttl"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"days\": 10,\n    \"type\": \"time_to_live\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Jobs",
      "description": "\nJobs have the following characteristics:\n\n  - Jobs are asynchronous.\n  - This process is repeated until all jobs are processed.\n  - Jobs have a different status, depending on where a job is in its lifecycle.\n  - Jobs are processed one at a time. You can continue to send requests using endpoints that function as jobs, but those jobs are queued. In other words, Commerce looks for any jobs that have a status of PENDING and starts the job with the earliest created date.\n  - Jobs include the data used when an endpoint is run.\n  - Jobs report messages and/or errors to help you understand the reasons for any failed jobs.\n    \n### Job Lifecycle\n    \nA job can have the following status:\n\n- PENDING - Commerce has received the request but is currently busy processing other requests.\n- STARTED - Commerce has started processing the job.\n- SUCCESS - The job has successfully completed.\n- FAILED - The job has failed.\n",
      "item": [
        {
          "id": "13deb209-4b77-4810-8cac-5676ade376b5",
          "name": "Get All Jobs",
          "request": {
            "name": "Get All Jobs",
            "description": {
              "content": "You can use this endpoint to display the status of your jobs.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "jobs"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "95280d40-2710-4881-a3f7-db71a5e42205",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "jobs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"974c9db4-38da-4dbf-90c2-33eed5f3e77c\",\n      \"type\": \"job\",\n      \"job_type\": \"order_export\",\n      \"status\": \"failed\",\n      \"error\": \"No results matched the supplied filter\",\n      \"link\": {\n        \"href\": \"\"\n      },\n      \"links\": {\n        \"self\": \"https://useast.api.elasticpath.com/v2/jobs/974c9db4-38da-4dbf-90c2-33eed5f3e77c\"\n      },\n      \"timestamps\": {\n        \"created_at\": \"2018-10-04T11:08:49.156490335Z\",\n        \"updated_at\": \"2018-10-04T11:08:49.162867081Z\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e15b5a9c-d81a-42a6-9ad4-3a60c572a2f8",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "jobs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": 500,\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "39cebd27-ca27-4739-8090-bd251aae22ff",
          "name": "Create Job",
          "request": {
            "name": "Create Job",
            "description": {
              "content": "Create a Job to export orders to a CSV file. Jobs automatically expire one week after creation. You must fetch the exported data before the jobs expire.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "jobs"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"filter\": \"gt(created_at,2018-09-01):lt(created_at,2018-10-01):eq(payment,refunded)\",\n    \"job_type\": \"order_export\",\n    \"type\": \"job\"\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "15e44acf-1a89-4095-88c9-a52c68f96dc4",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "jobs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"filter\": \"gt(created_at,2018-09-01):lt(created_at,2018-10-01):eq(payment,refunded)\",\n    \"job_type\": \"order_export\",\n    \"type\": \"job\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Accepted",
              "code": 202,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"974c9db4-38da-4dbf-90c2-33eed5f3e77c\",\n      \"type\": \"job\",\n      \"job_type\": \"order_export\",\n      \"status\": \"failed\",\n      \"error\": \"No results matched the supplied filter\",\n      \"link\": {\n        \"href\": \"\"\n      },\n      \"links\": {\n        \"self\": \"https://useast.api.elasticpath.com/v2/jobs/974c9db4-38da-4dbf-90c2-33eed5f3e77c\"\n      },\n      \"timestamps\": {\n        \"created_at\": \"2018-10-04T11:08:49.156490335Z\",\n        \"updated_at\": \"2018-10-04T11:08:49.162867081Z\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b411917f-9752-43e6-b39a-00857d22290e",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "jobs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"filter\": \"gt(created_at,2018-09-01):lt(created_at,2018-10-01):eq(payment,refunded)\",\n    \"job_type\": \"order_export\",\n    \"type\": \"job\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": 500,\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b9524172-34a7-4ec2-9373-591ffa3e3da3",
          "name": "Get a Job",
          "request": {
            "name": "Get a Job",
            "description": {
              "content": "Retrieves the specified job.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "jobs",
                ":jobID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "jobID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the requested job.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "2aaeff95-4b3e-4154-862e-53196bb51c94",
              "name": "default",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "jobs",
                    ":jobID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the requested job.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "jobID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"974c9db4-38da-4dbf-90c2-33eed5f3e77c\",\n    \"type\": \"job\",\n    \"job_type\": \"order_export\",\n    \"status\": \"failed\",\n    \"error\": \"No results matched the supplied filter\",\n    \"link\": {\n      \"href\": \"\"\n    },\n    \"links\": {\n      \"self\": \"https://useast.api.elasticpath.com/v2/jobs/974c9db4-38da-4dbf-90c2-33eed5f3e77c\"\n    },\n    \"timestamps\": {\n      \"created_at\": \"2018-10-04T11:08:49.156490335Z\",\n      \"updated_at\": \"2018-10-04T11:08:49.162867081Z\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5698d5b4-2d34-4d86-b9c3-8c0791a4772c",
              "name": "Forbidden. The operation is forbidden on this entity.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "jobs",
                    ":jobID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the requested job.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "jobID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"title\": \"Resource Not Found\",\n  \"status\": 404,\n  \"detail\": \"The resource you are requesting does not exist\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4a8a046c-f50f-4718-a0c3-0e849c8001bf",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "jobs",
                    ":jobID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the requested job.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "jobID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": 500,\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f73603cb-1e6b-445e-b304-4808fbb004ac",
          "name": "Get a Job File",
          "request": {
            "name": "Get a Job File",
            "description": {
              "content": "Retrieves a link to the CSV file that contains your exported order.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "jobs",
                ":jobID",
                "file"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "jobID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the job whose CSC file you want to retrieve.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "c0ac3732-9078-4fae-8ff9-7d7b8c3ef3f1",
              "name": "200",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "jobs",
                    ":jobID",
                    "file"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the job whose CSC file you want to retrieve.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "jobID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"href\": \"string\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "94a8c692-d9f1-4d41-a705-6c38151ae694",
              "name": "Forbidden. The operation is forbidden on this entity.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "jobs",
                    ":jobID",
                    "file"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the job whose CSC file you want to retrieve.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "jobID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"title\": \"Resource Not Found\",\n  \"status\": 404,\n  \"detail\": \"The resource you are requesting does not exist\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f79cccea-5510-47cd-9901-1e80a40eebb7",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "jobs",
                    ":jobID",
                    "file"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the job whose CSC file you want to retrieve.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "jobID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": 500,\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Files",
      "description": "You can upload image files or URLs by using `multipart/form-data` as the content type header. For example, `\"Content-Type: multipart/form-data\" \\`. Commerce supports the following file types.\n\n| File Extension | Description |\n| --- | --- |\n| .gif | Graphics Interchange Format (GIF) |\n| .jpg/jpeg | Joint Photographic Experts Group (JPEG) format |\n| .png | Portable graphics format  |\n| .webp | Web picture format |\n| .mp4 | Moving Picture Experts Group (MPEG) format |\n| .mov | QuickTime Movie format |\n| .pdf | Portable Document Format |\n| .usdz | Universal Scene Description Format |\n| .glb | Global File format |\n| .jp2 | Compressed bitmap image saved in Joint Photographic Experts Group (JPEG) format |\n| .jxr | Extended range for Joint Photographic Experts Group (JPEG) format |\n| .aac | Advanced Audio Coding (AAC) format |\n| .vrml | Virtual Reality Modelling Language (VRML) format  |\n| .doc(x)  | Microsoft Word Open XML format |\n| .ppt(x) | Microsoft PowerPoint Open XML format |\n| .xls(x) | Microsoft Excel Open XML format |\n\nBy default, the maximum file size is 8MB. If you need to support larger file sizes, contact your Elastic Path representative. Alternatively, store files somewhere else and reference them.\n",
      "item": [
        {
          "id": "7ca6491a-ce85-4de2-b568-f2441d7cb88f",
          "name": "Get all Files",
          "request": {
            "name": "Get all Files",
            "description": {
              "content": "Retrieves all files.\n\n### Filtering\n\nFor general filtering syntax, see [Filtering](/guides/Getting-Started/filtering).\n\nThe following operators and attributes are available when filtering on this endpoint.\n\n| Attribute             | Type      | Operators           | Example |\n|:----------------------|:----------|:--------------------------|:-------------|\n| `id`                  | `string`  | `in`                      | `in(id,file-id-1,file-id-2,file-id-3)` |\n| `file_name`           | `string`  | `eq` / `like`             | `eq(file_name, my_image.jpg)` |\n| `width`               | `integer` | `gt` / `ge` / `lt` / `le` | `gt(width,200)` |\n| `height`              | `integer` | `gt` / `ge` / `lt` / `le` | `lt(height,500)` |\n| `file_size`           | `integer` | `gt` / `ge` / `lt` / `le` | `le(file_size,20953)` |\n\n#### Bulk File Retrieval\n\nTo retrieve multiple files by their IDs in a single request, use the `in` operator with a comma-separated list of file IDs:\n\n```\nGET /v2/files?filter=in(id,06b881bd-f152-4c36-8658-7132a8fab49c,ec73567b-04e8-4000-a11a-7e1407cc2f21)\n```\n\nThis is more efficient than making separate requests for each file and is recommended for bulk operations.\n\n**Note on invalid IDs**: If any IDs in the filter are missing, malformed, or do not exist in the store, they will be silently ignored. The response will only include files that were successfully found. For example, if you request 5 IDs but only 3 exist, the response will contain 3 files with `total: 3` in the metadata.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "files"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "\nFiltering is available for this endpoint. See [Filtering](/docs/api/pxm/files/get-all-files#filtering).\n",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "eq(file_name,00000000-0000-0000-0000-000000000000.png)"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the the [**page length**](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "10"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [**page length**](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "0"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "906e4eba-432e-4bd4-80e2-a23713788926",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "files"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "\nFiltering is available for this endpoint. See [Filtering](/docs/api/pxm/files/get-all-files#filtering).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(file_name,00000000-0000-0000-0000-000000000000.png)"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the the [**page length**](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [**page length**](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"type\": \"file\",\n      \"id\": \"f8cf26b3-6d38-4275-937a-624a83994702\",\n      \"link\": {\n        \"href\": \"https://files-eu.epusercontent.com/e8c53cb0-120d-4ea5-8941-ce74dec06038/f8cf26b3-6d38-4275-937a-624a83994702.png\"\n      },\n      \"file_name\": \"f6669358-85db-4367-9cde-1deb77acb5f4.png\",\n      \"mime_type\": \"image/png\",\n      \"file_size\": 110041,\n      \"meta\": {\n        \"dimensions\": {\n          \"width\": 1000,\n          \"height\": 1000\n        },\n        \"timestamps\": {\n          \"created_at\": \"2018-03-13T13:45:21.673Z\"\n        }\n      },\n      \"links\": {\n        \"self\": \"https://useast.api.elasticpath.com/v2/files/f8cf26b3-6d38-4275-937a-624a83994702\"\n      }\n    }\n  ],\n  \"links\": {\n    \"self\": \"https://useast.api.elasticpath.com/v2/files?page[offset]=0&page[limit]=100&filter=\",\n    \"first\": \"https://useast.api.elasticpath.com/v2/files?page[offset]=0&page[limit]=100&filter=\",\n    \"last\": null\n  },\n  \"meta\": {\n    \"page\": {\n      \"limit\": 100,\n      \"offset\": 0,\n      \"current\": 1,\n      \"total\": 1\n    },\n    \"results\": {\n      \"total\": 1\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "08b47008-1049-4a2d-aec5-48849e834e6f",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "files"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "\nFiltering is available for this endpoint. See [Filtering](/docs/api/pxm/files/get-all-files#filtering).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(file_name,00000000-0000-0000-0000-000000000000.png)"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the the [**page length**](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [**page length**](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"file_location invalid\",\n      \"status\": 422,\n      \"detail\": \"@/path/to/file.jpg is not a valid URL\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6d9fb911-27bf-4ff3-9d3c-5953a2103920",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "files"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "\nFiltering is available for this endpoint. See [Filtering](/docs/api/pxm/files/get-all-files#filtering).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(file_name,00000000-0000-0000-0000-000000000000.png)"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the the [**page length**](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [**page length**](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": 500,\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "53f1735b-fc90-4238-8b7c-61504abaf688",
          "name": "Create a File",
          "request": {
            "name": "Create a File",
            "description": {
              "content": "Create a File",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "files"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "multipart/form-data"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "description": {
                    "content": "Indicates the file you want to upload.",
                    "type": "text/plain"
                  },
                  "key": "file",
                  "type": "file"
                },
                {
                  "description": {
                    "content": "Use this parameter to reference a file stored at a specific location. This must be the URL that points to an image file.",
                    "type": "text/plain"
                  },
                  "key": "file_location",
                  "value": "@/path/to/file.jpg",
                  "type": "text"
                }
              ]
            },
            "auth": null
          },
          "response": [
            {
              "id": "17905f4a-9e8f-49fd-83e5-0cc5fb75c125",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "files"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "multipart/form-data"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "Indicates the file you want to upload.",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "type": "file"
                    },
                    {
                      "description": {
                        "content": "Use this parameter to reference a file stored at a specific location. This must be the URL that points to an image file.",
                        "type": "text/plain"
                      },
                      "key": "file_location",
                      "value": "@/path/to/file.jpg",
                      "type": "text"
                    }
                  ]
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"file\",\n    \"id\": \"f8cf26b3-6d38-4275-937a-624a83994702\",\n    \"link\": {\n      \"href\": \"https://files-eu.epusercontent.com/e8c53cb0-120d-4ea5-8941-ce74dec06038/f8cf26b3-6d38-4275-937a-624a83994702.png\"\n    },\n    \"file_name\": \"f6669358-85db-4367-9cde-1deb77acb5f4.png\",\n    \"mime_type\": \"image/png\",\n    \"file_size\": 110041,\n    \"meta\": {\n      \"dimensions\": {\n        \"width\": 1000,\n        \"height\": 1000\n      },\n      \"timestamps\": {\n        \"created_at\": \"2018-03-13T13:45:21.673Z\"\n      }\n    },\n    \"links\": {\n      \"self\": \"https://useast.api.elasticpath.com/v2/files/f8cf26b3-6d38-4275-937a-624a83994702\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6d04534b-231e-4073-a276-84742839af7e",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "files"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "multipart/form-data"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "Indicates the file you want to upload.",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "type": "file"
                    },
                    {
                      "description": {
                        "content": "Use this parameter to reference a file stored at a specific location. This must be the URL that points to an image file.",
                        "type": "text/plain"
                      },
                      "key": "file_location",
                      "value": "@/path/to/file.jpg",
                      "type": "text"
                    }
                  ]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"file_location invalid\",\n      \"status\": 422,\n      \"detail\": \"@/path/to/file.jpg is not a valid URL\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4d0b6552-1ff3-45d2-b5d9-6e73e23338bb",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "files"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "multipart/form-data"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "Indicates the file you want to upload.",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "type": "file"
                    },
                    {
                      "description": {
                        "content": "Use this parameter to reference a file stored at a specific location. This must be the URL that points to an image file.",
                        "type": "text/plain"
                      },
                      "key": "file_location",
                      "value": "@/path/to/file.jpg",
                      "type": "text"
                    }
                  ]
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"file_location invalid\",\n      \"status\": 422,\n      \"detail\": \"@/path/to/file.jpg is not a valid URL\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0b1b9bc4-a0ec-49da-844b-00cf4fca58eb",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "files"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "multipart/form-data"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "Indicates the file you want to upload.",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "type": "file"
                    },
                    {
                      "description": {
                        "content": "Use this parameter to reference a file stored at a specific location. This must be the URL that points to an image file.",
                        "type": "text/plain"
                      },
                      "key": "file_location",
                      "value": "@/path/to/file.jpg",
                      "type": "text"
                    }
                  ]
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": 500,\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "652771b2-2c5a-4964-953a-b37fa46846c5",
          "name": "Get a File",
          "request": {
            "name": "Get a File",
            "description": {
              "content": "Get a File",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "files",
                ":fileID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "fileID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier for a file.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "0d211c50-64b4-4df5-a643-11d3ad8866b4",
              "name": "default",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "files",
                    ":fileID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier for a file.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "fileID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"file\",\n    \"id\": \"f8cf26b3-6d38-4275-937a-624a83994702\",\n    \"link\": {\n      \"href\": \"https://files-eu.epusercontent.com/e8c53cb0-120d-4ea5-8941-ce74dec06038/f8cf26b3-6d38-4275-937a-624a83994702.png\"\n    },\n    \"file_name\": \"f6669358-85db-4367-9cde-1deb77acb5f4.png\",\n    \"mime_type\": \"image/png\",\n    \"file_size\": 110041,\n    \"meta\": {\n      \"dimensions\": {\n        \"width\": 1000,\n        \"height\": 1000\n      },\n      \"timestamps\": {\n        \"created_at\": \"2018-03-13T13:45:21.673Z\"\n      }\n    },\n    \"links\": {\n      \"self\": \"https://useast.api.elasticpath.com/v2/files/f8cf26b3-6d38-4275-937a-624a83994702\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4a46b397-0450-4ba2-be6f-fd557a08ac24",
              "name": "Forbidden. The operation is forbidden on this entity.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "files",
                    ":fileID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier for a file.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "fileID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Resource Not Found\",\n      \"status\": 404,\n      \"detail\": \"The resource you are requesting does not exist\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2e1e9ffe-dd6f-4de1-b797-54fec856768b",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "files",
                    ":fileID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier for a file.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "fileID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": 500,\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6cfddc73-bf70-4097-aff4-18f70faadbb1",
          "name": "Delete a File",
          "request": {
            "name": "Delete a File",
            "description": {
              "content": "Delete a File",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "files",
                ":fileID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "fileID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the file you want to delete.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "a0b27ae9-ba9c-49a7-8eab-f3f00493e941",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "files",
                    ":fileID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the file you want to delete.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "fileID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "55831970-bdca-4720-b2aa-db953b8a9b3d",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "files",
                    ":fileID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the file you want to delete.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "fileID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Permission denied\",\n      \"status\": 403,\n      \"detail\": \"You are trying to remove a file outside of the tenancy\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8a77b11b-2271-4a98-aca1-1bb6b1961dcf",
              "name": "Forbidden. The operation is forbidden on this entity.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "files",
                    ":fileID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the file you want to delete.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "fileID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Resource Not Found\",\n      \"status\": 404,\n      \"detail\": \"The resource you are requesting does not exist\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1892961d-a78d-4da7-92ee-8a84ae0d995d",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "files",
                    ":fileID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the file you want to delete.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "fileID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": 500,\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Flows",
      "description": "\n### Flows in Commerce\n\nThere are two scenarios for using flows:\n\n- Extend an existing resource, such as customers and orders.\n- Create a new resource, such as a blog, wishlist, or customer review.\n\n#### Extend an existing resource\n\nThe most common usage of the Flows API is to extend existing resources, such as `customers` and `orders`. These types of resources are called core flows and are handled differently than non-core flows. See [**Core and non-core flows**](#core-and-non-core-flows).\n\nFor example, you can extend the `customer` resource to store custom data, such as a `user_profile` field for customers. Or you might want to add an `age` field to store a customer's age.\n\nExtending a resource applies only to core flows. When creating a new flow, make sure the `slug` matches that of a core resource listed in the following table.\n\n| Flow slug                                   | Description                    | Availability Level |\n|:--------------------------------------------|:-------------------------------| :---|\n| `accounts`                                  | Extend the [`account`](/docs/api/accounts/account-management-introduction) object. | Store |\n| `account-members`                           | Extend the [`account-members`](/docs/api/accounts/account-members) object. | Store |\n| `account-memberships`                       | Extend the [`account-membership`](/docs/api/accounts/account-membership) object. | Store |\n| `addresses`                                 | Extend the [`address`](/docs/api/addresses/account-addresses) object. | Store |\n| `authentication-realms`                     | Extend the [`authentication-realms`](/docs/api/single-sign-on/authentication-realms) object. | Store |\n| `carts`                                     | Extend the [`carts`](/docs/api/carts/carts-checkout-orders-introduction) object. | Organization/Store |\n| `cart_items`                                | Extend the [`cart_item`](/docs/api/carts/cart-items) object. | Organization/Store |\n| `customers`                                 | Extend the [`customer`](/docs/customer-management/customer-management-api/customer-management-api-overview) object. **Note**: Please use Account Management for all new frontend experiences.  | n/a |\n| `oidc-profiles`                             | Extend the [`oidc-profiles`](/docs/api/single-sign-on/oidc-profiles) object. | Store |\n| `order_items`                               | Extend the [`order_item`](/docs/api/carts/get-order-items) object. | Organization/Store |\n| `orders`                                    | Extend the [`order`](/docs/api/carts/orders) object. | Organization/Store |\n| `password-profiles`                         | Extend the [`password-profiles`](/docs/api/single-sign-on/password-profiles) object. | Store |\n| `products`                                  | Extend the [`product`](/docs/api/pxm/products/products) object. | Store |\n| `promotions`                                | Extend the [`promotion`](/docs/api/promotions/promotions-standard-introduction) object. | Store |\n| `rule-promotions`                           | Extend the [`rule-promotion`](/docs/api/promotions-builder/create-rule-promotion) object. | Store |\n| `user-authentication-info`                  | Extend the [`user-authentication-info`](/docs/api/single-sign-on/user-authentication-infos) object. | Store |\n| `user-authentication-oidc-profile-info`     | Extend the [`user-authentication-oidc-profile-info`](/docs/api/single-sign-on/user-authentication-oidc-profile-infos) object. | Store |\n| `user-authentication-password-profile-info` | Extend the [`user-authentication-password-profile-info`](/docs/api/single-sign-on/user-authentication-password-profile-infos) object. | Store |\n| `catalogs`                                  | Extend the [`catalog`](/docs/api/pxm/catalog/catalogs) object. It will not extend the [`catalog-release`](/docs/api/pxm/catalog/releases) object. | Store |\n| `shipping-groups`                           | Extend the [`shipping-group`](/docs/api/carts/create-shipping-group) object. | Store |\n\n#### Create a new resource\n\nYou can create new resources to support product reviews, wish lists, blog articles, staff profile pages, and many more. These non-core flows are referred to as custom flows. See [**Core and non-core flows**](#core-and-non-core-flows).\n\n:::note\n\n[Custom APIs](/docs/api/commerce-extensions/custom-ap-is#custom-apis-vs-non-core-flows) are the next generation of Non-Core Flows. Flows are not going anywhere, but Custom APIs offer enhanced capabilities. We recommend using Custom APIs for any of your new use cases.\n\n:::\n\n#### Core and non-core flows\n\nThe following table describes the differences between core and non-core flows:\n\n| Core Flows                                                    | Non-core Flows |\n|:--------------------------------------------------------------|:-------------|\n| Extend an existing resource.                                  | Create a new resource. |\n| Entries managed automatically by Commerce. | Create and manage entries manually. |\n| Requests are sent to the `fields` endpoint.                   | Requests are sent to the `entries` endpoint. |\n\n:::caution\n\nYou cannot delete core flows after creating them with the API or Commerce Manager.\n\n:::\n\n#### Flows taxonomy\n\nFields and entries are an integral part of flows. A flow describes a collection of fields. A field represents a single field of data. An entry is a specific instance of a flow, and is associated with a specific instance of an entity, such as a single customer. Entries for core flows (existing resources) are managed automatically for you.\n\nIn database terms, you can think of flows as tables, fields as columns, and entries as database records.\n\n### Templates in Product Experience Manager\n\nTemplates allow you to attach a specific set of attributes to your products.\n\n- You can use templates to define characteristics of your products.\n- You can use templates for Search Engine Optimization (SEO).\n\n#### Template Taxonomy\n\nAttributes and entries are integral to templates. A template describes a collection of attributes. An attribute represents a single characteristic, like color. An entry is a specific instance of an attribute, for example, blue, and is associated with a specific product.\n\n  A template is exactly the same as a flow except it has a different naming convention. The name of a template is in the format **products(*slug*)** where *slug* is the slug of a template.\n\n#### Associating templates with products\n\n  Once you have created your template, and [**associated**](/docs/api/flows/create-an-entry-relationship) the temp with a product in Product Experience Manager, it becomes a template. \n\n  For example, if you create a template with a slug of `SizeGuide` then the template name is **products(SizeGuide)**. You can then [**associate**](/docs/api/flows/create-an-entry-relationship) this template to all clothing products in your store and the slug is included in all the responses that contain products.\n\n   You can create product templates for both organization and store. In addition, stores can use organization templates for store-level products.\n\n  For more information about adding attributes, see [**Fields**](/docs/api/flows/fields).\n",
      "item": [
        {
          "id": "e8a81b6a-aa40-4e9a-b31f-bc85030fb24b",
          "name": "Get all Flows",
          "request": {
            "name": "Get all Flows",
            "description": {
              "content": "- For Commerce, this endpoint retrieves a list of flows.\n- For Product Experience Manager, this endpoint retrieves a list of templates.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "flows"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter resources using the filter query parameter. See [**Filtering**](/guides/Getting-Started/filtering).",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "eq(owner,organization)"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "b6541532-1c4d-4ed3-a6fd-710ed05e080e",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "flows"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter resources using the filter query parameter. See [**Filtering**](/guides/Getting-Started/filtering).",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(owner,organization)"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"6d320b42-237d-4474-8452-d49f884d4ae1\",\n      \"type\": \"flow\",\n      \"name\": \"Products-1\",\n      \"slug\": \"products-1\",\n      \"description\": \"Extends the default product object\",\n      \"enabled\": true,\n      \"links\": {\n        \"self\": \"https://useast.api.elasticpath.com/v2/flows/6d320b42-237d-4474-8452-d49f884d4ae1\"\n      },\n      \"relationships\": {},\n      \"meta\": {\n        \"owner\": \"organization\",\n        \"timestamps\": {\n          \"created_at\": \"2018-05-10T18:04:26.623Z\",\n          \"updated_at\": \"2018-05-10T18:04:26.623Z\"\n        }\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "07cdad45-3439-4c37-9b66-391df21bfe7e",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "flows"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter resources using the filter query parameter. See [**Filtering**](/guides/Getting-Started/filtering).",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(owner,organization)"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "98a76893-8ce2-4878-afce-f08a97ae02fc",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "flows"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter resources using the filter query parameter. See [**Filtering**](/guides/Getting-Started/filtering).",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(owner,organization)"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3c96bdec-ff3b-4c31-951f-a2c2c607a93c",
          "name": "Create a Flow",
          "request": {
            "name": "Create a Flow",
            "description": {
              "content": "- For Commerce, this endpoint creates a flow.\n- For Product Experience Manager, this endpoint creates a template.\n\n:::caution\n\nCustom names and values prefixed with $ are not supported.\n\n:::\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "flows"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"description\": \"Extends the default product object\",\n    \"enabled\": true,\n    \"name\": \"Products\",\n    \"slug\": \"products\",\n    \"type\": \"flow\"\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "d3bbb663-d397-442b-9a29-9e677d6a501e",
              "name": "default",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "flows"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"description\": \"Extends the default product object\",\n    \"enabled\": true,\n    \"name\": \"Products\",\n    \"slug\": \"products\",\n    \"type\": \"flow\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"6d320b42-237d-4474-8452-d49f884d4ae1\",\n    \"type\": \"flow\",\n    \"name\": \"Products-1\",\n    \"slug\": \"products-1\",\n    \"description\": \"Extends the default product object\",\n    \"enabled\": true,\n    \"links\": {\n      \"self\": \"https://useast.api.elasticpath.com/v2/flows/6d320b42-237d-4474-8452-d49f884d4ae1\"\n    },\n    \"relationships\": {},\n    \"meta\": {\n      \"owner\": \"organization\",\n      \"timestamps\": {\n        \"created_at\": \"2018-05-10T18:04:26.623Z\",\n        \"updated_at\": \"2018-05-10T18:04:26.623Z\"\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f80cd099-382b-4526-a1ab-4f0fbcb11134",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "flows"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"description\": \"Extends the default product object\",\n    \"enabled\": true,\n    \"name\": \"Products\",\n    \"slug\": \"products\",\n    \"type\": \"flow\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4f814b44-7e0b-43d5-a5e5-7dc887563bd3",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "flows"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"description\": \"Extends the default product object\",\n    \"enabled\": true,\n    \"name\": \"Products\",\n    \"slug\": \"products\",\n    \"type\": \"flow\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a7e611ce-a5e9-41ff-aeef-f3c4d24f412e",
          "name": "Get a Flow",
          "request": {
            "name": "Get a Flow",
            "description": {
              "content": "- For Commerce, this endpoint retrieves a flow.\n- For Product Experience Manager, this endpoint retrieves a template.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "flows",
                ":flowID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "flowID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the flow/template you want to retrieve.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "8fc38810-271d-4ae9-ac24-ec94e7e88c01",
              "name": "default",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "flows",
                    ":flowID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the flow/template you want to retrieve.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "flowID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"38ba1451-efa4-4361-9ca6-3fb646490f37\",\n    \"type\": \"flow\",\n    \"name\": \"extraFieldRenamed\",\n    \"slug\": \"products\",\n    \"description\": \"Extends the default product object\",\n    \"enabled\": true,\n    \"links\": {\n      \"self\": \"https://useast.api.elasticpath.com/v2/flows/38ba1451-efa4-4361-9ca6-3fb646490f37\"\n    },\n    \"relationships\": {},\n    \"meta\": {\n      \"owner\": \"organization\",\n      \"timestamps\": {\n        \"created_at\": \"2018-05-10T01:41:36.009Z\",\n        \"updated_at\": \"2018-05-10T15:27:26.241Z\"\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "92d8efcd-80a9-4aab-9564-4d788ec6f5dc",
              "name": "Bad request. Not Found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "flows",
                    ":flowID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the flow/template you want to retrieve.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "flowID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3ef546e0-db55-4c34-bd08-0e56eb0811a8",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "flows",
                    ":flowID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the flow/template you want to retrieve.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "flowID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c0345c60-ca29-4984-85aa-70a0e40c6189",
          "name": "Delete a Flow",
          "request": {
            "name": "Delete a Flow",
            "description": {
              "content": "- For Commerce, this endpoint deletes a flow. We recommend that you remove all the fields assigned to a flow before deleting a flow.\n- For Product Experience Manager, this endpoint deletes a template. We recommend that you remove all the attributes assigned to a template before deleting a template.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "flows",
                ":flowID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "flowID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the flow/template you want to delete.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "1894527a-7ed6-4636-bd0e-e1823ba16dc3",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "flows",
                    ":flowID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the flow/template you want to delete.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "flowID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "9baa503e-74ee-4460-bd21-6d105f4680a3",
              "name": "Forbidden. The request was valid but the token does not have permission to perform this operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "flows",
                    ":flowID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the flow/template you want to delete.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "flowID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Forbidden\",\n      \"status\": \"403\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1284aeaa-1e27-433f-9ff9-d6d1685dec30",
              "name": "Bad request. Not Found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "flows",
                    ":flowID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the flow/template you want to delete.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "flowID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "45ed2296-08dc-4e50-80b0-5e6486ed5b75",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "flows",
                    ":flowID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the flow/template you want to delete.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "flowID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "946f7bf6-3f34-4573-99b0-1b4aa2e40f8e",
          "name": "Update a Flow",
          "request": {
            "name": "Update a Flow",
            "description": {
              "content": "- For Commerce, this endpoint updates a flow. \n- For Product Experience Manager, this endpoint updates a template. \n\n Specify whichever attributes you want to change. The values of the other attributes remain the same. If the attributes section is empty, the flow/template is not updated.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "flows",
                ":flowID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "flowID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the flow/template you want to update.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"id\": \"25617d3e-14a6-434c-bfab-3fda87517aaf\",\n    \"description\": \"Extends the default product object\",\n    \"enabled\": true,\n    \"name\": \"Products\",\n    \"slug\": \"products\",\n    \"type\": \"flow\"\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "b0b59bb1-e213-4805-b06d-f77ef78d26ea",
              "name": "default",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "flows",
                    ":flowID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the flow/template you want to update.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "flowID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"25617d3e-14a6-434c-bfab-3fda87517aaf\",\n    \"description\": \"Extends the default product object\",\n    \"enabled\": true,\n    \"name\": \"Products\",\n    \"slug\": \"products\",\n    \"type\": \"flow\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"6d320b42-237d-4474-8452-d49f884d4ae1\",\n    \"type\": \"flow\",\n    \"name\": \"extraFieldRenamed\",\n    \"slug\": \"products-1\",\n    \"description\": \"Extends the default product object\",\n    \"enabled\": true,\n    \"links\": {\n      \"self\": \"https://useast.api.elasticpath.com/v2/flows/6d320b42-237d-4474-8452-d49f884d4ae1\"\n    },\n    \"relationships\": {},\n    \"meta\": {\n      \"owner\": \"store\",\n      \"timestamps\": {\n        \"created_at\": \"2018-05-10T18:04:26.623Z\",\n        \"updated_at\": \"2018-05-10T18:11:47.469Z\"\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4c877759-b06f-4f06-a9c3-bb50e4a5e084",
              "name": "Forbidden. The request was valid but the token does not have permission to perform this operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "flows",
                    ":flowID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the flow/template you want to update.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "flowID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"25617d3e-14a6-434c-bfab-3fda87517aaf\",\n    \"description\": \"Extends the default product object\",\n    \"enabled\": true,\n    \"name\": \"Products\",\n    \"slug\": \"products\",\n    \"type\": \"flow\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Forbidden\",\n      \"status\": \"403\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8b4c2a94-4eb6-4dd2-9695-3f3f65bd1ff3",
              "name": "Bad request. Not Found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "flows",
                    ":flowID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the flow/template you want to update.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "flowID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"25617d3e-14a6-434c-bfab-3fda87517aaf\",\n    \"description\": \"Extends the default product object\",\n    \"enabled\": true,\n    \"name\": \"Products\",\n    \"slug\": \"products\",\n    \"type\": \"flow\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5098365d-638a-4d73-8e97-6d9b5bac316b",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "flows",
                    ":flowID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the flow/template you want to update.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "flowID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"25617d3e-14a6-434c-bfab-3fda87517aaf\",\n    \"description\": \"Extends the default product object\",\n    \"enabled\": true,\n    \"name\": \"Products\",\n    \"slug\": \"products\",\n    \"type\": \"flow\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Fields",
      "description": "With fields, you can:\n\n- in Commerce, use a field in your flows to represent  single field of data (for example a `Product Rating`) to be applied to an entity\n- in Product Experience Manager, use an attribute in your template to attach a characteristic like `color` to a product.\n\nA field/attribute represents a single piece of data. All fields/attributes have a `field_type` (`string`, `integer`, `boolean`, `date` or `relationship`), a default value, and an optional set of validation rules.\n\n:::caution\n\n- Custom names and values prefixed with `$` are not supported.\n- There is a hard limit of 100 fields per flow.\n- You can configure default values for fields. If you choose to do so, you must ensure that your default field values comply with your validation rules.\n\n:::\n\n#### Field/Attribute Validation Rules\n\nWhen creating a field/attribute, you can add validation to the values that are stored. The validation you use depends on the `field_type` of the field/attribute. Each validation rule is expressed as a validation rule object.\n\n#### `string` / `enum`\n\nMust be one of a predefined collection of strings. If you leave the field blank or enter an incorrect value then an `Invalid Value` error is displayed. \n\n| Attribute | Type | Description |\n| :--- | :--- | :--- |\n| `type` | `string` | `enum` |\n| `options` | `array[string]` | An array of valid string values. |\n\n##### `string` / `email`\n\nMust be a valid email address.\n\n| Attribute | Type | Description |\n| :--- | :--- | :--- |\n| `type` | `string` | `email` |\n\n##### `string` / `slug`\n\nCan contain only letters, numbers, hyphens and underscores.\n\n| Attribute | Type | Description |\n| :--- | :--- | :--- |\n| `type` | `string` | `slug` |\n\n##### `integer` / `between`\n\nMust be between the two provided values.\n\n| Attribute | Type | Description |\n| :--- | :--- | :--- |\n| `type` | `string` | `enum` |\n| `options` | `object` | An object containing `from` and `to` integers. |\n\n##### `integer` / `enum`\n\nMust be one of a predefined collection of integers.\n\n| Attribute | Type | Description |\n| :--- | :--- | :--- |\n| `type` | `string` | `enum` |\n| `options` | `array[integer]` | An array of valid integer values. |\n\n##### `float` / `between`\n\nMust be between the two provided values.\n\n| Attribute | Type | Description |\n| :--- | :--- | :--- |\n| `type` | `string` | `enum` |\n| `options` | `object` | An object containing `from` and `to` floats. |\n\n##### `float` / `enum`\n\nMust be one of a predefined collection of floats.\n\n| Attribute | Type | Description |\n| :--- | :--- | :--- |\n| `type` | `string` | `enum` |\n| `options` | `array[float]` | An array of valid float values. |\n\n#### `date` / `enum`\n\nMust be one of a predefined collection of dates.\n\n| Attribute | Type | Description |\n| :--- | :--- | :--- |\n| `type` | `string` | `enum` |\n| `options` | `array[string]` | An array of valid date values as strings \\(`YYYY-MM-DD HH:MM:SS` - time is optional\\). |\n\n##### `relationship` / `one-to-many`\n\n:::caution\nThis only applies to Commerce. You cannot use relationships in Product Experience Manager templates.\n:::\n\nAllows multiple relationships to be created.\n\n| Attribute | Type | Description |\n| :--- | :--- | :--- |\n| `type` | `string` | `one-to-many` |\n| `to` | `string` | The entity type you are making relationships with in singular form (for example, `product`). |\n\n##### `relationship` / `one-to-one`\n\n:::caution\nThis only applies to Commerce. You cannot use relationships in Product Experience Manager templates.\n:::\n\nAllows only a single relationships to be created on an entry.\n\n| Attribute | Type | Description |\n| :--- | :--- | :--- |\n| `type` | `string` | `one-to-one` |\n| `to` | `string` | The entity type you are making relationships with in singular form (for example, `customer`). |\n",
      "item": [
        {
          "id": "47a4af2c-2b25-4d99-953a-8932e9f8da7f",
          "name": "Get all Fields",
          "request": {
            "name": "Get all Fields",
            "description": {
              "content": "- For Commerce, this endpoint retrieves all fields in a flow. \n- For Product Experience Manager, this endpoint retrieves all attributes in a template.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "fields"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter resources using the filter query parameter. See [**Filtering**](/guides/Getting-Started/filtering).",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "eq(owner,organization)"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "e5023329-f73b-4a6e-acca-19de3d204e10",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "fields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter resources using the filter query parameter. See [**Filtering**](/guides/Getting-Started/filtering).",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(owner,organization)"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"e88d03d3-d46e-40d0-8302-25e6b5b1bd33\",\n      \"type\": \"field\",\n      \"field_type\": \"boolean\",\n      \"slug\": \"on_sale\",\n      \"name\": \"On Sale?\",\n      \"description\": \"Is this on sale?\",\n      \"required\": false,\n      \"default\": null,\n      \"enabled\": true,\n      \"order\": null,\n      \"omit_null\": false,\n      \"validation_rules\": [],\n      \"links\": {\n        \"self\": \"https://useast.api.elasticpath.com/v2/flows/9d69c6cf-aaee-4dc6-8908-d2bd053446a2/fields/e88d03d3-d46e-40d0-8302-25e6b5b1bd33\"\n      },\n      \"relationships\": {\n        \"flow\": {\n          \"data\": {\n            \"id\": \"9d69c6cf-aaee-4dc6-8908-d2bd053446a2\",\n            \"type\": \"flow\"\n          }\n        }\n      },\n      \"meta\": {\n        \"owner\": \"organization\",\n        \"timestamps\": {\n          \"created_at\": \"2018-08-23T10:28:43.609Z\",\n          \"updated_at\": \"2018-08-23T10:28:43.609Z\"\n        }\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e36b6cf1-5f9a-4b52-acd2-070820a7f123",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "fields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter resources using the filter query parameter. See [**Filtering**](/guides/Getting-Started/filtering).",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(owner,organization)"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3899d84f-7bc8-4536-8334-77e57183aaf8",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "fields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter resources using the filter query parameter. See [**Filtering**](/guides/Getting-Started/filtering).",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(owner,organization)"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a233651c-84ab-4b30-b46d-e339540f5eb5",
          "name": "Create a Field",
          "request": {
            "name": "Create a Field",
            "description": {
              "content": "- For Commerce, this endpoint creates a field.\n- For Product Experience Manager, this endpoint creates an attribute.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "fields"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"default\": 4,\n    \"description\": \"Average rating as given by our users\",\n    \"enabled\": true,\n    \"field_type\": \"integer\",\n    \"name\": \"Product Rating\",\n    \"order\": 1,\n    \"relationships\": {\n      \"flow\": {\n        \"data\": {\n          \"id\": \"{{flowID}}\",\n          \"type\": \"flow\"\n        }\n      }\n    },\n    \"required\": false,\n    \"slug\": \"product-rating\",\n    \"type\": \"field\",\n    \"validation_rules\": [\n      {\n        \"options\": {\n          \"from\": 1,\n          \"to\": 5\n        },\n        \"type\": \"between\"\n      }\n    ]\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "60de5520-bdb2-4ed5-bbfe-7c715b6f3fc1",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "fields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"default\": 4,\n    \"description\": \"Average rating as given by our users\",\n    \"enabled\": true,\n    \"field_type\": \"integer\",\n    \"name\": \"Product Rating\",\n    \"order\": 1,\n    \"relationships\": {\n      \"flow\": {\n        \"data\": {\n          \"id\": \"{{flowID}}\",\n          \"type\": \"flow\"\n        }\n      }\n    },\n    \"required\": false,\n    \"slug\": \"product-rating\",\n    \"type\": \"field\",\n    \"validation_rules\": [\n      {\n        \"options\": {\n          \"from\": 1,\n          \"to\": 5\n        },\n        \"type\": \"between\"\n      }\n    ]\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"field\",\n    \"name\": \"Product Rating\",\n    \"slug\": \"product-rating\",\n    \"field_type\": \"integer\",\n    \"validation_rules\": [\n      {\n        \"type\": \"between\",\n        \"options\": {\n          \"from\": 1,\n          \"to\": 5\n        }\n      }\n    ],\n    \"description\": \"Average rating as given by our users\",\n    \"required\": false,\n    \"default\": 0,\n    \"enabled\": true,\n    \"order\": 1,\n    \"omit_null\": false,\n    \"relationships\": {\n      \"flow\": {\n        \"data\": {\n          \"type\": \"flow\",\n          \"id\": \"e4145c27-aba1-46af-81a3-58f5e1cf7f15\"\n        }\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0612305d-3afa-49e5-8d22-98e1c39cbbfb",
              "name": "Forbidden. The request was valid but the token does not have permission to perform this operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "fields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"default\": 4,\n    \"description\": \"Average rating as given by our users\",\n    \"enabled\": true,\n    \"field_type\": \"integer\",\n    \"name\": \"Product Rating\",\n    \"order\": 1,\n    \"relationships\": {\n      \"flow\": {\n        \"data\": {\n          \"id\": \"{{flowID}}\",\n          \"type\": \"flow\"\n        }\n      }\n    },\n    \"required\": false,\n    \"slug\": \"product-rating\",\n    \"type\": \"field\",\n    \"validation_rules\": [\n      {\n        \"options\": {\n          \"from\": 1,\n          \"to\": 5\n        },\n        \"type\": \"between\"\n      }\n    ]\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Forbidden\",\n      \"status\": \"403\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a114a800-984b-40f2-b987-34ec69a382e2",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "fields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"default\": 4,\n    \"description\": \"Average rating as given by our users\",\n    \"enabled\": true,\n    \"field_type\": \"integer\",\n    \"name\": \"Product Rating\",\n    \"order\": 1,\n    \"relationships\": {\n      \"flow\": {\n        \"data\": {\n          \"id\": \"{{flowID}}\",\n          \"type\": \"flow\"\n        }\n      }\n    },\n    \"required\": false,\n    \"slug\": \"product-rating\",\n    \"type\": \"field\",\n    \"validation_rules\": [\n      {\n        \"options\": {\n          \"from\": 1,\n          \"to\": 5\n        },\n        \"type\": \"between\"\n      }\n    ]\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b16dc9f8-44b2-42b7-bfda-e520af6ff6dd",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "fields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"default\": 4,\n    \"description\": \"Average rating as given by our users\",\n    \"enabled\": true,\n    \"field_type\": \"integer\",\n    \"name\": \"Product Rating\",\n    \"order\": 1,\n    \"relationships\": {\n      \"flow\": {\n        \"data\": {\n          \"id\": \"{{flowID}}\",\n          \"type\": \"flow\"\n        }\n      }\n    },\n    \"required\": false,\n    \"slug\": \"product-rating\",\n    \"type\": \"field\",\n    \"validation_rules\": [\n      {\n        \"options\": {\n          \"from\": 1,\n          \"to\": 5\n        },\n        \"type\": \"between\"\n      }\n    ]\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b0bc27da-cdf9-4b97-bcf1-4271fc16c1b8",
          "name": "Get a Field",
          "request": {
            "name": "Get a Field",
            "description": {
              "content": "- For Commerce, this endpoint retrieves a field.\n- For Product Experience Manager, this endpoint retrieves an attribute.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "fields",
                ":flowFieldID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "flowFieldID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the flow/template whose field/attribute you want to retrieve.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "a6e0a311-0c8d-4c70-b967-da050779a03b",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "fields",
                    ":flowFieldID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the flow/template whose field/attribute you want to retrieve.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "flowFieldID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"102b2087-d56a-45e7-bf1c-e9517716abb3\",\n    \"type\": \"field\",\n    \"field_type\": \"integer\",\n    \"slug\": \"product-rating\",\n    \"name\": \"Product Rating\",\n    \"description\": \"Average rating as given by our users\",\n    \"required\": false,\n    \"default\": null,\n    \"enabled\": true,\n    \"validation_rules\": [\n      {\n        \"type\": \"between\",\n        \"options\": {\n          \"from\": 1,\n          \"to\": 5\n        }\n      }\n    ],\n    \"order\": 1,\n    \"omit_null\": false,\n    \"links\": {\n      \"self\": \"https://useast.api.elasticpath.com/v2/flows/6d320b42-237d-4474-8452-d49f884d4ae1/fields/102b2087-d56a-45e7-bf1c-e9517716abb3\"\n    },\n    \"relationships\": {\n      \"flow\": {\n        \"data\": {\n          \"id\": \"6d320b42-237d-4474-8452-d49f884d4ae1\",\n          \"type\": \"flow\"\n        }\n      }\n    },\n    \"meta\": {\n      \"owner\": \"organization\",\n      \"timestamps\": {\n        \"created_at\": \"2018-05-10T18:19:11.559Z\",\n        \"updated_at\": \"2018-05-10T18:19:11.559Z\"\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "57290b4c-74fa-4a46-8872-c33fb22757db",
              "name": "Bad request. Not Found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "fields",
                    ":flowFieldID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the flow/template whose field/attribute you want to retrieve.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "flowFieldID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "eb0aba1b-1ede-43f1-97c8-e359e89a0e68",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "fields",
                    ":flowFieldID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the flow/template whose field/attribute you want to retrieve.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "flowFieldID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a359429c-3963-48ca-b12c-eebfef3a429e",
          "name": "Update a Field",
          "request": {
            "name": "Update a Field",
            "description": {
              "content": "- For Commerce, this endpoint updates a field.\n- For Product Experience Manager, this endpoint updates an attribute.\n\nSpecify whichever attributes you want to change. The values of the other attributes remain the same. If the attributes section is empty, the field/attribute is not updated.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "fields",
                ":flowFieldID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "flowFieldID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier for the flow/template to which the field/attribute you want to update belongs.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"default\": 1,\n    \"description\": \"Average rating as given by our users\",\n    \"field_type\": \"integer\",\n    \"id\": \"{{flowFieldID}}\",\n    \"name\": \"Product Rating\",\n    \"required\": true,\n    \"enabled\": true,\n    \"slug\": \"product-rating\",\n    \"type\": \"field\"\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "ec07f257-3d45-49c2-8838-9516c0e01e99",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "fields",
                    ":flowFieldID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier for the flow/template to which the field/attribute you want to update belongs.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "flowFieldID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"default\": 1,\n    \"description\": \"Average rating as given by our users\",\n    \"field_type\": \"integer\",\n    \"id\": \"{{flowFieldID}}\",\n    \"name\": \"Product Rating\",\n    \"required\": true,\n    \"enabled\": true,\n    \"slug\": \"product-rating\",\n    \"type\": \"field\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"102b2087-d56a-45e7-bf1c-e9517716abb3\",\n    \"type\": \"field\",\n    \"field_type\": \"integer\",\n    \"slug\": \"start-of-life\",\n    \"name\": \"start-of-life\",\n    \"description\": \"day the iphone will work\",\n    \"required\": true,\n    \"default\": \"2018-01-01\",\n    \"enabled\": true,\n    \"validation_rules\": [\n      {\n        \"type\": \"between\",\n        \"options\": {\n          \"from\": 1,\n          \"to\": 5\n        }\n      }\n    ],\n    \"order\": 1,\n    \"omit_null\": false,\n    \"links\": {\n      \"self\": \"https://useast.api.elasticpath.com/v2/flows/6d320b42-237d-4474-8452-d49f884d4ae1/fields/102b2087-d56a-45e7-bf1c-e9517716abb3\"\n    },\n    \"relationships\": {\n      \"flow\": {\n        \"data\": {\n          \"id\": \"6d320b42-237d-4474-8452-d49f884d4ae1\",\n          \"type\": \"flow\"\n        }\n      }\n    },\n    \"meta\": {\n      \"owner\": \"organization\",\n      \"timestamps\": {\n        \"created_at\": \"2018-05-10T18:19:11.559Z\",\n        \"updated_at\": \"2018-05-10T18:36:01.208Z\"\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8adc1723-b8db-4352-9721-dd12178b8050",
              "name": "Forbidden. The request was valid but the token does not have permission to perform this operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "fields",
                    ":flowFieldID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier for the flow/template to which the field/attribute you want to update belongs.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "flowFieldID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"default\": 1,\n    \"description\": \"Average rating as given by our users\",\n    \"field_type\": \"integer\",\n    \"id\": \"{{flowFieldID}}\",\n    \"name\": \"Product Rating\",\n    \"required\": true,\n    \"enabled\": true,\n    \"slug\": \"product-rating\",\n    \"type\": \"field\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Forbidden\",\n      \"status\": \"403\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "83a0ffe3-0c27-4c04-bce9-1b7804fc6869",
              "name": "Bad request. Not Found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "fields",
                    ":flowFieldID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier for the flow/template to which the field/attribute you want to update belongs.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "flowFieldID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"default\": 1,\n    \"description\": \"Average rating as given by our users\",\n    \"field_type\": \"integer\",\n    \"id\": \"{{flowFieldID}}\",\n    \"name\": \"Product Rating\",\n    \"required\": true,\n    \"enabled\": true,\n    \"slug\": \"product-rating\",\n    \"type\": \"field\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "705a4e3a-531e-4949-8ac7-166c67ffcc9a",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "fields",
                    ":flowFieldID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier for the flow/template to which the field/attribute you want to update belongs.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "flowFieldID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"default\": 1,\n    \"description\": \"Average rating as given by our users\",\n    \"field_type\": \"integer\",\n    \"id\": \"{{flowFieldID}}\",\n    \"name\": \"Product Rating\",\n    \"required\": true,\n    \"enabled\": true,\n    \"slug\": \"product-rating\",\n    \"type\": \"field\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d19c7d4b-6966-46bf-9094-01bba66f26f3",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "fields",
                    ":flowFieldID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier for the flow/template to which the field/attribute you want to update belongs.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "flowFieldID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"default\": 1,\n    \"description\": \"Average rating as given by our users\",\n    \"field_type\": \"integer\",\n    \"id\": \"{{flowFieldID}}\",\n    \"name\": \"Product Rating\",\n    \"required\": true,\n    \"enabled\": true,\n    \"slug\": \"product-rating\",\n    \"type\": \"field\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a9263333-9de2-47f2-bdcd-dc30d5445146",
          "name": "Delete a Field",
          "request": {
            "name": "Delete a Field",
            "description": {
              "content": "- For Commerce, this endpoint deletes a field.\n- For Product Experience Manager, this endpoint deletes an attribute.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "fields",
                ":flowFieldID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "flowFieldID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the field/attribute that you want to delete.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "63faa906-6f8b-4ca0-a58d-ad4d1e107171",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "fields",
                    ":flowFieldID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the field/attribute that you want to delete.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowFieldID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "a7564ee9-9e05-41c2-9f8d-8f354a444f3e",
              "name": "Forbidden. The request was valid but the token does not have permission to perform this operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "fields",
                    ":flowFieldID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the field/attribute that you want to delete.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowFieldID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Forbidden\",\n      \"status\": \"403\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0329544b-5200-4233-8570-9166cc53c5d0",
              "name": "Bad request. Not Found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "fields",
                    ":flowFieldID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the field/attribute that you want to delete.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowFieldID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5d9067a3-86de-434a-b7a8-3cdac9ab738a",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "fields",
                    ":flowFieldID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the field/attribute that you want to delete.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowFieldID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f3b43ec6-a451-40f8-a514-b02f7530e116",
          "name": "Get all Fields by Flow",
          "request": {
            "name": "Get all Fields by Flow",
            "description": {
              "content": "Get all Fields by Flow",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "flows",
                ":flowSlug",
                "fields"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "flowSlug",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The slug of the flow the entry belongs to.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "838ff629-cfea-40f9-9f45-43affcc59638",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "flows",
                    ":flowSlug",
                    "fields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug of the flow the entry belongs to.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowSlug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"23d26fd2-d2e2-4c72-b4b4-3ef7a31bc47f\",\n      \"type\": \"field\",\n      \"field_type\": \"string\",\n      \"slug\": \"background_color\",\n      \"name\": \"background colors\",\n      \"description\": \"background color for the product\",\n      \"required\": false,\n      \"default\": \"#ffffff\",\n      \"enabled\": true,\n      \"validation_rules\": [],\n      \"order\": null,\n      \"omit_null\": false,\n      \"links\": {\n        \"self\": \"https://useast.api.elasticpath.com/v2/flows/248c7776-bd9f-4075-8980-461b02ed3757/fields/23d26fd2-d2e2-4c72-b4b4-3ef7a31bc47f\"\n      },\n      \"relationships\": {\n        \"flow\": {\n          \"data\": {\n            \"id\": \"248c7776-bd9f-4075-8980-461b02ed3757\",\n            \"type\": \"flow\"\n          }\n        }\n      },\n      \"meta\": {\n        \"owner\": \"organization\",\n        \"timestamps\": {\n          \"created_at\": \"2017-06-26T12:55:33.560Z\",\n          \"updated_at\": \"2017-12-19T12:31:24.570Z\"\n        }\n      }\n    },\n    {\n      \"id\": \"5f4be5bd-0c83-417a-b744-7d8c49636ab1\",\n      \"type\": \"field\",\n      \"field_type\": \"string\",\n      \"slug\": \"background_image\",\n      \"name\": \"Background Image\",\n      \"description\": \"The background image for the category\",\n      \"required\": false,\n      \"default\": null,\n      \"enabled\": true,\n      \"validation_rules\": [],\n      \"order\": null,\n      \"omit_null\": false,\n      \"links\": {\n        \"self\": \"https://useast.api.elasticpath.com/v2/flows/248c7776-bd9f-4075-8980-461b02ed3757/fields/5f4be5bd-0c83-417a-b744-7d8c49636ab1\"\n      },\n      \"relationships\": {\n        \"flow\": {\n          \"data\": {\n            \"id\": \"248c7776-bd9f-4075-8980-461b02ed3757\",\n            \"type\": \"flow\"\n          }\n        }\n      },\n      \"meta\": {\n        \"owner\": \"organization\",\n        \"timestamps\": {\n          \"created_at\": \"2018-03-29T10:33:24.056Z\",\n          \"updated_at\": \"2018-03-29T10:33:24.056Z\"\n        }\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e029c50d-2d07-4e1b-a05d-eb217b279c6e",
              "name": "Bad request. Not Found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "flows",
                    ":flowSlug",
                    "fields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug of the flow the entry belongs to.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowSlug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b285edbb-cb49-4e6b-9464-c0ec44cee530",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "flows",
                    ":flowSlug",
                    "fields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug of the flow the entry belongs to.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowSlug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Entries",
      "description": "### Entries in Commerce\n\nEntries hold the pieces of data collected within the fields. If your flow has more than one field related to it, you see multiple field slugs.\n\n### Entries in Product Experience Manager\n\nEntries hold the pieces of data collected within the attributes. If your template has more than one attribute related to it, you see multiple attribute slugs.\n",
      "item": [
        {
          "id": "b62be514-ace4-4ac5-8352-a79023f47bd9",
          "name": "Get all Entries",
          "request": {
            "name": "Get all Entries",
            "description": {
              "content": "- For Commerce, this endpoint retrieves all entries for a flow.\n- For Product Experience Manager, this endpoint retrieves all entries for a template.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "flows",
                ":flowSlug",
                "entries"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [**page length**](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.\n",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "10"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [**page length**](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.\n",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "0"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter resources using the filter query parameter. See [**Filtering**](/guides/Getting-Started/filtering).",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "eq(owner,organization)"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "flowSlug",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The slug for the flow/template you want to create an entry for.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "d16f9358-275b-41e0-9851-70956474322e",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "flows",
                    ":flowSlug",
                    "entries"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [**page length**](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.\n",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [**page length**](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.\n",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter resources using the filter query parameter. See [**Filtering**](/guides/Getting-Started/filtering).",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(owner,organization)"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug for the flow/template you want to create an entry for.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowSlug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"ce1f0b19-23c3-487b-aa2a-552b77abdf0c\",\n      \"type\": \"entry\",\n      \"brand-image\": \"https://files-eu.epusercontent.com/e8c53cb0-120d-4ea5-8941-ce74dec06038/61118f21-14a2-466c-a84b-c30b1f900cf9.png\",\n      \"meta\": {\n        \"owner\": \"organization\",\n        \"timestamps\": {\n          \"created_at\": \"2018-06-05T20:58:25.596Z\",\n          \"updated_at\": \"2018-06-05T20:58:25.596Z\"\n        }\n      },\n      \"links\": {\n        \"self\": \"https://useast.api.elasticpath.com/v2/flows/brands/entries/ce1f0b19-23c3-487b-aa2a-552b77abdf0c\"\n      }\n    },\n    {\n      \"id\": \"a5fcf6bc-233f-44d7-a3b0-0961eed3df9d\",\n      \"type\": \"entry\",\n      \"brand-image\": \"some image for brand x\",\n      \"meta\": {\n        \"owner\": \"organization\",\n        \"timestamps\": {\n          \"created_at\": \"2018-06-06T14:48:59.006Z\",\n          \"updated_at\": \"2018-06-06T14:48:59.006Z\"\n        }\n      },\n      \"links\": {\n        \"self\": \"https://useast.api.elasticpath.com/v2/flows/brands/entries/a5fcf6bc-233f-44d7-a3b0-0961eed3df9d\"\n      }\n    }\n  ],\n  \"links\": {\n    \"current\": \"https://useast.api.elasticpath.com/v2/flows/brands/entries?page[limit]=20&page[offset]=0\",\n    \"first\": \"https://useast.api.elasticpath.com/v2/flows/brands/entries?page[limit]=20&page[offset]=0\",\n    \"last\": null,\n    \"next\": null,\n    \"previous\": null\n  },\n  \"meta\": {\n    \"page\": {\n      \"limit\": 20,\n      \"offset\": 0,\n      \"current\": 1,\n      \"total\": 1\n    },\n    \"results\": {\n      \"total\": 2\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "171ed6b3-916e-4632-84cf-d5d03d17d501",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "flows",
                    ":flowSlug",
                    "entries"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [**page length**](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.\n",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [**page length**](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.\n",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter resources using the filter query parameter. See [**Filtering**](/guides/Getting-Started/filtering).",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(owner,organization)"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug for the flow/template you want to create an entry for.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowSlug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "954cda72-7e07-432c-bb3d-f3587beef4a7",
              "name": "Bad request. Not Found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "flows",
                    ":flowSlug",
                    "entries"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [**page length**](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.\n",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [**page length**](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.\n",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter resources using the filter query parameter. See [**Filtering**](/guides/Getting-Started/filtering).",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(owner,organization)"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug for the flow/template you want to create an entry for.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowSlug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d0b45d92-6b1b-418a-9d75-e8ecf0ddbc1b",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "flows",
                    ":flowSlug",
                    "entries"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [**page length**](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.\n",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [**page length**](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.\n",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter resources using the filter query parameter. See [**Filtering**](/guides/Getting-Started/filtering).",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(owner,organization)"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug for the flow/template you want to create an entry for.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowSlug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "66942e48-99f0-471d-9f6b-f0f4af9e6361",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "flows",
                    ":flowSlug",
                    "entries"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [**page length**](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.\n",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [**page length**](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.\n",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter resources using the filter query parameter. See [**Filtering**](/guides/Getting-Started/filtering).",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(owner,organization)"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug for the flow/template you want to create an entry for.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowSlug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6ecd7839-6a3c-4bdc-ba97-055efa8835de",
          "name": "Create an Entry",
          "request": {
            "name": "Create an Entry",
            "description": {
              "content": "- For Commerce, this endpoint creates an entry for a flow.\n- For Product Experience Manager, this endpoint creates an entry for a template.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "flows",
                ":flowSlug",
                "entries"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "flowSlug",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The slug for the flow/template you want to create an entry for.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"FIELD_SLUG\": \"a value\",\n    \"type\": \"entry\"\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "c39594df-4626-4ee4-ac3d-fa660764b9ed",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "flows",
                    ":flowSlug",
                    "entries"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug for the flow/template you want to create an entry for.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowSlug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"FIELD_SLUG\": \"a value\",\n    \"type\": \"entry\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"10fe2aca-09fb-42fe-a1d4-081134320641\",\n    \"type\": \"entry\",\n    \"meta\": {\n      \"owner\": \"organization\",\n      \"timestamps\": {\n        \"created_at\": \"2021-10-26T17:10:56.329Z\",\n        \"updated_at\": \"2021-10-26T17:10:56.329Z\"\n      }\n    },\n    \"links\": {\n      \"self\": \"https://epcc-integration.global.ssl.fastly.net/v2/flows/products/entries/10fe2aca-09fb-42fe-a1d4-081134320641\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ffe23b49-f7b6-4871-8a90-912c99fee2e2",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "flows",
                    ":flowSlug",
                    "entries"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug for the flow/template you want to create an entry for.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowSlug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"FIELD_SLUG\": \"a value\",\n    \"type\": \"entry\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4f8a6967-54dd-47b4-95ee-f5097c9423d0",
              "name": "Bad request. Not Found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "flows",
                    ":flowSlug",
                    "entries"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug for the flow/template you want to create an entry for.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowSlug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"FIELD_SLUG\": \"a value\",\n    \"type\": \"entry\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5b39f93d-7149-42f6-99c7-24c8621262d6",
              "name": "Conflict. The request could not be completed due to a conflict with the current state of the resource.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "flows",
                    ":flowSlug",
                    "entries"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug for the flow/template you want to create an entry for.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowSlug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"FIELD_SLUG\": \"a value\",\n    \"type\": \"entry\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Conflict\",\n      \"status\": \"409\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "950595e5-2b60-4203-9145-a64fdc2d1657",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "flows",
                    ":flowSlug",
                    "entries"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug for the flow/template you want to create an entry for.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowSlug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"FIELD_SLUG\": \"a value\",\n    \"type\": \"entry\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "21c61d6b-0982-4269-9806-0c7a5fac37f5",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "flows",
                    ":flowSlug",
                    "entries"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug for the flow/template you want to create an entry for.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowSlug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"FIELD_SLUG\": \"a value\",\n    \"type\": \"entry\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "73bd028a-b09e-4856-92bf-42cbd7823876",
          "name": "Get an Entry",
          "request": {
            "name": "Get an Entry",
            "description": {
              "content": "- For Commerce, this endpoint retrieves an entry from a flow.\n- For Product Experience Manager, this endpoint retrieves an entry from a template.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "flows",
                ":flowSlug",
                "entries",
                ":flowEntryID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "flowSlug",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The slug for the flow/template.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "flowEntryID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the entry.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "4221213e-5186-426d-bf5c-4b51e3f1907b",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "flows",
                    ":flowSlug",
                    "entries",
                    ":flowEntryID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug for the flow/template.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowSlug"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the entry.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowEntryID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"4abb8316-d0a2-4c91-bf29-4d19ba932227\",\n    \"type\": \"entry\",\n    \"meta\": {\n      \"owner\": \"organization\",\n      \"timestamps\": {\n        \"created_at\": \"2018-05-10T15:28:59.192Z\",\n        \"updated_at\": \"2018-05-10T15:28:59.192Z\"\n      }\n    },\n    \"links\": {\n      \"self\": \"https://useast.api.elasticpath.com/v2/flows/products/entries/4abb8316-d0a2-4c91-bf29-4d19ba932227\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "786c87ba-f76f-4b02-882a-68b53bb481e5",
              "name": "Bad request. Not Found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "flows",
                    ":flowSlug",
                    "entries",
                    ":flowEntryID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug for the flow/template.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowSlug"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the entry.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowEntryID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e84fbc13-67f9-479b-83ea-02f06613ce1e",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "flows",
                    ":flowSlug",
                    "entries",
                    ":flowEntryID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug for the flow/template.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowSlug"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the entry.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowEntryID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d2f86dec-c1a6-4fcc-aed0-348d6b398cc3",
          "name": "Delete an Entry",
          "request": {
            "name": "Delete an Entry",
            "description": {
              "content": "- For Commerce, this endpoint deletes an entry from a flow.\n- For Product Experience Manager, this endpoint deletes an entry from a template.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "flows",
                ":flowSlug",
                "entries",
                ":flowEntryID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "flowSlug",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The slug for the flow/template.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "flowEntryID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the entry.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "b7d7c1cd-0eb0-4fed-877e-2fb06d98b1e2",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "flows",
                    ":flowSlug",
                    "entries",
                    ":flowEntryID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug for the flow/template.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowSlug"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the entry.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowEntryID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "680a9e8f-31e1-46e5-bf2d-aa3e7866397b",
              "name": "Forbidden. The request was valid but the token does not have permission to perform this operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "flows",
                    ":flowSlug",
                    "entries",
                    ":flowEntryID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug for the flow/template.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowSlug"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the entry.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowEntryID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Forbidden\",\n      \"status\": \"403\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8fa99e3d-7346-4896-91ca-31e7f4a02e6e",
              "name": "Bad request. Not Found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "flows",
                    ":flowSlug",
                    "entries",
                    ":flowEntryID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug for the flow/template.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowSlug"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the entry.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowEntryID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bfd74cbf-5324-476d-bcd2-81c440b2ab94",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "flows",
                    ":flowSlug",
                    "entries",
                    ":flowEntryID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug for the flow/template.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowSlug"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the entry.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowEntryID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "cf923390-d619-47a2-b3b8-731ef5953ace",
          "name": "Update an Entry",
          "request": {
            "name": "Update an Entry",
            "description": {
              "content": "- For Commerce, this endpoint updates an entry for a flow.\n- For Product Experience Manager, this endpoint updates an entry for a template.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "flows",
                ":flowSlug",
                "entries",
                ":flowEntryID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "flowSlug",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The slug for the flow/template.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "flowEntryID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the entry.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"FIELD1_SLUG\": \"value1\",\n    \"FIELD2_SLUG\": \"value2\",\n    \"id\": \"{{entryID}}\",\n    \"type\": \"entry\"\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "aceb40a2-bc32-4a60-84e3-36b1ff1b3525",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "flows",
                    ":flowSlug",
                    "entries",
                    ":flowEntryID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug for the flow/template.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowSlug"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the entry.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowEntryID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"FIELD1_SLUG\": \"value1\",\n    \"FIELD2_SLUG\": \"value2\",\n    \"id\": \"{{entryID}}\",\n    \"type\": \"entry\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"03224af8-da41-4761-99fb-a125fa81ed99\",\n    \"type\": \"entry\",\n    \"brand-image\": \"a new image\",\n    \"meta\": {\n      \"owner\": \"organization\",\n      \"timestamps\": {\n        \"created_at\": \"2018-06-06T14:42:39.312Z\",\n        \"updated_at\": \"2018-06-06T14:42:39.312Z\"\n      }\n    },\n    \"links\": {\n      \"self\": \"https://useast.api.elasticpath.com/v2/flows/brands/entries/03224af8-da41-4761-99fb-a125fa81ed99\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1532d381-21fe-4f63-be56-748b9d5335fb",
              "name": "Forbidden. The request was valid but the token does not have permission to perform this operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "flows",
                    ":flowSlug",
                    "entries",
                    ":flowEntryID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug for the flow/template.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowSlug"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the entry.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowEntryID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"FIELD1_SLUG\": \"value1\",\n    \"FIELD2_SLUG\": \"value2\",\n    \"id\": \"{{entryID}}\",\n    \"type\": \"entry\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Forbidden\",\n      \"status\": \"403\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a2b7a54d-e6f7-4d45-b5f4-291848ea6e6b",
              "name": "Bad request. Not Found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "flows",
                    ":flowSlug",
                    "entries",
                    ":flowEntryID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug for the flow/template.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowSlug"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the entry.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowEntryID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"FIELD1_SLUG\": \"value1\",\n    \"FIELD2_SLUG\": \"value2\",\n    \"id\": \"{{entryID}}\",\n    \"type\": \"entry\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "59bc6c60-b533-41a5-b60c-387ee44b32e6",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "flows",
                    ":flowSlug",
                    "entries",
                    ":flowEntryID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug for the flow/template.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowSlug"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the entry.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowEntryID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"FIELD1_SLUG\": \"value1\",\n    \"FIELD2_SLUG\": \"value2\",\n    \"id\": \"{{entryID}}\",\n    \"type\": \"entry\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2685fdce-a021-4bb1-babe-3ad392826733",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "flows",
                    ":flowSlug",
                    "entries",
                    ":flowEntryID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug for the flow/template.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowSlug"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the entry.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowEntryID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"FIELD1_SLUG\": \"value1\",\n    \"FIELD2_SLUG\": \"value2\",\n    \"id\": \"{{entryID}}\",\n    \"type\": \"entry\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Entry Relationships",
      "description": "\n### Entry Relationships in Commerce\n\nWhen you create a field that uses `relationship` as a `field_type`, you update your entry values using the `Entry Relationship` endpoints. \n\n### Entry Relationships in Product Experience Manager\n\nOnce you have created your templates, you must associate them with your products using the `Entry Relationship` endpoints.\n",
      "item": [
        {
          "id": "26410408-6374-4935-b0f3-627922fbf558",
          "name": "Create an Entry Relationship",
          "request": {
            "name": "Create an Entry Relationship",
            "description": {
              "content": "- In Commerce, create an entry relationship to one or more resources. If any relationships already exist, the ones made in the request are added to them.\n- In Product Experience Manager, create an entry relationship with the product to which you want to associate the template.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "flows",
                ":flowSlug",
                "entries",
                ":flowEntryID",
                "relationships",
                ":flowFieldSlug"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "flowSlug",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The slug of the flow/template that the entry belongs to.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "flowEntryID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the entry you are requesting.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "flowFieldSlug",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The slug of the field/attribute that the relationship belongs to.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": [\n    {\n      \"id\": \"{RESOURCE_ID}\",\n      \"type\": \"{RESOURCE_TYPE}\"\n    },\n    {\n      \"id\": \"{RESOURCE_ID}\",\n      \"type\": \"{RESOURCE_TYPE}\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "584359cc-9b0a-4680-a3b6-fcaa44468e2a",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "flows",
                    ":flowSlug",
                    "entries",
                    ":flowEntryID",
                    "relationships",
                    ":flowFieldSlug"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug of the flow/template that the entry belongs to.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowSlug"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug of the field/attribute that the relationship belongs to.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowFieldSlug"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the entry you are requesting.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowEntryID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"{RESOURCE_ID}\",\n      \"type\": \"{RESOURCE_TYPE}\"\n    },\n    {\n      \"id\": \"{RESOURCE_ID}\",\n      \"type\": \"{RESOURCE_TYPE}\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"type\": \"brand\",\n      \"id\": \"0d28e5b6-f615-4e1c-b038-275cfde97927\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9f4fa96b-8749-41a0-baae-f8d110a1212e",
              "name": "Bad request. Not Found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "flows",
                    ":flowSlug",
                    "entries",
                    ":flowEntryID",
                    "relationships",
                    ":flowFieldSlug"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug of the flow/template that the entry belongs to.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowSlug"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug of the field/attribute that the relationship belongs to.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowFieldSlug"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the entry you are requesting.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowEntryID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"{RESOURCE_ID}\",\n      \"type\": \"{RESOURCE_TYPE}\"\n    },\n    {\n      \"id\": \"{RESOURCE_ID}\",\n      \"type\": \"{RESOURCE_TYPE}\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "03395acd-10e2-4f37-8058-086ed51f8278",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "flows",
                    ":flowSlug",
                    "entries",
                    ":flowEntryID",
                    "relationships",
                    ":flowFieldSlug"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug of the flow/template that the entry belongs to.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowSlug"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug of the field/attribute that the relationship belongs to.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowFieldSlug"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the entry you are requesting.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowEntryID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"{RESOURCE_ID}\",\n      \"type\": \"{RESOURCE_TYPE}\"\n    },\n    {\n      \"id\": \"{RESOURCE_ID}\",\n      \"type\": \"{RESOURCE_TYPE}\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b0558cbd-a814-4fbf-8832-d08176ae6aa6",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "flows",
                    ":flowSlug",
                    "entries",
                    ":flowEntryID",
                    "relationships",
                    ":flowFieldSlug"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug of the flow/template that the entry belongs to.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowSlug"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug of the field/attribute that the relationship belongs to.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowFieldSlug"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the entry you are requesting.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowEntryID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"{RESOURCE_ID}\",\n      \"type\": \"{RESOURCE_TYPE}\"\n    },\n    {\n      \"id\": \"{RESOURCE_ID}\",\n      \"type\": \"{RESOURCE_TYPE}\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d9dfbbf3-6211-425d-8be2-9b35792e3a34",
          "name": "Update an Entry Relationship",
          "request": {
            "name": "Update an Entry Relationship",
            "description": {
              "content": "- In Commerce, updates an entry relationship to one or more resources. If any relationships already exist, the ones made in the request are added to them.\n- In Product Experience Manager, updates an entry relationship with the product to which you want to associate the template.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "flows",
                ":flowSlug",
                "entries",
                ":flowEntryID",
                "relationships",
                ":flowFieldSlug"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "flowSlug",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The slug of the flow/template that the entry belongs to.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "flowEntryID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the entry you are requesting.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "flowFieldSlug",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The slug of the field/attribute that the relationship belongs to.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": [\n    {\n      \"id\": \"{RESOURCE_ID}\",\n      \"type\": \"{RESOURCE_TYPE}\"\n    },\n    {\n      \"id\": \"{RESOURCE_ID}\",\n      \"type\": \"{RESOURCE_TYPE}\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "05d0d8ec-b5ec-4931-aa94-9d231dc7a537",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "flows",
                    ":flowSlug",
                    "entries",
                    ":flowEntryID",
                    "relationships",
                    ":flowFieldSlug"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug of the flow/template that the entry belongs to.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowSlug"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug of the field/attribute that the relationship belongs to.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowFieldSlug"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the entry you are requesting.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowEntryID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"{RESOURCE_ID}\",\n      \"type\": \"{RESOURCE_TYPE}\"\n    },\n    {\n      \"id\": \"{RESOURCE_ID}\",\n      \"type\": \"{RESOURCE_TYPE}\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"type\": \"brand\",\n      \"id\": \"0d28e5b6-f615-4e1c-b038-275cfde97927\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "da4bd0c0-3949-4b0e-9501-22dbcb9c8926",
              "name": "Bad request. Not Found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "flows",
                    ":flowSlug",
                    "entries",
                    ":flowEntryID",
                    "relationships",
                    ":flowFieldSlug"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug of the flow/template that the entry belongs to.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowSlug"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug of the field/attribute that the relationship belongs to.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowFieldSlug"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the entry you are requesting.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowEntryID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"{RESOURCE_ID}\",\n      \"type\": \"{RESOURCE_TYPE}\"\n    },\n    {\n      \"id\": \"{RESOURCE_ID}\",\n      \"type\": \"{RESOURCE_TYPE}\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6dccf67c-894a-4f55-a8a7-8b826eeb4d18",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "flows",
                    ":flowSlug",
                    "entries",
                    ":flowEntryID",
                    "relationships",
                    ":flowFieldSlug"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug of the flow/template that the entry belongs to.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowSlug"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug of the field/attribute that the relationship belongs to.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowFieldSlug"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the entry you are requesting.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowEntryID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"{RESOURCE_ID}\",\n      \"type\": \"{RESOURCE_TYPE}\"\n    },\n    {\n      \"id\": \"{RESOURCE_ID}\",\n      \"type\": \"{RESOURCE_TYPE}\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e7d6d7a9-1d19-4102-a5d9-abd75013c013",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "flows",
                    ":flowSlug",
                    "entries",
                    ":flowEntryID",
                    "relationships",
                    ":flowFieldSlug"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug of the flow/template that the entry belongs to.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowSlug"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug of the field/attribute that the relationship belongs to.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowFieldSlug"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the entry you are requesting.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowEntryID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"{RESOURCE_ID}\",\n      \"type\": \"{RESOURCE_TYPE}\"\n    },\n    {\n      \"id\": \"{RESOURCE_ID}\",\n      \"type\": \"{RESOURCE_TYPE}\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c9377057-7a63-4dba-8535-d0989ef49206",
          "name": "Delete an Entry Relationship",
          "request": {
            "name": "Delete an Entry Relationship",
            "description": {
              "content": "- In Commerce, deletes an entry relationship to one or more resources. \n- In Product Experience Manager, deletes an entry relationship with the product to which you want to associate the template.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "flows",
                ":flowSlug",
                "entries",
                ":flowEntryID",
                "relationships",
                ":flowFieldSlug"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "flowSlug",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The slug of the flow/template that the entry belongs to.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "flowEntryID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the entry you are requesting.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "flowFieldSlug",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The slug of the field/attribute that the relationship belongs to.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "f4c70f7e-8d36-4d46-8689-2c116bc42c7a",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "flows",
                    ":flowSlug",
                    "entries",
                    ":flowEntryID",
                    "relationships",
                    ":flowFieldSlug"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug of the flow/template that the entry belongs to.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowSlug"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug of the field/attribute that the relationship belongs to.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowFieldSlug"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the entry you are requesting.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowEntryID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "eca0ca49-b8eb-4804-9625-ada80ef43e91",
              "name": "Bad request. Not Found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "flows",
                    ":flowSlug",
                    "entries",
                    ":flowEntryID",
                    "relationships",
                    ":flowFieldSlug"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug of the flow/template that the entry belongs to.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowSlug"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug of the field/attribute that the relationship belongs to.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowFieldSlug"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the entry you are requesting.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowEntryID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5f486337-f900-4a3c-9947-f524d7b8cbd8",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "flows",
                    ":flowSlug",
                    "entries",
                    ":flowEntryID",
                    "relationships",
                    ":flowFieldSlug"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug of the flow/template that the entry belongs to.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowSlug"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug of the field/attribute that the relationship belongs to.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowFieldSlug"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the entry you are requesting.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "flowEntryID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Integrations",
      "description": "Setting up and managing integrations.",
      "item": [
        {
          "id": "8ed58a50-8440-4498-9b9a-04e05c7b1142",
          "name": "List integrations",
          "request": {
            "name": "List integrations",
            "description": {
              "content": "Returns a list of all integrations created by the store.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "integrations"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "55a1308a-0790-4018-bb0e-ee51beb8c7a7",
              "name": "Success. All integrations are returned.",
              "originalRequest": {
                "url": {
                  "path": [
                    "integrations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"2da46671-b4c2-44ac-b133-d1221aafc77b\",\n      \"type\": \"integration\",\n      \"name\": \"Order shipping notification\",\n      \"description\": \"Send a shipping notification via email with discount code\",\n      \"enabled\": true,\n      \"is_concurrent\": false,\n      \"integration_type\": \"webhook\",\n      \"observes\": [\n        \"string\",\n        \"string\"\n      ],\n      \"configuration\": {\n        \"url\": \"https://sqs.eu-west-1.amazonaws.com/123456789/epcc-external-queue\",\n        \"aws_access_key_id\": \"****************JIMB\",\n        \"aws_secret_access_key\": \"************************************HK4o\",\n        \"region\": \"eu-west-1\"\n      },\n      \"links\": {\n        \"self\": \"http://xEJjzoorBHCqZdFk.jnksMw4M+FxzqHX.s8REP6ocyVC8hqCcv.dnOoHtxV7rUa6-AS6PKNnAluKyFF-Ki\"\n      },\n      \"meta\": {\n        \"timestamps\": {\n          \"created_at\": \"2017-07-21T17:32:28Z\",\n          \"updated_at\": \"2017-07-21T17:32:28Z\"\n        }\n      }\n    },\n    {\n      \"id\": \"2da46671-b4c2-44ac-b133-d1221aafc77b\",\n      \"type\": \"integration\",\n      \"name\": \"Order shipping notification\",\n      \"description\": \"Send a shipping notification via email with discount code\",\n      \"enabled\": true,\n      \"is_concurrent\": false,\n      \"integration_type\": \"webhook\",\n      \"observes\": [\n        \"string\",\n        \"string\"\n      ],\n      \"configuration\": {\n        \"url\": \"https://sqs.eu-west-1.amazonaws.com/123456789/epcc-external-queue\",\n        \"aws_access_key_id\": \"****************JIMB\",\n        \"aws_secret_access_key\": \"************************************HK4o\",\n        \"region\": \"eu-west-1\"\n      },\n      \"links\": {\n        \"self\": \"http://pVdJskAsq.kqmk9bES9JVvtDvFHY6epPFUw\"\n      },\n      \"meta\": {\n        \"timestamps\": {\n          \"created_at\": \"2017-07-21T17:32:28Z\",\n          \"updated_at\": \"2017-07-21T17:32:28Z\"\n        }\n      }\n    }\n  ],\n  \"links\": {\n    \"first\": \"/integrations?page[offset]=0&page[limit]=10\",\n    \"last\": \"/integrations?page[offset]=20&page[limit]=10\",\n    \"next\": \"/integrations?page[offset]=10&page[limit]=10\",\n    \"prev\": \"/integrations?page[offset]=8&page[limit]=10\"\n  },\n  \"results\": {\n    \"total\": 1\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a9c1fc54-67fb-423d-a09e-0ad2bfe986d1",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "integrations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": 500\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "28168d9e-f891-4881-aa1c-2ad9af40cd1f",
          "name": "Create an integration",
          "request": {
            "name": "Create an integration",
            "description": {
              "content": "Create an integration.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "integrations"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"integration\",\n    \"integration_type\": \"webhook\",\n    \"name\": \"Order shipping notification\",\n    \"configuration\": {\n      \"url\": \"https://sqs.eu-west-1.amazonaws.com/123456789/epcc-external-queue\",\n      \"aws_access_key_id\": \"****************JIMB\",\n      \"aws_secret_access_key\": \"************************************HK4o\",\n      \"region\": \"eu-west-1\"\n    },\n    \"description\": \"Send a shipping notification via email with discount code\",\n    \"enabled\": true,\n    \"observes\": [\n      \"string\",\n      \"string\"\n    ]\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "b4271481-bf12-4b36-bce9-d274c0cb7f7a",
              "name": "Success. Integration created.",
              "originalRequest": {
                "url": {
                  "path": [
                    "integrations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"integration\",\n    \"integration_type\": \"webhook\",\n    \"name\": \"Order shipping notification\",\n    \"configuration\": {\n      \"url\": \"https://sqs.eu-west-1.amazonaws.com/123456789/epcc-external-queue\",\n      \"aws_access_key_id\": \"****************JIMB\",\n      \"aws_secret_access_key\": \"************************************HK4o\",\n      \"region\": \"eu-west-1\"\n    },\n    \"description\": \"Send a shipping notification via email with discount code\",\n    \"enabled\": true,\n    \"observes\": [\n      \"string\",\n      \"string\"\n    ]\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"2da46671-b4c2-44ac-b133-d1221aafc77b\",\n    \"type\": \"integration\",\n    \"name\": \"Order shipping notification\",\n    \"description\": \"Send a shipping notification via email with discount code\",\n    \"enabled\": true,\n    \"is_concurrent\": false,\n    \"integration_type\": \"webhook\",\n    \"observes\": [\n      \"string\",\n      \"string\"\n    ],\n    \"configuration\": {\n      \"url\": \"https://sqs.eu-west-1.amazonaws.com/123456789/epcc-external-queue\",\n      \"aws_access_key_id\": \"****************JIMB\",\n      \"aws_secret_access_key\": \"************************************HK4o\",\n      \"region\": \"eu-west-1\"\n    },\n    \"links\": {\n      \"self\": \"http://WIXSw.naicr0T72bPHISyX7BgVSn3M9Zns2R0WGN8Aaq.-fCbeSQeAHczxi3-ONhK\"\n    },\n    \"meta\": {\n      \"timestamps\": {\n        \"created_at\": \"2017-07-21T17:32:28Z\",\n        \"updated_at\": \"2017-07-21T17:32:28Z\"\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8c8703ad-ea35-4dd4-8122-518bc95b8a07",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "integrations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"integration\",\n    \"integration_type\": \"webhook\",\n    \"name\": \"Order shipping notification\",\n    \"configuration\": {\n      \"url\": \"https://sqs.eu-west-1.amazonaws.com/123456789/epcc-external-queue\",\n      \"aws_access_key_id\": \"****************JIMB\",\n      \"aws_secret_access_key\": \"************************************HK4o\",\n      \"region\": \"eu-west-1\"\n    },\n    \"description\": \"Send a shipping notification via email with discount code\",\n    \"enabled\": true,\n    \"observes\": [\n      \"string\",\n      \"string\"\n    ]\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": 400,\n      \"detail\": \"Your request was invalid\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ec07a995-d552-4377-a775-f49327fbe59a",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "integrations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"integration\",\n    \"integration_type\": \"webhook\",\n    \"name\": \"Order shipping notification\",\n    \"configuration\": {\n      \"url\": \"https://sqs.eu-west-1.amazonaws.com/123456789/epcc-external-queue\",\n      \"aws_access_key_id\": \"****************JIMB\",\n      \"aws_secret_access_key\": \"************************************HK4o\",\n      \"region\": \"eu-west-1\"\n    },\n    \"description\": \"Send a shipping notification via email with discount code\",\n    \"enabled\": true,\n    \"observes\": [\n      \"string\",\n      \"string\"\n    ]\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": 500\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "318193c4-6dbd-40eb-bada-9c4cdab9adce",
          "name": "Get an integration",
          "request": {
            "name": "Get an integration",
            "description": {
              "content": "Returns the integration for the given UUID.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "integrations",
                ":integration_uuid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "integration_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the integration.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "b4788fbd-9145-4a02-add1-6b60aa0aca55",
              "name": "Success. An integration is returned.",
              "originalRequest": {
                "url": {
                  "path": [
                    "integrations",
                    ":integration_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the integration.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "integration_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"2da46671-b4c2-44ac-b133-d1221aafc77b\",\n    \"type\": \"integration\",\n    \"name\": \"Order shipping notification\",\n    \"description\": \"Send a shipping notification via email with discount code\",\n    \"enabled\": true,\n    \"is_concurrent\": false,\n    \"integration_type\": \"webhook\",\n    \"observes\": [\n      \"string\",\n      \"string\"\n    ],\n    \"configuration\": {\n      \"url\": \"https://sqs.eu-west-1.amazonaws.com/123456789/epcc-external-queue\",\n      \"aws_access_key_id\": \"****************JIMB\",\n      \"aws_secret_access_key\": \"************************************HK4o\",\n      \"region\": \"eu-west-1\"\n    },\n    \"links\": {\n      \"self\": \"http://WIXSw.naicr0T72bPHISyX7BgVSn3M9Zns2R0WGN8Aaq.-fCbeSQeAHczxi3-ONhK\"\n    },\n    \"meta\": {\n      \"timestamps\": {\n        \"created_at\": \"2017-07-21T17:32:28Z\",\n        \"updated_at\": \"2017-07-21T17:32:28Z\"\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d90c9d14-537b-4d61-81cf-5609b11d94ef",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "integrations",
                    ":integration_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the integration.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "integration_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": 404,\n      \"detail\": \"The resource could not be found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3a5528f5-d0a9-42b7-a363-813a8a42bcac",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "integrations",
                    ":integration_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the integration.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "integration_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": 500\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5e97d9c1-f5a0-47ca-88c0-0651ed27b897",
          "name": "Update an integration",
          "request": {
            "name": "Update an integration",
            "description": {
              "content": "Updates the Integration for the given UUID. Specify whichever attributes you want to change. The values of the other attributes remain the same. If the attributes section is empty, the integration is not updated.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "integrations",
                ":integration_uuid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "integration_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the integration.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"integration\",\n    \"name\": \"Order shipping notification\",\n    \"description\": \"Send a shipping notification via email with discount code\",\n    \"enabled\": true,\n    \"is_concurrent\": true,\n    \"integration_type\": \"webhook\",\n    \"observes\": [\n      \"string\",\n      \"string\"\n    ],\n    \"configuration\": {\n      \"url\": \"https://sqs.eu-west-1.amazonaws.com/123456789/epcc-external-queue\",\n      \"aws_access_key_id\": \"****************JIMB\",\n      \"aws_secret_access_key\": \"************************************HK4o\",\n      \"region\": \"eu-west-1\"\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "2c7b0765-a1ef-4015-bc5e-95d69f63f222",
              "name": "Success. All integrations are returned",
              "originalRequest": {
                "url": {
                  "path": [
                    "integrations",
                    ":integration_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the integration.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "integration_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"integration\",\n    \"name\": \"Order shipping notification\",\n    \"description\": \"Send a shipping notification via email with discount code\",\n    \"enabled\": true,\n    \"is_concurrent\": true,\n    \"integration_type\": \"webhook\",\n    \"observes\": [\n      \"string\",\n      \"string\"\n    ],\n    \"configuration\": {\n      \"url\": \"https://sqs.eu-west-1.amazonaws.com/123456789/epcc-external-queue\",\n      \"aws_access_key_id\": \"****************JIMB\",\n      \"aws_secret_access_key\": \"************************************HK4o\",\n      \"region\": \"eu-west-1\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"2da46671-b4c2-44ac-b133-d1221aafc77b\",\n    \"type\": \"integration\",\n    \"name\": \"Order shipping notification\",\n    \"description\": \"Send a shipping notification via email with discount code\",\n    \"enabled\": true,\n    \"is_concurrent\": false,\n    \"integration_type\": \"webhook\",\n    \"observes\": [\n      \"string\",\n      \"string\"\n    ],\n    \"configuration\": {\n      \"url\": \"https://sqs.eu-west-1.amazonaws.com/123456789/epcc-external-queue\",\n      \"aws_access_key_id\": \"****************JIMB\",\n      \"aws_secret_access_key\": \"************************************HK4o\",\n      \"region\": \"eu-west-1\"\n    },\n    \"links\": {\n      \"self\": \"https://jK.pndmeFHuuasboB\"\n    },\n    \"meta\": {\n      \"timestamps\": {\n        \"created_at\": \"2017-07-21T17:32:28Z\",\n        \"updated_at\": \"2017-07-21T17:32:28Z\"\n      }\n    }\n  },\n  \"links\": {\n    \"links\": {\n      \"self\": \"https://VawCTchlC.iiwdGT,Wr7UQvYIrSc+D-FnKjJiduShibWR\"\n    }\n  },\n  \"meta\": {\n    \"meta\": {\n      \"timestamps\": {\n        \"created_at\": \"2017-07-21T17:32:28Z\",\n        \"updated_at\": \"2017-07-21T17:32:28Z\"\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4207ea59-cc17-4282-abc5-29c897b14539",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "integrations",
                    ":integration_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the integration.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "integration_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"integration\",\n    \"name\": \"Order shipping notification\",\n    \"description\": \"Send a shipping notification via email with discount code\",\n    \"enabled\": true,\n    \"is_concurrent\": true,\n    \"integration_type\": \"webhook\",\n    \"observes\": [\n      \"string\",\n      \"string\"\n    ],\n    \"configuration\": {\n      \"url\": \"https://sqs.eu-west-1.amazonaws.com/123456789/epcc-external-queue\",\n      \"aws_access_key_id\": \"****************JIMB\",\n      \"aws_secret_access_key\": \"************************************HK4o\",\n      \"region\": \"eu-west-1\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": 404,\n      \"detail\": \"The resource could not be found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "60c3c1d0-24a8-46ff-8fb7-469c35ae37d1",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "integrations",
                    ":integration_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the integration.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "integration_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"integration\",\n    \"name\": \"Order shipping notification\",\n    \"description\": \"Send a shipping notification via email with discount code\",\n    \"enabled\": true,\n    \"is_concurrent\": true,\n    \"integration_type\": \"webhook\",\n    \"observes\": [\n      \"string\",\n      \"string\"\n    ],\n    \"configuration\": {\n      \"url\": \"https://sqs.eu-west-1.amazonaws.com/123456789/epcc-external-queue\",\n      \"aws_access_key_id\": \"****************JIMB\",\n      \"aws_secret_access_key\": \"************************************HK4o\",\n      \"region\": \"eu-west-1\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": 400,\n      \"detail\": \"Your request was invalid\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "247c9260-255f-4fb6-8405-8c3b5e343dc8",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "integrations",
                    ":integration_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the integration.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "integration_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"integration\",\n    \"name\": \"Order shipping notification\",\n    \"description\": \"Send a shipping notification via email with discount code\",\n    \"enabled\": true,\n    \"is_concurrent\": true,\n    \"integration_type\": \"webhook\",\n    \"observes\": [\n      \"string\",\n      \"string\"\n    ],\n    \"configuration\": {\n      \"url\": \"https://sqs.eu-west-1.amazonaws.com/123456789/epcc-external-queue\",\n      \"aws_access_key_id\": \"****************JIMB\",\n      \"aws_secret_access_key\": \"************************************HK4o\",\n      \"region\": \"eu-west-1\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": 500\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7e471c7a-2d3a-455c-9cd5-b0bcf06825c1",
          "name": "Delete an integration",
          "request": {
            "name": "Delete an integration",
            "description": {
              "content": "Deletes the Integration for the given UUID",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "integrations",
                ":integration_uuid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "integration_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the integration.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "b43d3dc3-5680-4982-bfd3-ab8e59113dbb",
              "name": "Integration was successfully deleted",
              "originalRequest": {
                "url": {
                  "path": [
                    "integrations",
                    ":integration_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the integration.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "integration_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"2da46671-b4c2-44ac-b133-d1221aafc77b\",\n    \"type\": \"integration\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8376bed4-5eb7-4f69-ae45-64bbfac74304",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "integrations",
                    ":integration_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the integration.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "integration_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": 500\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "01b7d932-ffa8-4f6d-a8ef-9da388b4df03",
          "name": "List logs for all integrations for the store",
          "request": {
            "name": "List logs for all integrations for the store",
            "description": {
              "content": "Returns all integration logs for the store.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "integrations",
                "logs"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "160ea023-ff5c-4027-b4f4-55b34f6eba16",
              "name": "Success. Returns a list of integration logs.",
              "originalRequest": {
                "url": {
                  "path": [
                    "integrations",
                    "logs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"ac8bb58e-2b9b-4ccf-9dd2-ecdf50417849\",\n      \"type\": \"integration-log\",\n      \"succeeded\": true,\n      \"attempt\": 1,\n      \"processing_time\": 30.0006,\n      \"body\": \"Not Found\",\n      \"status_code\": 404,\n      \"error_detail\": \"Received a status code outside of 2xx range - treating webhook as a fail\",\n      \"relationships\": {\n        \"integration\": {\n          \"data\": {\n            \"id\": \"ff8634a8-a89e-4eac-baab-9b7b8c4f8720\",\n            \"type\": \"integration\"\n          }\n        },\n        \"job\": {\n          \"data\": {\n            \"id\": \"ff8634a8-a89e-4eac-baab-9b7b8c4f8720\",\n            \"type\": \"integration-job\"\n          }\n        }\n      },\n      \"meta\": {\n        \"timestamps\": {\n          \"created_at\": \"2017-07-21T17:32:28Z\"\n        }\n      }\n    },\n    {\n      \"id\": \"ac8bb58e-2b9b-4ccf-9dd2-ecdf50417849\",\n      \"type\": \"integration-log\",\n      \"succeeded\": true,\n      \"attempt\": 1,\n      \"processing_time\": 30.0006,\n      \"body\": \"Not Found\",\n      \"status_code\": 404,\n      \"error_detail\": \"Received a status code outside of 2xx range - treating webhook as a fail\",\n      \"relationships\": {\n        \"integration\": {\n          \"data\": {\n            \"id\": \"ff8634a8-a89e-4eac-baab-9b7b8c4f8720\",\n            \"type\": \"integration\"\n          }\n        },\n        \"job\": {\n          \"data\": {\n            \"id\": \"ff8634a8-a89e-4eac-baab-9b7b8c4f8720\",\n            \"type\": \"integration-job\"\n          }\n        }\n      },\n      \"meta\": {\n        \"timestamps\": {\n          \"created_at\": \"2017-07-21T17:32:28Z\"\n        }\n      }\n    }\n  ],\n  \"links\": {\n    \"first\": \"/integrations/logs?page[offset]=0&page[limit]=10\",\n    \"next\": \"/integrations/logs?page[offset]=10&page[limit]=10\",\n    \"prev\": \"/integrations/logs?page[offset]=8&page[limit]=10\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "45da8bf1-7aad-4371-96fb-854429078938",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "integrations",
                    "logs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": 500\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7dc9e3f6-57bf-498d-b675-903a85008a53",
          "name": "List logs for integration",
          "request": {
            "name": "List logs for integration",
            "description": {
              "content": "Returns the logs for the given integration UUID.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "integrations",
                ":integration_uuid",
                "logs"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "integration_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the integration.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "689e24bf-3c5a-45af-b4d7-8f7f5ca9b716",
              "name": "Success. Returns a list of integration logs.",
              "originalRequest": {
                "url": {
                  "path": [
                    "integrations",
                    ":integration_uuid",
                    "logs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the integration.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "integration_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"ac8bb58e-2b9b-4ccf-9dd2-ecdf50417849\",\n      \"type\": \"integration-log\",\n      \"succeeded\": true,\n      \"attempt\": 1,\n      \"processing_time\": 30.0006,\n      \"body\": \"Not Found\",\n      \"status_code\": 404,\n      \"error_detail\": \"Received a status code outside of 2xx range - treating webhook as a fail\",\n      \"relationships\": {\n        \"integration\": {\n          \"data\": {\n            \"id\": \"ff8634a8-a89e-4eac-baab-9b7b8c4f8720\",\n            \"type\": \"integration\"\n          }\n        },\n        \"job\": {\n          \"data\": {\n            \"id\": \"ff8634a8-a89e-4eac-baab-9b7b8c4f8720\",\n            \"type\": \"integration-job\"\n          }\n        }\n      },\n      \"meta\": {\n        \"timestamps\": {\n          \"created_at\": \"2017-07-21T17:32:28Z\"\n        }\n      }\n    },\n    {\n      \"id\": \"ac8bb58e-2b9b-4ccf-9dd2-ecdf50417849\",\n      \"type\": \"integration-log\",\n      \"succeeded\": true,\n      \"attempt\": 1,\n      \"processing_time\": 30.0006,\n      \"body\": \"Not Found\",\n      \"status_code\": 404,\n      \"error_detail\": \"Received a status code outside of 2xx range - treating webhook as a fail\",\n      \"relationships\": {\n        \"integration\": {\n          \"data\": {\n            \"id\": \"ff8634a8-a89e-4eac-baab-9b7b8c4f8720\",\n            \"type\": \"integration\"\n          }\n        },\n        \"job\": {\n          \"data\": {\n            \"id\": \"ff8634a8-a89e-4eac-baab-9b7b8c4f8720\",\n            \"type\": \"integration-job\"\n          }\n        }\n      },\n      \"meta\": {\n        \"timestamps\": {\n          \"created_at\": \"2017-07-21T17:32:28Z\"\n        }\n      }\n    }\n  ],\n  \"links\": {\n    \"first\": \"/integrations/logs?page[offset]=0&page[limit]=10\",\n    \"next\": \"/integrations/logs?page[offset]=10&page[limit]=10\",\n    \"prev\": \"/integrations/logs?page[offset]=8&page[limit]=10\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "41f62ec0-4051-46bd-a998-01b971e4a5a6",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "integrations",
                    ":integration_uuid",
                    "logs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the integration.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "integration_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": 404,\n      \"detail\": \"The resource could not be found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d5ce6084-0f51-4bb6-9984-c31e5590d198",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "integrations",
                    ":integration_uuid",
                    "logs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the integration.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "integration_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": 500\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "aeb27bfd-7a7b-432b-8c04-b9f2abd3f1db",
          "name": "List jobs for integration",
          "request": {
            "name": "List jobs for integration",
            "description": {
              "content": "Returns the jobs for the given integration UUID.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "integrations",
                ":integration_uuid",
                "jobs"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "integration_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the integration.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "4413b704-13b2-4290-8a32-81d04439c759",
              "name": "Success. All integrations are returned.",
              "originalRequest": {
                "url": {
                  "path": [
                    "integrations",
                    ":integration_uuid",
                    "jobs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the integration.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "integration_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"8848646b-2745-469e-8cc1-ee3b04738f8f\",\n      \"type\": \"integration-job\"\n    },\n    {\n      \"id\": \"8848646b-2745-469e-8cc1-ee3b04738f8f\",\n      \"type\": \"integration-job\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bacc312f-8d87-473e-9601-bec29ce09d10",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "integrations",
                    ":integration_uuid",
                    "jobs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the integration.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "integration_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": 404,\n      \"detail\": \"The resource could not be found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "447f871f-67e8-426b-a295-ed3a46ace442",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "integrations",
                    ":integration_uuid",
                    "jobs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the integration.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "integration_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": 500\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "25ac6f73-8d13-4392-a6ef-678051ac2c5b",
          "name": "List logs for the job",
          "request": {
            "name": "List logs for the job",
            "description": {
              "content": "Returns the integration logs for the given integration and job UUID.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "integrations",
                ":integration_uuid",
                "jobs",
                ":job_uuid",
                "logs"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "integration_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the integration.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "job_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the integration job.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "c44c508d-15e1-41d5-b8fc-1e3d464e77ac",
              "name": "Success. Returns a list of integration logs.",
              "originalRequest": {
                "url": {
                  "path": [
                    "integrations",
                    ":integration_uuid",
                    "jobs",
                    ":job_uuid",
                    "logs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the integration.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "integration_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the integration job.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "job_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"ac8bb58e-2b9b-4ccf-9dd2-ecdf50417849\",\n      \"type\": \"integration-log\",\n      \"succeeded\": true,\n      \"attempt\": 1,\n      \"processing_time\": 30.0006,\n      \"body\": \"Not Found\",\n      \"status_code\": 404,\n      \"error_detail\": \"Received a status code outside of 2xx range - treating webhook as a fail\",\n      \"relationships\": {\n        \"integration\": {\n          \"data\": {\n            \"id\": \"ff8634a8-a89e-4eac-baab-9b7b8c4f8720\",\n            \"type\": \"integration\"\n          }\n        },\n        \"job\": {\n          \"data\": {\n            \"id\": \"ff8634a8-a89e-4eac-baab-9b7b8c4f8720\",\n            \"type\": \"integration-job\"\n          }\n        }\n      },\n      \"meta\": {\n        \"timestamps\": {\n          \"created_at\": \"2017-07-21T17:32:28Z\"\n        }\n      }\n    },\n    {\n      \"id\": \"ac8bb58e-2b9b-4ccf-9dd2-ecdf50417849\",\n      \"type\": \"integration-log\",\n      \"succeeded\": true,\n      \"attempt\": 1,\n      \"processing_time\": 30.0006,\n      \"body\": \"Not Found\",\n      \"status_code\": 404,\n      \"error_detail\": \"Received a status code outside of 2xx range - treating webhook as a fail\",\n      \"relationships\": {\n        \"integration\": {\n          \"data\": {\n            \"id\": \"ff8634a8-a89e-4eac-baab-9b7b8c4f8720\",\n            \"type\": \"integration\"\n          }\n        },\n        \"job\": {\n          \"data\": {\n            \"id\": \"ff8634a8-a89e-4eac-baab-9b7b8c4f8720\",\n            \"type\": \"integration-job\"\n          }\n        }\n      },\n      \"meta\": {\n        \"timestamps\": {\n          \"created_at\": \"2017-07-21T17:32:28Z\"\n        }\n      }\n    }\n  ],\n  \"links\": {\n    \"first\": \"/integrations/logs?page[offset]=0&page[limit]=10\",\n    \"next\": \"/integrations/logs?page[offset]=10&page[limit]=10\",\n    \"prev\": \"/integrations/logs?page[offset]=8&page[limit]=10\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ded9b985-732e-4153-95dd-4b73b235fb81",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "integrations",
                    ":integration_uuid",
                    "jobs",
                    ":job_uuid",
                    "logs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the integration.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "integration_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the integration job.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "job_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": 404,\n      \"detail\": \"The resource could not be found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "269d1dd2-a94f-4ac3-b91c-ac73b38e2a73",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "integrations",
                    ":integration_uuid",
                    "jobs",
                    ":job_uuid",
                    "logs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the integration.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "integration_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the integration job.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "job_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": 500\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Inventory",
      "description": "The Inventory API allows you to manage stock for products at both organization and store levels. Each product keeps a history of inventory transactions, enabling easier stock auditing.\n\nYou can specify an initial stock level when you create a product. The stock is set to `0` by default.\n\n:::caution \n\nYou cannot create multiple inventories of the same organization-level product in different stores because no unique stock ID, specific to each store, is currently generated. Hence, when you try to manage inventory of the same product for different stores, you get an invalid product identifier error. \n\n:::\n",
      "item": [
        {
          "id": "ee80b64f-9160-49d6-be56-45f525ba9b38",
          "name": "Get Stock for all Products",
          "request": {
            "name": "Get Stock for all Products",
            "description": {
              "content": "Returns all products and their associated stock.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "inventories"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [**page length**](https://elasticpath.dev/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "10"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the the [**page length**](https://elasticpath.dev/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "100"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "e13d15ed-8609-4020-bba5-ac836fedd459",
              "name": "Success. All products and their stock values are returned",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [**page length**](https://elasticpath.dev/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the the [**page length**](https://elasticpath.dev/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"type\": \"stock\",\n      \"id\": \"f976dace-450f-4a5d-8877-d119c5a550a1\",\n      \"total\": 100,\n      \"available\": 75,\n      \"allocated\": 25,\n      \"stock_id\": \"ce9049af-bba2-4db2-8118-5df5268184c7\",\n      \"meta\": {\n        \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\"\n      }\n    },\n    {\n      \"type\": \"stock\",\n      \"id\": \"f976dace-450f-4a5d-8877-d119c5a550a1\",\n      \"total\": 100,\n      \"available\": 75,\n      \"allocated\": 25,\n      \"stock_id\": \"ce9049af-bba2-4db2-8118-5df5268184c7\",\n      \"meta\": {\n        \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\"\n      }\n    }\n  ],\n  \"meta\": {\n    \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n    \"created_at\": \"2017-01-10T11:41:19.244842Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d467d259-18de-4e19-83e5-81ccf9d4a8b2",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [**page length**](https://elasticpath.dev/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the the [**page length**](https://elasticpath.dev/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"No stock found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8001970b-bf5f-4080-9d61-cdb1878cda46",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [**page length**](https://elasticpath.dev/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the the [**page length**](https://elasticpath.dev/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c72c88c6-8930-45e4-b894-4575447d8e70",
          "name": "Get Stock for Multiple Products",
          "request": {
            "name": "Get Stock for Multiple Products",
            "description": {
              "content": "Returns stock for all products matching the supplied unique identifiers.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "inventories",
                "multiple"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": [\n    {\n      \"id\": \"ebc7652d-bb7d-4359-9a83-78f2998208d9\"\n    },\n    {\n      \"id\": \"5334e697-a576-4ac5-8075-ab457dfcaddd\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "1993ff93-7389-4ce2-9218-6f850965a9ce",
              "name": "Success. Multiple products and their stock values are returned.",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories",
                    "multiple"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"ebc7652d-bb7d-4359-9a83-78f2998208d9\"\n    },\n    {\n      \"id\": \"5334e697-a576-4ac5-8075-ab457dfcaddd\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"ebc7652d-bb7d-4359-9a83-78f2998208d9\",\n      \"type\": \"stock\",\n      \"total\": 100,\n      \"available\": 75,\n      \"allocated\": 25\n    },\n    {\n      \"id\": \"5334e697-a576-4ac5-8075-ab457dfcaddd\",\n      \"type\": \"stock\",\n      \"total\": 22,\n      \"available\": 18,\n      \"allocated\": 4\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e69f673f-a82b-4d9b-ab85-3d0c42fa3a69",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories",
                    "multiple"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"ebc7652d-bb7d-4359-9a83-78f2998208d9\"\n    },\n    {\n      \"id\": \"5334e697-a576-4ac5-8075-ab457dfcaddd\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"No stock found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "821c8c45-624a-4ea2-a350-4b70726efe53",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories",
                    "multiple"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"ebc7652d-bb7d-4359-9a83-78f2998208d9\"\n    },\n    {\n      \"id\": \"5334e697-a576-4ac5-8075-ab457dfcaddd\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "81d4c075-07cc-49c3-be69-b51a4596896e",
          "name": "Create Stock for Product",
          "request": {
            "name": "Create Stock for Product",
            "description": {
              "content": "Sets the inventory quantity for the specified product. When you take this action, you are choosing to manage the inventory for this product in Commerce.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "inventories",
                ":product_uuid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "product_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the product.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"quantity\": 5\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "03621891-be59-412c-85ee-fa5d55548625",
              "name": "Success. Stock was successfully created for product",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories",
                    ":product_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "product_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"quantity\": 5\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"stock\",\n    \"id\": \"f976dace-450f-4a5d-8877-d119c5a550a1\",\n    \"total\": 100,\n    \"available\": 75,\n    \"allocated\": 25,\n    \"stock_id\": \"ce9049af-bba2-4db2-8118-5df5268184c7\",\n    \"meta\": {\n      \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n      \"created_at\": \"2017-01-10T11:41:19.244842Z\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d5908c50-1abb-42ff-b7b7-f8076426ee94",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories",
                    ":product_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "product_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"quantity\": 5\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"Your request was invalid\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4b42903f-5e69-4aa8-a908-0cf88d465548",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories",
                    ":product_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "product_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"quantity\": 5\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"No stock found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1a667245-6f87-46b9-8d2d-21c28e145238",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories",
                    ":product_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "product_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"quantity\": 5\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ea31a96a-fa4c-4891-aae7-bdf0a3afb078",
          "name": "Get Stock for Product",
          "request": {
            "name": "Get Stock for Product",
            "description": {
              "content": "Gets the stock for the product matching the specified unique identifier.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "inventories",
                ":product_uuid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "product_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the product.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "c69b7c52-31a5-46ec-a7e1-306e3ec7162d",
              "name": "Success. Returns the stock for the given product UUID",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories",
                    ":product_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "product_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"stock\",\n    \"id\": \"f976dace-450f-4a5d-8877-d119c5a550a1\",\n    \"total\": 100,\n    \"available\": 75,\n    \"allocated\": 25,\n    \"stock_id\": \"ce9049af-bba2-4db2-8118-5df5268184c7\",\n    \"meta\": {\n      \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n      \"created_at\": \"2017-01-10T11:41:19.244842Z\"\n    }\n  },\n  \"meta\": {\n    \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n    \"created_at\": \"2017-01-10T11:41:19.244842Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dab11904-1036-4463-adc2-a5a04824dca9",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories",
                    ":product_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "product_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"No stock found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "47347f41-fb11-42b8-88e9-3120be28725d",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories",
                    ":product_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "product_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "196ec70b-d501-41c3-8a0f-411d719c517b",
          "name": "Delete Stock for Product",
          "request": {
            "name": "Delete Stock for Product",
            "description": {
              "content": "Deletes the inventory for the specified product. The product inventory is null and is no longer managed by Commerce. If you want to keep managing inventory but have none of the product in stock, set the inventory to `0` instead of deleting the inventory.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "inventories",
                ":product_uuid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "product_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the product.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "91387854-6fd5-40d2-8d0d-6df53f54788c",
              "name": "Success. Removes the stock information about the product",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories",
                    ":product_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "product_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "669e17e8-7c8b-486f-a1e9-3e5fc4cb337a",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories",
                    ":product_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "product_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"Your request was invalid\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4bd500b4-5287-47f7-9efc-2c64aa88fa8d",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories",
                    ":product_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "product_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"No stock found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "eaa4cb9e-59dc-4359-930a-5aac41f3dfdf",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories",
                    ":product_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "product_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Transactions",
      "description": "Methods to allow you to modify and view a products stock via transactions.",
      "item": [
        {
          "id": "25c96d99-b067-4a9c-be61-10784d45bc91",
          "name": "Get Stock Transactions for Product",
          "request": {
            "name": "Get Stock Transactions for Product",
            "description": {
              "content": "Returns the transactions recorded for the specified product.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "inventories",
                ":product_uuid",
                "transactions"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [**page length**](https://elasticpath.dev/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "10"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the the [**page length**](https://elasticpath.dev/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "100"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "product_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the product.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "7b971f5c-6ca2-4e70-8d8a-7f1c6eb10109",
              "name": "Success. Returns the stock for the given product",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories",
                    ":product_uuid",
                    "transactions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [**page length**](https://elasticpath.dev/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the the [**page length**](https://elasticpath.dev/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "product_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"meta\": {\n    \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n    \"created_at\": \"2017-01-10T11:41:19.244842Z\"\n  },\n  \"data\": [\n    {\n      \"type\": \"stock-transaction\",\n      \"id\": \"f976dace-450f-4a5d-8877-d119c5a550a1\",\n      \"action\": \"allocate\",\n      \"product_id\": \"86b84d3e-0a86-43d6-a347-78ba4adacca2\",\n      \"quantity\": 5,\n      \"timestamps\": {\n        \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\"\n      }\n    },\n    {\n      \"type\": \"stock-transaction\",\n      \"id\": \"f976dace-450f-4a5d-8877-d119c5a550a1\",\n      \"action\": \"allocate\",\n      \"product_id\": \"86b84d3e-0a86-43d6-a347-78ba4adacca2\",\n      \"quantity\": 5,\n      \"timestamps\": {\n        \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1c351e29-3ec7-408e-b090-bd6cddb3b5e7",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories",
                    ":product_uuid",
                    "transactions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [**page length**](https://elasticpath.dev/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the the [**page length**](https://elasticpath.dev/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "product_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "64f102bb-aa31-4a8d-ab9e-3d7a6d88d60e",
          "name": "Create Stock Transaction on Product",
          "request": {
            "name": "Create Stock Transaction on Product",
            "description": {},
            "url": {
              "path": [
                "inventories",
                ":product_uuid",
                "transactions"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "product_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the product.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"action\": \"allocate\",\n    \"type\": \"stock-transaction\",\n    \"product_id\": \"b9ad64bd-fc21-4918-b6ec-768809f4a1e9\",\n    \"quantity\": 5\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "81bcaf2a-5c14-4342-a3ea-84cf539ddd88",
              "name": "Success. Stock was successfully modified for product",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories",
                    ":product_uuid",
                    "transactions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "product_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"action\": \"allocate\",\n    \"type\": \"stock-transaction\",\n    \"product_id\": \"b9ad64bd-fc21-4918-b6ec-768809f4a1e9\",\n    \"quantity\": 5\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"stock-transaction\",\n    \"id\": \"f976dace-450f-4a5d-8877-d119c5a550a1\",\n    \"action\": \"allocate\",\n    \"product_id\": \"86b84d3e-0a86-43d6-a347-78ba4adacca2\",\n    \"quantity\": 5,\n    \"timestamps\": {\n      \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n      \"created_at\": \"2017-01-10T11:41:19.244842Z\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "83ceca04-4272-4897-b49a-3d3322038832",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories",
                    ":product_uuid",
                    "transactions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "product_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"action\": \"allocate\",\n    \"type\": \"stock-transaction\",\n    \"product_id\": \"b9ad64bd-fc21-4918-b6ec-768809f4a1e9\",\n    \"quantity\": 5\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"No stock found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "92b24d53-df76-4db0-9747-525e0d07a735",
              "name": "The request was understood, but could not be processed by the server",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories",
                    ":product_uuid",
                    "transactions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "product_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"action\": \"allocate\",\n    \"type\": \"stock-transaction\",\n    \"product_id\": \"b9ad64bd-fc21-4918-b6ec-768809f4a1e9\",\n    \"quantity\": 5\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Cannot complete request\",\n      \"status\": \"422\",\n      \"detail\": \"Your request could not be completed due to insufficient stock levels\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "748e85e5-f913-49ff-8e89-6be18d5f7fd6",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories",
                    ":product_uuid",
                    "transactions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "product_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"action\": \"allocate\",\n    \"type\": \"stock-transaction\",\n    \"product_id\": \"b9ad64bd-fc21-4918-b6ec-768809f4a1e9\",\n    \"quantity\": 5\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "38ecc53d-0208-4c26-bd70-a3b3a335c553",
          "name": "Get Single Stock Transaction for Product",
          "request": {
            "name": "Get Single Stock Transaction for Product",
            "description": {
              "content": "Returns the specific transaction with transaction_uuid for product_uuid",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "inventories",
                ":product_uuid",
                "transactions",
                ":transaction_uuid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "product_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the product.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "transaction_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the transaction.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "eff8a59a-6ebd-463d-9169-4ad479a67375",
              "name": "Success. Returns the stock transaction for the given product",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories",
                    ":product_uuid",
                    "transactions",
                    ":transaction_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "product_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the transaction.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "transaction_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"stock-transaction\",\n    \"id\": \"f976dace-450f-4a5d-8877-d119c5a550a1\",\n    \"action\": \"allocate\",\n    \"product_id\": \"86b84d3e-0a86-43d6-a347-78ba4adacca2\",\n    \"quantity\": 5,\n    \"timestamps\": {\n      \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n      \"created_at\": \"2017-01-10T11:41:19.244842Z\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "df3858a6-3b57-44e9-b447-c17581686ec6",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories",
                    ":product_uuid",
                    "transactions",
                    ":transaction_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "product_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the transaction.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "transaction_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"No stock found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8cfbefc5-4e49-496e-b618-53efdf15a62c",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories",
                    ":product_uuid",
                    "transactions",
                    ":transaction_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "product_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the transaction.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "transaction_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Inventory",
      "description": "The Inventory API allows you to manage stock for products at both organization and store levels. Each product keeps a history of inventory transactions, enabling easier stock auditing.\n\nYou can specify an initial stock level when you create a product. The stock is set to `0` by default.\n\n:::caution \n\nYou cannot create multiple inventories of the same organization-level product in different stores because no unique stock ID, specific to each store, is currently generated. Hence, when you try to manage inventory of the same product for different stores, you get an invalid product identifier error. \n\n:::\n",
      "item": [
        {
          "id": "1f9cf200-7d22-4612-966f-bcb0ceed6eab",
          "name": "Create Stock for Product",
          "request": {
            "name": "Create Stock for Product",
            "description": {
              "content": "Sets the inventory quantity for the specified product.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "inventories"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"stock\",\n    \"attributes\": {\n      \"available\": 20,\n      \"locations\": {\n        \"york_warehouse\": {\n          \"available\": 10\n        },\n        \"stevenage_warehouse\": {\n          \"available\": 20\n        }\n      }\n    },\n    \"id\": \"00000000-0000-0000-0000-000000000000\"\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "43e28c5b-fb55-457b-8dd1-c607fdb5778d",
              "name": "Success. Stock was successfully created for product",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"stock\",\n    \"attributes\": {\n      \"available\": 20,\n      \"locations\": {\n        \"york_warehouse\": {\n          \"available\": 10\n        },\n        \"stevenage_warehouse\": {\n          \"available\": 20\n        }\n      }\n    },\n    \"id\": \"00000000-0000-0000-0000-000000000000\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"00000000-0000-0000-0000-000000000000\",\n    \"type\": \"stock\",\n    \"attributes\": {\n      \"available\": 20,\n      \"total\": 30,\n      \"allocated\": 10,\n      \"locations\": {\n        \"key_0\": {\n          \"available\": 20,\n          \"total\": 30,\n          \"allocated\": 10\n        }\n      }\n    },\n    \"meta\": {\n      \"stock_id\": \"00000000-0000-0000-0000-000000000000\",\n      \"timestamps\": {\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2658ae29-1bc2-48a2-b940-1259a2ba385e",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"stock\",\n    \"attributes\": {\n      \"available\": 20,\n      \"locations\": {\n        \"york_warehouse\": {\n          \"available\": 10\n        },\n        \"stevenage_warehouse\": {\n          \"available\": 20\n        }\n      }\n    },\n    \"id\": \"00000000-0000-0000-0000-000000000000\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"Your request was invalid\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bd26bab2-ed9e-4da9-90ef-5ff0948d646f",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"stock\",\n    \"attributes\": {\n      \"available\": 20,\n      \"locations\": {\n        \"york_warehouse\": {\n          \"available\": 10\n        },\n        \"stevenage_warehouse\": {\n          \"available\": 20\n        }\n      }\n    },\n    \"id\": \"00000000-0000-0000-0000-000000000000\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "37d2bb6d-3be0-43ed-8449-7ec221d976a9",
          "name": "Get Stock for all Products",
          "request": {
            "name": "Get Stock for all Products",
            "description": {
              "content": "Returns all products and their associated stock.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "inventories"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [**page length**](https://elasticpath.dev/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "10"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the the [**page length**](https://elasticpath.dev/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "100"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "eq(location,new-york)"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "d0916710-a585-4b64-b461-d1d19f1ce8ed",
              "name": "Success. All products and their stock values are returned",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [**page length**](https://elasticpath.dev/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the the [**page length**](https://elasticpath.dev/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(location,new-york)"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"00000000-0000-0000-0000-000000000000\",\n      \"type\": \"stock\",\n      \"attributes\": {\n        \"available\": 20,\n        \"total\": 30,\n        \"allocated\": 10,\n        \"locations\": {\n          \"key_0\": {\n            \"available\": 20,\n            \"total\": 30,\n            \"allocated\": 10\n          },\n          \"key_1\": {\n            \"available\": 20,\n            \"total\": 30,\n            \"allocated\": 10\n          }\n        }\n      },\n      \"meta\": {\n        \"stock_id\": \"00000000-0000-0000-0000-000000000000\",\n        \"timestamps\": {\n          \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n        }\n      }\n    },\n    {\n      \"id\": \"00000000-0000-0000-0000-000000000000\",\n      \"type\": \"stock\",\n      \"attributes\": {\n        \"available\": 20,\n        \"total\": 30,\n        \"allocated\": 10,\n        \"locations\": {\n          \"key_0\": {\n            \"available\": 20,\n            \"total\": 30,\n            \"allocated\": 10\n          },\n          \"key_1\": {\n            \"available\": 20,\n            \"total\": 30,\n            \"allocated\": 10\n          }\n        }\n      },\n      \"meta\": {\n        \"stock_id\": \"00000000-0000-0000-0000-000000000000\",\n        \"timestamps\": {\n          \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n        }\n      }\n    }\n  ],\n  \"links\": {\n    \"key_0\": \"http://example.com/articles/1/comments\",\n    \"key_1\": \"http://example.com/articles/1/comments\",\n    \"key_2\": \"http://example.com/articles/1/comments\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "70f94b07-119e-4ff1-b1d1-cb7215f42669",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [**page length**](https://elasticpath.dev/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the the [**page length**](https://elasticpath.dev/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(location,new-york)"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"No location found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "03ec172a-cc15-4f94-83c9-966c0d26fc36",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [**page length**](https://elasticpath.dev/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the the [**page length**](https://elasticpath.dev/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(location,new-york)"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f1bf531c-7de2-441d-a0c2-f4783fd20cbc",
          "name": "List Stock",
          "request": {
            "name": "List Stock",
            "description": {
              "content": "Returns stock for all products matching the supplied unique identifiers.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "inventories",
                "multiple"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": [\n    {\n      \"id\": \"ebc7652d-bb7d-4359-9a83-78f2998208d9\"\n    },\n    {\n      \"id\": \"5334e697-a576-4ac5-8075-ab457dfcaddd\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "6cf23a54-e353-4e0a-be6c-740cd8e1e848",
              "name": "Success. Multiple products and their stock values are returned.",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories",
                    "multiple"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"ebc7652d-bb7d-4359-9a83-78f2998208d9\"\n    },\n    {\n      \"id\": \"5334e697-a576-4ac5-8075-ab457dfcaddd\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"00000000-0000-0000-0000-000000000000\",\n      \"type\": \"stock\",\n      \"attributes\": {\n        \"available\": 20,\n        \"total\": 30,\n        \"allocated\": 10,\n        \"locations\": {\n          \"key_0\": {\n            \"available\": 20,\n            \"total\": 30,\n            \"allocated\": 10\n          },\n          \"key_1\": {\n            \"available\": 20,\n            \"total\": 30,\n            \"allocated\": 10\n          }\n        }\n      },\n      \"meta\": {\n        \"stock_id\": \"00000000-0000-0000-0000-000000000000\",\n        \"timestamps\": {\n          \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n        }\n      }\n    },\n    {\n      \"id\": \"00000000-0000-0000-0000-000000000000\",\n      \"type\": \"stock\",\n      \"attributes\": {\n        \"available\": 20,\n        \"total\": 30,\n        \"allocated\": 10,\n        \"locations\": {\n          \"key_0\": {\n            \"available\": 20,\n            \"total\": 30,\n            \"allocated\": 10\n          },\n          \"key_1\": {\n            \"available\": 20,\n            \"total\": 30,\n            \"allocated\": 10\n          },\n          \"key_2\": {\n            \"available\": 20,\n            \"total\": 30,\n            \"allocated\": 10\n          },\n          \"key_3\": {\n            \"available\": 20,\n            \"total\": 30,\n            \"allocated\": 10\n          }\n        }\n      },\n      \"meta\": {\n        \"stock_id\": \"00000000-0000-0000-0000-000000000000\",\n        \"timestamps\": {\n          \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n        }\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "17d422c2-57a3-4b23-9620-089a19c20ac6",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories",
                    "multiple"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"ebc7652d-bb7d-4359-9a83-78f2998208d9\"\n    },\n    {\n      \"id\": \"5334e697-a576-4ac5-8075-ab457dfcaddd\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"No location found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "23a02d32-3ed6-451a-adf6-62c3d9166d86",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories",
                    "multiple"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"ebc7652d-bb7d-4359-9a83-78f2998208d9\"\n    },\n    {\n      \"id\": \"5334e697-a576-4ac5-8075-ab457dfcaddd\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "45e83c4f-fde2-449c-936f-20cab2c695d4",
          "name": "Get Stock for Product",
          "request": {
            "name": "Get Stock for Product",
            "description": {
              "content": "Gets the stock for the product matching the specified unique identifier.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "inventories",
                ":product_uuid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "product_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the product.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "6cab0021-020e-4063-968f-1f383ed0b611",
              "name": "Success. Returns the stock for the given product UUID",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories",
                    ":product_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "product_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"00000000-0000-0000-0000-000000000000\",\n    \"type\": \"stock\",\n    \"attributes\": {\n      \"available\": 20,\n      \"total\": 30,\n      \"allocated\": 10,\n      \"locations\": {\n        \"key_0\": {\n          \"available\": 20,\n          \"total\": 30,\n          \"allocated\": 10\n        }\n      }\n    },\n    \"meta\": {\n      \"stock_id\": \"00000000-0000-0000-0000-000000000000\",\n      \"timestamps\": {\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3a497b95-46f5-4aee-9d47-01f7e15cb3d4",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories",
                    ":product_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "product_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"No location found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2451f46f-5dc8-4b23-bd29-dccbe188e1a8",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories",
                    ":product_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "product_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b6dcdac8-462e-4fd5-a0f8-bd6e272c1750",
          "name": "Update Stock for Product",
          "request": {
            "name": "Update Stock for Product",
            "description": {
              "content": "Updates the inventory for the specified product.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "inventories",
                ":product_uuid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "product_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the product.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"id\": \"00000000-0000-0000-0000-000000000000\",\n    \"type\": \"stock\",\n    \"attributes\": {\n      \"locations\": {\n        \"key_0\": {\n          \"available\": 20\n        },\n        \"key_1\": {\n          \"available\": 20\n        },\n        \"key_2\": {\n          \"available\": 20\n        }\n      }\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "d59d1cc2-89b6-40f5-ad95-00b28c70bf5c",
              "name": "Success. The stock item was updated successfully.",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories",
                    ":product_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "product_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"00000000-0000-0000-0000-000000000000\",\n    \"type\": \"stock\",\n    \"attributes\": {\n      \"locations\": {\n        \"key_0\": {\n          \"available\": 20\n        },\n        \"key_1\": {\n          \"available\": 20\n        },\n        \"key_2\": {\n          \"available\": 20\n        }\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"00000000-0000-0000-0000-000000000000\",\n    \"type\": \"stock\",\n    \"attributes\": {\n      \"available\": 20,\n      \"total\": 30,\n      \"allocated\": 10,\n      \"locations\": {\n        \"key_0\": {\n          \"available\": 20,\n          \"total\": 30,\n          \"allocated\": 10\n        }\n      }\n    },\n    \"meta\": {\n      \"stock_id\": \"00000000-0000-0000-0000-000000000000\",\n      \"timestamps\": {\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b840a054-a6f8-48b5-82f6-6681f59f13dc",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories",
                    ":product_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "product_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"00000000-0000-0000-0000-000000000000\",\n    \"type\": \"stock\",\n    \"attributes\": {\n      \"locations\": {\n        \"key_0\": {\n          \"available\": 20\n        },\n        \"key_1\": {\n          \"available\": 20\n        },\n        \"key_2\": {\n          \"available\": 20\n        }\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"Your request was invalid\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1c1ccb33-b93d-4d65-a8ae-24cd7a6490ba",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories",
                    ":product_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "product_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"00000000-0000-0000-0000-000000000000\",\n    \"type\": \"stock\",\n    \"attributes\": {\n      \"locations\": {\n        \"key_0\": {\n          \"available\": 20\n        },\n        \"key_1\": {\n          \"available\": 20\n        },\n        \"key_2\": {\n          \"available\": 20\n        }\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"No location found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f7f73ad3-3e23-4185-8a26-46483bebd6b2",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories",
                    ":product_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "product_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"00000000-0000-0000-0000-000000000000\",\n    \"type\": \"stock\",\n    \"attributes\": {\n      \"locations\": {\n        \"key_0\": {\n          \"available\": 20\n        },\n        \"key_1\": {\n          \"available\": 20\n        },\n        \"key_2\": {\n          \"available\": 20\n        }\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5fa23cbf-f8ae-4d07-bbad-ff28196ab620",
          "name": "Delete Stock for Product",
          "request": {
            "name": "Delete Stock for Product",
            "description": {
              "content": "Deletes the inventory for the specified product. The product inventory is null and is no longer managed by Commerce. If you want to keep managing inventory but have none of the product in stock, set the inventory to `0` instead of deleting the inventory.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "inventories",
                ":product_uuid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "product_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the product.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "049c0cfc-a1fa-496a-ad23-08cd9c12a35d",
              "name": "Success. Removes the stock information about the product",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories",
                    ":product_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "product_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "31ac02cf-1042-409a-a19d-f3bedf477931",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories",
                    ":product_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "product_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"Your request was invalid\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9b218eda-722d-41c0-8b38-da3079b6ea98",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories",
                    ":product_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "product_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"No location found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "99c358fb-5c96-403d-9ca3-aa91035e39df",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories",
                    ":product_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "product_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Transactions",
      "description": "Methods to allow you to modify and view a products stock via transactions.",
      "item": [
        {
          "id": "b4de42e9-69ba-4b04-8fa3-7faadf1edfb9",
          "name": "Get Stock Transactions for Product",
          "request": {
            "name": "Get Stock Transactions for Product",
            "description": {
              "content": "Returns the transactions recorded for the specified product.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "inventories",
                ":product_uuid",
                "transactions"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [**page length**](https://elasticpath.dev/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "10"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the the [**page length**](https://elasticpath.dev/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "100"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "eq(location,new-york)"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "product_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the product.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "14c91241-40c5-4f8f-b102-4c735cdd03fb",
              "name": "Success. Returns the stock for the given product",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories",
                    ":product_uuid",
                    "transactions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [**page length**](https://elasticpath.dev/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the the [**page length**](https://elasticpath.dev/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(location,new-york)"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "product_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"00000000-0000-0000-0000-000000000000\",\n      \"type\": \"stock-transaction\",\n      \"attributes\": {\n        \"action\": \"allocate\",\n        \"product_id\": \"00000000-0000-0000-0000-000000000000\",\n        \"quantity\": 5,\n        \"location\": \"milton-keynes-warehouse\"\n      },\n      \"meta\": {\n        \"timestamps\": {\n          \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n        }\n      }\n    },\n    {\n      \"id\": \"00000000-0000-0000-0000-000000000000\",\n      \"type\": \"stock-transaction\",\n      \"attributes\": {\n        \"action\": \"allocate\",\n        \"product_id\": \"00000000-0000-0000-0000-000000000000\",\n        \"quantity\": 5,\n        \"location\": \"milton-keynes-warehouse\"\n      },\n      \"meta\": {\n        \"timestamps\": {\n          \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n        }\n      }\n    }\n  ],\n  \"links\": {\n    \"key_0\": \"http://example.com/articles/1/comments\",\n    \"key_1\": \"http://example.com/articles/1/comments\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "66e79224-3d79-47e6-bed4-0208cd26f235",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories",
                    ":product_uuid",
                    "transactions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [**page length**](https://elasticpath.dev/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the the [**page length**](https://elasticpath.dev/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(location,new-york)"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "product_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"Your request was invalid\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "81113e48-0785-4cde-a085-a9a0da2b46a3",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories",
                    ":product_uuid",
                    "transactions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [**page length**](https://elasticpath.dev/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the the [**page length**](https://elasticpath.dev/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(location,new-york)"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "product_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"No location found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "944f109e-8621-4b8f-985a-ced766ac936b",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories",
                    ":product_uuid",
                    "transactions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [**page length**](https://elasticpath.dev/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the the [**page length**](https://elasticpath.dev/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(location,new-york)"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "product_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c9bfc8db-88d2-48c3-bec4-8648e07656e6",
          "name": "Create Stock Transaction on Product",
          "request": {
            "name": "Create Stock Transaction on Product",
            "description": {},
            "url": {
              "path": [
                "inventories",
                ":product_uuid",
                "transactions"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "product_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the product.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"stock-transaction\",\n    \"attributes\": {\n      \"action\": \"allocate\",\n      \"quantity\": 5,\n      \"product_id\": \"00000000-0000-0000-0000-000000000000\",\n      \"location\": \"milton-keynes-warehouse\"\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "1cda3692-039d-4d75-9410-3e5db288e128",
              "name": "Success. Stock was successfully created for product",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories",
                    ":product_uuid",
                    "transactions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "product_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"stock-transaction\",\n    \"attributes\": {\n      \"action\": \"allocate\",\n      \"quantity\": 5,\n      \"product_id\": \"00000000-0000-0000-0000-000000000000\",\n      \"location\": \"milton-keynes-warehouse\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"00000000-0000-0000-0000-000000000000\",\n    \"type\": \"stock-transaction\",\n    \"attributes\": {\n      \"action\": \"allocate\",\n      \"product_id\": \"00000000-0000-0000-0000-000000000000\",\n      \"quantity\": 5,\n      \"location\": \"milton-keynes-warehouse\"\n    },\n    \"meta\": {\n      \"timestamps\": {\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4a261c9e-1098-4b8a-900c-cf437d685712",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories",
                    ":product_uuid",
                    "transactions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "product_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"stock-transaction\",\n    \"attributes\": {\n      \"action\": \"allocate\",\n      \"quantity\": 5,\n      \"product_id\": \"00000000-0000-0000-0000-000000000000\",\n      \"location\": \"milton-keynes-warehouse\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"Your request was invalid\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5f852f67-3e65-437b-86cf-7bfff480a88c",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories",
                    ":product_uuid",
                    "transactions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "product_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"stock-transaction\",\n    \"attributes\": {\n      \"action\": \"allocate\",\n      \"quantity\": 5,\n      \"product_id\": \"00000000-0000-0000-0000-000000000000\",\n      \"location\": \"milton-keynes-warehouse\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"No location found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "76329ed4-d507-457e-8553-5abb6010cb7d",
              "name": "The request was understood, but could not be processed by the server",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories",
                    ":product_uuid",
                    "transactions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "product_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"stock-transaction\",\n    \"attributes\": {\n      \"action\": \"allocate\",\n      \"quantity\": 5,\n      \"product_id\": \"00000000-0000-0000-0000-000000000000\",\n      \"location\": \"milton-keynes-warehouse\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Cannot complete request\",\n      \"status\": \"422\",\n      \"detail\": \"Your request could not be completed due to insufficient stock levels\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3ee929b9-2eea-4650-9d0b-19616de22544",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories",
                    ":product_uuid",
                    "transactions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "product_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"stock-transaction\",\n    \"attributes\": {\n      \"action\": \"allocate\",\n      \"quantity\": 5,\n      \"product_id\": \"00000000-0000-0000-0000-000000000000\",\n      \"location\": \"milton-keynes-warehouse\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "603d6faf-3c9e-486c-bf94-837fff4402fe",
          "name": "Get Single Stock Transaction for Product",
          "request": {
            "name": "Get Single Stock Transaction for Product",
            "description": {
              "content": "Returns the specific transaction with transaction_uuid for product_uuid",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "inventories",
                ":product_uuid",
                "transactions",
                ":transaction_uuid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "product_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the product.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "transaction_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the transaction.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "e532a439-5847-4f32-bd24-b653969b161e",
              "name": "Success. Returns the stock transaction for the given product",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories",
                    ":product_uuid",
                    "transactions",
                    ":transaction_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "product_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the transaction.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "transaction_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"00000000-0000-0000-0000-000000000000\",\n    \"type\": \"stock-transaction\",\n    \"attributes\": {\n      \"action\": \"allocate\",\n      \"product_id\": \"00000000-0000-0000-0000-000000000000\",\n      \"quantity\": 5,\n      \"location\": \"milton-keynes-warehouse\"\n    },\n    \"meta\": {\n      \"timestamps\": {\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "21bc8c75-66da-4639-ac73-851bd6beb01b",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories",
                    ":product_uuid",
                    "transactions",
                    ":transaction_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "product_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the transaction.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "transaction_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"No location found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8dfe5f99-c436-4f9c-b15b-969e9aa5c2e2",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories",
                    ":product_uuid",
                    "transactions",
                    ":transaction_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "product_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the transaction.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "transaction_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Imports",
      "description": "You can import stock positions for up to 50,000 products in a single operation via an import. This is useful for synchronosing external systems with Elastic Path.\nThe API uses a [**JSONL**](https://jsonlines.org/) file, with one line per product. For each product one specifies the total stock in each location. For example\n\n```\n{\"data\":{\"type\":\"stock\",\"id\":\"b36ba644-6fdc-49b3-9ebb-410ed34908a8\",\"attributes\":{\"locations\":{\"vancouver\":{\"total\":20}}}}}\n{\"data\":{\"type\":\"stock\",\"id\":\"2e5a4c7b-6f88-4aad-a3c2-4d8b29bc32a4\",\"attributes\":{\"locations\":{\"vancouver\":{\"total\":54},\"denver\":{\"total\":1},\"boston\":{\"total\":20},\"portland\":{\"total\":100}}}}}\n```\n\n### Characteristics of Inventories Import\n\nThe Inventories Import API has the following characteristics:\n\n- The Inventories Import API reads the entire file and then updates the inventory.\n\n- Inventories imports are asynchronous and are processed one at a time. You can continue to send import requests, but these are queued. \n\n- If a product in an import does not already exist in the inventories database it will be created.\n",
      "item": [
        {
          "id": "744d4347-f772-4755-a8c6-964ba247b1f1",
          "name": "Import a dataset",
          "request": {
            "name": "Import a dataset",
            "description": {},
            "url": {
              "path": [
                "inventories",
                "imports"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "multipart/form-data"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "description": {
                    "content": "(Required) The JSONL file you want to upload.",
                    "type": "text/plain"
                  },
                  "key": "import_file",
                  "type": "file"
                },
                {
                  "description": {
                    "content": "A unique attribute that you could use to contain information from another company system, for example. The maximum length is 2048 characters.",
                    "type": "text/plain"
                  },
                  "key": "external_ref",
                  "value": "abc123",
                  "type": "text"
                }
              ]
            },
            "auth": null
          },
          "response": [
            {
              "id": "3fa1dfda-3c62-40a8-808b-affd6983f040",
              "name": "Success. The import was started.",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories",
                    "imports"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "multipart/form-data"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) The JSONL file you want to upload.",
                        "type": "text/plain"
                      },
                      "key": "import_file",
                      "type": "file"
                    },
                    {
                      "description": {
                        "content": "A unique attribute that you could use to contain information from another company system, for example. The maximum length is 2048 characters.",
                        "type": "text/plain"
                      },
                      "key": "external_ref",
                      "value": "abc123",
                      "type": "text"
                    }
                  ]
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"00000000-0000-0000-0000-000000000000\",\n    \"type\": \"inventories_import\",\n    \"meta\": {\n      \"timestamps\": {\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"started_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"finished_at\": \"2017-01-10T11:41:19.244842Z\"\n      },\n      \"records\": {\n        \"uploaded\": {\n          \"stock\": 50000\n        },\n        \"imported\": {\n          \"stock\": 50000\n        }\n      }\n    },\n    \"attributes\": {\n      \"status\": \"pending\",\n      \"external_ref\": \"abc123\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f5462e10-9739-41e8-89e1-edb2d8e63b92",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories",
                    "imports"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "multipart/form-data"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) The JSONL file you want to upload.",
                        "type": "text/plain"
                      },
                      "key": "import_file",
                      "type": "file"
                    },
                    {
                      "description": {
                        "content": "A unique attribute that you could use to contain information from another company system, for example. The maximum length is 2048 characters.",
                        "type": "text/plain"
                      },
                      "key": "external_ref",
                      "value": "abc123",
                      "type": "text"
                    }
                  ]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"Your request was invalid\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d183eae1-2420-4caf-939f-c865bf18487e",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories",
                    "imports"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "multipart/form-data"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) The JSONL file you want to upload.",
                        "type": "text/plain"
                      },
                      "key": "import_file",
                      "type": "file"
                    },
                    {
                      "description": {
                        "content": "A unique attribute that you could use to contain information from another company system, for example. The maximum length is 2048 characters.",
                        "type": "text/plain"
                      },
                      "key": "external_ref",
                      "value": "abc123",
                      "type": "text"
                    }
                  ]
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "08bba9eb-dae7-4797-8d18-e9b876f75331",
          "name": "List import jobs",
          "request": {
            "name": "List import jobs",
            "description": {
              "content": "Retrieves a list of all import jobs.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "inventories",
                "imports"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "eq(location,new-york)"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [**page length**](https://elasticpath.dev/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "10"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the the [**page length**](https://elasticpath.dev/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "100"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "2071f98a-6e26-4bf5-80df-039ea0427c20",
              "name": "Success. A list of import jobs is returned.",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories",
                    "imports"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(location,new-york)"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [**page length**](https://elasticpath.dev/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the the [**page length**](https://elasticpath.dev/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"00000000-0000-0000-0000-000000000000\",\n      \"type\": \"inventories_import\",\n      \"meta\": {\n        \"timestamps\": {\n          \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"started_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"finished_at\": \"2017-01-10T11:41:19.244842Z\"\n        },\n        \"records\": {\n          \"uploaded\": {\n            \"stock\": 50000\n          },\n          \"imported\": {\n            \"stock\": 50000\n          }\n        }\n      },\n      \"attributes\": {\n        \"status\": \"pending\",\n        \"external_ref\": \"abc123\"\n      }\n    },\n    {\n      \"id\": \"00000000-0000-0000-0000-000000000000\",\n      \"type\": \"inventories_import\",\n      \"meta\": {\n        \"timestamps\": {\n          \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"started_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"finished_at\": \"2017-01-10T11:41:19.244842Z\"\n        },\n        \"records\": {\n          \"uploaded\": {\n            \"stock\": 50000\n          },\n          \"imported\": {\n            \"stock\": 50000\n          }\n        }\n      },\n      \"attributes\": {\n        \"status\": \"pending\",\n        \"external_ref\": \"abc123\"\n      }\n    }\n  ],\n  \"links\": {\n    \"key_0\": \"http://example.com/articles/1/comments\",\n    \"key_1\": \"http://example.com/articles/1/comments\",\n    \"key_2\": \"http://example.com/articles/1/comments\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ffcabbdb-b74d-48e6-9c86-84632ecfb002",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories",
                    "imports"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(location,new-york)"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [**page length**](https://elasticpath.dev/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the the [**page length**](https://elasticpath.dev/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "db1a45ae-3787-455d-818b-4b571f8d028a",
          "name": "Get import",
          "request": {
            "name": "Get import",
            "description": {
              "content": "Retrieves the import job for the specified ID.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "inventories",
                "imports",
                ":import_uuid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [**page length**](https://elasticpath.dev/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "10"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the the [**page length**](https://elasticpath.dev/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "100"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "import_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the import.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "cd5029b3-4df2-445a-a1cf-763fbc18ca40",
              "name": "Success. The import is returned.",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories",
                    "imports",
                    ":import_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [**page length**](https://elasticpath.dev/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the the [**page length**](https://elasticpath.dev/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the import.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "import_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"00000000-0000-0000-0000-000000000000\",\n    \"type\": \"inventories_import\",\n    \"meta\": {\n      \"timestamps\": {\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"started_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"finished_at\": \"2017-01-10T11:41:19.244842Z\"\n      },\n      \"records\": {\n        \"uploaded\": {\n          \"stock\": 50000\n        },\n        \"imported\": {\n          \"stock\": 50000\n        }\n      }\n    },\n    \"attributes\": {\n      \"status\": \"pending\",\n      \"external_ref\": \"abc123\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2e3a9649-79c0-4d97-ad68-26b2b3633e7c",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories",
                    "imports",
                    ":import_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [**page length**](https://elasticpath.dev/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the the [**page length**](https://elasticpath.dev/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the import.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "import_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"Your request was invalid\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "114b0f4e-5dd6-4e74-bb82-6d6110b5e561",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories",
                    "imports",
                    ":import_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [**page length**](https://elasticpath.dev/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the the [**page length**](https://elasticpath.dev/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the import.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "import_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"No location found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1ab38351-788e-40f2-9beb-e44301c4b0fd",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories",
                    "imports",
                    ":import_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [**page length**](https://elasticpath.dev/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the the [**page length**](https://elasticpath.dev/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the import.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "import_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4eef4801-c11a-44f3-98b4-14ba03c933c2",
          "name": "Get import errors",
          "request": {
            "name": "Get import errors",
            "description": {
              "content": "Retrieves all errors encountered as part of the import. Each error is attributed to a line in the JSONL file \nimported, so for example, if at line 1 in your JSONL you had a stock without locations, there would\nbe a missing key error for locations.\n\nErrors are also ordered by line number ascending, and can be paginated.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "inventories",
                "imports",
                ":import_uuid",
                "errors"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [**page length**](https://elasticpath.dev/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "10"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the the [**page length**](https://elasticpath.dev/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "100"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "import_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the import.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "15993884-fb21-412e-a8c3-184b32f8400d",
              "name": "Success. The import errors are returned.",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories",
                    "imports",
                    ":import_uuid",
                    "errors"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [**page length**](https://elasticpath.dev/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the the [**page length**](https://elasticpath.dev/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the import.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "import_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"00000000-0000-0000-0000-000000000000\",\n      \"type\": \"inventories_import_error\",\n      \"meta\": {\n        \"timestamps\": {\n          \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n        },\n        \"error\": \"product name cannot be empty\",\n        \"field\": \"name\",\n        \"line_number\": 123,\n        \"external_ref\": \"abc123\"\n      }\n    },\n    {\n      \"id\": \"00000000-0000-0000-0000-000000000000\",\n      \"type\": \"inventories_import_error\",\n      \"meta\": {\n        \"timestamps\": {\n          \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n        },\n        \"error\": \"product name cannot be empty\",\n        \"field\": \"name\",\n        \"line_number\": 123,\n        \"external_ref\": \"abc123\"\n      }\n    }\n  ],\n  \"links\": {\n    \"key_0\": \"http://example.com/articles/1/comments\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f126714d-fd4d-4605-b925-7042e35edc2b",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories",
                    "imports",
                    ":import_uuid",
                    "errors"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [**page length**](https://elasticpath.dev/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the the [**page length**](https://elasticpath.dev/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the import.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "import_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"No location found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "74f666b2-6bb1-4db3-9f73-0be5eafbcb60",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories",
                    "imports",
                    ":import_uuid",
                    "errors"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [**page length**](https://elasticpath.dev/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the the [**page length**](https://elasticpath.dev/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the import.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "import_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Locations",
      "description": "",
      "item": [
        {
          "id": "e30b4b62-952a-4327-93a8-f23a3467df81",
          "name": "List Locations",
          "request": {
            "name": "List Locations",
            "description": {
              "content": "Lists all Inventory Locations",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "inventories",
                "locations"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [**page length**](https://elasticpath.dev/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "10"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the the [**page length**](https://elasticpath.dev/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "100"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "eq(location,new-york)"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Only supported value is `location`. When specified, the results are sorted in ascending order based on the value of the field. For `location`, this means ascending distance from the supplied geolocation. For more information, see [Sorting](/guides/Getting-Started/sorting). For location sorting, `Ep-Geolocation` header must be provided as well. (This can only be one of location)",
                    "type": "text/plain"
                  },
                  "key": "sort",
                  "value": "location"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "disabled": false,
                "description": {
                  "content": "Latitude, Longitude representing current location",
                  "type": "text/plain"
                },
                "key": "Ep-Geolocation",
                "value": "49.2847027,-123.1109329"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "8fe4d3aa-51d3-49d9-8493-ef2a7edfee26",
              "name": "Success. A list of locations is returned",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories",
                    "locations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [**page length**](https://elasticpath.dev/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the the [**page length**](https://elasticpath.dev/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(location,new-york)"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Only supported value is `location`. When specified, the results are sorted in ascending order based on the value of the field. For `location`, this means ascending distance from the supplied geolocation. For more information, see [Sorting](/guides/Getting-Started/sorting). For location sorting, `Ep-Geolocation` header must be provided as well. (This can only be one of location)",
                        "type": "text/plain"
                      },
                      "key": "sort",
                      "value": "location"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "Latitude, Longitude representing current location",
                      "type": "text/plain"
                    },
                    "key": "Ep-Geolocation",
                    "value": "49.2847027,-123.1109329"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"ebc7652d-bb7d-4359-9a83-78f2998208d9\",\n      \"type\": \"inventory_location\",\n      \"attributes\": {\n        \"name\": \"Milton Keynes Warehouse\",\n        \"external_ref\": \"mk-stock-warehouse-walnut-tree\",\n        \"slug\": \"milton-keynes-warehouse\",\n        \"description\": \"Southern dispatch location for all inventory\",\n        \"address\": [\n          \"Troughton Supplies\",\n          \"38 Pipernel Grove\",\n          \"Walnut Tree\",\n          \"MK7 4UL\"\n        ],\n        \"geolocation\": {\n          \"lat\": -90,\n          \"lon\": 180\n        }\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "56006a8a-59ae-4955-97d1-3cdb4084f595",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories",
                    "locations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [**page length**](https://elasticpath.dev/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the the [**page length**](https://elasticpath.dev/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(location,new-york)"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Only supported value is `location`. When specified, the results are sorted in ascending order based on the value of the field. For `location`, this means ascending distance from the supplied geolocation. For more information, see [Sorting](/guides/Getting-Started/sorting). For location sorting, `Ep-Geolocation` header must be provided as well. (This can only be one of location)",
                        "type": "text/plain"
                      },
                      "key": "sort",
                      "value": "location"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": {
                      "content": "Latitude, Longitude representing current location",
                      "type": "text/plain"
                    },
                    "key": "Ep-Geolocation",
                    "value": "49.2847027,-123.1109329"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"Your request was invalid\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "35459899-095a-455f-aebc-c479f85aca47",
          "name": "Create a Location",
          "request": {
            "name": "Create a Location",
            "description": {
              "content": "Creates an Inventory Location",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "inventories",
                "locations"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"Milton Keynes Warehouse\",\n      \"slug\": \"milton-keynes-warehouse\",\n      \"external_ref\": \"mk-stock-warehouse-walnut-tree\",\n      \"description\": \"Southern dispatch location for all inventory\",\n      \"address\": [\n        \"string\"\n      ],\n      \"geolocation\": {\n        \"lat\": 51.477928,\n        \"lon\": -0.001545\n      }\n    },\n    \"type\": \"inventory_location\"\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "9a5870ca-3738-4df8-b5f9-378234b7ddef",
              "name": "Success. The location was created successfully",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories",
                    "locations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"Milton Keynes Warehouse\",\n      \"slug\": \"milton-keynes-warehouse\",\n      \"external_ref\": \"mk-stock-warehouse-walnut-tree\",\n      \"description\": \"Southern dispatch location for all inventory\",\n      \"address\": [\n        \"string\"\n      ],\n      \"geolocation\": {\n        \"lat\": 51.477928,\n        \"lon\": -0.001545\n      }\n    },\n    \"type\": \"inventory_location\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"ebc7652d-bb7d-4359-9a83-78f2998208d9\",\n    \"type\": \"inventory_location\",\n    \"attributes\": {\n      \"name\": \"Milton Keynes Warehouse\",\n      \"external_ref\": \"mk-stock-warehouse-walnut-tree\",\n      \"slug\": \"milton-keynes-warehouse\",\n      \"description\": \"Southern dispatch location for all inventory\",\n      \"address\": [\n        \"Troughton Supplies\",\n        \"38 Pipernel Grove\",\n        \"Walnut Tree\",\n        \"MK7 4UL\"\n      ],\n      \"geolocation\": {\n        \"lat\": -90,\n        \"lon\": 180\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3d774784-4656-4d6d-818f-388605ac7173",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories",
                    "locations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"Milton Keynes Warehouse\",\n      \"slug\": \"milton-keynes-warehouse\",\n      \"external_ref\": \"mk-stock-warehouse-walnut-tree\",\n      \"description\": \"Southern dispatch location for all inventory\",\n      \"address\": [\n        \"string\"\n      ],\n      \"geolocation\": {\n        \"lat\": 51.477928,\n        \"lon\": -0.001545\n      }\n    },\n    \"type\": \"inventory_location\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"Your request was invalid\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b23482bc-1833-4c0f-8bc0-39ed155c58e7",
          "name": "Get a Location",
          "request": {
            "name": "Get a Location",
            "description": {
              "content": "Get an Inventory Location",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "inventories",
                "locations",
                ":location_uuid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "location_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the location.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "81ad169a-f37b-43bd-adea-2d198c95e6d1",
              "name": "Success. The location is returned",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories",
                    "locations",
                    ":location_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the location.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "location_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"ebc7652d-bb7d-4359-9a83-78f2998208d9\",\n    \"type\": \"inventory_location\",\n    \"attributes\": {\n      \"name\": \"Milton Keynes Warehouse\",\n      \"external_ref\": \"mk-stock-warehouse-walnut-tree\",\n      \"slug\": \"milton-keynes-warehouse\",\n      \"description\": \"Southern dispatch location for all inventory\",\n      \"address\": [\n        \"Troughton Supplies\",\n        \"38 Pipernel Grove\",\n        \"Walnut Tree\",\n        \"MK7 4UL\"\n      ],\n      \"geolocation\": {\n        \"lat\": -90,\n        \"lon\": 180\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "993fe03e-3250-420f-8db1-4d683b851252",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories",
                    "locations",
                    ":location_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the location.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "location_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"No location found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9bbaf404-2c74-482e-be33-f53dd67954ae",
          "name": "Update a Location",
          "request": {
            "name": "Update a Location",
            "description": {
              "content": "Updates an Inventory Location",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "inventories",
                "locations",
                ":location_uuid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "location_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the location.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"id\": \"00000000-0000-0000-0000-000000000000\",\n    \"type\": \"inventory_location\",\n    \"attributes\": {\n      \"name\": \"Milton Keynes Warehouse\",\n      \"external_ref\": \"mk-stock-warehouse-walnut-tree\",\n      \"slug\": \"milton-keynes-warehouse\",\n      \"description\": \"Southern dispatch location for all inventory\",\n      \"address\": [\n        \"string\"\n      ],\n      \"geolocation\": {\n        \"lat\": 51.477928,\n        \"lon\": -0.001545\n      }\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "0e17dcd8-bf1c-4f43-9f9b-1eca18388dc9",
              "name": "Success. The location was updated successfully",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories",
                    "locations",
                    ":location_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the location.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "location_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"00000000-0000-0000-0000-000000000000\",\n    \"type\": \"inventory_location\",\n    \"attributes\": {\n      \"name\": \"Milton Keynes Warehouse\",\n      \"external_ref\": \"mk-stock-warehouse-walnut-tree\",\n      \"slug\": \"milton-keynes-warehouse\",\n      \"description\": \"Southern dispatch location for all inventory\",\n      \"address\": [\n        \"string\"\n      ],\n      \"geolocation\": {\n        \"lat\": 51.477928,\n        \"lon\": -0.001545\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"ebc7652d-bb7d-4359-9a83-78f2998208d9\",\n    \"type\": \"inventory_location\",\n    \"attributes\": {\n      \"name\": \"Milton Keynes Warehouse\",\n      \"external_ref\": \"mk-stock-warehouse-walnut-tree\",\n      \"slug\": \"milton-keynes-warehouse\",\n      \"description\": \"Southern dispatch location for all inventory\",\n      \"address\": [\n        \"Troughton Supplies\",\n        \"38 Pipernel Grove\",\n        \"Walnut Tree\",\n        \"MK7 4UL\"\n      ],\n      \"geolocation\": {\n        \"lat\": -90,\n        \"lon\": 180\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1229e0e9-3757-4f4c-81ad-d26bec2d0ad6",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories",
                    "locations",
                    ":location_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the location.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "location_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"00000000-0000-0000-0000-000000000000\",\n    \"type\": \"inventory_location\",\n    \"attributes\": {\n      \"name\": \"Milton Keynes Warehouse\",\n      \"external_ref\": \"mk-stock-warehouse-walnut-tree\",\n      \"slug\": \"milton-keynes-warehouse\",\n      \"description\": \"Southern dispatch location for all inventory\",\n      \"address\": [\n        \"string\"\n      ],\n      \"geolocation\": {\n        \"lat\": 51.477928,\n        \"lon\": -0.001545\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"Your request was invalid\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "92846e6f-d307-4c7f-9938-55c8eb8aa739",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories",
                    "locations",
                    ":location_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the location.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "location_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"00000000-0000-0000-0000-000000000000\",\n    \"type\": \"inventory_location\",\n    \"attributes\": {\n      \"name\": \"Milton Keynes Warehouse\",\n      \"external_ref\": \"mk-stock-warehouse-walnut-tree\",\n      \"slug\": \"milton-keynes-warehouse\",\n      \"description\": \"Southern dispatch location for all inventory\",\n      \"address\": [\n        \"string\"\n      ],\n      \"geolocation\": {\n        \"lat\": 51.477928,\n        \"lon\": -0.001545\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"No location found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a05eb217-d43f-44e5-891c-6ff4f0fe5257",
          "name": "Delete a Location",
          "request": {
            "name": "Delete a Location",
            "description": {
              "content": "Delete an Inventory Location",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "inventories",
                "locations",
                ":location_uuid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "location_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the location.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "1467368c-0466-450d-ae6d-b42713433a88",
              "name": "Success. The location is deleted",
              "originalRequest": {
                "url": {
                  "path": [
                    "inventories",
                    "locations",
                    ":location_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the location.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "location_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Gateways",
      "description": "",
      "item": [
        {
          "id": "5a27da49-cfb6-42ab-ae85-f2f223c75065",
          "name": "Get all Gateways",
          "request": {
            "name": "Get all Gateways",
            "description": {
              "content": "Retrieves all gateways.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "gateways"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "e701aab6-a5f3-4004-8c7a-c92dd7c6d29e",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "gateways"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"enabled\": true,\n      \"login\": \"string\",\n      \"name\": \"{gatewayName}\",\n      \"type\": \"gateway\",\n      \"password\": \"string\",\n      \"signature\": \"string\",\n      \"slug\": \"{gatewaySlug}\",\n      \"test\": false\n    },\n    {\n      \"enabled\": true,\n      \"login\": \"string\",\n      \"name\": \"{gatewayName}\",\n      \"type\": \"gateway\",\n      \"password\": \"string\",\n      \"signature\": \"string\",\n      \"slug\": \"{gatewaySlug}\",\n      \"test\": false\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6cd94245-2aae-42ee-9cde-c7cc5f45ba2d",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "gateways"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": {\n    \"status\": 401,\n    \"title\": \"Unauthorized\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "10ee72da-b9c6-4e84-b791-fe117ba49af2",
          "name": "Get a Gateway",
          "request": {
            "name": "Get a Gateway",
            "description": {
              "content": "Retrieves the specified gateway.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "gateways",
                ":gatewaySlug"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "braintree",
                  "key": "gatewaySlug",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The slug of the gateway. (This can only be one of manual,braintree,stripe,stripe_payment_intents,elastic_path_payments_stripe,paypal_express_checkout,adyen,authorize_net,card_connect,cyber_source)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "12087ae3-9971-4b18-8cf0-2a677b2c3d5a",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "gateways",
                    ":gatewaySlug"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug of the gateway. (This can only be one of manual,braintree,stripe,stripe_payment_intents,elastic_path_payments_stripe,paypal_express_checkout,adyen,authorize_net,card_connect,cyber_source)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "braintree",
                      "key": "gatewaySlug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"enabled\": true,\n    \"login\": \"string\",\n    \"name\": \"{gatewayName}\",\n    \"type\": \"gateway\",\n    \"password\": \"string\",\n    \"signature\": \"string\",\n    \"slug\": \"{gatewaySlug}\",\n    \"test\": false\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5bf67d5e-8e63-45c6-851e-cfd89f335612",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "gateways",
                    ":gatewaySlug"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug of the gateway. (This can only be one of manual,braintree,stripe,stripe_payment_intents,elastic_path_payments_stripe,paypal_express_checkout,adyen,authorize_net,card_connect,cyber_source)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "braintree",
                      "key": "gatewaySlug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": {\n    \"status\": 401,\n    \"title\": \"Unauthorized\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "547ff69e-9161-4eaf-89e5-3548e9db34a4",
          "name": "Update Manual Gateway",
          "request": {
            "name": "Update Manual Gateway",
            "description": {
              "content": "This endpoint allows you update the manual gateway.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "gateways",
                "manual"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"enabled\": true\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "da50a404-b3aa-4de6-8778-6ce9c658147e",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "gateways",
                    "manual"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"enabled\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"enabled\": true,\n    \"name\": \"Manual\",\n    \"slug\": \"manual\",\n    \"type\": \"gateway\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3d5c2a8e-d411-483a-b9d3-4d0ea9de4457",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "gateways",
                    "manual"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"enabled\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": {\n    \"status\": 401,\n    \"title\": \"Unauthorized\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e5f3f8b4-57d3-428d-b7a6-2df1c7c9e63b",
          "name": "Update Braintree Gateway",
          "request": {
            "name": "Update Braintree Gateway",
            "description": {
              "content": "Use this endpoint to configure Braintree.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "gateways",
                "braintree"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"enabled\": true,\n    \"environment\": \"sandbox\",\n    \"merchant_id\": \"{{braintreeMerchantId}}\",\n    \"private_key\": \"{{braintreePrivateKey}}\",\n    \"public_key\": \"{{braintreePublicKey}}\"\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "c5bb880d-320b-4614-8c37-ac0a37c5fde4",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "gateways",
                    "braintree"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"enabled\": true,\n    \"environment\": \"sandbox\",\n    \"merchant_id\": \"{{braintreeMerchantId}}\",\n    \"private_key\": \"{{braintreePrivateKey}}\",\n    \"public_key\": \"{{braintreePublicKey}}\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"enabled\": true,\n    \"name\": \"Braintree\",\n    \"environment\": \"sandbox\",\n    \"merchant_id\": \"{{braintreeMerchantId}}\",\n    \"private_key\": \"{{braintreePrivateKey}}\",\n    \"public_key\": \"{{braintreePublicKey}}\",\n    \"slug\": \"braintree\",\n    \"type\": \"gateway\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "207b5e9c-260f-4934-a13b-bc3fe1c09187",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "gateways",
                    "braintree"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"enabled\": true,\n    \"environment\": \"sandbox\",\n    \"merchant_id\": \"{{braintreeMerchantId}}\",\n    \"private_key\": \"{{braintreePrivateKey}}\",\n    \"public_key\": \"{{braintreePublicKey}}\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": {\n    \"status\": 401,\n    \"title\": \"Unauthorized\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "496f07c1-881b-491d-aa76-d3728b21ee50",
          "name": "Update Stripe Gateway",
          "request": {
            "name": "Update Stripe Gateway",
            "description": {
              "content": "Use this endpoint to configure Stripe.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "gateways",
                "stripe"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"enabled\": true,\n    \"login\": \"{{stripeToken}}\"\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "a6195c74-4d64-4b46-a35c-2ac1486f9920",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "gateways",
                    "stripe"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"enabled\": true,\n    \"login\": \"{{stripeToken}}\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"enabled\": true,\n    \"login\": \"{{stripeToken}}\",\n    \"name\": \"Stripe\",\n    \"slug\": \"stripe\",\n    \"type\": \"gateway\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0dfe2be7-2281-41fa-9b52-d0b84182f51a",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "gateways",
                    "stripe"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"enabled\": true,\n    \"login\": \"{{stripeToken}}\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": {\n    \"status\": 401,\n    \"title\": \"Unauthorized\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "888512ab-18b6-4663-9210-59e8f7bfe8b2",
          "name": "Update Stripe Payment Intents Gateway",
          "request": {
            "name": "Update Stripe Payment Intents Gateway",
            "description": {
              "content": "Use this endpoint to configure Stripe Payment Intents.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "gateways",
                "stripe_payment_intents"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"enabled\": true,\n    \"login\": \"{{stripeLoginToken}}\"\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "d18fea81-f05f-44b0-831d-e191a86aa469",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "gateways",
                    "stripe_payment_intents"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"enabled\": true,\n    \"login\": \"{{stripeLoginToken}}\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"enabled\": true,\n    \"login\": \"{{stripeLoginToken}}\",\n    \"name\": \"Stripe Payment Intents\",\n    \"slug\": \"stripe_payment_intents\",\n    \"type\": \"gateway\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fe9ad222-9d16-4424-99f5-f102e7d76bc0",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "gateways",
                    "stripe_payment_intents"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"enabled\": true,\n    \"login\": \"{{stripeLoginToken}}\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": {\n    \"status\": 401,\n    \"title\": \"Unauthorized\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "eb40e793-ce5a-444d-a5e5-d52f93e43d40",
          "name": "Update Elastic Path Payments Powered by Stripe",
          "request": {
            "name": "Update Elastic Path Payments Powered by Stripe",
            "description": {
              "content": "Use this endpoint to configure Elastic Path Payments Powered by Stripe in Commerce. \n\n:::note\n\nYou can contact Elastic Path sales or [customer success team](mailto:customersuccess@elasticpath.com) to get more information about Elastic Path Payments Powered by Stripe and to check whether it will work for you.\n\n:::\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "gateways",
                "elastic_path_payments_stripe"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"enabled\": true,\n    \"stripe_account\": \"{{stripeAccountId}}\",\n    \"test\": true\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "d7cf2527-ede0-4967-be5f-5ed683e4f939",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "gateways",
                    "elastic_path_payments_stripe"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"enabled\": true,\n    \"stripe_account\": \"{{stripeAccountId}}\",\n    \"test\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"enabled\": true,\n    \"stripe_account\": \"{{stripeAccountId}}\",\n    \"name\": \"Elastic Path Payments powered by Stripe\",\n    \"test\": true,\n    \"slug\": \"elastic_path_payments_stripe\",\n    \"type\": \"gateway\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "caacafa8-63b9-4bd9-839e-4589f58d20d0",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "gateways",
                    "elastic_path_payments_stripe"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"enabled\": true,\n    \"stripe_account\": \"{{stripeAccountId}}\",\n    \"test\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": {\n    \"status\": 401,\n    \"title\": \"Unauthorized\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a08abc8e-ab45-4890-a813-d8b172d6e629",
          "name": "Update PayPal Express Checkout",
          "request": {
            "name": "Update PayPal Express Checkout",
            "description": {
              "content": "Use this endpoint to configure PayPal Express Checkout. \n:::note\n\nTo learn more about PayPal Express Checkout and check whether it will work for you, contact your sales or [customer success team](mailto:customersuccess@elasticpath.com).\n\n:::\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "gateways",
                "paypal_express_checkout"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"enabled\": true,\n    \"payer_id\": \"{{merchant account id}}\",\n    \"test\": true\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "0bb8d899-6cb0-42e0-8b1c-d78b8f494b50",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "gateways",
                    "paypal_express_checkout"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"enabled\": true,\n    \"payer_id\": \"{{merchant account id}}\",\n    \"test\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"enabled\": true,\n    \"payer_id\": \"{{merchant account id}}\",\n    \"name\": \"PayPal Express Checkout\",\n    \"test\": true,\n    \"slug\": \"paypal_express_checkout\",\n    \"type\": \"gateway\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bcdf1103-1cf2-4548-9654-b76b3258850b",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "gateways",
                    "paypal_express_checkout"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"enabled\": true,\n    \"payer_id\": \"{{merchant account id}}\",\n    \"test\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": {\n    \"status\": 401,\n    \"title\": \"Unauthorized\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "cab792e4-2b1b-402b-82e2-bccd84bcf209",
          "name": "Update Adyen Gateway",
          "request": {
            "name": "Update Adyen Gateway",
            "description": {
              "content": "Use this endpoint to configure Adyen.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "gateways",
                "adyen"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"enabled\": true,\n    \"merchant_account\": \"MyCompanyECOM\",\n    \"username\": \"ws@Company.MyCompany\",\n    \"password\": \"xxx\",\n    \"test\": false\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "f5380990-66f9-4837-80cc-dc603a06c9c5",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "gateways",
                    "adyen"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"enabled\": true,\n    \"merchant_account\": \"MyCompanyECOM\",\n    \"username\": \"ws@Company.MyCompany\",\n    \"password\": \"xxx\",\n    \"test\": false\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"enabled\": true,\n    \"login\": \"string\",\n    \"name\": \"{gatewayName}\",\n    \"type\": \"gateway\",\n    \"password\": \"string\",\n    \"signature\": \"string\",\n    \"slug\": \"{gatewaySlug}\",\n    \"test\": false,\n    \"merchant_account\": \"MyCompanyECOM\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c1d15cbe-26e3-48ec-be6c-d694ed598092",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "gateways",
                    "adyen"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"enabled\": true,\n    \"merchant_account\": \"MyCompanyECOM\",\n    \"username\": \"ws@Company.MyCompany\",\n    \"password\": \"xxx\",\n    \"test\": false\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": {\n    \"status\": 401,\n    \"title\": \"Unauthorized\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "62ad7d98-7fb4-4352-9e47-ebea82b8d7cc",
          "name": "Update Authorize.net Gateway",
          "request": {
            "name": "Update Authorize.net Gateway",
            "description": {
              "content": "\nUse this endpoint to configure Authorize.net.\n\n:::note\nThe credentials used for a test account may differ from those used for a live account. When configuring the payment gateway with your credentials and setting `test` to `true`, the system allows you to test various Authorize.net payment interactions to ensure everything works as expected. Once you are ready to go live, update `test` as `false` to direct requests to the live endpoints instead of the test account. Additionally, ensure that you switch to the credentials for the live account when making this change. To access your sandbox environment, see [Authorize.net Sandbox account](https://developer.authorize.net/hello_world/sandbox.html).\n:::\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "gateways",
                "authorize_net"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"login\": \"xxx\",\n    \"password\": \"xxx\",\n    \"slug\": \"authorize_net\",\n    \"enabled\": true,\n    \"test\": true\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "af384e73-f258-4d30-be39-94358ed393ab",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "gateways",
                    "authorize_net"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"login\": \"xxx\",\n    \"password\": \"xxx\",\n    \"slug\": \"authorize_net\",\n    \"enabled\": true,\n    \"test\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"enabled\": true,\n    \"login\": \"string\",\n    \"name\": \"{gatewayName}\",\n    \"type\": \"gateway\",\n    \"password\": \"authorize-net-transaction-key\",\n    \"signature\": \"string\",\n    \"slug\": \"{gatewaySlug}\",\n    \"test\": false\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "13c04321-eb90-43a9-95e4-885088212e62",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "gateways",
                    "authorize_net"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"login\": \"xxx\",\n    \"password\": \"xxx\",\n    \"slug\": \"authorize_net\",\n    \"enabled\": true,\n    \"test\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": {\n    \"status\": 401,\n    \"title\": \"Unauthorized\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "60b45a89-cd56-4708-85ae-d7f57617c273",
          "name": "Update CardConnect Gateway",
          "request": {
            "name": "Update CardConnect Gateway",
            "description": {
              "content": "Use this endpoint to configure CardConnect.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "gateways",
                "card_connect"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"merchant_id\": \"xxx\",\n    \"username\": \"xxx\",\n    \"password\": \"xxx\",\n    \"test\": false,\n    \"enabled\": false\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "e665d37b-8b14-48a6-9d33-dffadbee2831",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "gateways",
                    "card_connect"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"merchant_id\": \"xxx\",\n    \"username\": \"xxx\",\n    \"password\": \"xxx\",\n    \"test\": false,\n    \"enabled\": false\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"enabled\": true,\n    \"login\": \"string\",\n    \"name\": \"{gatewayName}\",\n    \"type\": \"gateway\",\n    \"password\": \"string\",\n    \"signature\": \"string\",\n    \"slug\": \"{gatewaySlug}\",\n    \"test\": false,\n    \"merchant_id\": \"string\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0e5c573b-4e27-491f-8913-a7e7eb95936a",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "gateways",
                    "card_connect"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"merchant_id\": \"xxx\",\n    \"username\": \"xxx\",\n    \"password\": \"xxx\",\n    \"test\": false,\n    \"enabled\": false\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": {\n    \"status\": 401,\n    \"title\": \"Unauthorized\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a17556cf-2991-45a3-a5d1-ced549df4720",
          "name": "Update CyberSource Gateway",
          "request": {
            "name": "Update CyberSource Gateway",
            "description": {
              "content": "Use this endpoint to configure CyberSource.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "gateways",
                "cyber_source"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"enabled\": true,\n    \"login\": \"xxx\",\n    \"password\": \"xxx\",\n    \"test\": true\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "7f9f53e5-7964-42a1-9c2a-c9dc003fed86",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "gateways",
                    "cyber_source"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"enabled\": true,\n    \"login\": \"xxx\",\n    \"password\": \"xxx\",\n    \"test\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"enabled\": true,\n    \"login\": \"cybersource-merchant-id\",\n    \"name\": \"{gatewayName}\",\n    \"type\": \"gateway\",\n    \"password\": \"cybersource SOAP key\",\n    \"signature\": \"string\",\n    \"slug\": \"{gatewaySlug}\",\n    \"test\": false\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5f76eb61-fff9-4f2a-b775-fb4db9eee95f",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "gateways",
                    "cyber_source"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"enabled\": true,\n    \"login\": \"xxx\",\n    \"password\": \"xxx\",\n    \"test\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": {\n    \"status\": 401,\n    \"title\": \"Unauthorized\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Standard User Roles",
      "description": "Standard User Roles represent the roles that can be assigned to users through Commerce Manager. These roles define the level of access a user has to Commerce Manager.\n",
      "item": [
        {
          "id": "72442c01-671a-42c2-bc7e-1da0ab86e584",
          "name": "List Standard User Roles",
          "request": {
            "name": "List Standard User Roles",
            "description": {
              "content": "Retrieves a list of Standard User Roles\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "permissions",
                "standard-user-roles"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "954468cd-c1ec-4bfe-b6fe-9f03e5d79943",
              "name": "List of Standard User Roles",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "permissions",
                    "standard-user-roles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"string\",\n      \"type\": \"string\",\n      \"name\": \"string\",\n      \"access_levels\": {\n        \"accounts\": \"none\",\n        \"application_keys\": \"view\",\n        \"authentication\": \"view\",\n        \"catalog_releases\": \"manage\",\n        \"catalogs\": \"manage\",\n        \"composer\": \"none\",\n        \"currencies\": \"none\",\n        \"custom_apis\": \"manage\",\n        \"flows\": \"none\",\n        \"legacy_catalogs\": \"view\",\n        \"metrics\": \"none\",\n        \"orders\": \"manage\",\n        \"payment_gateways\": \"view\",\n        \"personal_data\": \"manage\",\n        \"price_books\": \"manage\",\n        \"products\": \"manage\",\n        \"promotions\": \"manage\",\n        \"settings\": \"view\",\n        \"subscription_billing\": \"none\",\n        \"subscription_jobs\": \"view\",\n        \"subscription_offerings\": \"view\",\n        \"subscription_subscribers\": \"view\",\n        \"team\": \"none\",\n        \"webhooks\": \"manage\"\n      },\n      \"links\": {\n        \"self\": \"http://Xsm.dpthg1Fy7MPLi,tz2zjuMGmV5p1cRUMIvq5Ix5j9x8wA2U,yxXe.blpUqyjJiG,UnSoN9zyfmd9\"\n      }\n    },\n    {\n      \"id\": \"string\",\n      \"type\": \"string\",\n      \"name\": \"string\",\n      \"access_levels\": {\n        \"accounts\": \"none\",\n        \"application_keys\": \"none\",\n        \"authentication\": \"manage\",\n        \"catalog_releases\": \"manage\",\n        \"catalogs\": \"none\",\n        \"composer\": \"none\",\n        \"currencies\": \"view\",\n        \"custom_apis\": \"manage\",\n        \"flows\": \"manage\",\n        \"legacy_catalogs\": \"manage\",\n        \"metrics\": \"none\",\n        \"orders\": \"view\",\n        \"payment_gateways\": \"manage\",\n        \"personal_data\": \"none\",\n        \"price_books\": \"view\",\n        \"products\": \"none\",\n        \"promotions\": \"view\",\n        \"settings\": \"none\",\n        \"subscription_billing\": \"manage\",\n        \"subscription_jobs\": \"view\",\n        \"subscription_offerings\": \"manage\",\n        \"subscription_subscribers\": \"manage\",\n        \"team\": \"manage\",\n        \"webhooks\": \"manage\"\n      },\n      \"links\": {\n        \"self\": \"https://TWOuREMrGOAFSwZLY.airZGtBpQYzPfPKuMncHOudF,SZOQSrOoIgOy+Wny1QQzuwJo60fPs8TKi.bfxP.2-OH\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "06225f06-8229-4fc3-8685-3b4bc66bdc22",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "permissions",
                    "standard-user-roles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"status\": \"400\",\n      \"detail\": \"The field 'name' is required.\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3a7fbee9-831c-4535-8ab3-1f1d04257b16",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "permissions",
                    "standard-user-roles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9d621f30-d4eb-4c8a-9e63-fac77f872632",
          "name": "Get a Standard User Role",
          "request": {
            "name": "Get a Standard User Role",
            "description": {
              "content": "Get a Standard User Role",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "permissions",
                "standard-user-roles",
                ":standard-user-role-id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "it-developer",
                  "key": "standard-user-role-id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the Standard User Role.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "e7cbaa9c-d464-4798-9b68-9cbed6845b77",
              "name": "A Standard User Role",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "permissions",
                    "standard-user-roles",
                    ":standard-user-role-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the Standard User Role.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "it-developer",
                      "key": "standard-user-role-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"string\",\n    \"type\": \"string\",\n    \"name\": \"string\",\n    \"access_levels\": {\n      \"accounts\": \"view\",\n      \"application_keys\": \"none\",\n      \"authentication\": \"none\",\n      \"catalog_releases\": \"none\",\n      \"catalogs\": \"none\",\n      \"composer\": \"none\",\n      \"currencies\": \"view\",\n      \"custom_apis\": \"view\",\n      \"flows\": \"view\",\n      \"legacy_catalogs\": \"view\",\n      \"metrics\": \"none\",\n      \"orders\": \"view\",\n      \"payment_gateways\": \"view\",\n      \"personal_data\": \"view\",\n      \"price_books\": \"view\",\n      \"products\": \"none\",\n      \"promotions\": \"none\",\n      \"settings\": \"none\",\n      \"subscription_billing\": \"none\",\n      \"subscription_jobs\": \"none\",\n      \"subscription_offerings\": \"view\",\n      \"subscription_subscribers\": \"view\",\n      \"team\": \"view\",\n      \"webhooks\": \"manage\"\n    },\n    \"links\": {\n      \"self\": \"http://PJfxJqltwHrfUxxRbxgfFTWoUrEZ.bycbHXfayrF7qXGG+iKilKa0cP2gRX5TEzIJsX\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0b42d8e4-7f4c-4ab5-a242-56e595937b73",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "permissions",
                    "standard-user-roles",
                    ":standard-user-role-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the Standard User Role.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "it-developer",
                      "key": "standard-user-role-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"status\": \"400\",\n      \"detail\": \"The field 'name' is required.\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ff214d7d-26cb-40bb-8354-7763c2cbfcbf",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "permissions",
                    "standard-user-roles",
                    ":standard-user-role-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the Standard User Role.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "it-developer",
                      "key": "standard-user-role-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"Not found\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9c57450d-ee7e-4203-b49b-54b9b4c447c8",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "permissions",
                    "standard-user-roles",
                    ":standard-user-role-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the Standard User Role.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "it-developer",
                      "key": "standard-user-role-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Standard Shopper Roles",
      "description": "Standard Shopper Roles represent the roles of customers.\n",
      "item": [
        {
          "id": "e65a31c8-7ce4-4e2f-9326-f72cb7e0c80f",
          "name": "List Standard Shopper Roles",
          "request": {
            "name": "List Standard Shopper Roles",
            "description": {
              "content": "Retrieves a list of Standard Shopper Roles\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "permissions",
                "standard-shopper-roles"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "175a0b2e-74cf-41bf-a83c-2ef8f417b4f7",
              "name": "List of Standard Shopper Roles",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "permissions",
                    "standard-shopper-roles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"string\",\n      \"type\": \"string\",\n      \"name\": \"string\",\n      \"links\": {\n        \"self\": null\n      }\n    },\n    {\n      \"id\": \"string\",\n      \"type\": \"string\",\n      \"name\": \"string\",\n      \"links\": {\n        \"self\": null\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "17940b63-e27b-4e16-9606-048478b5e023",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "permissions",
                    "standard-shopper-roles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"status\": \"400\",\n      \"detail\": \"The field 'name' is required.\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0aa7de47-9cb4-4854-872e-cf454c7285ae",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "permissions",
                    "standard-shopper-roles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8e1d6297-5381-470e-920f-08bbc6a961f0",
          "name": "Get a Standard Shopper Role",
          "request": {
            "name": "Get a Standard Shopper Role",
            "description": {
              "content": "Get a Standard Shopper Role",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "permissions",
                "standard-shopper-roles",
                ":standard-shopper-role-id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "guest-shopper",
                  "key": "standard-shopper-role-id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the Standard Shopper Role.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "3079cc10-70ac-497c-907c-bb29992e6b11",
              "name": "A Standard Shopper Role",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "permissions",
                    "standard-shopper-roles",
                    ":standard-shopper-role-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the Standard Shopper Role.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "guest-shopper",
                      "key": "standard-shopper-role-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"string\",\n    \"type\": \"string\",\n    \"name\": \"string\",\n    \"links\": {\n      \"self\": \"http://bLBRHuUd.txz46DHMZ-F5aYBQggkHk93thXKcMXwx81uMO\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a3bea6cb-51d5-4aec-87e3-3935b2664410",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "permissions",
                    "standard-shopper-roles",
                    ":standard-shopper-role-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the Standard Shopper Role.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "guest-shopper",
                      "key": "standard-shopper-role-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"status\": \"400\",\n      \"detail\": \"The field 'name' is required.\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4c67e2f2-88ad-4595-b3d2-e967dd08605a",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "permissions",
                    "standard-shopper-roles",
                    ":standard-shopper-role-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the Standard Shopper Role.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "guest-shopper",
                      "key": "standard-shopper-role-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"Not found\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e1990cdd-eb6d-4ada-a36d-cda0960a5bc7",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "permissions",
                    "standard-shopper-roles",
                    ":standard-shopper-role-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the Standard Shopper Role.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "guest-shopper",
                      "key": "standard-shopper-role-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Custom API Role Policies",
      "description": "A Custom API Role Policy defines the level of access a role has to a Custom API. By default, administrative roles like **Store Admin** or **Org Admin** have full access to all Custom APIs. To grant access to other roles, a policy must be created for that specific role and Custom API.\n\nBelow are the permissions that can be assigned to a role:\n\n| Permission | Description                              |\n|------------|------------------------------------------|\n| **Create** | Create a Custom API Entry.               |\n| **List**   | Retrieve a list of Custom API Entries.   |\n| **Read**   | Get a Custom API Entry.                  |\n| **Update** | Update a Custom API Entry.               |\n| **Delete** | Delete a Custom API Entry.               |\n",
      "item": [
        {
          "id": "cfa630a7-226d-4916-97b1-83cd64ae4757",
          "name": "Create A Custom API Role Policy",
          "request": {
            "name": "Create A Custom API Role Policy",
            "description": {
              "content": "Create A Custom API Role Policy",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "permissions",
                "custom-api-role-policies"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"custom_api_role_policy\",\n    \"create\": true,\n    \"list\": false,\n    \"read\": true,\n    \"update\": false,\n    \"delete\": true,\n    \"relationships\": {\n      \"custom_api\": {\n        \"data\": {\n          \"id\": \"fded1d2a-8bb8-48b6-86a5-9eb05cc8626a\",\n          \"type\": \"custom_api\"\n        }\n      },\n      \"role\": {\n        \"data\": {\n          \"id\": \"it-developer\",\n          \"type\": \"standard_user_role\"\n        }\n      }\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "42eb88a1-8940-4059-8605-5bf1d2ea8ab6",
              "name": "A Custom API Role Policy",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "permissions",
                    "custom-api-role-policies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"custom_api_role_policy\",\n    \"create\": true,\n    \"list\": false,\n    \"read\": true,\n    \"update\": false,\n    \"delete\": true,\n    \"relationships\": {\n      \"custom_api\": {\n        \"data\": {\n          \"id\": \"fded1d2a-8bb8-48b6-86a5-9eb05cc8626a\",\n          \"type\": \"custom_api\"\n        }\n      },\n      \"role\": {\n        \"data\": {\n          \"id\": \"it-developer\",\n          \"type\": \"standard_user_role\"\n        }\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"88398824-aae8-ef09-0664-68766c4e8bc1\",\n    \"type\": \"string\",\n    \"create\": false,\n    \"list\": false,\n    \"read\": true,\n    \"update\": true,\n    \"delete\": true,\n    \"links\": {\n      \"self\": null\n    },\n    \"meta\": {\n      \"timestamps\": {\n        \"created_at\": \"2017-01-10T11:41:19.244Z\",\n        \"updated_at\": \"2017-01-10T11:41:19.244Z\"\n      }\n    },\n    \"relationships\": {\n      \"custom_api\": {\n        \"data\": {\n          \"id\": \"652e39d8-d613-493e-8c20-fef99ad6327a\",\n          \"type\": \"string\"\n        }\n      },\n      \"role\": {\n        \"data\": {\n          \"id\": \"it-developer\",\n          \"type\": \"standard_user_role\"\n        }\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e4736513-e286-4816-8632-699b74985476",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "permissions",
                    "custom-api-role-policies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"custom_api_role_policy\",\n    \"create\": true,\n    \"list\": false,\n    \"read\": true,\n    \"update\": false,\n    \"delete\": true,\n    \"relationships\": {\n      \"custom_api\": {\n        \"data\": {\n          \"id\": \"fded1d2a-8bb8-48b6-86a5-9eb05cc8626a\",\n          \"type\": \"custom_api\"\n        }\n      },\n      \"role\": {\n        \"data\": {\n          \"id\": \"it-developer\",\n          \"type\": \"standard_user_role\"\n        }\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"status\": \"400\",\n      \"detail\": \"The field 'name' is required.\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fabd4098-3b03-41a1-bac1-60bb7bf0801e",
              "name": "Unable to perform the operation at this time.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "permissions",
                    "custom-api-role-policies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"custom_api_role_policy\",\n    \"create\": true,\n    \"list\": false,\n    \"read\": true,\n    \"update\": false,\n    \"delete\": true,\n    \"relationships\": {\n      \"custom_api\": {\n        \"data\": {\n          \"id\": \"fded1d2a-8bb8-48b6-86a5-9eb05cc8626a\",\n          \"type\": \"custom_api\"\n        }\n      },\n      \"role\": {\n        \"data\": {\n          \"id\": \"it-developer\",\n          \"type\": \"standard_user_role\"\n        }\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Conflict\",\n      \"status\": \"409\",\n      \"detail\": \"custom_api with the given api_type already exists\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d2bd0ef4-75d0-4b63-a10e-b38b022ebfc2",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "permissions",
                    "custom-api-role-policies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"custom_api_role_policy\",\n    \"create\": true,\n    \"list\": false,\n    \"read\": true,\n    \"update\": false,\n    \"delete\": true,\n    \"relationships\": {\n      \"custom_api\": {\n        \"data\": {\n          \"id\": \"fded1d2a-8bb8-48b6-86a5-9eb05cc8626a\",\n          \"type\": \"custom_api\"\n        }\n      },\n      \"role\": {\n        \"data\": {\n          \"id\": \"it-developer\",\n          \"type\": \"standard_user_role\"\n        }\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d584cb68-5929-408f-b5ec-b068fcf4a28b",
          "name": "List Custom API Role Policies",
          "request": {
            "name": "List Custom API Role Policies",
            "description": {
              "content": "Retrieves a list of Custom API Role Policies\n\n## Filtering\nThe following operators and attributes are available for [filtering](/guides/Getting-Started/filtering) Custom API Role Policies:\n\n| Attribute        | Operators                     | Example                                                  |\n|------------------|-------------------------------|----------------------------------------------------------|\n| `id`             | `lt`,`le`,`eq`,`gt`,`ge`,`in` | `eq(id,3fa85f64-5717-4562-b3fc-2c963f66afa6)`            |\n| `created_at`     | `lt`,`le`,`eq`,`gt`,`ge`      | `ge(created_at,2024-04-29T00:00:00.000Z)`                |\n| `updated_at`     | `lt`,`le`,`eq`,`gt`,`ge`      | `le(updated_at,2024-04-29T00:00:00.000Z)`                |\n| `custom_api_id`  | `eq`                          | `eq(custom_api_id,fded1d2a-8bb8-48b6-86a5-9eb05cc8626a)` |\n| `role_id`        | `eq`                          | `eq(role_id,it-developer)`                               |\n\n## Sorting\nThe following attributes are available for sorting. When specified, the results are sorted in ascending order based on the value of the field. To sort in descending order, prefix the attribute with `-`, for example, `-updated_at`. The default sort order is `created_at` in descending order.\n- `id`\n- `created_at`\n- `updated_at`\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "permissions",
                "custom-api-role-policies"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "8187"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "7925"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter attributes. For more information, see the [Filtering](/guides/Getting-Started/filtering) section.",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Specifies the order in which Custom API Role Policies will be returned. (This can only be one of id,-id,created_at,-created_at,updated_at,-updated_at)",
                    "type": "text/plain"
                  },
                  "key": "sort",
                  "value": "id"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "6247df17-40cd-44de-a5b3-3bb194342d01",
              "name": "List of Custom API Role Policies",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "permissions",
                    "custom-api-role-policies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "8187"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "7925"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter attributes. For more information, see the [Filtering](/guides/Getting-Started/filtering) section.",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the order in which Custom API Role Policies will be returned. (This can only be one of id,-id,created_at,-created_at,updated_at,-updated_at)",
                        "type": "text/plain"
                      },
                      "key": "sort",
                      "value": "id"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"781e38da-87d4-c88d-688b-2465010d4021\",\n      \"type\": \"string\",\n      \"create\": true,\n      \"list\": false,\n      \"read\": false,\n      \"update\": true,\n      \"delete\": false,\n      \"links\": {\n        \"self\": \"https://aypSUlEaSMBytHOFFiZWZNlmvXEzSf.bdhaym.LqVyKWRRVqK8kaTQc0sW7COQWKufY.RoNEAxWbnbGIG-5Dzu4Tq4-dOBND\"\n      },\n      \"meta\": {\n        \"timestamps\": {\n          \"created_at\": \"2017-01-10T11:41:19.244Z\",\n          \"updated_at\": \"2017-01-10T11:41:19.244Z\"\n        }\n      },\n      \"relationships\": {\n        \"custom_api\": {\n          \"data\": {\n            \"id\": \"652e39d8-d613-493e-8c20-fef99ad6327a\",\n            \"type\": \"string\"\n          }\n        },\n        \"role\": {\n          \"data\": {\n            \"id\": \"it-developer\",\n            \"type\": \"standard_shopper_role\"\n          }\n        }\n      }\n    },\n    {\n      \"id\": \"732d01f3-8ba5-caf1-6f5a-b00c9a4d1898\",\n      \"type\": \"string\",\n      \"create\": true,\n      \"list\": false,\n      \"read\": false,\n      \"update\": false,\n      \"delete\": false,\n      \"links\": {\n        \"self\": \"http://HWBdoZnSfVDVajfGv.lhrkdZXgdk6\"\n      },\n      \"meta\": {\n        \"timestamps\": {\n          \"created_at\": \"2017-01-10T11:41:19.244Z\",\n          \"updated_at\": \"2017-01-10T11:41:19.244Z\"\n        }\n      },\n      \"relationships\": {\n        \"custom_api\": {\n          \"data\": {\n            \"id\": \"652e39d8-d613-493e-8c20-fef99ad6327a\",\n            \"type\": \"string\"\n          }\n        },\n        \"role\": {\n          \"data\": {\n            \"id\": \"it-developer\",\n            \"type\": \"standard_shopper_role\"\n          }\n        }\n      }\n    }\n  ],\n  \"meta\": {\n    \"results\": {\n      \"total\": 5296\n    },\n    \"page\": {\n      \"limit\": 100,\n      \"offset\": 0,\n      \"current\": 1,\n      \"total\": 1\n    }\n  },\n  \"links\": {\n    \"current\": \"https://ldSzqlrRXNCgtLrMEaXJSBWl.blgIzesC,c4SlN1b1fPbpYT2M3kv+36kAISYxZ+ojK.e4MrLx\",\n    \"first\": null,\n    \"last\": null,\n    \"next\": \"https://IiK.grUz9kSaiJiHPqC0WANRNpxLc0\",\n    \"prev\": null\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c5cb4996-78b9-4e0f-9754-0b916b47715b",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "permissions",
                    "custom-api-role-policies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "8187"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "7925"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter attributes. For more information, see the [Filtering](/guides/Getting-Started/filtering) section.",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the order in which Custom API Role Policies will be returned. (This can only be one of id,-id,created_at,-created_at,updated_at,-updated_at)",
                        "type": "text/plain"
                      },
                      "key": "sort",
                      "value": "id"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"Invalid filter: unknown field [version] specified in search filter, allowed fields are [api_type created_at description id name slug updated_at]\",\n      \"status\": \"400\",\n      \"title\": \"Bad Request\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5b262056-5d6d-4bd7-9ec0-d672b85ccd1e",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "permissions",
                    "custom-api-role-policies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "8187"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "7925"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter attributes. For more information, see the [Filtering](/guides/Getting-Started/filtering) section.",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the order in which Custom API Role Policies will be returned. (This can only be one of id,-id,created_at,-created_at,updated_at,-updated_at)",
                        "type": "text/plain"
                      },
                      "key": "sort",
                      "value": "id"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e0c7242a-c8ac-4be0-855d-de997b3d4137",
          "name": "Get a Custom API Role Policy",
          "request": {
            "name": "Get a Custom API Role Policy",
            "description": {
              "content": "Get A Custom API Role Policy",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "permissions",
                "custom-api-role-policies",
                ":custom-api-role-policy-id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                  "key": "custom-api-role-policy-id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the Custom API Role Policy.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "884bf0b4-75e4-41eb-a94c-1209282dc589",
              "name": "A Custom API Role Policy",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "permissions",
                    "custom-api-role-policies",
                    ":custom-api-role-policy-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the Custom API Role Policy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-role-policy-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"88398824-aae8-ef09-0664-68766c4e8bc1\",\n    \"type\": \"string\",\n    \"create\": false,\n    \"list\": false,\n    \"read\": true,\n    \"update\": true,\n    \"delete\": true,\n    \"links\": {\n      \"self\": null\n    },\n    \"meta\": {\n      \"timestamps\": {\n        \"created_at\": \"2017-01-10T11:41:19.244Z\",\n        \"updated_at\": \"2017-01-10T11:41:19.244Z\"\n      }\n    },\n    \"relationships\": {\n      \"custom_api\": {\n        \"data\": {\n          \"id\": \"652e39d8-d613-493e-8c20-fef99ad6327a\",\n          \"type\": \"string\"\n        }\n      },\n      \"role\": {\n        \"data\": {\n          \"id\": \"it-developer\",\n          \"type\": \"standard_user_role\"\n        }\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d4684bb2-9d38-46e7-bd9c-c6af30e11355",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "permissions",
                    "custom-api-role-policies",
                    ":custom-api-role-policy-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the Custom API Role Policy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-role-policy-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"Not found\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "615e5b29-39d7-448d-8f3c-2dd6a2110cd1",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "permissions",
                    "custom-api-role-policies",
                    ":custom-api-role-policy-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the Custom API Role Policy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-role-policy-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c65a26c7-b3d8-44ae-b58f-42b0e50c6e4c",
          "name": "Update a Custom API Role Policy",
          "request": {
            "name": "Update a Custom API Role Policy",
            "description": {
              "content": "Update A Custom API Role Policy",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "permissions",
                "custom-api-role-policies",
                ":custom-api-role-policy-id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                  "key": "custom-api-role-policy-id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the Custom API Role Policy.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"custom_api_role_policy\",\n    \"create\": false,\n    \"list\": false,\n    \"read\": false,\n    \"update\": false,\n    \"delete\": false\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "4b000d39-f4ee-415e-9ec2-750e161d614e",
              "name": "A Custom API Role Policy",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "permissions",
                    "custom-api-role-policies",
                    ":custom-api-role-policy-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the Custom API Role Policy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-role-policy-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"custom_api_role_policy\",\n    \"create\": false,\n    \"list\": false,\n    \"read\": false,\n    \"update\": false,\n    \"delete\": false\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"88398824-aae8-ef09-0664-68766c4e8bc1\",\n    \"type\": \"string\",\n    \"create\": false,\n    \"list\": false,\n    \"read\": true,\n    \"update\": true,\n    \"delete\": true,\n    \"links\": {\n      \"self\": null\n    },\n    \"meta\": {\n      \"timestamps\": {\n        \"created_at\": \"2017-01-10T11:41:19.244Z\",\n        \"updated_at\": \"2017-01-10T11:41:19.244Z\"\n      }\n    },\n    \"relationships\": {\n      \"custom_api\": {\n        \"data\": {\n          \"id\": \"652e39d8-d613-493e-8c20-fef99ad6327a\",\n          \"type\": \"string\"\n        }\n      },\n      \"role\": {\n        \"data\": {\n          \"id\": \"it-developer\",\n          \"type\": \"standard_user_role\"\n        }\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2cf80381-b5bc-42ac-8367-bfb19db230b2",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "permissions",
                    "custom-api-role-policies",
                    ":custom-api-role-policy-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the Custom API Role Policy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-role-policy-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"custom_api_role_policy\",\n    \"create\": false,\n    \"list\": false,\n    \"read\": false,\n    \"update\": false,\n    \"delete\": false\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"status\": \"400\",\n      \"detail\": \"The field 'name' is required.\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2e41a0e6-32f1-425c-8ce2-7a4f99d81b00",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "permissions",
                    "custom-api-role-policies",
                    ":custom-api-role-policy-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the Custom API Role Policy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-role-policy-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"custom_api_role_policy\",\n    \"create\": false,\n    \"list\": false,\n    \"read\": false,\n    \"update\": false,\n    \"delete\": false\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"Not found\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "124e727a-2f72-41e2-bf50-ed354b262d4d",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "permissions",
                    "custom-api-role-policies",
                    ":custom-api-role-policy-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the Custom API Role Policy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-role-policy-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"custom_api_role_policy\",\n    \"create\": false,\n    \"list\": false,\n    \"read\": false,\n    \"update\": false,\n    \"delete\": false\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1d3d4d51-a5c6-446c-836d-2f26d3b0a6fc",
          "name": "Delete a Custom API Role Policy",
          "request": {
            "name": "Delete a Custom API Role Policy",
            "description": {
              "content": "Delete A Custom API Role Policy",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "permissions",
                "custom-api-role-policies",
                ":custom-api-role-policy-id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                  "key": "custom-api-role-policy-id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the Custom API Role Policy.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "9788bfa6-720e-45b3-8816-53f9385bdc13",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "permissions",
                    "custom-api-role-policies",
                    ":custom-api-role-policy-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the Custom API Role Policy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-role-policy-id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "17f2443e-db42-4ea5-b478-bc4b8410f01a",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "permissions",
                    "custom-api-role-policies",
                    ":custom-api-role-policy-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the Custom API Role Policy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-role-policy-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"status\": \"400\",\n      \"detail\": \"The field 'name' is required.\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "94f2a3d3-1481-41f7-96aa-f84f335f5536",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "permissions",
                    "custom-api-role-policies",
                    ":custom-api-role-policy-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the Custom API Role Policy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-role-policy-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"Not found\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d3fce79e-a635-4c21-a1a2-599f5e9d1254",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "permissions",
                    "custom-api-role-policies",
                    ":custom-api-role-policy-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the Custom API Role Policy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                      "key": "custom-api-role-policy-id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Products",
      "description": "```mdx-code-block\nimport ProductsOverview from '/docs/partials/pxm/products/productsoverview.mdx';\nimport ProductTypes from '/docs/partials/pxm/products/types.mdx';\nimport ProductTags from '/docs/partials/pxm/products/tags.mdx';\nimport PersonalProducts from '/docs/partials/pxm/products/personalizing.mdx';\nimport ProductCatalogs from '/docs/partials/pxm/products/catalogs.mdx';\nimport Overview from \"/docs/partials/pxm/bundles/bundles.mdx\";\nimport ComponentOptions from \"/docs/partials/pxm/bundles/components.mdx\";\nimport BundlePricing from \"/docs/partials/pxm/bundles/bundlepricing.mdx\";\nimport DynamicBundles from \"/docs/partials/pxm/bundles/dynamic.mdx\";\nimport BundlesBundles from \"/docs/partials/pxm/bundles/bundlesof.mdx\";\n\n<ProductsOverview />\n\n### Product Types\n\n<ProductTypes />\n\n### Personalizing Products\n\n<PersonalProducts />\n\n### Products and Catalog Releases\n\n<ProductCatalogs />\n\n### Bundles\n\n<Overview></Overview>\n\n### Bundle Components and Options\n\n<ComponentOptions></ComponentOptions>\n\n### Bundle Pricing\n\n<BundlePricing></BundlePricing>\n\n### Dynamic Bundles\n\n<DynamicBundles></DynamicBundles>\n\n#### Creating Dynamic Bundles: An Overview\n\nThe following steps are an overview of how to use dynamic bundles.\n\n1. Create your products using [**create a product**](/docs/api/pxm/products/create-product).\n1. Create a bundle using [**create a bundle**](/docs/api/pxm/products/create-product).\n1. Specify minimum and/or maximum values for the number of product options that can be selected within the bundle. For example, if you want the shopper to select exactly 4 out of 10 options, set both the minimum and maximum values to 4 for each of the 10 product options.\n1. For each product option in the bundle, specify if it is a default option by adding `\"default\": true` to the product options that you want to be pre-selected for the shopper.\n1. Publish the bundle to your catalog using the [Publish a catalog](/docs/api/pxm/catalog/publish-release) endpoint so you can display the products to your shoppers in your storefront.\n1. When a shopper interacts with the bundle on your storefront, they can select the products they want from the list of options. Use the [configure a shopper bundle](/docs/api/pxm/catalog/configure-by-context-product) endpoint to capture the shoppers selections. This updates the `bundle_configuration` with the product options chosen by a shopper.\n1. Once a shopper has configured their bundle, use the add a product to a cart endpoint to add the selected bundle to the shopper’s cart.\n1. When the shopper proceeds to checkout, the selected product options from the bundle are included in the order.\n\n### Bundles of Bundles\n\n<BundlesBundles></BundlesBundles>\n\n#### Creating Bundles of Bundles: An Overview\n\nTo create a bundle of bundles, simply add a bundle as a component to another bundle.\n\n1. Create your products using [**create a product**](/docs/api/pxm/products/create-product).\n1. Create all your child bundles using [**create a bundle**](/docs/api/pxm/products/create-product).\n1. [**Create a parent bundle**](/docs/api/pxm/products/create-product) and specify the product ID of your child bundle as an option of a component in your bundle. You cannot have more than 1500 options in a bundle.\n```\n",
      "item": [
        {
          "id": "cb0d139b-adcd-4874-a4c7-e12fb77508df",
          "name": "Create a product or bundle",
          "request": {
            "name": "Create a product or bundle",
            "description": {
              "content": "Creates a product or bundle with the attributes that are defined in the body.\n\n#### Product Types\n\nProduct Experience Manager automatically assigns types to the products you create. You can filter on product types. Product types can also be used in catalogs. For example, in your catalog, you can filter on `parent` so that only your parent products are displayed in your storefront. \n\nSee [**Product Types**](/docs/api/pxm/products/products#product-types).\n\n#### Product Tags\n\nYou can use product tags to store or assign a key word against a product or service that you sell in your store. The product tag can then be used to describe or label that product. Product tags represent similarities between products who do not share the same attributes. Using product tags means that you can group your products together, for example, by brand, category, subcategory, colors, types, industries, and so on. \n\nSee [**Product Tags**](/docs/api/pxm/products/product-tags).\n\n#### Personalizing Products\n\nYou can allow your shoppers to add custom text to a product when adding product items to their carts. This is useful, for example, if you have a product like a T-shirt that can be personalized, or you sell greetings cards that can be printed with your shoppers personalized messages. You can do this by configuring the `custom_inputs` attribute.\n\nWhen configuring the `custom_inputs` attribute:\n\n- You can rename `input` to something more representative of the input that shoppers are adding, for example, `message` or `front`.\n- `name` is the name that is displayed in your storefront.\n- You can add validation rules. For example, the input field must be a `string` and/or up to 255 characters in length. The limit is 255 characters.\n- You can specify if the input field is required.\n\n#### Curating Products\n\nYou can curate the products in a node. Product curation allows you to promote specific products within each node of your hierarchies, enabling you to create unique product collections in your storefront. For example, you may find you have an abundance of cotton T-Shirts and you want to promote these products to the top of the product list. When a shopper navigates to T-shirts, the cotton T-Shirts are displayed first. See [**Update a node**](/docs/api/pxm/products/update-node).\n\n#### Bundles\n\nWith Product Experience Manager, you can use the products API to create and manage bundles. A bundle is a purchasable product, consisting of one or more products that you want to sell together. \n\nSee [**Bundles**](/docs/api/pxm/products/products#bundles).\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "products"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"product\",\n    \"attributes\": {\n      \"external_ref\": \"d0ddf10c-402c-4e0f-b421-94e7f682c603\",\n      \"name\": \"T-Shirt\",\n      \"sku\": \"97805\",\n      \"slug\": \"97805\",\n      \"description\": \"T-shirt.\",\n      \"status\": \"live\",\n      \"commodity_type\": \"physical\",\n      \"mpn\": \"1234-5678-TTTT\",\n      \"upc_ean\": \"12345656\",\n      \"tags\": [\n        \"tag1\",\n        \"tag2\"\n      ],\n      \"custom_inputs\": {\n        \"front\": {\n          \"name\": \"T-Shirt Front\",\n          \"validation_rules\": [\n            {\n              \"type\": \"string\",\n              \"options\": {\n                \"max_length\": 50\n              }\n            }\n          ],\n          \"required\": false\n        },\n        \"back\": {\n          \"name\": \"T-Shirt Back\",\n          \"validation_rules\": [\n            {\n              \"type\": \"string\",\n              \"options\": {\n                \"max_length\": 50\n              }\n            }\n          ],\n          \"required\": false\n        }\n      },\n      \"locales\": {\n        \"fr-FR\": {\n          \"name\": \"T_Shirt\",\n          \"description\": \"T-Shirt.\"\n        }\n      }\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "a8fe16e6-5fb6-4911-960e-4c1d5716f257",
              "name": "Creates a product with the following attributes.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"product\",\n    \"attributes\": {\n      \"external_ref\": \"d0ddf10c-402c-4e0f-b421-94e7f682c603\",\n      \"name\": \"T-Shirt\",\n      \"sku\": \"97805\",\n      \"slug\": \"97805\",\n      \"description\": \"T-shirt.\",\n      \"status\": \"live\",\n      \"commodity_type\": \"physical\",\n      \"mpn\": \"1234-5678-TTTT\",\n      \"upc_ean\": \"12345656\",\n      \"tags\": [\n        \"tag1\",\n        \"tag2\"\n      ],\n      \"custom_inputs\": {\n        \"front\": {\n          \"name\": \"T-Shirt Front\",\n          \"validation_rules\": [\n            {\n              \"type\": \"string\",\n              \"options\": {\n                \"max_length\": 50\n              }\n            }\n          ],\n          \"required\": false\n        },\n        \"back\": {\n          \"name\": \"T-Shirt Back\",\n          \"validation_rules\": [\n            {\n              \"type\": \"string\",\n              \"options\": {\n                \"max_length\": 50\n              }\n            }\n          ],\n          \"required\": false\n        }\n      },\n      \"locales\": {\n        \"fr-FR\": {\n          \"name\": \"T_Shirt\",\n          \"description\": \"T-Shirt.\"\n        }\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"product\",\n    \"id\": \"9c85b276-09b4-488e-a59c-c561bae14c9e\",\n    \"attributes\": {\n      \"commodity_type\": \"physical\",\n      \"custom_inputs\": {\n        \"back\": {\n          \"name\": \"T-Shirt Back\",\n          \"validation_rules\": [\n            {\n              \"type\": \"string\",\n              \"options\": {\n                \"max_length\": 50\n              }\n            }\n          ],\n          \"required\": false\n        },\n        \"front\": {\n          \"name\": \"T-Shirt Front\",\n          \"validation_rules\": [\n            {\n              \"type\": \"string\",\n              \"options\": {\n                \"max_length\": 50\n              }\n            }\n          ],\n          \"required\": false\n        }\n      },\n      \"description\": \"T-shirt.\",\n      \"external_ref\": \"d0ddf10c-402c-4e0f-b421-94e7f682c603\",\n      \"locales\": {\n        \"fr-FR\": {\n          \"name\": \"T-Shirt\",\n          \"description\": \"T-Shirt.\"\n        }\n      },\n      \"mpn\": \"1234-5678-TTTT\",\n      \"name\": \"T-Shirt\",\n      \"sku\": \"97805\",\n      \"slug\": \"97805\",\n      \"status\": \"live\",\n      \"upc_ean\": \"12345656\",\n      \"tags\": [\n        \"tag1\",\n        \"tag2\"\n      ]\n    },\n    \"relationships\": {\n      \"children\": {\n        \"data\": [],\n        \"links\": {\n          \"self\": \"/products/9c85b276-09b4-488e-a59c-c561bae14c9e/children\"\n        }\n      },\n      \"component_products\": {\n        \"data\": [],\n        \"links\": {\n          \"self\": \"/products/9c85b276-09b4-488e-a59c-c561bae14c9e/relationships/component_products\"\n        }\n      },\n      \"files\": {\n        \"data\": [],\n        \"links\": {\n          \"self\": \"/products/9c85b276-09b4-488e-a59c-c561bae14c9e/relationships/files\"\n        }\n      },\n      \"main_image\": {\n        \"data\": null\n      },\n      \"templates\": {\n        \"data\": [],\n        \"links\": {\n          \"self\": \"/products/9c85b276-09b4-488e-a59c-c561bae14c9e/relationships/templates\"\n        }\n      },\n      \"variations\": {\n        \"data\": [],\n        \"links\": {\n          \"self\": \"/products/9c85b276-09b4-488e-a59c-c561bae14c9e/relationships/variations\"\n        }\n      }\n    },\n    \"meta\": {\n      \"created_at\": \"2022-08-18T14:25:57.391Z\",\n      \"owner\": \"store\",\n      \"product_types\": [\n        \"standard\"\n      ],\n      \"updated_at\": \"2022-08-18T14:25:57.391Z\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "03b1e649-df3e-4613-b9a1-a304b1b5c200",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"product\",\n    \"attributes\": {\n      \"external_ref\": \"d0ddf10c-402c-4e0f-b421-94e7f682c603\",\n      \"name\": \"T-Shirt\",\n      \"sku\": \"97805\",\n      \"slug\": \"97805\",\n      \"description\": \"T-shirt.\",\n      \"status\": \"live\",\n      \"commodity_type\": \"physical\",\n      \"mpn\": \"1234-5678-TTTT\",\n      \"upc_ean\": \"12345656\",\n      \"tags\": [\n        \"tag1\",\n        \"tag2\"\n      ],\n      \"custom_inputs\": {\n        \"front\": {\n          \"name\": \"T-Shirt Front\",\n          \"validation_rules\": [\n            {\n              \"type\": \"string\",\n              \"options\": {\n                \"max_length\": 50\n              }\n            }\n          ],\n          \"required\": false\n        },\n        \"back\": {\n          \"name\": \"T-Shirt Back\",\n          \"validation_rules\": [\n            {\n              \"type\": \"string\",\n              \"options\": {\n                \"max_length\": 50\n              }\n            }\n          ],\n          \"required\": false\n        }\n      },\n      \"locales\": {\n        \"fr-FR\": {\n          \"name\": \"T_Shirt\",\n          \"description\": \"T-Shirt.\"\n        }\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Failed Validation\",\n      \"status\": \"422\",\n      \"detail\": \"<XYZ> can not be empty\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0b272124-ae4b-4bf3-8eb1-a93f305f1b17",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"product\",\n    \"attributes\": {\n      \"external_ref\": \"d0ddf10c-402c-4e0f-b421-94e7f682c603\",\n      \"name\": \"T-Shirt\",\n      \"sku\": \"97805\",\n      \"slug\": \"97805\",\n      \"description\": \"T-shirt.\",\n      \"status\": \"live\",\n      \"commodity_type\": \"physical\",\n      \"mpn\": \"1234-5678-TTTT\",\n      \"upc_ean\": \"12345656\",\n      \"tags\": [\n        \"tag1\",\n        \"tag2\"\n      ],\n      \"custom_inputs\": {\n        \"front\": {\n          \"name\": \"T-Shirt Front\",\n          \"validation_rules\": [\n            {\n              \"type\": \"string\",\n              \"options\": {\n                \"max_length\": 50\n              }\n            }\n          ],\n          \"required\": false\n        },\n        \"back\": {\n          \"name\": \"T-Shirt Back\",\n          \"validation_rules\": [\n            {\n              \"type\": \"string\",\n              \"options\": {\n                \"max_length\": 50\n              }\n            }\n          ],\n          \"required\": false\n        }\n      },\n      \"locales\": {\n        \"fr-FR\": {\n          \"name\": \"T_Shirt\",\n          \"description\": \"T-Shirt.\"\n        }\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "cd5979c5-67f8-42e7-9062-328ad090369e",
          "name": "Get all products",
          "request": {
            "name": "Get all products",
            "description": {
              "content": "Retrieves a list of all your products in the Product Experience Manager system.\n\nYou can also use `include` to retrieve top-level resources, such as files or images, and key attribute data, such as SKU or slug for component products in a product bundle. With this option, you can get more information about the products in a product bundle in your store front, improving the buying experience for your shoppers.\n\n#### Pagination\n\nThis endpoint supports offset-based pagination using `page[offset]` and `page[limit]` query parameters.\n\n:::caution Planned pagination changes — on or after 1 September 2026\n\nThe pagination links returned by this endpoint currently differ from the Elastic Path Commerce Cloud platform standard. Specifically, the `current` link is not returned, `first`/`last` are not always present, `prev` is incorrectly omitted on the second page, and `next` is incorrectly omitted on the second-to-last page.\n\nOn or after **1 September 2026**, this endpoint will be updated so that `current` and `first` are always present, `last` is present on every page except the final page, `next` is present on every page except the last, and `prev` is present on every page except the first. See the [links](/docs/api/pxm/products/get-all-products#links) schema for full details.\n\nIf your integration iterates through pages using these links, please verify that it will handle the updated behaviour correctly before this date.\n\n:::\n\n#### Filtering\n\n Many Commerce API endpoints support filtering. The general syntax is described in [**Filtering**](/guides/Getting-Started/filtering).\n\n The following attributes and operators are supported.\n\n| Operator                  | Attribute                                                                                                                                               | Description                                                                                                                                                                                                                                             | Example                                          |\n| :------------------------ | :------------------------------------------------------------------------------------------------------------------------------------------------------ | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | :----------------------------------------------- |\n| `eq`                      | `id`, `sku`, `slug`, `upc_ean`, `manufacturer_part_num`, `name`, `templates`, `commodity_type`, `owner`, `product_types`, `parent_id`, `component_option_id`, `tags`, `status`, `has_nodes (false only)`, `created_at`, `updated_at`, `external_ref`, `description` | Equals. Checks if the values of two operands are equal. If they are, the condition is true. For `product_types`, you can only specify one product type. **Note:** `has_nodes` can only be filtered as `false`. **Note:** `component_option_id` matches when a bundle includes that product id as a component option. | `?filter=eq(name,some-name)` |\n| `like`                    | `sku`, `slug`, `upc_ean`, `manufacturer_part_num`, `name`, `tags`, `description`, `external_ref`                                                        | Like. Checks if the operand contains the specified string. Wildcards are supported.                                                                                                                                                                     | `?filter=like(name,*some-name*)`                 |\n| `in`                      | `id`, `name`, `sku`, `slug`, `upc_ean`, `manufacturer_part_num`, `product_types`, `parent_id`, `component_option_id`, `tags`, `external_ref`                                   | Checks if the values are included in the specified list. If they are, the condition is true. For `product_types`, you can specify more than one product type.                                                                                           | `?filter=in(id,some-id)`                         |\n| `gt`                      | `id`, `created_at`, `updated_at`, `external_ref`                                                                                                        | Greater than. Checks if the value of the field is greater than the given value.                                                                                                                                                                         | `?filter=gt(updated_at,2024-01-01T00:00:00Z)`    |\n| `ge`                      | `id`, `created_at`, `updated_at`, `external_ref`                                                                                                        | Greater than or equal to. Checks if the value of the field is greater than or equal to the given value.                                                                                                                                                 | `?filter=ge(created_at,2023-01-01T00:00:00Z)`    |\n| `lt`                      | `id`, `created_at`, `updated_at`, `external_ref`                                                                                                        | Less than. Checks if the value of the field is less than the given value.                                                                                                                                                                               | `?filter=lt(updated_at,2025-01-01T00:00:00Z)`    |\n| `le`                      | `id`, `created_at`, `updated_at`, `external_ref`                                                                                                        | Less than or equal to. Checks if the value of the field is less than or equal to the given value.                                                                                                                                                       | `?filter=le(created_at,2022-01-01T00:00:00Z)`    |\n| `eq` (extensions)         | `extensions.book.isbn`                                                                                                                                  | Filters using a nested extension field.                                                                                                                                                                                                                 | `?filter=eq(extensions.book.isbn,1765426)`       |\n| `eq` (shopper_attributes) | `shopper_attributes.color`                                                                                                                              | Filters using a shopper custom attribute field.                                                                                                                                                                                                         | `?filter=eq(shopper_attributes.color,red)`       |\n| `eq` (admin_attributes)   | `admin_attributes.warehouse`                                                                                                                            | Filters using an admin custom attribute field.                                                                                                                                                                                                          | `?filter=eq(admin_attributes.warehouse,US-EAST)` |\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "products"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "The number of records to offset the results by.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "0"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The number of records per page. The maximum limit is 100.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "10"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Many Commerce API endpoints support filtering. The general syntax is described [**here**](/guides/Getting-Started/filtering).\n\nFor more information about the attributes and operators that are supported, see [Get all products](/docs/api/pxm/products/get-all-products).\n",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "eq(name,some-name)"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Using the include parameter, you can retrieve top-level resources.\n\n- Files or main image. For example, `include=files,main_image`.\n- Component product data. For example, `include=component_products`.\n- Key attribute data, such as SKU or slug.\n",
                    "type": "text/plain"
                  },
                  "key": "include",
                  "value": "main_image,main_image"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "1bfa7b53-4ecd-4ce3-9870-8d75ee837bc5",
              "name": "Returns a list of all products.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page. The maximum limit is 100.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Many Commerce API endpoints support filtering. The general syntax is described [**here**](/guides/Getting-Started/filtering).\n\nFor more information about the attributes and operators that are supported, see [Get all products](/docs/api/pxm/products/get-all-products).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(name,some-name)"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Using the include parameter, you can retrieve top-level resources.\n\n- Files or main image. For example, `include=files,main_image`.\n- Component product data. For example, `include=component_products`.\n- Key attribute data, such as SKU or slug.\n",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "main_image,main_image"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"type\": \"product\",\n      \"id\": \"9c85b276-09b4-488e-a59c-c561bae14c9e\",\n      \"attributes\": {\n        \"commodity_type\": \"physical\",\n        \"custom_inputs\": {\n          \"back\": {\n            \"name\": \"T-Shirt Back\",\n            \"validation_rules\": [\n              {\n                \"type\": \"string\",\n                \"options\": {\n                  \"max_length\": 50\n                }\n              }\n            ],\n            \"required\": false\n          },\n          \"front\": {\n            \"name\": \"T-Shirt Front\",\n            \"validation_rules\": [\n              {\n                \"type\": \"string\",\n                \"options\": {\n                  \"max_length\": 50\n                }\n              }\n            ],\n            \"required\": false\n          }\n        },\n        \"description\": \"T-shirt.\",\n        \"mpn\": \"1234-5678-TTTT\",\n        \"name\": \"T-Shirt\",\n        \"sku\": \"97805\",\n        \"slug\": \"97805\",\n        \"status\": \"live\",\n        \"upc_ean\": \"12345656\",\n        \"tags\": [\n          \"tag1\",\n          \"tag2\"\n        ],\n        \"extensions\": {\n          \"products(size)\": {\n            \"widthMM\": 600,\n            \"fuelType\": \"electric\",\n            \"hasUKPlug\": true,\n            \"online\": null\n          }\n        }\n      },\n      \"relationships\": {\n        \"children\": {\n          \"data\": [],\n          \"links\": {\n            \"self\": \"/products/9c85b276-09b4-488e-a59c-c561bae14c9e/children\"\n          }\n        },\n        \"component_products\": {\n          \"data\": [],\n          \"links\": {\n            \"self\": \"/products/9c85b276-09b4-488e-a59c-c561bae14c9e/relationships/component_products\"\n          }\n        },\n        \"files\": {\n          \"data\": [],\n          \"links\": {\n            \"self\": \"/products/9c85b276-09b4-488e-a59c-c561bae14c9e/relationships/files\"\n          }\n        },\n        \"main_image\": {\n          \"data\": null\n        },\n        \"templates\": {\n          \"data\": [],\n          \"links\": {\n            \"self\": \"/products/9c85b276-09b4-488e-a59c-c561bae14c9e/relationships/templates\"\n          }\n        },\n        \"variations\": {\n          \"data\": [],\n          \"links\": {\n            \"self\": \"/products/9c85b276-09b4-488e-a59c-c561bae14c9e/relationships/variations\"\n          }\n        }\n      },\n      \"meta\": {\n        \"created_at\": \"2022-08-18T14:25:57.391Z\",\n        \"owner\": \"store\",\n        \"product_types\": [\n          \"standard\"\n        ],\n        \"updated_at\": \"2022-08-18T14:25:57.391Z\"\n      }\n    }\n  ],\n  \"meta\": {\n    \"results\": {\n      \"total\": 1\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9569a0b9-03af-472a-9aa8-913b4b5516c8",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page. The maximum limit is 100.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Many Commerce API endpoints support filtering. The general syntax is described [**here**](/guides/Getting-Started/filtering).\n\nFor more information about the attributes and operators that are supported, see [Get all products](/docs/api/pxm/products/get-all-products).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(name,some-name)"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Using the include parameter, you can retrieve top-level resources.\n\n- Files or main image. For example, `include=files,main_image`.\n- Component product data. For example, `include=component_products`.\n- Key attribute data, such as SKU or slug.\n",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "main_image,main_image"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"detail\": \"Could not parse the supplied filter\",\n      \"status\": \"400\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "08e999d5-24cf-4014-95a9-5123b12f4c41",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page. The maximum limit is 100.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Many Commerce API endpoints support filtering. The general syntax is described [**here**](/guides/Getting-Started/filtering).\n\nFor more information about the attributes and operators that are supported, see [Get all products](/docs/api/pxm/products/get-all-products).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(name,some-name)"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Using the include parameter, you can retrieve top-level resources.\n\n- Files or main image. For example, `include=files,main_image`.\n- Component product data. For example, `include=component_products`.\n- Key attribute data, such as SKU or slug.\n",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "main_image,main_image"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2c310290-496e-4068-9d00-4b09e0114bce",
          "name": "Get a product",
          "request": {
            "name": "Get a product",
            "description": {
              "content": "Returns a product by its identifier. \n\nYou can also use `include=component_products` to retrieve top-level resources, such as files or images, and key attribute data, such as SKU or slug for component products in a product bundle. With this option, you can get more information about the products in a product bundle in your store front, improving the buying experience for your shoppers.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "products",
                ":productID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Using the include parameter, you can retrieve top-level resources.\n\n- Files or main image. For example, `include=files,main_image`.\n- Component product data. For example, `include=component_products`.\n- Key attribute data, such as SKU or slug.\n",
                    "type": "text/plain"
                  },
                  "key": "include",
                  "value": "main_image,main_image"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "productID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the product.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "e649b75f-94ea-4960-b4f2-884f95d9fbf3",
              "name": "Returns a product by its identifier.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Using the include parameter, you can retrieve top-level resources.\n\n- Files or main image. For example, `include=files,main_image`.\n- Component product data. For example, `include=component_products`.\n- Key attribute data, such as SKU or slug.\n",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "main_image,main_image"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"product\",\n    \"id\": \"f5bd4e59-a95f-4bda-bfe6-0f34f47ac94b\",\n    \"attributes\": {\n      \"commodity_type\": \"physical\",\n      \"description\": \"This electric model offers an induction heating element and convection oven.\",\n      \"mpn\": \"BE-R-1111-aaaa-1a1a\",\n      \"name\": \"BestEver Range, Model 1a1a\",\n      \"sku\": \"BE-Range-1a1a\",\n      \"slug\": \"bestever-range-1a1a\",\n      \"status\": \"draft\",\n      \"upc_ean\": \"111122223333\",\n      \"tags\": [\n        \"tag1\",\n        \"tag2\"\n      ],\n      \"extensions\": {\n        \"products(size)\": {\n          \"widthMM\": 600,\n          \"fuelType\": \"electric\",\n          \"hasUKPlug\": true,\n          \"online\": null\n        }\n      }\n    },\n    \"relationships\": {\n      \"custom_relationships\": {\n        \"data\": [],\n        \"links\": {\n          \"self\": \"/products/f5bd4e59-a95f-4bda-bfe6-0f34f47ac94b/custom-relationships\",\n          \"CRP_summer_session\": \"/products/f5bd4e59-a95f-4bda-bfe6-0f34f47ac94b/custom-relationships/CRP_summer_session/products\",\n          \"CRP_winter_session\": \"/products/f5bd4e59-a95f-4bda-bfe6-0f34f47ac94b/custom-relationships/CRP_winter_session/products\"\n        }\n      },\n      \"files\": {\n        \"data\": [],\n        \"links\": {\n          \"self\": \"/products/f5bd4e59-a95f-4bda-bfe6-0f34f47ac94b/relationships/files\"\n        }\n      },\n      \"templates\": {\n        \"data\": [],\n        \"links\": {\n          \"self\": \"/products/f5bd4e59-a95f-4bda-bfe6-0f34f47ac94b/relationships/templates\"\n        }\n      }\n    },\n    \"meta\": {\n      \"created_at\": \"2023-09-28T10:43:41.72Z\",\n      \"owner\": \"organization\",\n      \"product_types\": [\n        \"standard\"\n      ],\n      \"updated_at\": \"2023-09-28T10:43:41.72Z\",\n      \"variation_matrix\": {},\n      \"custom_relationships\": [\n        \"CRP_summer_session\",\n        \"CRP_winter_session\"\n      ]\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fd610bbc-f0c1-4d0a-8f04-1684763c110f",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Using the include parameter, you can retrieve top-level resources.\n\n- Files or main image. For example, `include=files,main_image`.\n- Component product data. For example, `include=component_products`.\n- Key attribute data, such as SKU or slug.\n",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "main_image,main_image"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"detail\": \"Could not parse the supplied filter\",\n      \"status\": \"400\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ecbfa79c-5cb6-494f-bb1f-a86ce3ca8472",
              "name": "Bad Request. Not Found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Using the include parameter, you can retrieve top-level resources.\n\n- Files or main image. For example, `include=files,main_image`.\n- Component product data. For example, `include=component_products`.\n- Key attribute data, such as SKU or slug.\n",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "main_image,main_image"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f204fcff-9f6f-4952-8e15-d4e0e469c903",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Using the include parameter, you can retrieve top-level resources.\n\n- Files or main image. For example, `include=files,main_image`.\n- Component product data. For example, `include=component_products`.\n- Key attribute data, such as SKU or slug.\n",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "main_image,main_image"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3163d51a-98a7-4082-8dd5-69bef1b3d966",
          "name": "Update a product or bundle",
          "request": {
            "name": "Update a product or bundle",
            "description": {
              "content": "Specify whichever attributes you want to change. The values of the other attributes remain the same. If the attributes section is empty, the product or bundle is not updated.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "products",
                ":productID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "productID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the product.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"product\",\n    \"id\": \"60afe403-a191-455e-b771-c510c928a308\",\n    \"attributes\": {\n      \"name\": \"UPDATED BestEver Range, Model 1a1a\"\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "3b7e09e4-13bf-4e4b-ac74-928e9f03c4c0",
              "name": "Updates a product with the following attributes.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"product\",\n    \"id\": \"60afe403-a191-455e-b771-c510c928a308\",\n    \"attributes\": {\n      \"name\": \"UPDATED BestEver Range, Model 1a1a\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"product\",\n    \"id\": \"60afe403-a191-455e-b771-c510c928a308\",\n    \"attributes\": {\n      \"commodity_type\": \"physical\",\n      \"description\": \"The 30 inch version of this popular electric range.\",\n      \"mpn\": \"BE-R-1111-aaaa-1a1a-30\",\n      \"name\": \"UPDATED BestEver Range 30 inch, Model 1a1a-30\",\n      \"sku\": \"BE-Range-1a1a-30\",\n      \"slug\": \"bestever-range-1a1a-30\",\n      \"status\": \"draft\",\n      \"upc_ean\": \"111130303030\",\n      \"locales\": {\n        \"fr-FR\": {\n          \"name\": \"MISE À JOUR de la gamme BestEver 30 pouces, modèle 1a1a-30\",\n          \"description\": \"La version 30 pouces de cette cuisinière électrique populaire\"\n        }\n      },\n      \"tags\": [\n        \"tag1\",\n        \"tag2\"\n      ]\n    },\n    \"relationships\": {\n      \"files\": {\n        \"data\": [],\n        \"links\": {\n          \"self\": \"/products/60afe403-a191-455e-b771-c510c928a308/relationships/files\"\n        }\n      },\n      \"templates\": {\n        \"data\": [],\n        \"links\": {\n          \"self\": \"/products/60afe403-a191-455e-b771-c510c928a308/relationships/templates\"\n        }\n      }\n    },\n    \"meta\": {\n      \"created_at\": \"2023-09-28T10:43:41.72Z\",\n      \"owner\": \"organization\",\n      \"product_types\": [\n        \"standard\"\n      ],\n      \"updated_at\": \"2023-09-28T10:43:41.72Z\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "de346df3-4582-457e-bafd-4b7c08460ec9",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"product\",\n    \"id\": \"60afe403-a191-455e-b771-c510c928a308\",\n    \"attributes\": {\n      \"name\": \"UPDATED BestEver Range, Model 1a1a\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Forbidden\",\n      \"status\": \"403\",\n      \"detail\": \"entity owned by organization\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "17cde980-2ccb-4d07-895d-ee915b282e17",
              "name": "Bad Request. Not Found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"product\",\n    \"id\": \"60afe403-a191-455e-b771-c510c928a308\",\n    \"attributes\": {\n      \"name\": \"UPDATED BestEver Range, Model 1a1a\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e44b2cd4-df9b-4d9b-98e4-3a06821c9b15",
              "name": "Write conflict detected",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"product\",\n    \"id\": \"60afe403-a191-455e-b771-c510c928a308\",\n    \"attributes\": {\n      \"name\": \"UPDATED BestEver Range, Model 1a1a\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Conflict\",\n      \"status\": \"409\",\n      \"detail\": \"write conflict detected\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "41251bde-347e-4148-b988-ee1a32324fe7",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"product\",\n    \"id\": \"60afe403-a191-455e-b771-c510c928a308\",\n    \"attributes\": {\n      \"name\": \"UPDATED BestEver Range, Model 1a1a\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Failed Validation\",\n      \"status\": \"422\",\n      \"detail\": \"<XYZ> can not be empty\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "59e73802-5fb9-433b-a6c5-be6a8d95dd31",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"product\",\n    \"id\": \"60afe403-a191-455e-b771-c510c928a308\",\n    \"attributes\": {\n      \"name\": \"UPDATED BestEver Range, Model 1a1a\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "aee6eff4-76ca-4ca8-9878-80ed1c326e1f",
          "name": "Delete a product",
          "request": {
            "name": "Delete a product",
            "description": {
              "content": "Deletes the specified product.\n\nYou cannot delete a product if it is part of a bundle. You must first delete the bundle before you delete the product.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "products",
                ":productID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "productID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the product.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "27ce0a81-e904-430f-9b5a-6cf7a0ee201a",
              "name": "Deletes the specified product.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "aabff93f-4037-4435-ba0b-50838a07313a",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Forbidden\",\n      \"status\": \"403\",\n      \"detail\": \"entity owned by organization\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8701a2bf-853b-4a14-807f-6db5fc927d17",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Failed Validation\",\n      \"status\": \"422\",\n      \"detail\": \"<XYZ> can not be empty\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d90b20da-1fdb-4eaf-816d-4d68e8d0c56e",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "30b6815a-dfd2-44b8-b97f-7efd08c1fa80",
          "name": "Attach multiple nodes",
          "request": {
            "name": "Attach multiple nodes",
            "description": {
              "content": "Assigns products to multiple hierarchies and their children nodes. You can apply a filter to search for the appropriate products to attach to a node. For general filtering syntax, see [**Filtering**](/guides/Getting-Started/filtering).\n \n The following attributes and operators are supported.\n \n | Operator                  | Attribute                                                                                                                                               | Description                                                                                                                                                                                                                                             | Example                                          |\n | :------------------------ | :------------------------------------------------------------------------------------------------------------------------------------------------------ | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | :----------------------------------------------- |\n | `eq`                      | `id`, `sku`, `slug`, `upc_ean`, `manufacturer_part_num`, `name`, `templates`, `commodity_type`, `owner`, `product_types`, `parent_id`, `component_option_id`, `tags`, `status`, `has_nodes (false only)`, `created_at`, `updated_at`, `external_ref`, `description` | Equals. Checks if the values of two operands are equal. If they are, the condition is true. For `product_types`, you can only specify one product type. **Note:** `has_nodes` can only be filtered as `false`. **Note:** `component_option_id` matches when a bundle includes that product id as a component option. | `?filter=eq(name,some-name)` |\n | `like`                    | `sku`, `slug`, `upc_ean`, `manufacturer_part_num`, `name`, `tags`, `description`, `external_ref`                                                        | Like. Checks if the operand contains the specified string. Wildcards are supported.                                                                                                                                                                     | `?filter=like(name,*some-name*)`                 |\n | `in`                      | `id`, `name`, `sku`, `slug`, `upc_ean`, `manufacturer_part_num`, `product_types`, `parent_id`, `component_option_id`, `tags`, `external_ref`                                   | Checks if the values are included in the specified list. If they are, the condition is true. For `product_types`, you can specify more than one product type.                                                                                           | `?filter=in(id,some-id)`                         |\n | `gt`                      | `id`, `created_at`, `updated_at`, `external_ref`                                                                                                        | Greater than. Checks if the value of the field is greater than the given value.                                                                                                                                                                         | `?filter=gt(updated_at,2024-01-01T00:00:00Z)`    |\n | `ge`                      | `id`, `created_at`, `updated_at`, `external_ref`                                                                                                        | Greater than or equal to. Checks if the value of the field is greater than or equal to the given value.                                                                                                                                                 | `?filter=ge(created_at,2023-01-01T00:00:00Z)`    |\n | `lt`                      | `id`, `created_at`, `updated_at`, `external_ref`                                                                                                        | Less than. Checks if the value of the field is less than the given value.                                                                                                                                                                               | `?filter=lt(updated_at,2025-01-01T00:00:00Z)`    |\n | `le`                      | `id`, `created_at`, `updated_at`, `external_ref`                                                                                                        | Less than or equal to. Checks if the value of the field is less than or equal to the given value.                                                                                                                                                       | `?filter=le(created_at,2022-01-01T00:00:00Z)`    |\n | `eq` (extensions)         | `extensions.book.isbn`                                                                                                                                  | Filters using a nested extension field.                                                                                                                                                                                                                 | `?filter=eq(extensions.book.isbn,1765426)`       |\n | `eq` (shopper_attributes) | `shopper_attributes.color`                                                                                                                              | Filters using a shopper custom attribute field.                                                                                                                                                                                                         | `?filter=eq(shopper_attributes.color,red)`       |\n | `eq` (admin_attributes)   | `admin_attributes.warehouse`                                                                                                                            | Filters using an admin custom attribute field.                                                                                                                                                                                                          | `?filter=eq(admin_attributes.warehouse,US-EAST)` |\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "products",
                "attach_nodes"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"filter\": \"eq(sku,book)\",\n    \"node_ids\": [\n      \"123\"\n    ]\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "e628f170-9d87-43e5-b35f-ef9d2b61c149",
              "name": "This request assigns the products that you have selected to multiple hierarchies and their children nodes and returns the following.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    "attach_nodes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"filter\": \"eq(sku,book)\",\n    \"node_ids\": [\n      \"123\"\n    ]\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"meta\": {\n    \"nodes_attached\": 3,\n    \"nodes_not_found\": []\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2b5e6191-3422-485a-beb9-37112f16abec",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    "attach_nodes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"filter\": \"eq(sku,book)\",\n    \"node_ids\": [\n      \"123\"\n    ]\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"detail\": \"Could not parse the supplied filter\",\n      \"status\": \"400\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9e43596b-9709-4624-8fd8-ab07badc77bb",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    "attach_nodes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"filter\": \"eq(sku,book)\",\n    \"node_ids\": [\n      \"123\"\n    ]\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Failed Validation\",\n      \"status\": \"422\",\n      \"detail\": \"<XYZ> can not be empty\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f15e0f19-a733-47d0-aaea-ca67e67bb362",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    "attach_nodes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"filter\": \"eq(sku,book)\",\n    \"node_ids\": [\n      \"123\"\n    ]\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "44364332-677b-4ee9-bb2c-575c3ae1457e",
          "name": "Detach multiple nodes",
          "request": {
            "name": "Detach multiple nodes",
            "description": {
              "content": "Dissociates products from multiple hierarchies and their children nodes. You can apply filters to search for the appropriate products to detach. For general filtering syntax, see [**Filtering**](/guides/Getting-Started/filtering).\n \nThe following attributes and operators are supported.\n \n | Operator                  | Attribute                                                                                                                                               | Description                                                                                                                                                                                                                                             | Example                                          |\n | :------------------------ | :------------------------------------------------------------------------------------------------------------------------------------------------------ | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | :----------------------------------------------- |\n | `eq`                      | `id`, `sku`, `slug`, `upc_ean`, `manufacturer_part_num`, `name`, `templates`, `commodity_type`, `owner`, `product_types`, `parent_id`, `component_option_id`, `tags`, `status`, `has_nodes (false only)`, `created_at`, `updated_at`, `external_ref`, `description` | Equals. Checks if the values of two operands are equal. If they are, the condition is true. For `product_types`, you can only specify one product type. **Note:** `has_nodes` can only be filtered as `false`. **Note:** `component_option_id` matches when a bundle includes that product id as a component option. | `?filter=eq(name,some-name)` |\n | `like`                    | `sku`, `slug`, `upc_ean`, `manufacturer_part_num`, `name`, `tags`, `description`, `external_ref`                                                        | Like. Checks if the operand contains the specified string. Wildcards are supported.                                                                                                                                                                     | `?filter=like(name,*some-name*)`                 |\n | `in`                      | `id`, `name`, `sku`, `slug`, `upc_ean`, `manufacturer_part_num`, `product_types`, `parent_id`, `component_option_id`, `tags`, `external_ref`                                   | Checks if the values are included in the specified list. If they are, the condition is true. For `product_types`, you can specify more than one product type.                                                                                           | `?filter=in(id,some-id)`                         |\n | `gt`                      | `id`, `created_at`, `updated_at`, `external_ref`                                                                                                        | Greater than. Checks if the value of the field is greater than the given value.                                                                                                                                                                         | `?filter=gt(updated_at,2024-01-01T00:00:00Z)`    |\n | `ge`                      | `id`, `created_at`, `updated_at`, `external_ref`                                                                                                        | Greater than or equal to. Checks if the value of the field is greater than or equal to the given value.                                                                                                                                                 | `?filter=ge(created_at,2023-01-01T00:00:00Z)`    |\n | `lt`                      | `id`, `created_at`, `updated_at`, `external_ref`                                                                                                        | Less than. Checks if the value of the field is less than the given value.                                                                                                                                                                               | `?filter=lt(updated_at,2025-01-01T00:00:00Z)`    |\n | `le`                      | `id`, `created_at`, `updated_at`, `external_ref`                                                                                                        | Less than or equal to. Checks if the value of the field is less than or equal to the given value.                                                                                                                                                       | `?filter=le(created_at,2022-01-01T00:00:00Z)`    |\n | `eq` (extensions)         | `extensions.book.isbn`                                                                                                                                  | Filters using a nested extension field.                                                                                                                                                                                                                 | `?filter=eq(extensions.book.isbn,1765426)`       |\n | `eq` (shopper_attributes) | `shopper_attributes.color`                                                                                                                              | Filters using a shopper custom attribute field.                                                                                                                                                                                                         | `?filter=eq(shopper_attributes.color,red)`       |\n | `eq` (admin_attributes)   | `admin_attributes.warehouse`                                                                                                                            | Filters using an admin custom attribute field.                                                                                                                                                                                                          | `?filter=eq(admin_attributes.warehouse,US-EAST)` |\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "products",
                "detach_nodes"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"filter\": \"eq(sku,book)\",\n    \"node_ids\": [\n      \"123\"\n    ]\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "b35486ea-46a8-400d-8a91-a1015d1ade8d",
              "name": "The request dissociates the products that you have selected from multiple hierarchies and their children and returns the following.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    "detach_nodes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"filter\": \"eq(sku,book)\",\n    \"node_ids\": [\n      \"123\"\n    ]\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"meta\": {\n    \"nodes_detached\": 1,\n    \"nodes_not_found\": []\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a314b706-0eb4-4276-8c26-093a15341f79",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    "detach_nodes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"filter\": \"eq(sku,book)\",\n    \"node_ids\": [\n      \"123\"\n    ]\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"detail\": \"Could not parse the supplied filter\",\n      \"status\": \"400\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8cbcbd70-3fb4-47ff-8dee-60c241d89d09",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    "detach_nodes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"filter\": \"eq(sku,book)\",\n    \"node_ids\": [\n      \"123\"\n    ]\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Failed Validation\",\n      \"status\": \"422\",\n      \"detail\": \"<XYZ> can not be empty\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e4baa08e-b281-479d-9e35-737b1ec7fb44",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    "detach_nodes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"filter\": \"eq(sku,book)\",\n    \"node_ids\": [\n      \"123\"\n    ]\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "684db530-96ed-4c3b-9e58-b9e438b52b08",
          "name": "Get a product's nodes",
          "request": {
            "name": "Get a product's nodes",
            "description": {
              "content": "Returns the nodes associated with the product. Products must be in a `live` status.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "products",
                ":productID",
                "nodes"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "The number of records to offset the results by.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "0"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The number of records per page. The maximum limit is 100.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "10"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "productID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the product.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "66a69dc4-ca19-41e4-9895-8acdb79f95e9",
              "name": "Successfully returns the product's nodes.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "nodes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page. The maximum limit is 100.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"9ea0de15-3347-43dd-8faa-cd32f44a04c7\",\n      \"type\": \"node\",\n      \"attributes\": {\n        \"description\": \"Latest Ballet Shoes\",\n        \"locales\": {\n          \"fr-FR\": {\n            \"name\": \"Chaussons de ballet\",\n            \"description\": \"Dernières chaussures de ballet\"\n          }\n        },\n        \"name\": \"Ballet Shoes\",\n        \"slug\": \"ballet-shoes\"\n      },\n      \"relationships\": {\n        \"children\": {\n          \"data\": [],\n          \"links\": {\n            \"related\": \"/hierarchies/6183d10c-94b5-4caa-9f12-2f14cb738d41/nodes/9ea0de15-3347-43dd-8faa-cd32f44a04c7/children\"\n          }\n        },\n        \"products\": {\n          \"data\": [],\n          \"links\": {\n            \"related\": \"/hierarchies/6183d10c-94b5-4caa-9f12-2f14cb738d41/nodes/9ea0de15-3347-43dd-8faa-cd32f44a04c7/products\"\n          }\n        }\n      },\n      \"meta\": {\n        \"created_at\": \"2024-01-11T19:19:50.087Z\",\n        \"owner\": \"store\",\n        \"sort_order\": 5,\n        \"updated_at\": \"2024-01-11T19:56:53.695Z\",\n        \"hierarchy_id\": \"6183d10c-94b5-4caa-9f12-2f14cb738d41\",\n        \"breadcrumbs\": [\n          {\n            \"id\": \"6183d10c-94b5-4caa-9f12-2f14cb738d41\",\n            \"name\": \"Shoes\",\n            \"slug\": \"shoes\",\n            \"locales\": {\n              \"fr-FR\": {\n                \"name\": \"hierarchy 1 in French\"\n              }\n            }\n          },\n          {\n            \"id\": \"9ea0de15-3347-43dd-8faa-cd32f44a04c7\",\n            \"name\": \"Ballet Shoes\",\n            \"slug\": \"ballet-shoes\",\n            \"locales\": {\n              \"fr-FR\": {\n                \"name\": \"Node 1 in French\"\n              }\n            }\n          }\n        ]\n      }\n    },\n    {\n      \"type\": \"node\",\n      \"id\": \"b2f5e53e-de3c-4548-98da-120f8b185d34\",\n      \"attributes\": {\n        \"description\": \"All Dress Shoes\",\n        \"locales\": {\n          \"fr-FR\": {\n            \"name\": \"Chaussures habillées\",\n            \"description\": \"Toutes les chaussures habillées\"\n          }\n        },\n        \"name\": \"Dress Shoes\",\n        \"slug\": \"dress-shoes\"\n      },\n      \"relationships\": {\n        \"children\": {\n          \"data\": [],\n          \"links\": {\n            \"related\": \"/hierarchies/6183d10c-94b5-4caa-9f12-2f14cb738d41/nodes/b2f5e53e-de3c-4548-98da-120f8b185d34/children\"\n          }\n        },\n        \"products\": {\n          \"data\": [],\n          \"links\": {\n            \"related\": \"/hierarchies/6183d10c-94b5-4caa-9f12-2f14cb738d41/nodes/b2f5e53e-de3c-4548-98da-120f8b185d34/products\"\n          }\n        }\n      },\n      \"meta\": {\n        \"created_at\": \"2024-01-11T19:50:21.729Z\",\n        \"owner\": \"store\",\n        \"sort_order\": 3,\n        \"updated_at\": \"2024-01-11T19:50:21.729Z\",\n        \"hierarchy_id\": \"6183d10c-94b5-4caa-9f12-2f14cb738d41\",\n        \"breadcrumbs\": [\n          {\n            \"id\": \"6183d10c-94b5-4caa-9f12-2f14cb738d41\",\n            \"name\": \"Shoes\",\n            \"slug\": \"shoes\",\n            \"locales\": {\n              \"fr-FR\": {\n                \"name\": \"hierarchy 1 in French\"\n              }\n            }\n          },\n          {\n            \"id\": \"b2f5e53e-de3c-4548-98da-120f8b185d34\",\n            \"name\": \"Dress Shoes\",\n            \"slug\": \"dress-shoes\",\n            \"locales\": {\n              \"fr-FR\": {\n                \"name\": \"Node 2 in French\"\n              }\n            }\n          }\n        ]\n      }\n    }\n  ],\n  \"meta\": {\n    \"results\": {\n      \"total\": 2\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fa1231d0-1bb2-4cd2-93f7-da8d7902a970",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "nodes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page. The maximum limit is 100.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"detail\": \"Could not parse the supplied filter\",\n      \"status\": \"400\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e946aabf-61d0-4384-b3b5-b5372a8d2c24",
              "name": "Bad Request. Not Found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "nodes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page. The maximum limit is 100.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f2870e41-6696-4ba0-ad5c-abf16d8fe8e5",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "nodes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page. The maximum limit is 100.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Product Tags",
      "description": "```mdx-code-block\nimport ProductTags from '/docs/partials/pxm/products/tags.mdx';\n\n<ProductTags />\n```\n",
      "item": [
        {
          "id": "e5e57ca2-8e6a-4175-b98a-5bb17c07e10f",
          "name": "Get All Product Tags",
          "request": {
            "name": "Get All Product Tags",
            "description": {
              "content": "Retrieves all product tags for a store. A store can view the tags associated with the organization to which the store belongs. However, an organization can only view the tags associated with the organization.\n \n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "tags"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "c6483bc3-ca05-4246-89e1-0655e6900b21",
              "name": "Returns all the product tags.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "tags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"type\": \"tag\",\n      \"id\": \"a88aac35-54de-40c2-bb4b-f1c57624db27\",\n      \"attributes\": {\n        \"value\": \"shirts\"\n      },\n      \"meta\": {\n        \"created_at\": \"2024-03-20T15:56:40.014Z\",\n        \"owner\": \"store\",\n        \"updated_at\": \"2024-03-20T15:56:40.014Z\"\n      }\n    },\n    {\n      \"type\": \"tag\",\n      \"id\": \"6782e020-fefd-431e-9dea-b59d249c2c5e\",\n      \"attributes\": {\n        \"value\": \"shoes\"\n      },\n      \"meta\": {\n        \"created_at\": \"2024-03-20T15:56:40.014Z\",\n        \"owner\": \"store\",\n        \"updated_at\": \"2024-03-20T15:56:40.014Z\"\n      }\n    }\n  ],\n  \"meta\": {\n    \"results\": {\n      \"total\": 2\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b107e3a2-d96d-4ed9-b20e-a9ae3fff5a9d",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "tags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"detail\": \"Could not parse the supplied filter\",\n      \"status\": \"400\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4049f594-b0b7-442c-b8bb-9f5b98634649",
              "name": "Bad Request. Not Found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "tags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f9877176-dd4b-454d-b589-500945ef9ce6",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "tags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Failed Validation\",\n      \"status\": \"422\",\n      \"detail\": \"<XYZ> can not be empty\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "92f836d7-a531-4c14-a7f9-5cd3aa6c2275",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "tags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "80da18f2-8998-4ce7-a328-28e6efcb9222",
          "name": "Get a Product Tag",
          "request": {
            "name": "Get a Product Tag",
            "description": {
              "content": "Retrieves a product tag for a store. A store can view the tags associated with the organization to which the store belongs. However, an organization can only view the tags associated with the organization.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "tags",
                ":tagID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "tagID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the tag.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "fb7926cb-2980-4d43-9049-544fec3acd47",
              "name": "Returns a product tag with the following attributes.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "tags",
                    ":tagID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the tag.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "tagID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"tag\",\n    \"id\": \"9879a8f5-0da2-4be6-91f6-a0f09d1c77a9\",\n    \"attributes\": {\n      \"value\": \"tables\"\n    },\n    \"meta\": {\n      \"created_at\": \"2024-03-20T18:37:43.398Z\",\n      \"owner\": \"organization\",\n      \"updated_at\": \"2024-03-20T18:37:43.398Z\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7e7e5762-4c35-407d-b6fb-352dba6bec24",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "tags",
                    ":tagID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the tag.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "tagID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"detail\": \"Could not parse the supplied filter\",\n      \"status\": \"400\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "95a47197-a5be-414b-9534-a71440a0db35",
              "name": "Bad Request. Not Found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "tags",
                    ":tagID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the tag.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "tagID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ef310f0a-3499-4af5-b8cf-760c7134cc9a",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "tags",
                    ":tagID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the tag.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "tagID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Failed Validation\",\n      \"status\": \"422\",\n      \"detail\": \"<XYZ> can not be empty\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c873ec46-7cae-4ccb-85dc-d787b26e565e",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "tags",
                    ":tagID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the tag.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "tagID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Extending Products with Templates",
      "description": "```mdx-code-block\nimport TemplatesOverview from '/docs/partials/pxm/templates/extendingproducts.mdx';\n\n<TemplatesOverview />\n```\n",
      "item": [
        {
          "id": "e6e8c0c8-e678-42d2-a42d-687ab810e5a6",
          "name": "Create a product template relationship",
          "request": {
            "name": "Create a product template relationship",
            "description": {
              "content": "Retrieves all the templates that are associated with the specified product.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "products",
                ":productID",
                "relationships",
                "templates"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "productID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the product.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": [\n    {\n      \"id\": \"43903bfa-5352-4a3d-9496-c9ab1229a175\",\n      \"type\": \"template\"\n    },\n    {\n      \"id\": \"50f56ce9-9381-43f6-8a52-5369a8b42e52\",\n      \"type\": \"template\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "04f6723b-6309-4979-b451-39d0157f9ef7",
              "name": "Returns a created product template relationship.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "templates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"43903bfa-5352-4a3d-9496-c9ab1229a175\",\n      \"type\": \"template\"\n    },\n    {\n      \"id\": \"50f56ce9-9381-43f6-8a52-5369a8b42e52\",\n      \"type\": \"template\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"43903bfa-5352-4a3d-9496-c9ab1229a175\",\n      \"type\": \"template\"\n    },\n    {\n      \"id\": \"50f56ce9-9381-43f6-8a52-5369a8b42e52\",\n      \"type\": \"template\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cf27f8c5-fcd9-4a79-bdc2-33950a18b385",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "templates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"43903bfa-5352-4a3d-9496-c9ab1229a175\",\n      \"type\": \"template\"\n    },\n    {\n      \"id\": \"50f56ce9-9381-43f6-8a52-5369a8b42e52\",\n      \"type\": \"template\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"detail\": \"Could not parse the supplied filter\",\n      \"status\": \"400\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "efe4c63b-a23d-49fe-b053-8f7fbd1de1b3",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "templates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"43903bfa-5352-4a3d-9496-c9ab1229a175\",\n      \"type\": \"template\"\n    },\n    {\n      \"id\": \"50f56ce9-9381-43f6-8a52-5369a8b42e52\",\n      \"type\": \"template\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Forbidden\",\n      \"status\": \"403\",\n      \"detail\": \"entity owned by organization\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4f615ff1-4dd0-4449-8cfa-b1193a6f9b75",
              "name": "Bad Request. Not Found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "templates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"43903bfa-5352-4a3d-9496-c9ab1229a175\",\n      \"type\": \"template\"\n    },\n    {\n      \"id\": \"50f56ce9-9381-43f6-8a52-5369a8b42e52\",\n      \"type\": \"template\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "891a3118-5641-4a29-b465-a3280edfa636",
              "name": "Write conflict detected",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "templates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"43903bfa-5352-4a3d-9496-c9ab1229a175\",\n      \"type\": \"template\"\n    },\n    {\n      \"id\": \"50f56ce9-9381-43f6-8a52-5369a8b42e52\",\n      \"type\": \"template\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Conflict\",\n      \"status\": \"409\",\n      \"detail\": \"write conflict detected\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c1f0d5df-ca39-4f0c-8c0f-c7bb263d3e8b",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "templates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"43903bfa-5352-4a3d-9496-c9ab1229a175\",\n      \"type\": \"template\"\n    },\n    {\n      \"id\": \"50f56ce9-9381-43f6-8a52-5369a8b42e52\",\n      \"type\": \"template\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Failed Validation\",\n      \"status\": \"422\",\n      \"detail\": \"<XYZ> can not be empty\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4e2485c1-ec33-444d-802b-58e376285773",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "templates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"43903bfa-5352-4a3d-9496-c9ab1229a175\",\n      \"type\": \"template\"\n    },\n    {\n      \"id\": \"50f56ce9-9381-43f6-8a52-5369a8b42e52\",\n      \"type\": \"template\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5154acc9-add3-452c-ac0c-0b3731877e42",
          "name": "Get all product template relationships",
          "request": {
            "name": "Get all product template relationships",
            "description": {},
            "url": {
              "path": [
                "pcm",
                "products",
                ":productID",
                "relationships",
                "templates"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "productID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the product.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "a9871b56-2ef4-4144-8dc6-eaa31ba748d8",
              "name": "Returns all product template relationships.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "templates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"43903bfa-5352-4a3d-9496-c9ab1229a175\",\n      \"type\": \"template\"\n    },\n    {\n      \"id\": \"50f56ce9-9381-43f6-8a52-5369a8b42e52\",\n      \"type\": \"template\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e041a878-7eca-4e54-b333-969119793a87",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "templates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"detail\": \"Could not parse the supplied filter\",\n      \"status\": \"400\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "28963143-cfaa-486a-9125-ea6f105265ef",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "templates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Forbidden\",\n      \"status\": \"403\",\n      \"detail\": \"entity owned by organization\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cd374849-595a-490e-a17b-34092889d6ae",
              "name": "Bad Request. Not Found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "templates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c7140b68-cc21-4251-8f47-ec3c24076c2d",
              "name": "Write conflict detected",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "templates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Conflict\",\n      \"status\": \"409\",\n      \"detail\": \"write conflict detected\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "63a0487c-f590-42c1-867e-2eb6df6725dc",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "templates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Failed Validation\",\n      \"status\": \"422\",\n      \"detail\": \"<XYZ> can not be empty\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9aa2bbb1-d13b-4493-95ae-4f179dbb9bf5",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "templates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1a74d576-6bee-4684-ac67-81d5eac555fc",
          "name": "Delete a product template relationship",
          "request": {
            "name": "Delete a product template relationship",
            "description": {},
            "url": {
              "path": [
                "pcm",
                "products",
                ":productID",
                "relationships",
                "templates"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "productID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the product.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": [\n    {\n      \"id\": \"43903bfa-5352-4a3d-9496-c9ab1229a175\",\n      \"type\": \"template\"\n    },\n    {\n      \"id\": \"50f56ce9-9381-43f6-8a52-5369a8b42e52\",\n      \"type\": \"template\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "98545bf7-febf-47b0-b10e-09ae812a9228",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "templates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"43903bfa-5352-4a3d-9496-c9ab1229a175\",\n      \"type\": \"template\"\n    },\n    {\n      \"id\": \"50f56ce9-9381-43f6-8a52-5369a8b42e52\",\n      \"type\": \"template\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "23401d21-ee3c-4d23-8d7e-79a8c15609d3",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "templates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"43903bfa-5352-4a3d-9496-c9ab1229a175\",\n      \"type\": \"template\"\n    },\n    {\n      \"id\": \"50f56ce9-9381-43f6-8a52-5369a8b42e52\",\n      \"type\": \"template\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"detail\": \"Could not parse the supplied filter\",\n      \"status\": \"400\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cecabeeb-8ddd-404b-b38f-39ece5d1f16b",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "templates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"43903bfa-5352-4a3d-9496-c9ab1229a175\",\n      \"type\": \"template\"\n    },\n    {\n      \"id\": \"50f56ce9-9381-43f6-8a52-5369a8b42e52\",\n      \"type\": \"template\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Forbidden\",\n      \"status\": \"403\",\n      \"detail\": \"entity owned by organization\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "03f21871-47d4-4ddb-9a8a-d91cdeb80ad6",
              "name": "Bad Request. Not Found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "templates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"43903bfa-5352-4a3d-9496-c9ab1229a175\",\n      \"type\": \"template\"\n    },\n    {\n      \"id\": \"50f56ce9-9381-43f6-8a52-5369a8b42e52\",\n      \"type\": \"template\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "71ca785e-3191-4174-baf6-7565c737da3a",
              "name": "Write conflict detected",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "templates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"43903bfa-5352-4a3d-9496-c9ab1229a175\",\n      \"type\": \"template\"\n    },\n    {\n      \"id\": \"50f56ce9-9381-43f6-8a52-5369a8b42e52\",\n      \"type\": \"template\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Conflict\",\n      \"status\": \"409\",\n      \"detail\": \"write conflict detected\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "10f0edf4-2b0c-406e-89d1-620a48d6af7b",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "templates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"43903bfa-5352-4a3d-9496-c9ab1229a175\",\n      \"type\": \"template\"\n    },\n    {\n      \"id\": \"50f56ce9-9381-43f6-8a52-5369a8b42e52\",\n      \"type\": \"template\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Failed Validation\",\n      \"status\": \"422\",\n      \"detail\": \"<XYZ> can not be empty\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ed1b1b7e-25c2-4411-b184-0b241373fe95",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "templates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"43903bfa-5352-4a3d-9496-c9ab1229a175\",\n      \"type\": \"template\"\n    },\n    {\n      \"id\": \"50f56ce9-9381-43f6-8a52-5369a8b42e52\",\n      \"type\": \"template\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Bundle Component Products Relationships",
      "description": "With Product Experience Manager, you can create and manage bundles. A bundle is a purchasable product, consisting of one or more products that you want to sell together.\n\nYou can create multiple components within a bundle. Each component must have at least one or more options. Each option is a product and a quantity.\n",
      "item": [
        {
          "id": "a62c062b-8fea-4120-a751-966d5e81f900",
          "name": "Get Bundle Component Product Relationships",
          "request": {
            "name": "Get Bundle Component Product Relationships",
            "description": {
              "content": "Retrieves all the products included in the specified bundle product.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "products",
                ":productID",
                "relationships",
                "component_products"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "productID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the product.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "4023e622-6e48-4c64-9d16-2940b3b6ff2d",
              "name": "Returns all Component Products relationships.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "component_products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"43903bfa-5352-4a3d-9496-c9ab1229a175\",\n      \"type\": \"product\"\n    },\n    {\n      \"id\": \"50f56ce9-9381-43f6-8a52-5369a8b42e52\",\n      \"type\": \"product\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2efd6f34-acd3-4103-83e1-0603619ff944",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "component_products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"detail\": \"Could not parse the supplied filter\",\n      \"status\": \"400\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "175bc06b-b41d-4660-bcc0-74df72c5ddb9",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "component_products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Forbidden\",\n      \"status\": \"403\",\n      \"detail\": \"entity owned by organization\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f297bab0-ad37-4814-8421-2bc5b96d100a",
              "name": "Bad Request. Not Found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "component_products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "742c7a24-abf5-47ee-9fc4-5571ef8caa52",
              "name": "Write conflict detected",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "component_products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Conflict\",\n      \"status\": \"409\",\n      \"detail\": \"write conflict detected\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e7641c49-e3e6-4937-89bb-008bb8745333",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "component_products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Failed Validation\",\n      \"status\": \"422\",\n      \"detail\": \"<XYZ> can not be empty\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3c7cc705-8fb1-4722-80c7-fe819db76f5a",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "component_products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Variations",
      "description": "```mdx-code-block\nimport VariationsOverview from '/docs/partials/pxm/variations/variationsoverview.mdx';\nimport VariationsReusability from '/docs/partials/pxm/variations/variationsreusability.mdx';\nimport ChildProducts from '/docs/partials/pxm/variations/childproducts.mdx';\nimport BuildChildren from '/docs/partials/pxm/variations/buildchildproducts.mdx';\nimport ProductModifiers from '/docs/partials/pxm/variations/productmodifiers.mdx';\nimport PriceModifiers from \"/docs/partials/pxm/variations/pricemodifiers.mdx\";\n\n<VariationsOverview />\n\n### Reusability\n\n<VariationsReusability />\n\n### Child Products\n\n<ChildProducts />\n\n### Building Child Products\n\n<BuildChildren />\n\n### Sorting the Order of Variations and Options\n\nThe `variation_matrix` object lists the variation IDs and variation option IDs and their corresponding product IDs that are generated when the variation and variation options are built with a product. The `variation_matrix` can then be added to your catalogs.\n\nThe order of the variations in the `variation_matrix` is the order of the variations in the array when the variations were linked to the product. For example, the first variation in the `variation_matrix` corresponds to the first variation in the array, and so on. You can use the `sort_order`attribute to sort the order of your variation and variation options in the `variation_matrix` object. The sort order value is visible when you add the variations and variation options to your catalogs. You can then use the `sort_order` value to program your storefront to display the variations and variation options in the order that you want.\n\nAdd the `sort_order` attribute to the body of your request and specify a `sort_order` value. A `sort_order` value must be a number. You can specify any numbers that you want.\n\n- 1, 2, 3, or 100, 90, 80, and so on.\n- Zero or negative numbers.\n\nYou can set `sort_order` to either `null` or omit it entirely from the request if you wish to remove an existing `sort_order` attribute.\n\n:::caution\n\n- Commerce does not sort variations and variation options. You must program your storefront to sort the variations and variation options in the order that you want.\n- You must rebuild your products for the sort order changes to take effect. See [**Build Child Products**](#build-child-products).\n\n:::\n\n### Product Modifiers\n\n<ProductModifiers />\n\n### Price Modifiers\n\n<PriceModifiers />\n```\n",
      "item": [
        {
          "id": "7d328543-0e64-4b3e-9b61-108f6a28b67e",
          "name": "Build child products",
          "request": {
            "name": "Build child products",
            "description": {
              "content": "With product variations in Product Experience Manager, you can create product variations and different options for each variation and use both to create child products for a product. Each child product is a unique combination of options associated with the product.  \n\nChild products inherit attributes from their parent products. When you make changes to the attributes of the parent products, you can rebuild your child products, ensuring that changes to the parent products are propagated to the child products.\n\nAlternatively, you can modify a child product independently, without impacting its parent product. For example, you may prefer the status of your child product to be `live`, while keeping the parent product's status as `draft`. When you directly update a child product, it becomes independent of its parent product. In other words, any subsequent changes made to the parent product are not automatically reflected in the child product when you rebuild the parent product and its child products. Once a child product is independent of its parent, you cannot recreate the association between the child product and its parent. You must delete the child product and rebuild the parent to recreate the child product.\n\nFollowing on from that, if you add the same flow to both a parent and child product, the child flow values are not affected by changes to the parent flow values in a rebuild.\n\n### Using Build Rules\n\nWhen building your child products, you can build all products related to a product. \n\nAlternatively, you can build a combination of child products associated with a product, based on build rules that you specify. This is useful, for example, if you have a variation option that you do not sell. This makes managing and building your child products quick and easy. You can do this using `build_rules`. `build_rules` are combinations of variation option IDs that you wish to include or exclude when building your child products.\n\n:::note\n\nYou do not need to configure any `build_rules` in the following scenarios:\n\n- Child products must be built with all variation options. Simply, use the `Create a product` or `Update a product` endpoints with no `build_rules` specified.\n- Child products must be built apart from all options for a specific variation. In this case, you must remove the variation and use the `Create a product` or `Update a product` endpoints with no `build_rules` specified. In other words, using our example, if none of the `size` options should be included, then remove the `size` variation.\n\n:::\n\nThe `build_rules` contain:\n\n- (Required) `default`: specifies the default behavior.\n- (Optional) `include`: specifies the option IDs to include when the child products are built. Each combination consists of a nested array of option IDs from one or more variations. Combinations of option IDs in the nested arrays must come from different variations. See [**Invalid Build Rules**](#invalid-build-rules).\n- (Optional) `exclude`: specifies the option IDs to exclude when the child products are built. Each combination consists of a nested array of option IDs from one or more variations. Combinations of option IDs in the nested arrays must come from different variations. See [**Invalid build rules**](#invalid-build-rules).\n\nWhen building child products, Commerce compares each combination of option IDs to these rules to determine how your child products should be built, depending on how you have configured the `build_rules`. It depends on your requirements how you configure your `build_rules`.\n\n#### Invalid Build Rules\n\nThe `build_rules` are invalid if both the option IDs come from the same variation. Combinations of option IDs in the nested arrays must come from different variations.\n\nIf Commerce cannot resolve the `build_rules` a `could not determine whether to include or exclude a child product due to ambiguous rules` error is returned. This error can occur, for example, if you have the same number of variation option IDs in both the `include` and `exclude` arrays and the variation option IDs match.\n\n### Building Child Products\n\nBuilding child products is an asynchronous operation. When you build child products, a job is created. The jobId of the job is displayed in the response. When the job is complete, the build child products operation is also complete. You can use the jobId to see the status of your job using the `Get a Job` endpoint.\n\nJobs are processed one at a time. You can continue to send build child product requests, but those jobs are queued. In other words, Commerce looks for any jobs that have a status of PENDING and starts the job with the earliest created date. This process is repeated until all jobs are processed. See Jobs.\n\nRe-building child products after adding or removing a new variation changes the total number of child products that you can generate from a parent product. When you rebuild the child products after updating variations associated with the parent product, all existing child products that belong to a parent product are deleted. New child products are created with new product IDs.\n\nIf you have any bundles that reference child products directly, then you must update the bundles with the new child product IDs.\n\nHowever, re-building child products after adding or removing an option does not change the existing product IDs.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "products",
                ":productID",
                "build"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "productID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the product.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "576c0c4a-34ab-4ea6-bf15-90c2c93719b5",
              "name": "Successfully started building child products",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "build"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"pim-job\",\n    \"id\": \"dcc9e0bb-526b-4207-9e52-081589cdb50e\",\n    \"attributes\": {\n      \"completed_at\": null,\n      \"created_at\": \"2024-11-01T14:11:00.917Z\",\n      \"started_at\": null,\n      \"status\": \"pending\",\n      \"type\": \"child-products\",\n      \"updated_at\": \"2024-11-01T14:11:00.917Z\"\n    },\n    \"meta\": {\n      \"x_request_id\": \"85609bc9-6f19-4831-919a-a5b43e662061\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b2406187-fd73-469e-a5db-82e0463143bd",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "build"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Forbidden\",\n      \"status\": \"403\",\n      \"detail\": \"entity owned by organization\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fd6c1f6b-38a5-45ff-a230-89fcf549e8a8",
              "name": "Bad Request. Not Found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "build"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "48ed4e2f-63ce-4b15-bafe-0c1d8a0b7177",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "build"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Failed Validation\",\n      \"status\": \"422\",\n      \"detail\": \"<XYZ> can not be empty\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f71ad065-3d60-489b-a5ea-9325d6d616fd",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "build"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3ab25284-f911-49f0-9ae0-1d811b4118cd",
          "name": "Get child products",
          "request": {
            "name": "Get child products",
            "description": {},
            "url": {
              "path": [
                "pcm",
                "products",
                ":productID",
                "children"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "productID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the product.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "cb6c47f4-d020-4e9c-a3c1-f2e2d131e472",
              "name": "Returns a list of child products for the specified parent product ID.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "children"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"type\": \"product\",\n      \"id\": \"4d32b816-4397-4a71-b875-4e4ea3ce6745\",\n      \"attributes\": {\n        \"commodity_type\": \"physical\",\n        \"name\": \"Jeans\",\n        \"sku\": \"jeansRed\",\n        \"slug\": \"jeansRed\",\n        \"status\": \"live\"\n      },\n      \"relationships\": {\n        \"base_product\": {\n          \"data\": {\n            \"type\": \"product\",\n            \"id\": \"571e366f-17e6-4e51-8239-b3cc8ee1144d\"\n          }\n        },\n        \"children\": {\n          \"data\": []\n        },\n        \"component_products\": {\n          \"data\": [],\n          \"links\": {\n            \"self\": \"/products/4d32b816-4397-4a71-b875-4e4ea3ce6745/relationships/component_products\"\n          }\n        },\n        \"files\": {\n          \"data\": [],\n          \"links\": {\n            \"self\": \"/products/4d32b816-4397-4a71-b875-4e4ea3ce6745/relationships/files\"\n          }\n        },\n        \"main_image\": {\n          \"data\": null\n        },\n        \"templates\": {\n          \"data\": [],\n          \"links\": {\n            \"self\": \"/products/4d32b816-4397-4a71-b875-4e4ea3ce6745/relationships/templates\"\n          }\n        },\n        \"variations\": {\n          \"data\": [],\n          \"links\": {\n            \"self\": \"/products/4d32b816-4397-4a71-b875-4e4ea3ce6745/relationships/variations\"\n          }\n        }\n      },\n      \"meta\": {\n        \"created_at\": \"2024-01-05T10:29:44.603Z\",\n        \"owner\": \"store\",\n        \"product_types\": [\n          \"child\"\n        ],\n        \"updated_at\": \"2024-01-05T10:29:45.155Z\",\n        \"variation_matrix\": {},\n        \"child_variations\": [\n          {\n            \"id\": \"119b2b76-0014-4077-826e-ae80ff207393\",\n            \"name\": \"Size\",\n            \"options\": null,\n            \"option\": {\n              \"id\": \"fad253ad-4485-4b35-8e3b-b475ad28e78d\",\n              \"name\": \"Medium\",\n              \"description\": \"Medium\"\n            }\n          },\n          {\n            \"id\": \"10ceafef-7ac9-4352-9797-4825a1671482\",\n            \"name\": \"Colour\",\n            \"options\": null,\n            \"option\": {\n              \"id\": \"b8128e51-1b0a-4b16-9eda-bb783b17026b\",\n              \"name\": \"Red\",\n              \"description\": \"#EE2238\"\n            }\n          }\n        ]\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0f1e1f52-dfb9-4f4c-bb5e-be1528616cbc",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "children"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"detail\": \"Could not parse the supplied filter\",\n      \"status\": \"400\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fccbb4b9-2e0d-4cdf-817d-7d32a8c8846d",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "children"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "18c1d8d8-c37c-4319-8447-6ba2e683a842",
          "name": "Create a product variation relationship",
          "request": {
            "name": "Create a product variation relationship",
            "description": {},
            "url": {
              "path": [
                "pcm",
                "products",
                ":productID",
                "relationships",
                "variations"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "productID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the product.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": [\n    {\n      \"id\": \"43903bfa-5352-4a3d-9496-c9ab1229a175\",\n      \"type\": \"product-variation\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "b543b751-64a8-45a5-a526-7bd59d528ccf",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "variations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"43903bfa-5352-4a3d-9496-c9ab1229a175\",\n      \"type\": \"product-variation\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "71247486-0aa3-4569-91b3-cd7bafb348b7",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "variations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"43903bfa-5352-4a3d-9496-c9ab1229a175\",\n      \"type\": \"product-variation\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"detail\": \"Could not parse the supplied filter\",\n      \"status\": \"400\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a985b19f-8c42-42c9-8a4d-a5454c2fc146",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "variations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"43903bfa-5352-4a3d-9496-c9ab1229a175\",\n      \"type\": \"product-variation\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Forbidden\",\n      \"status\": \"403\",\n      \"detail\": \"entity owned by organization\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "73e06e07-9a46-44fa-9309-40e155b7564b",
              "name": "Bad Request. Not Found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "variations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"43903bfa-5352-4a3d-9496-c9ab1229a175\",\n      \"type\": \"product-variation\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f7983170-a89a-4bcf-9b3a-40d5a1a12ff8",
              "name": "Write conflict detected",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "variations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"43903bfa-5352-4a3d-9496-c9ab1229a175\",\n      \"type\": \"product-variation\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Conflict\",\n      \"status\": \"409\",\n      \"detail\": \"write conflict detected\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "47d31c82-0e61-4d18-8110-f1782ac254eb",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "variations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"43903bfa-5352-4a3d-9496-c9ab1229a175\",\n      \"type\": \"product-variation\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Failed Validation\",\n      \"status\": \"422\",\n      \"detail\": \"<XYZ> can not be empty\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "02387eab-5dfa-421a-8e6e-12c68c5eca8a",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "variations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"43903bfa-5352-4a3d-9496-c9ab1229a175\",\n      \"type\": \"product-variation\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "04f1dfde-f3c5-4de5-8171-12743fa7bb2d",
          "name": "Get all product variation relationships",
          "request": {
            "name": "Get all product variation relationships",
            "description": {},
            "url": {
              "path": [
                "pcm",
                "products",
                ":productID",
                "relationships",
                "variations"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "productID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the product.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "cc806e0f-ac23-464b-ba16-939130054040",
              "name": "Returns all product variation relationships.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "variations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"43903bfa-5352-4a3d-9496-c9ab1229a175\",\n      \"type\": \"product-variation\"\n    },\n    {\n      \"id\": \"50f56ce9-9381-43f6-8a52-5369a8b42e52\",\n      \"type\": \"product-variation\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6a55aae7-4c0a-46e8-b28c-24cd0b7a0ea1",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "variations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"detail\": \"Could not parse the supplied filter\",\n      \"status\": \"400\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "43714cb9-fb83-421f-970a-8a826df55acf",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "variations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Forbidden\",\n      \"status\": \"403\",\n      \"detail\": \"entity owned by organization\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "71e448bc-b850-4d76-9e07-1e81b6aac6fe",
              "name": "Bad Request. Not Found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "variations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e3037581-4c02-45eb-b3d4-8d131b657e63",
              "name": "Write conflict detected",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "variations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Conflict\",\n      \"status\": \"409\",\n      \"detail\": \"write conflict detected\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "832d50eb-b7ec-4057-a61c-955d4a4a52e9",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "variations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Failed Validation\",\n      \"status\": \"422\",\n      \"detail\": \"<XYZ> can not be empty\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "65277c05-b83f-4120-aecc-829434cda4cc",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "variations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2fb91589-a59b-4dc2-859b-3aff1f64e4a8",
          "name": "Replace a product variation relationship",
          "request": {
            "name": "Replace a product variation relationship",
            "description": {},
            "url": {
              "path": [
                "pcm",
                "products",
                ":productID",
                "relationships",
                "variations"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "productID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the product.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": [\n    {\n      \"id\": \"43903bfa-5352-4a3d-9496-c9ab1229a175\",\n      \"type\": \"product-variation\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "79eed913-e2cd-4743-801e-eb674f93fceb",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "variations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"43903bfa-5352-4a3d-9496-c9ab1229a175\",\n      \"type\": \"product-variation\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "1dea0b62-a9d2-41a1-9403-d3368164099c",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "variations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"43903bfa-5352-4a3d-9496-c9ab1229a175\",\n      \"type\": \"product-variation\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"detail\": \"Could not parse the supplied filter\",\n      \"status\": \"400\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c06944b6-49fc-4f3b-85ae-1aa20c8e7b76",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "variations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"43903bfa-5352-4a3d-9496-c9ab1229a175\",\n      \"type\": \"product-variation\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Forbidden\",\n      \"status\": \"403\",\n      \"detail\": \"entity owned by organization\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "95d97171-1bda-4520-b527-c93c4b9806e5",
              "name": "Bad Request. Not Found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "variations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"43903bfa-5352-4a3d-9496-c9ab1229a175\",\n      \"type\": \"product-variation\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9883ccc3-3abf-424d-86ef-d82ab1a1529a",
              "name": "Write conflict detected",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "variations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"43903bfa-5352-4a3d-9496-c9ab1229a175\",\n      \"type\": \"product-variation\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Conflict\",\n      \"status\": \"409\",\n      \"detail\": \"write conflict detected\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "19d6ff03-b657-4e8e-b9e8-c416a98a120c",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "variations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"43903bfa-5352-4a3d-9496-c9ab1229a175\",\n      \"type\": \"product-variation\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Failed Validation\",\n      \"status\": \"422\",\n      \"detail\": \"<XYZ> can not be empty\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a2efcf4a-c3dd-4fbb-b484-1b2ceff72eee",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "variations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"43903bfa-5352-4a3d-9496-c9ab1229a175\",\n      \"type\": \"product-variation\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a4efee51-ea73-4248-960c-8f0562adbbe2",
          "name": "Delete a product variation relationships",
          "request": {
            "name": "Delete a product variation relationships",
            "description": {},
            "url": {
              "path": [
                "pcm",
                "products",
                ":productID",
                "relationships",
                "variations"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "productID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the product.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": [\n    {\n      \"id\": \"43903bfa-5352-4a3d-9496-c9ab1229a175\",\n      \"type\": \"product-variation\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "7182cc0f-d8c3-4ca7-ba21-3ad55c0b31c7",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "variations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"43903bfa-5352-4a3d-9496-c9ab1229a175\",\n      \"type\": \"product-variation\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "1ad33579-c2f1-409a-86d8-0a85a88c8069",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "variations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"43903bfa-5352-4a3d-9496-c9ab1229a175\",\n      \"type\": \"product-variation\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"detail\": \"Could not parse the supplied filter\",\n      \"status\": \"400\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a5664870-a02b-4a9b-b8ba-b38d0545bca9",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "variations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"43903bfa-5352-4a3d-9496-c9ab1229a175\",\n      \"type\": \"product-variation\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Forbidden\",\n      \"status\": \"403\",\n      \"detail\": \"entity owned by organization\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1cd3eb9f-0ccd-49dd-9004-688947075f8f",
              "name": "Bad Request. Not Found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "variations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"43903bfa-5352-4a3d-9496-c9ab1229a175\",\n      \"type\": \"product-variation\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "497be75c-cd6e-4cbd-86b9-33e0b0af11e5",
              "name": "Write conflict detected",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "variations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"43903bfa-5352-4a3d-9496-c9ab1229a175\",\n      \"type\": \"product-variation\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Conflict\",\n      \"status\": \"409\",\n      \"detail\": \"write conflict detected\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "892efdd9-d522-4f00-aacd-2d641e4e7631",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "variations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"43903bfa-5352-4a3d-9496-c9ab1229a175\",\n      \"type\": \"product-variation\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Failed Validation\",\n      \"status\": \"422\",\n      \"detail\": \"<XYZ> can not be empty\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6ca77866-54b2-4bd9-bad4-51439b04b9ec",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "variations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"43903bfa-5352-4a3d-9496-c9ab1229a175\",\n      \"type\": \"product-variation\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9c56dc43-03fd-4b8d-862e-5b2b170bc47b",
          "name": "Create a variation",
          "request": {
            "name": "Create a variation",
            "description": {},
            "url": {
              "path": [
                "pcm",
                "variations"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"product-variation\",\n    \"attributes\": {\n      \"name\": \"Paint Color\",\n      \"sort_order\": 10\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "2e39bd95-daa7-43e0-92c7-6f62e67154a8",
              "name": "Returns a created variation with the following attributes.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "variations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"product-variation\",\n    \"attributes\": {\n      \"name\": \"Paint Color\",\n      \"sort_order\": 10\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n    \"type\": \"product-variation\",\n    \"attributes\": {\n      \"name\": \"Paint Color\",\n      \"sort_order\": 10\n    },\n    \"meta\": {\n      \"owner\": \"store\",\n      \"created_at\": \"2024-01-25T11:25:38.001Z\",\n      \"updated_at\": \"2024-01-25T11:25:38.001Z\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e7331634-d73d-4d55-9d62-ddc050eb33c2",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "variations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"product-variation\",\n    \"attributes\": {\n      \"name\": \"Paint Color\",\n      \"sort_order\": 10\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Failed Validation\",\n      \"status\": \"422\",\n      \"detail\": \"<XYZ> can not be empty\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "16c05470-ced4-43c0-b030-adace011d5c1",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "variations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"product-variation\",\n    \"attributes\": {\n      \"name\": \"Paint Color\",\n      \"sort_order\": 10\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b62bb627-8a2c-44a9-8f1b-a9ae8338d3b1",
          "name": "Get all variations",
          "request": {
            "name": "Get all variations",
            "description": {},
            "url": {
              "path": [
                "pcm",
                "variations"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "The number of records to offset the results by.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "0"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The number of records per page. The maximum limit is 100.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "10"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "b9f3591d-1e77-4ebd-beed-88b1ed0038ae",
              "name": "Returns all variations.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "variations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page. The maximum limit is 100.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"type\": \"product-variation\",\n      \"id\": \"c1ccccba-53e4-46b5-aed8-94f32823148a\",\n      \"attributes\": {\n        \"name\": \"Size\",\n        \"sort_order\": 1\n      },\n      \"meta\": {\n        \"options\": [\n          {\n            \"id\": \"057a50ba-1afb-4944-9637-bd9b568a9f39\",\n            \"name\": \"Large\",\n            \"description\": \"Large size\",\n            \"sort_order\": 3,\n            \"created_at\": \"2024-01-25T11:25:38.001Z\",\n            \"updated_at\": \"2024-01-25T11:25:38.001Z\"\n          },\n          {\n            \"id\": \"fa191e68-9bba-49f9-8e12-056c4e8f50e2\",\n            \"name\": \"Medium\",\n            \"description\": \"Medium size\",\n            \"sort_order\": 2,\n            \"created_at\": \"2024-01-25T11:25:38.001Z\",\n            \"updated_at\": \"2024-01-25T11:25:38.001Z\"\n          },\n          {\n            \"id\": \"112d1c5c-d149-453e-b208-89470968bacf\",\n            \"name\": \"Small\",\n            \"description\": \"Small size\",\n            \"sort_order\": 1,\n            \"created_at\": \"2024-01-25T11:25:38.001Z\",\n            \"updated_at\": \"2024-01-25T11:25:38.001Z\"\n          }\n        ],\n        \"owner\": \"store\",\n        \"created_at\": \"2024-01-25T11:25:38.001Z\",\n        \"updated_at\": \"2024-01-25T11:25:38.001Z\"\n      }\n    },\n    {\n      \"type\": \"product-variation\",\n      \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n      \"attributes\": {\n        \"name\": \"Paint Color\"\n      },\n      \"meta\": {\n        \"owner\": \"store\",\n        \"created_at\": \"2024-01-25T11:25:38.001Z\",\n        \"updated_at\": \"2024-01-25T11:25:38.001Z\"\n      }\n    }\n  ],\n  \"meta\": {\n    \"results\": {\n      \"total\": 2\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f6f44273-fa6d-46c8-bb50-020ca156fb53",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "variations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page. The maximum limit is 100.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"detail\": \"Could not parse the supplied filter\",\n      \"status\": \"400\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d4ef5898-6555-4291-acec-d4bbfec02a5b",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "variations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page. The maximum limit is 100.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "65a13f1a-798c-49ed-9222-a92031139cd4",
          "name": "Get a variation",
          "request": {
            "name": "Get a variation",
            "description": {},
            "url": {
              "path": [
                "pcm",
                "variations",
                ":variationID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "variationID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the variation.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "4545199d-cfa0-46cd-a7af-9801566d5099",
              "name": "Returns the specified variation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "variations",
                    ":variationID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the variation.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "variationID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n    \"type\": \"product-variation\",\n    \"attributes\": {\n      \"name\": \"Paint Color\",\n      \"sort_order\": 1\n    },\n    \"meta\": {\n      \"options\": [\n        {\n          \"id\": \"3de2c96c-2a99-4ded-bcf8-eeba32c0c5be\",\n          \"name\": \"Red\",\n          \"description\": \"Red color\",\n          \"sort_order\": 2,\n          \"created_at\": \"2024-01-25T11:25:38.001Z\",\n          \"updated_at\": \"2024-01-25T11:25:38.001Z\"\n        },\n        {\n          \"id\": \"31f2d09b-8a10-447a-b3ad-3358d07f818a\",\n          \"name\": \"Blue\",\n          \"description\": \"Blue color\",\n          \"sort_order\": 1,\n          \"created_at\": \"2024-01-25T11:25:38.001Z\",\n          \"updated_at\": \"2024-01-25T11:25:38.001Z\"\n        }\n      ],\n      \"owner\": \"store\",\n      \"created_at\": \"2024-01-25T11:25:38.001Z\",\n      \"updated_at\": \"2024-01-25T11:25:38.001Z\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3753d0cd-7a34-47bc-8ee5-ea58cca032d6",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "variations",
                    ":variationID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the variation.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "variationID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"detail\": \"Could not parse the supplied filter\",\n      \"status\": \"400\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "554e3d8d-c23a-4ed2-a241-21a7cc5bb16e",
              "name": "Bad Request. Not Found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "variations",
                    ":variationID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the variation.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "variationID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f05a9733-c3cd-4d3d-8b94-4a719a3f3b85",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "variations",
                    ":variationID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the variation.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "variationID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b11d2ff2-4b63-42ee-a229-fe1f0b0ac45f",
          "name": "Update a variation",
          "request": {
            "name": "Update a variation",
            "description": {
              "content": "Specify whichever attributes you want to change. The values of the other attributes remain the same. If the attributes section is empty, the variation is not updated.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "variations",
                ":variationID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "variationID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the variation.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n    \"type\": \"product-variation\",\n    \"attributes\": {\n      \"name\": \"Paint Color\",\n      \"sort_order\": 0\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "e12f3b2b-37a6-4073-8b1b-134d7d351386",
              "name": "Returns an updated variation with the following attributes.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "variations",
                    ":variationID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the variation.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "variationID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n    \"type\": \"product-variation\",\n    \"attributes\": {\n      \"name\": \"Paint Color\",\n      \"sort_order\": 0\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n    \"type\": \"product-variation\",\n    \"attributes\": {\n      \"name\": \"Paint Color\",\n      \"sort_order\": 1\n    },\n    \"meta\": {\n      \"options\": [\n        {\n          \"id\": \"3de2c96c-2a99-4ded-bcf8-eeba32c0c5be\",\n          \"name\": \"Red\",\n          \"description\": \"Red color\",\n          \"sort_order\": 2,\n          \"created_at\": \"2024-01-25T11:25:38.001Z\",\n          \"updated_at\": \"2024-01-25T11:25:38.001Z\"\n        },\n        {\n          \"id\": \"31f2d09b-8a10-447a-b3ad-3358d07f818a\",\n          \"name\": \"Blue\",\n          \"description\": \"Blue color\",\n          \"sort_order\": 1,\n          \"created_at\": \"2024-01-25T11:25:38.001Z\",\n          \"updated_at\": \"2024-01-25T11:25:38.001Z\"\n        }\n      ],\n      \"owner\": \"store\",\n      \"created_at\": \"2024-01-25T11:25:38.001Z\",\n      \"updated_at\": \"2024-01-25T11:25:38.001Z\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b0f07fde-3cca-4429-9e37-975fb27000c0",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "variations",
                    ":variationID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the variation.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "variationID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n    \"type\": \"product-variation\",\n    \"attributes\": {\n      \"name\": \"Paint Color\",\n      \"sort_order\": 0\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Forbidden\",\n      \"status\": \"403\",\n      \"detail\": \"entity owned by organization\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5e33f50d-dd24-4696-8fa3-7ea1d4311994",
              "name": "Bad Request. Not Found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "variations",
                    ":variationID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the variation.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "variationID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n    \"type\": \"product-variation\",\n    \"attributes\": {\n      \"name\": \"Paint Color\",\n      \"sort_order\": 0\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "60bd1e4a-a816-4072-981a-06b210ab3ff0",
              "name": "Write conflict detected",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "variations",
                    ":variationID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the variation.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "variationID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n    \"type\": \"product-variation\",\n    \"attributes\": {\n      \"name\": \"Paint Color\",\n      \"sort_order\": 0\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Conflict\",\n      \"status\": \"409\",\n      \"detail\": \"write conflict detected\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5e1153fa-4e9b-41bc-b8e8-e57a5de861ad",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "variations",
                    ":variationID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the variation.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "variationID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n    \"type\": \"product-variation\",\n    \"attributes\": {\n      \"name\": \"Paint Color\",\n      \"sort_order\": 0\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Failed Validation\",\n      \"status\": \"422\",\n      \"detail\": \"<XYZ> can not be empty\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9c9135e4-eeb8-4282-8df7-e01f2d161d49",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "variations",
                    ":variationID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the variation.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "variationID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n    \"type\": \"product-variation\",\n    \"attributes\": {\n      \"name\": \"Paint Color\",\n      \"sort_order\": 0\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5038d640-7561-4aaf-9835-e6d92511f785",
          "name": "Delete a variation and all it's associated options.",
          "request": {
            "name": "Delete a variation and all it's associated options.",
            "description": {},
            "url": {
              "path": [
                "pcm",
                "variations",
                ":variationID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "variationID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the variation.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "bb529fd5-e468-403e-bcd4-996946289615",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "variations",
                    ":variationID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the variation.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "variationID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "0bc0e5e6-b986-4982-9266-b00759dacdae",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "variations",
                    ":variationID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the variation.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "variationID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Forbidden\",\n      \"status\": \"403\",\n      \"detail\": \"entity owned by organization\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c3cbfddc-2494-4ba9-9482-094b5cf7e66f",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "variations",
                    ":variationID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the variation.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "variationID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Failed Validation\",\n      \"status\": \"422\",\n      \"detail\": \"<XYZ> can not be empty\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ff30e9c4-2142-4654-8c7e-1777af3fd238",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "variations",
                    ":variationID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the variation.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "variationID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "bc94d041-6cdc-4358-a465-40f2a7192c6c",
          "name": "Create a variation option",
          "request": {
            "name": "Create a variation option",
            "description": {},
            "url": {
              "path": [
                "pcm",
                "variations",
                ":variationID",
                "options"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "variationID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the variation.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"product-variation-option\",\n    \"attributes\": {\n      \"name\": \"Blue\",\n      \"sort_order\": 0,\n      \"description\": \"Our most popular color\"\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "84e75127-5f8a-486a-b328-37cbdbb00f7a",
              "name": "Successfully returns the created variation option.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "variations",
                    ":variationID",
                    "options"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the variation.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "variationID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"product-variation-option\",\n    \"attributes\": {\n      \"name\": \"Blue\",\n      \"sort_order\": 0,\n      \"description\": \"Our most popular color\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"product-variation-option\",\n    \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n    \"attributes\": {\n      \"description\": \"Our most popular color\",\n      \"name\": \"Blue\",\n      \"sort_order\": 0\n    },\n    \"meta\": {\n      \"owner\": \"store\",\n      \"created_at\": \"2024-01-25T11:25:38.001Z\",\n      \"updated_at\": \"2024-01-25T11:25:38.001Z\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "eb97221b-d50c-4331-a622-273d36417a57",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "variations",
                    ":variationID",
                    "options"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the variation.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "variationID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"product-variation-option\",\n    \"attributes\": {\n      \"name\": \"Blue\",\n      \"sort_order\": 0,\n      \"description\": \"Our most popular color\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Failed Validation\",\n      \"status\": \"422\",\n      \"detail\": \"<XYZ> can not be empty\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "46701c65-08c3-4251-afe2-44820c66646f",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "variations",
                    ":variationID",
                    "options"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the variation.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "variationID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"product-variation-option\",\n    \"attributes\": {\n      \"name\": \"Blue\",\n      \"sort_order\": 0,\n      \"description\": \"Our most popular color\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ab33d799-50e0-46a9-9f43-3a51719eb3a8",
          "name": "Get all variation options",
          "request": {
            "name": "Get all variation options",
            "description": {},
            "url": {
              "path": [
                "pcm",
                "variations",
                ":variationID",
                "options"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "The number of records to offset the results by.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "0"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The number of records per page. The maximum limit is 100.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "10"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "variationID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the variation.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "3a7b07f4-bac9-46b3-87c9-0970b62c57dc",
              "name": "Successfully returns all variation options.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "variations",
                    ":variationID",
                    "options"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page. The maximum limit is 100.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the variation.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "variationID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"type\": \"product-variation-option\",\n      \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n      \"attributes\": {\n        \"description\": \"Our most popular color\",\n        \"name\": \"Blue\",\n        \"sort_order\": 0\n      },\n      \"meta\": {\n        \"owner\": \"store\",\n        \"created_at\": \"2024-01-25T11:25:38.001Z\",\n        \"updated_at\": \"2024-01-25T11:25:38.001Z\"\n      }\n    },\n    {\n      \"type\": \"product-variation-option\",\n      \"id\": \"fbe73839-58a2-41b4-aca6-cb0724668c97\",\n      \"attributes\": {\n        \"description\": \"Our second most popular color\",\n        \"name\": \"Red\"\n      },\n      \"meta\": {\n        \"owner\": \"store\",\n        \"created_at\": \"2024-01-25T11:25:38.001Z\",\n        \"updated_at\": \"2024-01-25T11:25:38.001Z\"\n      }\n    }\n  ],\n  \"meta\": {\n    \"results\": {\n      \"total\": 2\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cd0a1f12-172c-4200-b71d-d73686f69ece",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "variations",
                    ":variationID",
                    "options"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page. The maximum limit is 100.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the variation.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "variationID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"detail\": \"Could not parse the supplied filter\",\n      \"status\": \"400\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "457773a8-f97c-4013-973a-187581adea89",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "variations",
                    ":variationID",
                    "options"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page. The maximum limit is 100.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the variation.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "variationID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2a43520c-a5b9-4c8a-b3d2-ac46ffe9ebed",
          "name": "Get a variation option",
          "request": {
            "name": "Get a variation option",
            "description": {},
            "url": {
              "path": [
                "pcm",
                "variations",
                ":variationID",
                "options",
                ":optionID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "variationID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the variation.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "optionID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the option.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "c520c108-920d-4ce4-bcf9-f96f92a214a2",
              "name": "Successfully returns the variation option.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "variations",
                    ":variationID",
                    "options",
                    ":optionID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the variation.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "variationID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the option.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "optionID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"product-variation-option\",\n    \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n    \"attributes\": {\n      \"description\": \"Our most popular color\",\n      \"name\": \"Blue\",\n      \"sort_order\": 0\n    },\n    \"meta\": {\n      \"owner\": \"store\",\n      \"created_at\": \"2024-01-25T11:25:38.001Z\",\n      \"updated_at\": \"2024-01-25T11:25:38.001Z\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4fc70ba6-2aa1-4da0-85d3-73087a42cb16",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "variations",
                    ":variationID",
                    "options",
                    ":optionID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the variation.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "variationID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the option.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "optionID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"detail\": \"Could not parse the supplied filter\",\n      \"status\": \"400\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9a050c08-c23c-4ad9-9904-73c68ec07c95",
              "name": "Bad Request. Not Found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "variations",
                    ":variationID",
                    "options",
                    ":optionID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the variation.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "variationID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the option.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "optionID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "065422b7-d21e-40e2-b96f-f3383dfaf56d",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "variations",
                    ":variationID",
                    "options",
                    ":optionID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the variation.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "variationID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the option.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "optionID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6730d814-f5cd-4edf-b14b-5199d231e1a6",
          "name": "Update a variation option",
          "request": {
            "name": "Update a variation option",
            "description": {},
            "url": {
              "path": [
                "pcm",
                "variations",
                ":variationID",
                "options",
                ":optionID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "variationID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the variation.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "optionID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the option.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"product-variation-option\",\n    \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n    \"attributes\": {\n      \"description\": \"Our most popular color\",\n      \"name\": \"Blue\",\n      \"sort_order\": 0\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "fc3427d3-be93-4d2f-b094-a4cefe578ab0",
              "name": "Successfully returns the updated variation option",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "variations",
                    ":variationID",
                    "options",
                    ":optionID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the variation.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "variationID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the option.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "optionID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"product-variation-option\",\n    \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n    \"attributes\": {\n      \"description\": \"Our most popular color\",\n      \"name\": \"Blue\",\n      \"sort_order\": 0\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"product-variation-option\",\n    \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n    \"attributes\": {\n      \"description\": \"Our most popular color\",\n      \"name\": \"Blue\",\n      \"sort_order\": 0\n    },\n    \"meta\": {\n      \"owner\": \"store\",\n      \"created_at\": \"2024-01-25T11:25:38.001Z\",\n      \"updated_at\": \"2024-01-25T11:25:38.001Z\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2ec1a0c7-9c48-4e75-90ed-d42594ecca10",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "variations",
                    ":variationID",
                    "options",
                    ":optionID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the variation.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "variationID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the option.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "optionID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"product-variation-option\",\n    \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n    \"attributes\": {\n      \"description\": \"Our most popular color\",\n      \"name\": \"Blue\",\n      \"sort_order\": 0\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Forbidden\",\n      \"status\": \"403\",\n      \"detail\": \"entity owned by organization\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "12198027-6c30-45c3-a6cb-4f6d55f68362",
              "name": "Bad Request. Not Found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "variations",
                    ":variationID",
                    "options",
                    ":optionID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the variation.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "variationID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the option.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "optionID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"product-variation-option\",\n    \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n    \"attributes\": {\n      \"description\": \"Our most popular color\",\n      \"name\": \"Blue\",\n      \"sort_order\": 0\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d60fcc21-4504-4fdf-83dd-79fb16606bd7",
              "name": "Write conflict detected",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "variations",
                    ":variationID",
                    "options",
                    ":optionID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the variation.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "variationID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the option.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "optionID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"product-variation-option\",\n    \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n    \"attributes\": {\n      \"description\": \"Our most popular color\",\n      \"name\": \"Blue\",\n      \"sort_order\": 0\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Conflict\",\n      \"status\": \"409\",\n      \"detail\": \"write conflict detected\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8efb0665-a3fe-442b-9a14-75be2311bc0f",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "variations",
                    ":variationID",
                    "options",
                    ":optionID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the variation.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "variationID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the option.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "optionID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"product-variation-option\",\n    \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n    \"attributes\": {\n      \"description\": \"Our most popular color\",\n      \"name\": \"Blue\",\n      \"sort_order\": 0\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Failed Validation\",\n      \"status\": \"422\",\n      \"detail\": \"<XYZ> can not be empty\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "73cffd1e-744f-48bb-aff4-b823c78b2ff3",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "variations",
                    ":variationID",
                    "options",
                    ":optionID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the variation.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "variationID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the option.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "optionID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"product-variation-option\",\n    \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n    \"attributes\": {\n      \"description\": \"Our most popular color\",\n      \"name\": \"Blue\",\n      \"sort_order\": 0\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "73c7afce-c40e-4503-b947-7aff0f63859c",
          "name": "Delete a variation option",
          "request": {
            "name": "Delete a variation option",
            "description": {},
            "url": {
              "path": [
                "pcm",
                "variations",
                ":variationID",
                "options",
                ":optionID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "variationID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the variation.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "optionID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the option.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "a84d121b-92b2-4392-b584-a9d256490f5e",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "variations",
                    ":variationID",
                    "options",
                    ":optionID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the variation.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "variationID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the option.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "optionID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "ec07757d-025c-42f6-b8e0-0b672b7fff54",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "variations",
                    ":variationID",
                    "options",
                    ":optionID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the variation.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "variationID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the option.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "optionID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Forbidden\",\n      \"status\": \"403\",\n      \"detail\": \"entity owned by organization\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ba83cae5-5e1e-4198-99a7-ac3a04c9c8c3",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "variations",
                    ":variationID",
                    "options",
                    ":optionID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the variation.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "variationID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the option.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "optionID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Failed Validation\",\n      \"status\": \"422\",\n      \"detail\": \"<XYZ> can not be empty\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8b3918a0-4751-4b94-beea-1ea481e97819",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "variations",
                    ":variationID",
                    "options",
                    ":optionID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the variation.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "variationID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the option.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "optionID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "346d12ab-b807-4560-82ca-e286a3f1492f",
          "name": "Create a modifier",
          "request": {
            "name": "Create a modifier",
            "description": {
              "content": "You can specify different modifiers for different options in a variation. When you build child products using options in variations, the properties of a child products depends on the modifier set for the options that are applied to the child product.\n \nThe table below describes the different types of modifiers.\n\n| Modifier | Data Type | Effect |\n| :--- | :--- | :--- |\n| `name_equals` | `string` | Overrides the name of the child product with the name specified by the modifier. |\n| `name_append` | `string` | Appends the string specified in the modifier to the name of the child product. |\n| `name_prepend` | `string` | Prepends the string specified in the modifier to the name of the child product. |\n| `description_equals` | `string` | Overrides the description of the child product. |\n| `description_append` | `string` | Appends the string specified in the modifier to the description of the child product. |\n| `description_prepend` | `string` | Prepends the string specified in the modifier to the product description of the child product. |\n| `commodity_type` | `string` | Sets the commodity type of the child product, such as `physical` or `digital`. |\n| `price` | `string` | Allows application of price modifiers (`price_increment`, `price_decrement`, and `price_equals`) to the child products. |\n| `price_increment` | `string` | Increases the price of the child product. |\n| `price_decrement` | `string` | Decreases the price of the child product. |\n| `price_equals` | `string` | Sets the price of a child product to the amount you specify. |\n| `slug_append` | `string` | Appends the string specified in the modifier to the slug of the child product. Can only contain A-Z, a-z, 0 to 9, hyphen, underscore, and period. Spaces or other special characters like ^, [], *, and $ are not allowed. However, for the `slug-builder` modifier, you can use `{}` in the `seek` field, for example, `\"seek\": :{COLOR}\"`. |\n| `slug_prepend` | `string` | Prepends the string specified in the modifier to the slug of the child product. Can only contain A-Z, a-z, 0 to 9, hyphen, underscore, and period. Spaces or other special characters like ^, [], *, and $ are not allowed. However, for the `slug-builder` modifier, you can use `{}` in the `seek` field, for example, `\"seek\": :{COLOR}\"`. |\n| `slug_builder` | `string`| Sets a part of the slug of the child product. Can only contain A-Z, a-z, 0 to 9, hyphen, underscore, and period. Spaces or other special characters like ^, [], *, and $ are not allowed. However, for the `slug-builder` modifier, you can use `{}` in the `seek` field, for example, `\"seek\": :{COLOR}\"`. |\n| `sku_equals` | `string` | Sets the SKU of the child product. |\n| `sku_append` | `string` | Appends the string specified in the modifier to the SKU of the child product. |\n| `sku_prepend` | `string` | Prepends the string specified in the modifier to the SKU of the child product. |\n| `sku_builder` | `string` | Sets a part of the SKU of the child product. |\n| `status` | `string` | Sets the status of the child product, such as `draft` or `live`. |\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "variations",
                ":variationID",
                "options",
                ":optionID",
                "modifiers"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "variationID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the variation.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "optionID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the option.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"product-variation-modifier\",\n    \"attributes\": {\n      \"seek\": \"{color}\",\n      \"set\": \"red\",\n      \"type\": \"slug_builder\"\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "91c89845-4944-4943-b75f-6466284b402f",
              "name": "Successfully returns the created modifier",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "variations",
                    ":variationID",
                    "options",
                    ":optionID",
                    "modifiers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the variation.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "variationID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the option.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "optionID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"product-variation-modifier\",\n    \"attributes\": {\n      \"seek\": \"{color}\",\n      \"set\": \"red\",\n      \"type\": \"slug_builder\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"product-variation-modifier\",\n    \"id\": \"a510cddc-e946-4c22-9541-54626a7cf0ec\",\n    \"attributes\": {\n      \"seek\": \"{color}\",\n      \"set\": \"red\",\n      \"type\": \"slug_builder\"\n    },\n    \"meta\": {\n      \"owner\": \"store\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "40bdbf89-4d6d-4d02-ad90-3b2381cb6de6",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "variations",
                    ":variationID",
                    "options",
                    ":optionID",
                    "modifiers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the variation.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "variationID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the option.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "optionID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"product-variation-modifier\",\n    \"attributes\": {\n      \"seek\": \"{color}\",\n      \"set\": \"red\",\n      \"type\": \"slug_builder\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Failed Validation\",\n      \"status\": \"422\",\n      \"detail\": \"<XYZ> can not be empty\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "abd76b07-4690-4881-8b71-766daff35a61",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "variations",
                    ":variationID",
                    "options",
                    ":optionID",
                    "modifiers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the variation.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "variationID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the option.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "optionID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"product-variation-modifier\",\n    \"attributes\": {\n      \"seek\": \"{color}\",\n      \"set\": \"red\",\n      \"type\": \"slug_builder\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6b5ba650-b916-4b18-ae3c-618bd189bca8",
          "name": "Get all modifiers",
          "request": {
            "name": "Get all modifiers",
            "description": {},
            "url": {
              "path": [
                "pcm",
                "variations",
                ":variationID",
                "options",
                ":optionID",
                "modifiers"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "The number of records to offset the results by.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "0"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The number of records per page. The maximum limit is 100.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "10"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "variationID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the variation.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "optionID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the option.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "cb87335a-3106-4ed6-b334-4cb84fedd25a",
              "name": "Successfully returns all variation modifiers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "variations",
                    ":variationID",
                    "options",
                    ":optionID",
                    "modifiers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page. The maximum limit is 100.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the variation.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "variationID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the option.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "optionID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"type\": \"product-variation-modifier\",\n      \"id\": \"68ec4892-9e4c-4154-a9fd-f5a9fb1f6878\",\n      \"attributes\": {\n        \"type\": \"sku_equals\",\n        \"value\": \"newSku\"\n      },\n      \"meta\": {\n        \"owner\": \"store\"\n      }\n    },\n    {\n      \"type\": \"product-variation-modifier\",\n      \"id\": \"a510cddc-e946-4c22-9541-54626a7cf0ec\",\n      \"attributes\": {\n        \"seek\": \"{color}\",\n        \"set\": \"red\",\n        \"type\": \"slug_builder\"\n      },\n      \"meta\": {\n        \"owner\": \"store\"\n      }\n    },\n    {\n      \"type\": \"product-variation-modifier\",\n      \"id\": \"2f0cbb06-8880-4a75-bfc6-a20f0f73a997\",\n      \"attributes\": {\n        \"reference_name\": \"PriceEqual\",\n        \"type\": \"price\"\n      },\n      \"meta\": {\n        \"owner\": \"store\"\n      }\n    }\n  ],\n  \"meta\": {\n    \"results\": {\n      \"total\": 3\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "381412f7-52fe-4ee5-9ce5-be249efa4b05",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "variations",
                    ":variationID",
                    "options",
                    ":optionID",
                    "modifiers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page. The maximum limit is 100.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the variation.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "variationID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the option.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "optionID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"detail\": \"Could not parse the supplied filter\",\n      \"status\": \"400\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5a1eb0e3-5813-4ab1-b99a-4a5cb48acc09",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "variations",
                    ":variationID",
                    "options",
                    ":optionID",
                    "modifiers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page. The maximum limit is 100.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the variation.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "variationID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the option.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "optionID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3c0a1123-5200-4324-911f-09bdb1afff36",
          "name": "Get a modifier",
          "request": {
            "name": "Get a modifier",
            "description": {},
            "url": {
              "path": [
                "pcm",
                "variations",
                ":variationID",
                "options",
                ":optionID",
                "modifiers",
                ":modifierID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "variationID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the variation.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "optionID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the option.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "modifierID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the modifier.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "c011c076-a7d1-4a51-81b1-509e30171bc5",
              "name": "Returns the specified modifier.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "variations",
                    ":variationID",
                    "options",
                    ":optionID",
                    "modifiers",
                    ":modifierID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the variation.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "variationID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the option.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "optionID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the modifier.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "modifierID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"product-variation-modifier\",\n    \"id\": \"68ec4892-9e4c-4154-a9fd-f5a9fb1f6878\",\n    \"attributes\": {\n      \"type\": \"sku_equals\",\n      \"value\": \"newSku\"\n    },\n    \"meta\": {\n      \"owner\": \"store\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2d0512df-d964-498e-9075-f209cfab80fe",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "variations",
                    ":variationID",
                    "options",
                    ":optionID",
                    "modifiers",
                    ":modifierID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the variation.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "variationID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the option.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "optionID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the modifier.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "modifierID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"detail\": \"Could not parse the supplied filter\",\n      \"status\": \"400\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bcffb835-0e34-4071-9c02-f93972a5c8aa",
              "name": "Bad Request. Not Found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "variations",
                    ":variationID",
                    "options",
                    ":optionID",
                    "modifiers",
                    ":modifierID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the variation.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "variationID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the option.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "optionID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the modifier.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "modifierID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dd4be04a-2a34-47c7-8da8-dac48d13ca92",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "variations",
                    ":variationID",
                    "options",
                    ":optionID",
                    "modifiers",
                    ":modifierID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the variation.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "variationID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the option.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "optionID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the modifier.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "modifierID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2921bbd4-99d9-422a-a2f9-0c7d3717ed4d",
          "name": "Update a modifier",
          "request": {
            "name": "Update a modifier",
            "description": {
              "content": "Specify whichever attributes you want to change. The values of the other attributes remain the same. If the attributes section is empty, the modifier is not updated.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "variations",
                ":variationID",
                "options",
                ":optionID",
                "modifiers",
                ":modifierID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "variationID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the variation.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "optionID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the option.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "modifierID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the modifier.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"product-variation-modifier\",\n    \"id\": \"68ec4892-9e4c-4154-a9fd-f5a9fb1f6878\",\n    \"attributes\": {\n      \"type\": \"sku_equals\",\n      \"value\": \"anotherSku\"\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "377a28cf-cd36-4236-b70d-b10b89139f7b",
              "name": "Successfully returns the updated modifier.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "variations",
                    ":variationID",
                    "options",
                    ":optionID",
                    "modifiers",
                    ":modifierID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the variation.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "variationID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the option.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "optionID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the modifier.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "modifierID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"product-variation-modifier\",\n    \"id\": \"68ec4892-9e4c-4154-a9fd-f5a9fb1f6878\",\n    \"attributes\": {\n      \"type\": \"sku_equals\",\n      \"value\": \"anotherSku\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"product-variation-modifier\",\n    \"id\": \"68ec4892-9e4c-4154-a9fd-f5a9fb1f6878\",\n    \"attributes\": {\n      \"type\": \"sku_equals\",\n      \"value\": \"newSku\"\n    },\n    \"meta\": {\n      \"owner\": \"store\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "53de2c0b-7821-46f5-9773-a31ee97eb018",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "variations",
                    ":variationID",
                    "options",
                    ":optionID",
                    "modifiers",
                    ":modifierID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the variation.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "variationID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the option.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "optionID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the modifier.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "modifierID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"product-variation-modifier\",\n    \"id\": \"68ec4892-9e4c-4154-a9fd-f5a9fb1f6878\",\n    \"attributes\": {\n      \"type\": \"sku_equals\",\n      \"value\": \"anotherSku\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Forbidden\",\n      \"status\": \"403\",\n      \"detail\": \"entity owned by organization\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "068627a0-8800-4f24-8318-e5aef8d05b7f",
              "name": "Bad Request. Not Found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "variations",
                    ":variationID",
                    "options",
                    ":optionID",
                    "modifiers",
                    ":modifierID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the variation.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "variationID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the option.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "optionID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the modifier.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "modifierID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"product-variation-modifier\",\n    \"id\": \"68ec4892-9e4c-4154-a9fd-f5a9fb1f6878\",\n    \"attributes\": {\n      \"type\": \"sku_equals\",\n      \"value\": \"anotherSku\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c9d9795c-beb5-4816-8e23-624f03939a28",
              "name": "Write conflict detected",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "variations",
                    ":variationID",
                    "options",
                    ":optionID",
                    "modifiers",
                    ":modifierID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the variation.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "variationID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the option.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "optionID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the modifier.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "modifierID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"product-variation-modifier\",\n    \"id\": \"68ec4892-9e4c-4154-a9fd-f5a9fb1f6878\",\n    \"attributes\": {\n      \"type\": \"sku_equals\",\n      \"value\": \"anotherSku\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Conflict\",\n      \"status\": \"409\",\n      \"detail\": \"write conflict detected\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e557e74b-3cf9-403d-bddd-8cd189ac6b64",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "variations",
                    ":variationID",
                    "options",
                    ":optionID",
                    "modifiers",
                    ":modifierID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the variation.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "variationID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the option.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "optionID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the modifier.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "modifierID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"product-variation-modifier\",\n    \"id\": \"68ec4892-9e4c-4154-a9fd-f5a9fb1f6878\",\n    \"attributes\": {\n      \"type\": \"sku_equals\",\n      \"value\": \"anotherSku\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Failed Validation\",\n      \"status\": \"422\",\n      \"detail\": \"<XYZ> can not be empty\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "85612e7e-8f0a-4722-b55c-b496003c0bd0",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "variations",
                    ":variationID",
                    "options",
                    ":optionID",
                    "modifiers",
                    ":modifierID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the variation.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "variationID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the option.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "optionID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the modifier.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "modifierID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"product-variation-modifier\",\n    \"id\": \"68ec4892-9e4c-4154-a9fd-f5a9fb1f6878\",\n    \"attributes\": {\n      \"type\": \"sku_equals\",\n      \"value\": \"anotherSku\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "21599215-b2ff-4f44-a732-ffd8c7a46d3a",
          "name": "Delete a modifier",
          "request": {
            "name": "Delete a modifier",
            "description": {
              "content": "You cannot delete a modifier if it is in use. Deleting a modifier in us returns a `422 Failed Validation` error.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "variations",
                ":variationID",
                "options",
                ":optionID",
                "modifiers",
                ":modifierID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "variationID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the variation.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "optionID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the option.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "modifierID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the modifier.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "6628df58-b7df-4121-9798-080e49d0874a",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "variations",
                    ":variationID",
                    "options",
                    ":optionID",
                    "modifiers",
                    ":modifierID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the variation.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "variationID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the option.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "optionID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the modifier.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "modifierID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "198d3c11-2982-4de8-ace9-57fc7c3b79f4",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "variations",
                    ":variationID",
                    "options",
                    ":optionID",
                    "modifiers",
                    ":modifierID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the variation.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "variationID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the option.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "optionID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the modifier.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "modifierID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Forbidden\",\n      \"status\": \"403\",\n      \"detail\": \"entity owned by organization\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0967f894-ec67-4a11-93d6-4eecf61922af",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "variations",
                    ":variationID",
                    "options",
                    ":optionID",
                    "modifiers",
                    ":modifierID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the variation.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "variationID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the option.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "optionID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the modifier.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "modifierID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Failed Validation\",\n      \"status\": \"422\",\n      \"detail\": \"<XYZ> can not be empty\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c4bfbd92-95e6-4a90-b6f6-b34fc8227fa0",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "variations",
                    ":variationID",
                    "options",
                    ":optionID",
                    "modifiers",
                    ":modifierID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the variation.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "variationID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the option.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "optionID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the modifier.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "modifierID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Product File Relationships",
      "description": "Products are the items or services that you might want to sell in your store. In Product Experience Manager, products can also have associated rich media assets, such as product images or a file containing additional product details.\n\nYou can do this using [Files API](/docs/api/pxm/files).\n\nOnce you have created your files, you associate files with your products using the [Create Product-File Relationships API](/docs/api/pxm/products/create-product-file-relationships).\n",
      "item": [
        {
          "id": "22f4e428-fdef-444a-970f-19754bfbfabd",
          "name": "Get all product file relationships",
          "request": {
            "name": "Get all product file relationships",
            "description": {
              "content": "Retrieves all files that are associated with the specified product.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "products",
                ":productID",
                "relationships",
                "files"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "productID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the product.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "580f5a86-9f58-415c-8cbc-2e3f1a282cb5",
              "name": "Returns all product file relationships.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "files"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"43903bfa-5352-4a3d-9496-c9ab1229a175\",\n      \"type\": \"file\"\n    },\n    {\n      \"id\": \"50f56ce9-9381-43f6-8a52-5369a8b42e52\",\n      \"type\": \"file\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4de116c0-a596-42c1-b4b0-ac09a97b9ccf",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "files"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"detail\": \"Could not parse the supplied filter\",\n      \"status\": \"400\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "06e76ffb-2be9-4cf9-a8c0-f7125d4ebef5",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "files"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Forbidden\",\n      \"status\": \"403\",\n      \"detail\": \"entity owned by organization\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b1bb8d78-410a-4bfd-8ad8-9faf413fc0ed",
              "name": "Bad Request. Not Found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "files"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "597229a4-b001-4ebb-95b7-b005b98c1ac6",
              "name": "Write conflict detected",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "files"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Conflict\",\n      \"status\": \"409\",\n      \"detail\": \"write conflict detected\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "261c4432-36d0-4d49-a1e2-acdb6936f9c3",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "files"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Failed Validation\",\n      \"status\": \"422\",\n      \"detail\": \"<XYZ> can not be empty\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a05e0630-e19b-4d53-b017-3b47eb754a4a",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "files"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "39a560bf-c970-47dc-95d6-66e6257102c0",
          "name": "Create a product file relationship",
          "request": {
            "name": "Create a product file relationship",
            "description": {},
            "url": {
              "path": [
                "pcm",
                "products",
                ":productID",
                "relationships",
                "files"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "productID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the product.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": [\n    {\n      \"id\": \"43903bfa-5352-4a3d-9496-c9ab1229a175\",\n      \"type\": \"file\"\n    },\n    {\n      \"id\": \"50f56ce9-9381-43f6-8a52-5369a8b42e52\",\n      \"type\": \"file\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "c7487b84-5df5-4103-84d9-41b181b52cda",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "files"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"43903bfa-5352-4a3d-9496-c9ab1229a175\",\n      \"type\": \"file\"\n    },\n    {\n      \"id\": \"50f56ce9-9381-43f6-8a52-5369a8b42e52\",\n      \"type\": \"file\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "9e87a2f3-2d96-48f6-81f1-83bacebcbe30",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "files"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"43903bfa-5352-4a3d-9496-c9ab1229a175\",\n      \"type\": \"file\"\n    },\n    {\n      \"id\": \"50f56ce9-9381-43f6-8a52-5369a8b42e52\",\n      \"type\": \"file\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"detail\": \"Could not parse the supplied filter\",\n      \"status\": \"400\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "deae89bd-1b98-49b3-9c1b-0681a3b4503d",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "files"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"43903bfa-5352-4a3d-9496-c9ab1229a175\",\n      \"type\": \"file\"\n    },\n    {\n      \"id\": \"50f56ce9-9381-43f6-8a52-5369a8b42e52\",\n      \"type\": \"file\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Forbidden\",\n      \"status\": \"403\",\n      \"detail\": \"entity owned by organization\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "aa277ddf-7073-4bda-b5d1-818168a6188e",
              "name": "Bad Request. Not Found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "files"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"43903bfa-5352-4a3d-9496-c9ab1229a175\",\n      \"type\": \"file\"\n    },\n    {\n      \"id\": \"50f56ce9-9381-43f6-8a52-5369a8b42e52\",\n      \"type\": \"file\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fe9b5d71-993c-4d6e-b542-e480c210e86a",
              "name": "Write conflict detected",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "files"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"43903bfa-5352-4a3d-9496-c9ab1229a175\",\n      \"type\": \"file\"\n    },\n    {\n      \"id\": \"50f56ce9-9381-43f6-8a52-5369a8b42e52\",\n      \"type\": \"file\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Conflict\",\n      \"status\": \"409\",\n      \"detail\": \"write conflict detected\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "161ba64a-fc22-4a7d-a999-9654f075727d",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "files"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"43903bfa-5352-4a3d-9496-c9ab1229a175\",\n      \"type\": \"file\"\n    },\n    {\n      \"id\": \"50f56ce9-9381-43f6-8a52-5369a8b42e52\",\n      \"type\": \"file\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Failed Validation\",\n      \"status\": \"422\",\n      \"detail\": \"<XYZ> can not be empty\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d39c3f8f-da65-4db5-916b-4e946e58c5f9",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "files"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"43903bfa-5352-4a3d-9496-c9ab1229a175\",\n      \"type\": \"file\"\n    },\n    {\n      \"id\": \"50f56ce9-9381-43f6-8a52-5369a8b42e52\",\n      \"type\": \"file\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6d33576b-f546-447f-97c4-f7e4f7992b3c",
          "name": "Replace a product file relationship",
          "request": {
            "name": "Replace a product file relationship",
            "description": {},
            "url": {
              "path": [
                "pcm",
                "products",
                ":productID",
                "relationships",
                "files"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "productID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the product.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": [\n    {\n      \"id\": \"43903bfa-5352-4a3d-9496-c9ab1229a175\",\n      \"type\": \"file\"\n    },\n    {\n      \"id\": \"50f56ce9-9381-43f6-8a52-5369a8b42e52\",\n      \"type\": \"file\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "518a9b53-d0cd-4bf3-920f-f13dc7dab2e3",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "files"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"43903bfa-5352-4a3d-9496-c9ab1229a175\",\n      \"type\": \"file\"\n    },\n    {\n      \"id\": \"50f56ce9-9381-43f6-8a52-5369a8b42e52\",\n      \"type\": \"file\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "60946d2f-1429-4b65-a0e6-2b4a80de5596",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "files"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"43903bfa-5352-4a3d-9496-c9ab1229a175\",\n      \"type\": \"file\"\n    },\n    {\n      \"id\": \"50f56ce9-9381-43f6-8a52-5369a8b42e52\",\n      \"type\": \"file\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"detail\": \"Could not parse the supplied filter\",\n      \"status\": \"400\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7cf53aa6-e847-4906-9d43-0ac5afb0db8b",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "files"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"43903bfa-5352-4a3d-9496-c9ab1229a175\",\n      \"type\": \"file\"\n    },\n    {\n      \"id\": \"50f56ce9-9381-43f6-8a52-5369a8b42e52\",\n      \"type\": \"file\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Forbidden\",\n      \"status\": \"403\",\n      \"detail\": \"entity owned by organization\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8a927094-2a59-49e8-bf64-610e50febe9d",
              "name": "Bad Request. Not Found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "files"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"43903bfa-5352-4a3d-9496-c9ab1229a175\",\n      \"type\": \"file\"\n    },\n    {\n      \"id\": \"50f56ce9-9381-43f6-8a52-5369a8b42e52\",\n      \"type\": \"file\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f6f527c1-7805-44a4-82af-8b5dbbcd55d8",
              "name": "Write conflict detected",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "files"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"43903bfa-5352-4a3d-9496-c9ab1229a175\",\n      \"type\": \"file\"\n    },\n    {\n      \"id\": \"50f56ce9-9381-43f6-8a52-5369a8b42e52\",\n      \"type\": \"file\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Conflict\",\n      \"status\": \"409\",\n      \"detail\": \"write conflict detected\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8c12dfff-9ca5-49e8-9640-17d690234474",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "files"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"43903bfa-5352-4a3d-9496-c9ab1229a175\",\n      \"type\": \"file\"\n    },\n    {\n      \"id\": \"50f56ce9-9381-43f6-8a52-5369a8b42e52\",\n      \"type\": \"file\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Failed Validation\",\n      \"status\": \"422\",\n      \"detail\": \"<XYZ> can not be empty\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1cde7552-ca46-4766-a28e-77367111ae1b",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "files"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"43903bfa-5352-4a3d-9496-c9ab1229a175\",\n      \"type\": \"file\"\n    },\n    {\n      \"id\": \"50f56ce9-9381-43f6-8a52-5369a8b42e52\",\n      \"type\": \"file\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d10e05d5-272e-4915-ae09-333b82b0a41e",
          "name": "Delete a product file relationships",
          "request": {
            "name": "Delete a product file relationships",
            "description": {},
            "url": {
              "path": [
                "pcm",
                "products",
                ":productID",
                "relationships",
                "files"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "productID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the product.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": [\n    {\n      \"id\": \"43903bfa-5352-4a3d-9496-c9ab1229a175\",\n      \"type\": \"file\"\n    },\n    {\n      \"id\": \"50f56ce9-9381-43f6-8a52-5369a8b42e52\",\n      \"type\": \"file\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "f69ef212-fa3b-42e6-b6e9-fab8e0eb6af0",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "files"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"43903bfa-5352-4a3d-9496-c9ab1229a175\",\n      \"type\": \"file\"\n    },\n    {\n      \"id\": \"50f56ce9-9381-43f6-8a52-5369a8b42e52\",\n      \"type\": \"file\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "f53d5145-ebae-463b-bcb4-c56762e99efa",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "files"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"43903bfa-5352-4a3d-9496-c9ab1229a175\",\n      \"type\": \"file\"\n    },\n    {\n      \"id\": \"50f56ce9-9381-43f6-8a52-5369a8b42e52\",\n      \"type\": \"file\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"detail\": \"Could not parse the supplied filter\",\n      \"status\": \"400\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "02cd14b8-b251-422c-b066-9003a2dccf08",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "files"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"43903bfa-5352-4a3d-9496-c9ab1229a175\",\n      \"type\": \"file\"\n    },\n    {\n      \"id\": \"50f56ce9-9381-43f6-8a52-5369a8b42e52\",\n      \"type\": \"file\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Forbidden\",\n      \"status\": \"403\",\n      \"detail\": \"entity owned by organization\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "60e6548c-dc5b-4b21-a371-af60d6c93ee5",
              "name": "Bad Request. Not Found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "files"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"43903bfa-5352-4a3d-9496-c9ab1229a175\",\n      \"type\": \"file\"\n    },\n    {\n      \"id\": \"50f56ce9-9381-43f6-8a52-5369a8b42e52\",\n      \"type\": \"file\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c94c2a8d-717a-490b-8c0b-d72751103dea",
              "name": "Write conflict detected",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "files"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"43903bfa-5352-4a3d-9496-c9ab1229a175\",\n      \"type\": \"file\"\n    },\n    {\n      \"id\": \"50f56ce9-9381-43f6-8a52-5369a8b42e52\",\n      \"type\": \"file\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Conflict\",\n      \"status\": \"409\",\n      \"detail\": \"write conflict detected\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "744d1268-cc5a-494b-a3a9-d7266c592344",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "files"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"43903bfa-5352-4a3d-9496-c9ab1229a175\",\n      \"type\": \"file\"\n    },\n    {\n      \"id\": \"50f56ce9-9381-43f6-8a52-5369a8b42e52\",\n      \"type\": \"file\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Failed Validation\",\n      \"status\": \"422\",\n      \"detail\": \"<XYZ> can not be empty\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "32857e3f-318f-4b9f-bcf0-b1baced1c791",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "files"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"43903bfa-5352-4a3d-9496-c9ab1229a175\",\n      \"type\": \"file\"\n    },\n    {\n      \"id\": \"50f56ce9-9381-43f6-8a52-5369a8b42e52\",\n      \"type\": \"file\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Product Image Relationships",
      "description": "Products are the items or services that you might want to sell in your store. In Product Experience Manager, products can also have associated rich media assets, such as product images or a file containing additional product details.\n\nYou can do this using [Files API](/docs/api/pxm/files).\n\nOnce you have created your files, you associate files with your products using the [Create Product Main Image Relationships API](/docs/api/pxm/products/create-product-main-image-relationships).\n",
      "item": [
        {
          "id": "df4f5ca0-20b6-48eb-be56-7137f79514c2",
          "name": "Create main image relationships",
          "request": {
            "name": "Create main image relationships",
            "description": {
              "content": "Associates a main image with the specified product.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "products",
                ":productID",
                "relationships",
                "main_image"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "productID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the product.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"file\",\n    \"id\": \"3ab3deca-1f11-47b7-a409-24ea3234d72c\"\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "3cafa721-a107-4e51-9f89-7bcb7d24bd9c",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "main_image"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"file\",\n    \"id\": \"3ab3deca-1f11-47b7-a409-24ea3234d72c\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "8615f6d4-88bc-4444-a6cd-8720c2510f8f",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "main_image"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"file\",\n    \"id\": \"3ab3deca-1f11-47b7-a409-24ea3234d72c\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"detail\": \"Could not parse the supplied filter\",\n      \"status\": \"400\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e96031ec-f51d-4fb9-a59e-b064a867fe4b",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "main_image"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"file\",\n    \"id\": \"3ab3deca-1f11-47b7-a409-24ea3234d72c\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Forbidden\",\n      \"status\": \"403\",\n      \"detail\": \"entity owned by organization\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "875f6d86-8948-4cf4-85ac-a332f7dab283",
              "name": "Bad Request. Not Found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "main_image"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"file\",\n    \"id\": \"3ab3deca-1f11-47b7-a409-24ea3234d72c\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "298093c2-9add-41b8-ba5a-5bef204de9fc",
              "name": "Write conflict detected",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "main_image"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"file\",\n    \"id\": \"3ab3deca-1f11-47b7-a409-24ea3234d72c\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Conflict\",\n      \"status\": \"409\",\n      \"detail\": \"write conflict detected\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "288169bf-1145-45aa-b7d5-9c5cc2193579",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "main_image"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"file\",\n    \"id\": \"3ab3deca-1f11-47b7-a409-24ea3234d72c\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Failed Validation\",\n      \"status\": \"422\",\n      \"detail\": \"<XYZ> can not be empty\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1a8f6dea-c86d-48f4-99ae-7895d67ffc70",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "main_image"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"file\",\n    \"id\": \"3ab3deca-1f11-47b7-a409-24ea3234d72c\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9599d627-7019-42ff-a754-f9057d17405f",
          "name": "Get Main Image Relationships",
          "request": {
            "name": "Get Main Image Relationships",
            "description": {},
            "url": {
              "path": [
                "pcm",
                "products",
                ":productID",
                "relationships",
                "main_image"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "productID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the product.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "1633bd71-bb3b-43cd-bd42-0def562a1c63",
              "name": "Returns all product variation relationships",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "main_image"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"file\",\n    \"id\": \"file-1\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1e774c8b-ea08-4785-b44a-28343608df86",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "main_image"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"detail\": \"Could not parse the supplied filter\",\n      \"status\": \"400\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0ba7803a-51a2-4a42-8e4a-a35f23ba6c2c",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "main_image"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Forbidden\",\n      \"status\": \"403\",\n      \"detail\": \"entity owned by organization\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "19f4bd70-a055-4cb9-8897-82de1bfbf1d8",
              "name": "Bad Request. Not Found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "main_image"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "59f93382-b4ed-47d4-865d-2035b2f811b7",
              "name": "Write conflict detected",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "main_image"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Conflict\",\n      \"status\": \"409\",\n      \"detail\": \"write conflict detected\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "99e04af6-23fb-4f3a-8de5-b6944e53a804",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "main_image"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Failed Validation\",\n      \"status\": \"422\",\n      \"detail\": \"<XYZ> can not be empty\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0c74c15e-37be-449d-ac17-ae97144bde90",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "main_image"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "aa2301bd-2031-4559-a4e6-5e08791cf36f",
          "name": "Replace Main Image Relationships",
          "request": {
            "name": "Replace Main Image Relationships",
            "description": {},
            "url": {
              "path": [
                "pcm",
                "products",
                ":productID",
                "relationships",
                "main_image"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "productID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the product.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"file\",\n    \"id\": \"3ab3deca-1f11-47b7-a409-24ea3234d72c\"\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "4ef9d3dc-e445-40ac-97a4-d38f6b0c2d39",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "main_image"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"file\",\n    \"id\": \"3ab3deca-1f11-47b7-a409-24ea3234d72c\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "9b55d9e0-2428-4a7c-bc27-d8eff0315fec",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "main_image"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"file\",\n    \"id\": \"3ab3deca-1f11-47b7-a409-24ea3234d72c\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"detail\": \"Could not parse the supplied filter\",\n      \"status\": \"400\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8db492bb-d7c1-4ee8-abd3-58936f1b1780",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "main_image"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"file\",\n    \"id\": \"3ab3deca-1f11-47b7-a409-24ea3234d72c\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Forbidden\",\n      \"status\": \"403\",\n      \"detail\": \"entity owned by organization\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f5cbb972-8069-4742-becb-669fc42e80e6",
              "name": "Bad Request. Not Found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "main_image"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"file\",\n    \"id\": \"3ab3deca-1f11-47b7-a409-24ea3234d72c\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "53e3b2f6-7884-45eb-8467-ab5e3bc68a6b",
              "name": "Write conflict detected",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "main_image"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"file\",\n    \"id\": \"3ab3deca-1f11-47b7-a409-24ea3234d72c\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Conflict\",\n      \"status\": \"409\",\n      \"detail\": \"write conflict detected\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "114deb6b-9b6e-49f4-8ccc-85cc439851c4",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "main_image"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"file\",\n    \"id\": \"3ab3deca-1f11-47b7-a409-24ea3234d72c\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Failed Validation\",\n      \"status\": \"422\",\n      \"detail\": \"<XYZ> can not be empty\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d76a3518-28a0-47b2-a665-512ae303b0ae",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "main_image"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"file\",\n    \"id\": \"3ab3deca-1f11-47b7-a409-24ea3234d72c\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "662a4f40-d680-47cf-b7b1-cb1bdd0a5972",
          "name": "Delete Main Image Relationships",
          "request": {
            "name": "Delete Main Image Relationships",
            "description": {},
            "url": {
              "path": [
                "pcm",
                "products",
                ":productID",
                "relationships",
                "main_image"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "productID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the product.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "7d8c1d86-e2ea-4d2d-8660-edaf1ccdbb62",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "main_image"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "e3124933-f543-453a-8db3-fb1af9c9afdb",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "main_image"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"detail\": \"Could not parse the supplied filter\",\n      \"status\": \"400\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6e2df76d-1f41-4e1c-bed0-f6e6634cb616",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "main_image"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Forbidden\",\n      \"status\": \"403\",\n      \"detail\": \"entity owned by organization\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9de2791a-1b77-416b-b90f-49d7c6a4e9fe",
              "name": "Bad Request. Not Found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "main_image"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c74abc63-4413-40d0-96df-8efb4a0d2e1f",
              "name": "Write conflict detected",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "main_image"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Conflict\",\n      \"status\": \"409\",\n      \"detail\": \"write conflict detected\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4350f5e8-e617-4abb-867b-b629bfaefb2b",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "main_image"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Failed Validation\",\n      \"status\": \"422\",\n      \"detail\": \"<XYZ> can not be empty\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e183e4fe-420e-4e85-b25f-da84905e0fa3",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "relationships",
                    "main_image"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Product Import/Bulk Update",
      "description": "```mdx-code-block\nimport ProductImport from '/docs/partials/pxm/import/import.mdx';\n\n<ProductImport />\n```\n\n#### Using Imported Main Image Files\n\nYou can use the main images that you have previously uploaded to Commerce and assign them to your products when importing products to Commerce. You can do this by adding a `main_image_id` header to your `.csv` file. The ID you provide in `main_image_id` is the ID of a file that has already been uploaded to Commerce using create a file.\n\n#### Importing Custom Data (Flows)\n\nYou can also create/update custom extension data in a `.csv` file by creating a header that includes the flow `ID` and the field `slug` in the following format: \n\ntemplate:*flowID*:*fieldSlug*.\n\nwhere:\n\n- `template` must be `template`.\n- `flowID` is the ID of the flow that contains the field whose data you want to create/update.\n- `fieldSlug` is the slug of the field whose data you want to create/update.\n\nIn the following example, for a flow with ID `82c10a02-1851-4992-8ecb-d44f2782d09b` and a field with the slug `condition`:\n\n- the header is `template:82c10a02-1851-4992-8ecb-d44f2782d09b:condition`.\n- the updated custom data is `as-new`.\n\n    | name | slug | sku | status | template:82c10a02-1851-4992-8ecb-d44f2782d09b:condition |\n    | :--- | :--- | :--- | :--- | :--- |\n    | BestEver Range | bestever-range-1a1a-30 | BE-Range-1a1a-30 | draft | as-new |\n\n#### Characteristics of CSV Import Files\n\nProduct Import uses a [**Comma Separated Values (CSV)**](#characteristics-of-csv-import-files) file to import/update products, main image files, and custom extension data. \n\n- Each row in a `.csv` file represents a product you want to create/update. \n- Each file:\n    - must not be larger than 50 megabytes. If a `.csv` file is larger than 50 megabytes, a `503 client read error` is displayed.\n    - must not have more than 50,000 rows, including the header. If a CSV file exceeds 50,000 rows, an error is displayed, and the products are not imported.\n    In other words, if you have a file with 50,000 rows that is larger than 50 megabytes, an error is displayed, and the products are not imported.\n- If you want to create/update more than 50,000 products or your `.csv` file is larger than 50 megabytes, you must have a separate `.csv` file and import each `.csv` file one at a time.\n- You can update existing products, including images, templates/flow fields, and entries. The entry in the `.csv` file must have a unique `id` and/or `external_ref` that matches the `id` and `external_ref` of the existing product you want to update. You may have both a unique `id` and `external_ref`, but you must have at least one.\n- You can add new products. For new products that you want to add, the entry in the `.csv` file must have an `external_ref` that does not match any existing products.\n\nThe following table describes the headers that are supported.\n\n| Header | Required | Description  |\n|:---- |:---------|:--|\n| id                              | Optional | A unique product ID that is generated when you create the product. The `id` is used to look up products in the `.csv` file and matches them to the products in your storefront that you want to update.                                                                                                                                                                                                       |\n| external_ref                    | Optional | A unique attribute associated with a product. This could be an external reference from a separate company system, for example. The maximum length is 2048 characters.                                                                                                                                                                                                                                         |\n| name                            | Required | The name of a product.                                                                                                                                                                                                                                                                                                                                                                                        |\n| description                     | Required | A description for a product. You can include quotes in your product description, if you want to emphasize a word, for example. To do this, put quotes around the product description. For example, \"This product description describes my \"product\" and the product \"version\".\"                                                                                                                               |\n| slug                            | Required | A label for the product that is used in the URL paths. A slug can contain any combination of letters, numbers, periods, hyphens, and underscores. NO spaces or other characters are allowed. By default, the product name is used as the slug.                                                                                                                                                                |\n| status                          | Required | The status of a product, either `Draft` or `Live`.                                                                                                                                                                                                                                                                                                                                                            |\n| commodity_type                  | Required | The commodity type, either `physical` or `digital`.                                                                                                                                                                                                                                                                                                                                                           |\n| upc_ean                         | Optional | The universal product code or european article number of the product.                                                                                                                                                                                                                                                                                                                                         |\n| mpn                             | Optional | The manufacturer part number of a product.                                                                                                                                                                                                                                                                                                                                                                    |\n| sku                             | Optional | The unique stock keeping unit of the product.                                                                                                                                                                                                                                                                                                                                                                 |\n| tags                             | Optional | The product tags used to store or assign a key word against a product. A product can have up to 20 product tags. A product tag can be up to 255 characters. See [**Product Tags**](/docs/api/pxm/products/product-tags).\n| main_image_id                   | Optional | Specifies a unique ID of a main image file for a product. You can include a `main_image_id` for your products for images that are already uploaded to Commerce. See [**Using Main Image Files**](#importing-custom-data-flows).                                                                                                                                                                                        |\n| `template:<flowID>:<fieldSlug>` | Optional | You can also specify custom extension data in the CSV by specifying the flow `ID` or `slug` and the field `name`. For example, `template:<flowSlug>:<fieldName>` format. See [**Importing Custom Data (Flows)**](#importing-custom-data-flows). |\n",
      "item": [
        {
          "id": "f51ccbfd-320a-4132-94b4-568f3d5b0c20",
          "name": "Import Products",
          "request": {
            "name": "Import Products",
            "description": {
              "content": "\nYou can use the Product Import API to:\n\n- Add new products, including:\n\n    - main image files. See [Importing Main Image Files](/docs/api/pxm/products/product-import-bulk-update#using-imported-main-image-files).\n    - custom data. See [Importing custom data](/docs/api/pxm/products/product-import-bulk-update#importing-custom-data-flows).\n    - Make bulk updates to existing products.\n\nYou cannot use product import to:\n\n- Delete existing products.\n- Import product bundles.\n\nThe Product Import API uses a Comma Separated Values (CSV) file to import products, main image files, custom extension data, and admin and shopper attributes. Each row in a .csv file represents a product you want to create/update. See an [example file](/assets/pim_product_import_example.csv).\n\nEach file can have 50,000 rows, including the header. If a CSV file exceeds 50,000 rows, an error is displayed, and the products are not imported. A CSV file must not be larger than 50 megabytes. If a CSV file is larger than 50 megabytes, a `503 client read` error is displayed.\n\nIf you want to create/update more than 50,000 products or your CSV file is larger than 50 megabytes, you must have a separate CSV file and import each CSV file one at a time.\n\nSee [**Characteristics of CSV Files**](/docs/api/pxm/products/product-import-bulk-update#characteristics-of-csv-import-files).\n\n## Custom Attributes in CSV\n\nYou can set custom attributes on products using CSV columns with the prefixes `shopper_attributes.` or `admin_attributes.` followed by the attribute key name. For example:\n\n- `shopper_attributes.color` sets the `color` key on `shopper_attributes`.\n- `admin_attributes.cost_of_goods` sets the `cost_of_goods` key on `admin_attributes`.\n\n**Partial updates:** When updating an existing product, only the attribute keys present as columns in the CSV are affected. Attribute keys not included as columns are left unchanged.\n\n**Removing an attribute key:** To explicitly delete an attribute key from an existing product, set the cell value to `__REMOVE_ATTRIBUTE__`. This special sentinel value instructs the importer to remove that key from the product's custom attributes. An empty cell value is treated as a literal empty string, not a deletion.\n\n**New products:** For new products being created via import, any column whose value is `__REMOVE_ATTRIBUTE__` is ignored (the key is not created).\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "products",
                "import"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Specifies the locale to assist in parsing flow entry date values.\n\n- If a supported locale is provided, the system attempts to interpret dates using that locale's conventions. The import job fails if a date does not match one of the supported locale's formats.\n- If this parameter is omitted, or if the value provided is not on the supported list, the system proceeds using its default parsing logic. An unsupported locale is ignored and does not cause a failure.\n\n**Supported Locales and Date Formats:**\n\n**`en-US`**\n- `1/2/2006 15:04:05`\n- `01/02/2006 15:04:05`\n- `1/2/06 15:04`\n\n**`en-GB`**\n- `2/1/2006 15:04:05`\n- `02/01/2006 15:04:05`\n- `2/1/06 15:04`\n\n**`en-CA`**\n- `2/1/2006 15:04:05`\n- `02/01/2006 15:04:05`\n- `2/1/06 15:04`     \n\nAdditional locales and date formats can be added upon request.\n (This can only be one of en-US,en-GB,en-CA)",
                    "type": "text/plain"
                  },
                  "key": "locale",
                  "value": "en-US"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "multipart/form-data"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "description": {
                    "content": "The file you want to upload. Ensure that the file format is Comma Separated Values (CSV).",
                    "type": "text/plain"
                  },
                  "key": "file",
                  "type": "file"
                }
              ]
            },
            "auth": null
          },
          "response": [
            {
              "id": "5f6bc8cc-b043-4e2d-a7c6-571c6152fd73",
              "name": "Import started",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    "import"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the locale to assist in parsing flow entry date values.\n\n- If a supported locale is provided, the system attempts to interpret dates using that locale's conventions. The import job fails if a date does not match one of the supported locale's formats.\n- If this parameter is omitted, or if the value provided is not on the supported list, the system proceeds using its default parsing logic. An unsupported locale is ignored and does not cause a failure.\n\n**Supported Locales and Date Formats:**\n\n**`en-US`**\n- `1/2/2006 15:04:05`\n- `01/02/2006 15:04:05`\n- `1/2/06 15:04`\n\n**`en-GB`**\n- `2/1/2006 15:04:05`\n- `02/01/2006 15:04:05`\n- `2/1/06 15:04`\n\n**`en-CA`**\n- `2/1/2006 15:04:05`\n- `02/01/2006 15:04:05`\n- `2/1/06 15:04`     \n\nAdditional locales and date formats can be added upon request.\n (This can only be one of en-US,en-GB,en-CA)",
                        "type": "text/plain"
                      },
                      "key": "locale",
                      "value": "en-US"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "multipart/form-data"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "The file you want to upload. Ensure that the file format is Comma Separated Values (CSV).",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "type": "file"
                    }
                  ]
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"pim-job\",\n    \"id\": \"7e1b9ba1-c844-4556-9b16-4ae3f0988b0f\",\n    \"attributes\": {\n      \"completed_at\": null,\n      \"created_at\": \"2024-01-05T15:27:23.161Z\",\n      \"started_at\": null,\n      \"status\": \"pending\",\n      \"type\": \"product-import\",\n      \"updated_at\": \"2024-01-05T15:27:23.161Z\"\n    },\n    \"meta\": {\n      \"x_request_id\": \"fad8c5c0-9546-4e0c-b68e-8a2d809891e5\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fca9cce1-1191-4760-a42f-129a80b84be8",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    "import"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the locale to assist in parsing flow entry date values.\n\n- If a supported locale is provided, the system attempts to interpret dates using that locale's conventions. The import job fails if a date does not match one of the supported locale's formats.\n- If this parameter is omitted, or if the value provided is not on the supported list, the system proceeds using its default parsing logic. An unsupported locale is ignored and does not cause a failure.\n\n**Supported Locales and Date Formats:**\n\n**`en-US`**\n- `1/2/2006 15:04:05`\n- `01/02/2006 15:04:05`\n- `1/2/06 15:04`\n\n**`en-GB`**\n- `2/1/2006 15:04:05`\n- `02/01/2006 15:04:05`\n- `2/1/06 15:04`\n\n**`en-CA`**\n- `2/1/2006 15:04:05`\n- `02/01/2006 15:04:05`\n- `2/1/06 15:04`     \n\nAdditional locales and date formats can be added upon request.\n (This can only be one of en-US,en-GB,en-CA)",
                        "type": "text/plain"
                      },
                      "key": "locale",
                      "value": "en-US"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "multipart/form-data"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "The file you want to upload. Ensure that the file format is Comma Separated Values (CSV).",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "type": "file"
                    }
                  ]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"detail\": \"Could not parse the supplied filter\",\n      \"status\": \"400\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4ebe9563-5b89-4d60-91b0-74afec9b8f0c",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    "import"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the locale to assist in parsing flow entry date values.\n\n- If a supported locale is provided, the system attempts to interpret dates using that locale's conventions. The import job fails if a date does not match one of the supported locale's formats.\n- If this parameter is omitted, or if the value provided is not on the supported list, the system proceeds using its default parsing logic. An unsupported locale is ignored and does not cause a failure.\n\n**Supported Locales and Date Formats:**\n\n**`en-US`**\n- `1/2/2006 15:04:05`\n- `01/02/2006 15:04:05`\n- `1/2/06 15:04`\n\n**`en-GB`**\n- `2/1/2006 15:04:05`\n- `02/01/2006 15:04:05`\n- `2/1/06 15:04`\n\n**`en-CA`**\n- `2/1/2006 15:04:05`\n- `02/01/2006 15:04:05`\n- `2/1/06 15:04`     \n\nAdditional locales and date formats can be added upon request.\n (This can only be one of en-US,en-GB,en-CA)",
                        "type": "text/plain"
                      },
                      "key": "locale",
                      "value": "en-US"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "multipart/form-data"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "The file you want to upload. Ensure that the file format is Comma Separated Values (CSV).",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "type": "file"
                    }
                  ]
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Failed Validation\",\n      \"status\": \"422\",\n      \"detail\": \"<XYZ> can not be empty\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8bb09f48-6f0d-4f40-9bc5-ec95193c3d1f",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    "import"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the locale to assist in parsing flow entry date values.\n\n- If a supported locale is provided, the system attempts to interpret dates using that locale's conventions. The import job fails if a date does not match one of the supported locale's formats.\n- If this parameter is omitted, or if the value provided is not on the supported list, the system proceeds using its default parsing logic. An unsupported locale is ignored and does not cause a failure.\n\n**Supported Locales and Date Formats:**\n\n**`en-US`**\n- `1/2/2006 15:04:05`\n- `01/02/2006 15:04:05`\n- `1/2/06 15:04`\n\n**`en-GB`**\n- `2/1/2006 15:04:05`\n- `02/01/2006 15:04:05`\n- `2/1/06 15:04`\n\n**`en-CA`**\n- `2/1/2006 15:04:05`\n- `02/01/2006 15:04:05`\n- `2/1/06 15:04`     \n\nAdditional locales and date formats can be added upon request.\n (This can only be one of en-US,en-GB,en-CA)",
                        "type": "text/plain"
                      },
                      "key": "locale",
                      "value": "en-US"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "multipart/form-data"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "The file you want to upload. Ensure that the file format is Comma Separated Values (CSV).",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "type": "file"
                    }
                  ]
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Product Export",
      "description": "```mdx-code-block\nimport ProductExport from '/docs/partials/pxm/import/export.mdx';\n\n<ProductExport />\n```\n\n### Characteristics of Exporting Products\n\n- Product exports are an asynchronous operation. When you send a request to the Export API, it triggers an asynchronous job to build the `.csv` file containing the product entries.\n- Jobs are processed one at a time. You can continue to send product export requests, but those jobs are queued. In other words, Commerce looks for any jobs that have a status of PENDING and starts the job with the earliest created date. This process is repeated until all jobs are processed. See [**Jobs**](/docs/api/pxm/products/jobs).\n- The Export API response includes a job resource. In the response, you can verify the job status; if the status is successful, the response includes a link to the location where the `.csv` file is stored. See [**Product Export CSV File**](#product-export-csv-file). A single CSV file contains 10,000 rows, excluding the header. If you are exporting 50,000 products, the job endpoint response contains links to five `.csv` files; each `.csv` file including 10,000 products.\n- You might have specified custom extension data in a `.csv` file when you imported the products. These modifications are all exported. So, when you send a request to the Export API, the `.csv` file, included in the Job endpoint response, reflects any changes that you have made.\n- You cannot export product bundles.\n\n### Product Export CSV File\n\nThe Product Export API generates a Comma Separated Values (CSV) file that you can use to import/update products, main image files, and custom extension data. \n\nThe `.csv` file is:\n\n - Comma-separated.\n - Header-based.\n   - Header attributes must be the same as the product attributes.\n   - Header names can be in any order.\n - Each row after the first line represents a single product.\n\nThe following table describes the headers that are supported.\n\n| Header                           | Required | Description |                                                             \n|:---------------------------------|:---------|:-----------------------------------------------------|\n| id                               | Optional | A unique product ID that is generated when you create the product. The `id` is used to look up products in the `.csv` file and matches them to the products in your storefront that you want to update.                                                    |\n| external_ref                     | Optional | A unique attribute associated with a product. This could be an external reference from a separate company system, for example. The maximum length is 2048 characters.  |                                                                                          \n| name                             | Required | The name of a product.     |                                                                              \n| description                      | Required | A description for a product. You can include quotes in your product description, if you want to emphasize a word, for example. To do this, put quotes around the product description. For example, \"This product description describes my \"product\" and the product \"version\".\" |\n| slug                             | Required | A label for the product that is used in the URL paths. A slug can contain any combination of letters, numbers, periods, hyphens, and underscores. NO spaces or other characters are allowed. By default, the product name is used as the slug.                |\n| status                           | Required | The status of a product, either `Draft` or `Live`.    |                                                  \n| commodity_type                   | Required | The commodity type, either `physical` or `digital`.    |                                                 \n| upc_ean                          | Optional | The universal product code or european article number of the product.     |                               \n| mpn                              | Optional | The manufacturer part number of a product.       |                                                        \n| sku                              | Optional | The unique stock keeping unit of the product.   |   \n| tags                             | Optional | The product tags used to store or assign a key word against a product. A product can have up to 20 product tags. A product tag can be up to 255 characters. See [**Product Tags**](/docs/api/pxm/products/product-tags\n).                                                   |\n| main_image_id                    | Optional | Specifies a unique ID of a main image file for a product. See [Exporting Main Image Files](#exporting-main-image-files).  |                                                                                                                       \n| `_created_at`                      | Optional| The date and time a product was created. **Note**: This field does not populate any data; it is provided solely for informational purposes.      |                                                                                                               \n| `_updated_at`                      | Optional | The date and time a product was updated. **Note**: This field does not populate any data; it is provided solely for informational purposes.        |                                                                                                             \n| `template:<templateID>:created_at` | Optional | The date and time a template was created. **Note**: This field does not populate any data; it is provided solely for informational purposes.         |                                                                                                           \n| `template:<templateID>:updated_at` | Optional | The date and time a template was updated. **Note**: This field does not populate any data; it is provided solely for informational purposes.      |                                                                                                              \n| `template:<flowID>:<fieldName>`  | Optional | Custom extension data includes the flow `ID` or `slug` and the field `name`. See [Exporting Custom Data (Flows)](#exporting-custom-data-flows).   |                                                                                                              \n\n### Exporting Main Image Files\n\nThe main images that you have previously uploaded Commerce are exported. A `main_image_id` header is added to your `.csv` file. The ID in `main_image_id` is the ID of a file that has already been uploaded to Commerce using [create a file](/docs/api/pxm/files/create-a-file).\n\n### Exporting Custom Data (Flows)\n\nCustom extension data is exported in a `.csv` file by creating a header that includes the flow `ID` or `slug` and the field `name` as shown below:\n\n- `template:<flowSlug>:<fieldName>`\n- `template:<flowID>:<fieldName>`\n\nwhere:\n\n- `template` must be `template`.\n- one of the following for the template that contains the field whose data you want to export:\n  - `flowID` is the ID of the flow.\n  - `flowSlug` is the flow slug.\n- `fieldName` is the name of the field whose data you want to export.\n\nIn the following example, for a flow with ID `82c10a02-1851-4992-8ecb-d44f2782d09b` and a field with the name `condition`:\n\n- the header is `template:82c10a02-1851-4992-8ecb-d44f2782d09b:condition`.\n- the updated custom data is `as-new`.\n\n| name | slug | sku | status | template:82c10a02-1851-4992-8ecb-d44f2782d09b:condition |\n| :--- | :--- | :--- | :--- | :--- |\n| BestEver Range | bestever-range-1a1a-30 | BE-Range-1a1a-30 | draft | as-new |\n",
      "item": [
        {
          "id": "55823e6c-8623-43da-8aff-23c09a0232ca",
          "name": "Export Products",
          "request": {
            "name": "Export Products",
            "description": {
              "content": "\nThe Export API is available to make bulk updates to products in Product Experience Manager. You might also export products for your personal requirements. \n \nThe Export API builds a CSV file containing the product entries. A CSV file can contain up to 50,000 product entries. If you have more than 50,000 product entries, then another CSV file is created and so on, until all your products are exported.\n\nThe Job endpoint response specifies the location where the CSV file is stored. See [Characteristics of CSV Files](/docs/api/pxm/products/product-export#characteristics-of-exporting-products).\n\n### Custom Attributes in Exported CSV\n\nExported CSV files include custom attribute columns using the prefixes `shopper_attributes.` and `admin_attributes.` followed by the attribute key name. For example, a product with `admin_attributes: {cost_of_goods: \"42.0\"}` produces a column `admin_attributes.cost_of_goods` in the exported file.\n\nYou can select specific attribute columns to include in the export using the `columns.include` parameter. You may specify individual keys (for example, `admin_attributes.cost_of_goods`) or use a wildcard to include all keys of a given type (for example, `admin_attributes.*`). You cannot combine a wildcard and individual keys for the same attribute type in a single export request.\n\n### Exporting Selected Columns\nProduct exports support the ability to select a subset of columns to be included in the generated .csv file. This allows you to export only the data you need, making it easier to work with smaller, more focused datasets.\n\n To specify the columns you want to include in the export, use the columns.include parameter in the request body of this endpoint. This parameter accepts an array of strings, where each string represents the name of a product attribute or a flow field.\n\n #### Specifying Flow Field Columns:\n \n The format for specifying flow field columns depends on the useTemplateSlugs setting:\n \n * useTemplateSlugs: `true`: Specify flow field columns using the format: `products(<flow_slug>):<field_name>`. For example: `products(my_flow):my_field`.\n * useTemplateSlugs: `false` (default): Specify flow field columns using the format: `template:<flow_id>:<field_name>`. For example: `template:82c10a02-1851-4992-8ecb-d44f2782d09b:my_field`.\n \n #### Mandatory Fields:\n\n To ensure successful re-importing of product data, the following fields are always included in the export, regardless of the columns.include parameter:\n   \n   * id\n   * name\n   * sku\n   * external_ref\n   * commodity_type\n \n If the `columns.include` parameter is not provided in the request, the system will export all available product fields.\n \n ### Filtering\n \nThe following attributes and operators are supported.\n\n| Operator                  | Attribute                                                                                                                                               | Description                                                                                                                                                                                                                                             | Example                                          |\n | :------------------------ | :------------------------------------------------------------------------------------------------------------------------------------------------------ | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | :----------------------------------------------- |\n | `eq`                      | `id`, `sku`, `slug`, `upc_ean`, `manufacturer_part_num`, `name`, `templates`, `commodity_type`, `owner`, `product_types`, `parent_id`, `component_option_id`, `tags`, `status`, `has_nodes (false only)`, `created_at`, `updated_at`, `external_ref`, `description` | Equals. Checks if the values of two operands are equal. If they are, the condition is true. For `product_types`, you can only specify one product type. **Note:** `has_nodes` can only be filtered as `false`. **Note:** `component_option_id` matches when a bundle includes that product id as a component option. | `?filter=eq(name,some-name)` |\n | `like`                    | `sku`, `slug`, `upc_ean`, `manufacturer_part_num`, `name`, `tags`, `description`, `external_ref`                                                        | Like. Checks if the operand contains the specified string. Wildcards are supported.                                                                                                                                                                     | `?filter=like(name,*some-name*)`                 |\n | `in`                      | `id`, `name`, `sku`, `slug`, `upc_ean`, `manufacturer_part_num`, `product_types`, `parent_id`, `component_option_id`, `tags`, `external_ref`                                   | Checks if the values are included in the specified list. If they are, the condition is true. For `product_types`, you can specify more than one product type.                                                                                           | `?filter=in(id,some-id)`                         |\n | `gt`                      | `id`, `created_at`, `updated_at`, `external_ref`                                                                                                        | Greater than. Checks if the value of the field is greater than the given value.                                                                                                                                                                         | `?filter=gt(updated_at,2024-01-01T00:00:00Z)`    |\n | `ge`                      | `id`, `created_at`, `updated_at`, `external_ref`                                                                                                        | Greater than or equal to. Checks if the value of the field is greater than or equal to the given value.                                                                                                                                                 | `?filter=ge(created_at,2023-01-01T00:00:00Z)`    |\n | `lt`                      | `id`, `created_at`, `updated_at`, `external_ref`                                                                                                        | Less than. Checks if the value of the field is less than the given value.                                                                                                                                                                               | `?filter=lt(updated_at,2025-01-01T00:00:00Z)`    |\n | `le`                      | `id`, `created_at`, `updated_at`, `external_ref`                                                                                                        | Less than or equal to. Checks if the value of the field is less than or equal to the given value.                                                                                                                                                       | `?filter=le(created_at,2022-01-01T00:00:00Z)`    |\n | `eq` (extensions)         | `extensions.book.isbn`                                                                                                                                  | Filters using a nested extension field.                                                                                                                                                                                                                 | `?filter=eq(extensions.book.isbn,1765426)`       |\n | `eq` (shopper_attributes) | `shopper_attributes.color`                                                                                                                              | Filters using a shopper custom attribute field.                                                                                                                                                                                                         | `?filter=eq(shopper_attributes.color,red)`       |\n | `eq` (admin_attributes)   | `admin_attributes.warehouse`                                                                                                                            | Filters using an admin custom attribute field.                                                                                                                                                                                                          | `?filter=eq(admin_attributes.warehouse,US-EAST)` |\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "products",
                "export"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Set to `true` if you want to use a template slug instead of a template ID when exporting products that have custom data.",
                    "type": "text/plain"
                  },
                  "key": "useTemplateSlugs",
                  "value": "false"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "\nMany Commerce API endpoints support filtering. The general syntax is described [**here**](/guides/Getting-Started/filtering), but you must go to a specific endpoint to understand the attributes and operators an endpoint supports.\n\nFor more information about the attributes and operators that this endpoint supports, see [Export Products](/docs/api/pxm/products/export-products).\n",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "eq(name,some-name)"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"product-export\",\n    \"attributes\": {\n      \"columns\": {\n        \"include\": [\n          \"description\",\n          \"template:a1b2c3d4-e5f6-7890-1234-567890abcdef:isbn\"\n        ]\n      }\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "c9aa3517-58fa-42ea-8679-c80e03a4b493",
              "name": "Export started",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    "export"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Set to `true` if you want to use a template slug instead of a template ID when exporting products that have custom data.",
                        "type": "text/plain"
                      },
                      "key": "useTemplateSlugs",
                      "value": "false"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "\nMany Commerce API endpoints support filtering. The general syntax is described [**here**](/guides/Getting-Started/filtering), but you must go to a specific endpoint to understand the attributes and operators an endpoint supports.\n\nFor more information about the attributes and operators that this endpoint supports, see [Export Products](/docs/api/pxm/products/export-products).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(name,some-name)"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"product-export\",\n    \"attributes\": {\n      \"columns\": {\n        \"include\": [\n          \"description\",\n          \"template:a1b2c3d4-e5f6-7890-1234-567890abcdef:isbn\"\n        ]\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"pim-job\",\n    \"id\": \"7e1b9ba1-c844-4556-9b16-4ae3f0988b0f\",\n    \"attributes\": {\n      \"completed_at\": null,\n      \"created_at\": \"2024-01-05T15:27:23.161Z\",\n      \"started_at\": null,\n      \"status\": \"pending\",\n      \"type\": \"product-export\",\n      \"updated_at\": \"2024-01-05T15:27:23.161Z\"\n    },\n    \"meta\": {\n      \"file_locations\": null,\n      \"filter\": \"eq(sku,product-1)\",\n      \"x_request_id\": \"fad8c5c0-9546-4e0c-b68e-8a2d809891e5\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "551bab21-c258-412a-b40c-d65183aa55b0",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    "export"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Set to `true` if you want to use a template slug instead of a template ID when exporting products that have custom data.",
                        "type": "text/plain"
                      },
                      "key": "useTemplateSlugs",
                      "value": "false"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "\nMany Commerce API endpoints support filtering. The general syntax is described [**here**](/guides/Getting-Started/filtering), but you must go to a specific endpoint to understand the attributes and operators an endpoint supports.\n\nFor more information about the attributes and operators that this endpoint supports, see [Export Products](/docs/api/pxm/products/export-products).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(name,some-name)"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"product-export\",\n    \"attributes\": {\n      \"columns\": {\n        \"include\": [\n          \"description\",\n          \"template:a1b2c3d4-e5f6-7890-1234-567890abcdef:isbn\"\n        ]\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"detail\": \"Could not parse the supplied filter\",\n      \"status\": \"400\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dc45d28e-f723-430e-afe4-037f9a926045",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    "export"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Set to `true` if you want to use a template slug instead of a template ID when exporting products that have custom data.",
                        "type": "text/plain"
                      },
                      "key": "useTemplateSlugs",
                      "value": "false"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "\nMany Commerce API endpoints support filtering. The general syntax is described [**here**](/guides/Getting-Started/filtering), but you must go to a specific endpoint to understand the attributes and operators an endpoint supports.\n\nFor more information about the attributes and operators that this endpoint supports, see [Export Products](/docs/api/pxm/products/export-products).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(name,some-name)"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"product-export\",\n    \"attributes\": {\n      \"columns\": {\n        \"include\": [\n          \"description\",\n          \"template:a1b2c3d4-e5f6-7890-1234-567890abcdef:isbn\"\n        ]\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Failed Validation\",\n      \"status\": \"422\",\n      \"detail\": \"<XYZ> can not be empty\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c53dc1c9-6d18-4a7f-aea5-8e2d9fdb11bb",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    "export"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Set to `true` if you want to use a template slug instead of a template ID when exporting products that have custom data.",
                        "type": "text/plain"
                      },
                      "key": "useTemplateSlugs",
                      "value": "false"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "\nMany Commerce API endpoints support filtering. The general syntax is described [**here**](/guides/Getting-Started/filtering), but you must go to a specific endpoint to understand the attributes and operators an endpoint supports.\n\nFor more information about the attributes and operators that this endpoint supports, see [Export Products](/docs/api/pxm/products/export-products).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(name,some-name)"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"product-export\",\n    \"attributes\": {\n      \"columns\": {\n        \"include\": [\n          \"description\",\n          \"template:a1b2c3d4-e5f6-7890-1234-567890abcdef:isbn\"\n        ]\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Hierarchies",
      "description": "```mdx-code-block\nimport HierarchyOverview from '/docs/partials/pxm/hierarchies/hierarchies.mdx';\nimport HierarchyCatalog from '/docs/partials/pxm/hierarchies/hierarchycatalogs.mdx';\n\n<HierarchyOverview />\n\n## Creating Hierarchies and Nodes\n\nYou can create the **Major Appliances** hierarchy by performing the following steps.\n\n1. Using [**Create a Hierarchy**](/docs/api/pxm/products/create-hierarchy), create a hierarchy whose name is **Major Appliances**. Each hierarchy has a hierarchy ID. In other words, the hierarchy ID is the ID of the root node.\n1. Using [**Create a Node in a hierarchy**](/docs/api/pxm/products/create-node), create the following child nodes. When you create a node in a hierarchy, by default, the node is a child of the root node. Specify `sort_order` to configure the order of the nodes.\n   - **Ranges**\n   - **Refrigerators**\n   - **Dishwashers**\n1. Using [**Create a Node in a hierarchy**](/docs/api/pxm/products/create-node), create the **Electric Ranges** node, specifying **Ranges** as the parent node.\n1. Using [**Create a Node in a hierarchy**](/docs/api/pxm/products/create-node), create the following nodes, specifying **Electric Ranges** as the parent node.\n   - **Electric Ranges 24ˮ**\n   - **Electric Ranges 30ˮ**\n   - **Double Oven**\n1. Using [**Create a Node in a hierarchy**](/docs/api/pxm/products/create-node), create the **Gas Ranges** node, specifying **Ranges** as the parent node.\n1. Using [**Create a Node in a hierarchy**](/docs/api/pxm/products/create-node), create the following nodes, specifying **Gas Ranges** as the parent node.\n   - **Gas Ranges 24ˮ**\n   - **Gas Ranges 30ˮ**\n   - **Gas Ranges 32\"**\n   - **Double Oven**\n1. Using [**Create a Node in a hierarchy**](/docs/api/pxm/products/create-node), create the following nodes, specifying **Dishwashers** as the parent node.\n    - **Built-in**\n    - **Standalone**\n\n## Hierarchies and Catalogs\n\n<HierarchyCatalog />\n\n```\n",
      "item": [
        {
          "id": "6f6f5803-2b56-4b91-90e6-24521b4d468a",
          "name": "Create a hierarchy",
          "request": {
            "name": "Create a hierarchy",
            "description": {
              "content": "```mdx-code-block\nimport CASummary from '/docs/partials/pxm/custom-attributes/custom-attribute-spec-summary.mdx';\n\nCreates a hierarchy with a name, description, and slug to organize products in your catalog.\n\n<CASummary />\n```\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "hierarchies"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"hierarchy\",\n    \"attributes\": {\n      \"name\": \"Shoes\",\n      \"description\": \"Shoes Category\",\n      \"slug\": \"shoes\",\n      \"admin_attributes\": {\n        \"cost_of_goods\": \"42.0\",\n        \"charge_type\": \"credit card\"\n      },\n      \"shopper_attributes\": {\n        \"cost_of_goods\": \"42.0\",\n        \"charge_type\": \"credit card\"\n      },\n      \"locales\": {\n        \"fr-FR\": {\n          \"name\": \"Chaussures\",\n          \"description\": \"Catégorie de chaussures\"\n        }\n      }\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "1986eb6f-3fdb-494f-a9d1-ea062e0cabda",
              "name": "Returns a created hierarchy with the following attributes.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"hierarchy\",\n    \"attributes\": {\n      \"name\": \"Shoes\",\n      \"description\": \"Shoes Category\",\n      \"slug\": \"shoes\",\n      \"admin_attributes\": {\n        \"cost_of_goods\": \"42.0\",\n        \"charge_type\": \"credit card\"\n      },\n      \"shopper_attributes\": {\n        \"cost_of_goods\": \"42.0\",\n        \"charge_type\": \"credit card\"\n      },\n      \"locales\": {\n        \"fr-FR\": {\n          \"name\": \"Chaussures\",\n          \"description\": \"Catégorie de chaussures\"\n        }\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"hierarchy\",\n    \"id\": \"6183d10c-94b5-4caa-9f12-2f14cb738d41\",\n    \"attributes\": {\n      \"description\": \"Shoes Category\",\n      \"locales\": {\n        \"fr-FR\": {\n          \"name\": \"Chaussures\",\n          \"description\": \"Catégorie de chaussures\"\n        }\n      },\n      \"admin_attributes\": {\n        \"cost_of_goods\": \"42.0\",\n        \"charge_type\": \"credit card\"\n      },\n      \"shopper_attributes\": {\n        \"cost_of_goods\": \"42.0\",\n        \"charge_type\": \"credit card\"\n      },\n      \"name\": \"Shoes\",\n      \"slug\": \"shoes\"\n    },\n    \"relationships\": {\n      \"children\": {\n        \"data\": [],\n        \"links\": {\n          \"related\": \"/hierarchies/6183d10c-94b5-4caa-9f12-2f14cb738d41/children\"\n        }\n      }\n    },\n    \"meta\": {\n      \"created_at\": \"2024-01-10T20:16:35.343Z\",\n      \"owner\": \"store\",\n      \"updated_at\": \"2024-01-10T20:16:35.343Z\",\n      \"breadcrumbs\": [\n        {\n          \"id\": \"6183d10c-94b5-4caa-9f12-2f14cb738d41\",\n          \"name\": \"Shoes\",\n          \"slug\": \"shoes\",\n          \"locales\": {\n            \"fr-FR\": {\n              \"name\": \"hierarchy 1 in French\"\n            }\n          }\n        }\n      ]\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9a9d0b4e-2b6f-4330-a7a1-7dd4bfefb043",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"hierarchy\",\n    \"attributes\": {\n      \"name\": \"Shoes\",\n      \"description\": \"Shoes Category\",\n      \"slug\": \"shoes\",\n      \"admin_attributes\": {\n        \"cost_of_goods\": \"42.0\",\n        \"charge_type\": \"credit card\"\n      },\n      \"shopper_attributes\": {\n        \"cost_of_goods\": \"42.0\",\n        \"charge_type\": \"credit card\"\n      },\n      \"locales\": {\n        \"fr-FR\": {\n          \"name\": \"Chaussures\",\n          \"description\": \"Catégorie de chaussures\"\n        }\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Failed Validation\",\n      \"status\": \"422\",\n      \"detail\": \"<XYZ> can not be empty\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ca47ad82-6e72-4b4e-be49-16a3fa8763bc",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"hierarchy\",\n    \"attributes\": {\n      \"name\": \"Shoes\",\n      \"description\": \"Shoes Category\",\n      \"slug\": \"shoes\",\n      \"admin_attributes\": {\n        \"cost_of_goods\": \"42.0\",\n        \"charge_type\": \"credit card\"\n      },\n      \"shopper_attributes\": {\n        \"cost_of_goods\": \"42.0\",\n        \"charge_type\": \"credit card\"\n      },\n      \"locales\": {\n        \"fr-FR\": {\n          \"name\": \"Chaussures\",\n          \"description\": \"Catégorie de chaussures\"\n        }\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "eb2b90f1-639e-4659-96c3-dea0f1088f4f",
          "name": "Get all hierarchies",
          "request": {
            "name": "Get all hierarchies",
            "description": {
              "content": "Get all hierarchies\n\n#### Pagination\n\nThis endpoint supports offset-based pagination using `page[offset]` and `page[limit]` query parameters.\n\n:::caution Planned pagination changes — on or after 1 September 2026\n\nThe pagination links returned by this endpoint currently differ from the Elastic Path Commerce Cloud platform standard. Specifically, the `current` link is not returned, `first`/`last` are not always present, `prev` is incorrectly omitted on the second page, and `next` is incorrectly omitted on the second-to-last page.\n\nOn or after **1 September 2026**, this endpoint will be updated so that `current` and `first` are always present, `last` is present on every page except the final page, `next` is present on every page except the last, and `prev` is present on every page except the first. See the [links](#links) schema for full details.\n\nIf your integration iterates through pages using these links, please verify that it will handle the updated behaviour correctly before this date.\n\n:::\n\n#### Filtering\n             \nMany Commerce API endpoints support filtering. The general syntax is described in [**Filtering**](/guides/Getting-Started/filtering).\n\nThe following attributes and operators are supported.\n\n| Operator        | Attribute                                                                                 | Description                                                                                      | Example                                  |\n|----------------|------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------|------------------------------------------|\n| `eq`           | `id`, `hierarchy_id`, `owner`, `parent_id`, `name`, `slug`, `description`, `has_children`, `created_at`, `updated_at`, `locales.[locale].name`, `locales.[locale].description`, `breadcrumbs.id`, `breadcrumbs.name`, `breadcrumbs.slug`, `breadcrumbs.locales.[locale].name` | Equals. Checks if the value of the attribute matches the specified value. | `filter=eq(name,some-name)`, `filter=eq(locales.fr-FR.name,Nom-du-produit)` |\n| `in`           | `id`, `hierarchy_id`,  `parent_id`, `breadcrumbs.id`                                              | Checks if the value of the attribute is included in the specified list.                        | `filter=in(id,1,2,3,4)`                 |\n| `lt`, `le`, `gt`, `ge` | `id`, `hierarchy_id`,  `parent_id`, `created_at`, `updated_at`         | Comparison operators. `lt`: Less than, `le`: Less than or equal to, `gt`: Greater than, `ge`: Greater than or equal to. | `filter=lt(id,100)`, `filter=ge(created_at,2022-01-01)` |\n| `like`         | `name`, `slug`, `description`, `locales.[locale].name`, `locales.[locale].description`, `breadcrumbs.name`, `breadcrumbs.slug`, `breadcrumbs.locales.[locale].name` | Like. Checks if the attribute contains the specified string (wildcards supported).            | `filter=like(name,*some-name*)`, `filter=like(locales.es-ES.description,*descripción*)` |\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "hierarchies"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "The number of records to offset the results by.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "0"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The number of records per page. The maximum limit is 100.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "10"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Many Commerce API endpoints support filtering. The general syntax is described [**here**](/guides/Getting-Started/filtering).\n",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "eq(name,some-name)"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "8627c9d1-fc1f-4359-b30f-7f13e52b05f2",
              "name": "Returns a list of all hierarchies.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page. The maximum limit is 100.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Many Commerce API endpoints support filtering. The general syntax is described [**here**](/guides/Getting-Started/filtering).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(name,some-name)"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"type\": \"hierarchy\",\n      \"id\": \"6183d10c-94b5-4caa-9f12-2f14cb738d41\",\n      \"attributes\": {\n        \"description\": \"Shoes Category\",\n        \"locales\": {\n          \"fr-FR\": {\n            \"name\": \"Chaussures\",\n            \"description\": \"Catégorie de chaussures\"\n          }\n        },\n        \"name\": \"Shoes\",\n        \"slug\": \"shoes\"\n      },\n      \"relationships\": {\n        \"children\": {\n          \"data\": [],\n          \"links\": {\n            \"related\": \"/hierarchies/6183d10c-94b5-4caa-9f12-2f14cb738d41/children\"\n          }\n        }\n      },\n      \"meta\": {\n        \"created_at\": \"2024-01-10T20:16:35.343Z\",\n        \"owner\": \"store\",\n        \"updated_at\": \"2024-01-10T20:30:50.867Z\",\n        \"breadcrumbs\": [\n          {\n            \"id\": \"6183d10c-94b5-4caa-9f12-2f14cb738d41\",\n            \"name\": \"Shoes\",\n            \"slug\": \"shoes\",\n            \"locales\": {\n              \"fr-FR\": {\n                \"name\": \"hierarchy 1 in French\"\n              }\n            }\n          }\n        ]\n      }\n    }\n  ],\n  \"links\": {\n    \"last\": \"/pcm/hierarchies?page[offset]=29&page[limit]=1\",\n    \"next\": \"/pcm/hierarchies?page[offset]=1&page[limit]=1\"\n  },\n  \"meta\": {\n    \"results\": {\n      \"total\": 30\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1ed5d5bd-c33f-4338-be52-02adeea3f5ff",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page. The maximum limit is 100.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Many Commerce API endpoints support filtering. The general syntax is described [**here**](/guides/Getting-Started/filtering).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(name,some-name)"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"detail\": \"Could not parse the supplied filter\",\n      \"status\": \"400\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f8e826c4-6216-4346-9257-fdee9bcd6ce0",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page. The maximum limit is 100.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Many Commerce API endpoints support filtering. The general syntax is described [**here**](/guides/Getting-Started/filtering).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(name,some-name)"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8eff57ef-a98d-4297-9321-10b815bf5221",
          "name": "List all nodes",
          "request": {
            "name": "List all nodes",
            "description": {
              "content": "A fully paginated view of all nodes in all hierarchies regardless of depth.\n\n#### Filtering\n\nMany Commerce API endpoints support filtering. The general syntax is described in [**Filtering**](/guides/Getting-Started/filtering).\n\nThe following attributes and operators are supported.\n\n| Operator        | Attribute                                                                                 | Description                                                                                      | Example                                  |\n|----------------|------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------|------------------------------------------|\n| `eq`           | `id`, `hierarchy_id`, `owner`, `parent_id`, `name`, `slug`, `description`, `has_children`, `created_at`, `updated_at`, `locales.[locale].name`, `locales.[locale].description`, `breadcrumbs.id`, `breadcrumbs.name`, `breadcrumbs.slug`, `breadcrumbs.locales.[locale].name` | Equals. Checks if the value of the attribute matches the specified value. | `filter=eq(name,some-name)`, `filter=eq(locales.fr-FR.name,Nom-du-produit)` |\n| `in`           | `id`, `hierarchy_id`,  `parent_id`, `breadcrumbs.id`                                              | Checks if the value of the attribute is included in the specified list.                        | `filter=in(id,1,2,3,4)`                 |\n| `lt`, `le`, `gt`, `ge` | `id`, `hierarchy_id`,  `parent_id`, `created_at`, `updated_at`         | Comparison operators. `lt`: Less than, `le`: Less than or equal to, `gt`: Greater than, `ge`: Greater than or equal to. | `filter=lt(id,100)`, `filter=ge(created_at,2022-01-01)` |\n| `like`         | `name`, `slug`, `description`, `locales.[locale].name`, `locales.[locale].description`, `breadcrumbs.name`, `breadcrumbs.slug`, `breadcrumbs.locales.[locale].name` | Like. Checks if the attribute contains the specified string (wildcards supported).            | `filter=like(name,*some-name*)`, `filter=like(locales.es-ES.description,*descripción*)` |\n| `ilike`        | `name`, `slug`, `description`, `locales.[locale].name`, `locales.[locale].description`, `breadcrumbs.name`, `breadcrumbs.slug`, `breadcrumbs.locales.[locale].name` | Case-insensitive like. Same as `like` but ignores case when matching. | `filter=ilike(name,*some-name*)` |\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "hierarchies",
                "nodes"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "The number of records to offset the results by.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "0"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Many Commerce API endpoints support filtering. The general syntax is described [**here**](/guides/Getting-Started/filtering).\n",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "eq(name,some-name)"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The number of records per page. The maximum limit is 100.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "10"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "When true, includes hierarchy objects in the response alongside nodes",
                    "type": "text/plain"
                  },
                  "key": "include_hierarchies",
                  "value": "false"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "9e90371c-9407-4493-bd27-e90bdc2cb966",
              "name": "Returns a list of nodes",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    "nodes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Many Commerce API endpoints support filtering. The general syntax is described [**here**](/guides/Getting-Started/filtering).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(name,some-name)"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page. The maximum limit is 100.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "When true, includes hierarchy objects in the response alongside nodes",
                        "type": "text/plain"
                      },
                      "key": "include_hierarchies",
                      "value": "false"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"9ea0de15-3347-43dd-8faa-cd32f44a04c7\",\n      \"type\": \"node\",\n      \"attributes\": {\n        \"description\": \"Latest Ballet Shoes\",\n        \"locales\": {\n          \"fr-FR\": {\n            \"name\": \"Chaussons de ballet\",\n            \"description\": \"Dernières chaussures de ballet\"\n          }\n        },\n        \"name\": \"Ballet Shoes\",\n        \"slug\": \"ballet-shoes\"\n      },\n      \"relationships\": {\n        \"children\": {\n          \"data\": [],\n          \"links\": {\n            \"related\": \"/hierarchies/6183d10c-94b5-4caa-9f12-2f14cb738d41/nodes/9ea0de15-3347-43dd-8faa-cd32f44a04c7/children\"\n          }\n        },\n        \"products\": {\n          \"data\": [],\n          \"links\": {\n            \"related\": \"/hierarchies/6183d10c-94b5-4caa-9f12-2f14cb738d41/nodes/9ea0de15-3347-43dd-8faa-cd32f44a04c7/products\"\n          }\n        }\n      },\n      \"meta\": {\n        \"created_at\": \"2024-01-11T19:19:50.087Z\",\n        \"owner\": \"store\",\n        \"sort_order\": 5,\n        \"updated_at\": \"2024-01-11T19:56:53.695Z\",\n        \"hierarchy_id\": \"6183d10c-94b5-4caa-9f12-2f14cb738d41\",\n        \"breadcrumbs\": [\n          {\n            \"id\": \"6183d10c-94b5-4caa-9f12-2f14cb738d41\",\n            \"name\": \"Shoes\",\n            \"slug\": \"shoes\",\n            \"locales\": {\n              \"fr-FR\": {\n                \"name\": \"hierarchy 1 in French\"\n              }\n            }\n          },\n          {\n            \"id\": \"9ea0de15-3347-43dd-8faa-cd32f44a04c7\",\n            \"name\": \"Ballet Shoes\",\n            \"slug\": \"ballet-shoes\",\n            \"locales\": {\n              \"fr-FR\": {\n                \"name\": \"Node 1 in French\"\n              }\n            }\n          }\n        ]\n      }\n    },\n    {\n      \"type\": \"node\",\n      \"id\": \"b2f5e53e-de3c-4548-98da-120f8b185d34\",\n      \"attributes\": {\n        \"description\": \"All Dress Shoes\",\n        \"locales\": {\n          \"fr-FR\": {\n            \"name\": \"Chaussures habillées\",\n            \"description\": \"Toutes les chaussures habillées\"\n          }\n        },\n        \"name\": \"Dress Shoes\",\n        \"slug\": \"dress-shoes\"\n      },\n      \"relationships\": {\n        \"children\": {\n          \"data\": [],\n          \"links\": {\n            \"related\": \"/hierarchies/6183d10c-94b5-4caa-9f12-2f14cb738d41/nodes/b2f5e53e-de3c-4548-98da-120f8b185d34/children\"\n          }\n        },\n        \"products\": {\n          \"data\": [],\n          \"links\": {\n            \"related\": \"/hierarchies/6183d10c-94b5-4caa-9f12-2f14cb738d41/nodes/b2f5e53e-de3c-4548-98da-120f8b185d34/products\"\n          }\n        }\n      },\n      \"meta\": {\n        \"created_at\": \"2024-01-11T19:50:21.729Z\",\n        \"owner\": \"store\",\n        \"sort_order\": 3,\n        \"updated_at\": \"2024-01-11T19:50:21.729Z\",\n        \"hierarchy_id\": \"6183d10c-94b5-4caa-9f12-2f14cb738d41\",\n        \"breadcrumbs\": [\n          {\n            \"id\": \"6183d10c-94b5-4caa-9f12-2f14cb738d41\",\n            \"name\": \"Shoes\",\n            \"slug\": \"shoes\",\n            \"locales\": {\n              \"fr-FR\": {\n                \"name\": \"hierarchy 1 in French\"\n              }\n            }\n          },\n          {\n            \"id\": \"b2f5e53e-de3c-4548-98da-120f8b185d34\",\n            \"name\": \"Dress Shoes\",\n            \"slug\": \"dress-shoes\",\n            \"locales\": {\n              \"fr-FR\": {\n                \"name\": \"Node 2 in French\"\n              }\n            }\n          }\n        ]\n      }\n    },\n    {\n      \"type\": \"hierarchy\",\n      \"id\": \"6183d10c-94b5-4caa-9f12-2f14cb738d41\",\n      \"attributes\": {\n        \"description\": \"Shoes Category\",\n        \"locales\": {\n          \"fr-FR\": {\n            \"name\": \"Chaussures\",\n            \"description\": \"Catégorie de chaussures\"\n          }\n        },\n        \"name\": \"Shoes\",\n        \"slug\": \"shoes\"\n      },\n      \"relationships\": {\n        \"children\": {\n          \"data\": [],\n          \"links\": {\n            \"related\": \"/hierarchies/6183d10c-94b5-4caa-9f12-2f14cb738d41/children\"\n          }\n        }\n      },\n      \"meta\": {\n        \"created_at\": \"2024-01-10T20:16:35.343Z\",\n        \"owner\": \"store\",\n        \"updated_at\": \"2024-01-10T20:30:50.867Z\",\n        \"breadcrumbs\": [\n          {\n            \"id\": \"6183d10c-94b5-4caa-9f12-2f14cb738d41\",\n            \"name\": \"Shoes\",\n            \"slug\": \"shoes\",\n            \"locales\": {\n              \"fr-FR\": {\n                \"name\": \"hierarchy 1 in French\"\n              }\n            }\n          }\n        ]\n      }\n    }\n  ],\n  \"meta\": {\n    \"results\": {\n      \"total\": 3\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b5a52585-7c22-4c47-b695-696e7df7376c",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    "nodes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Many Commerce API endpoints support filtering. The general syntax is described [**here**](/guides/Getting-Started/filtering).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(name,some-name)"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page. The maximum limit is 100.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "When true, includes hierarchy objects in the response alongside nodes",
                        "type": "text/plain"
                      },
                      "key": "include_hierarchies",
                      "value": "false"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"detail\": \"Could not parse the supplied filter\",\n      \"status\": \"400\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ec1eb718-040a-41da-ac0a-d6bd287b3ae6",
              "name": "Bad Request. Not Found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    "nodes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Many Commerce API endpoints support filtering. The general syntax is described [**here**](/guides/Getting-Started/filtering).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(name,some-name)"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page. The maximum limit is 100.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "When true, includes hierarchy objects in the response alongside nodes",
                        "type": "text/plain"
                      },
                      "key": "include_hierarchies",
                      "value": "false"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7e888a34-736b-492d-8d0b-12f4330dbe3a",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    "nodes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Many Commerce API endpoints support filtering. The general syntax is described [**here**](/guides/Getting-Started/filtering).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(name,some-name)"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page. The maximum limit is 100.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "When true, includes hierarchy objects in the response alongside nodes",
                        "type": "text/plain"
                      },
                      "key": "include_hierarchies",
                      "value": "false"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4c6d942f-9899-433f-ba07-1e9345f3bc2f",
          "name": "Get a hierarchy",
          "request": {
            "name": "Get a hierarchy",
            "description": {
              "content": "Retrieves the specified hierarchy.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "hierarchies",
                ":hierarchyID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "hierarchyID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the hierarchy.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "149206be-a03f-49fc-8b9d-eda087a0c8a3",
              "name": "Returns a hierarchy with the following attributes.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"hierarchy\",\n    \"id\": \"6183d10c-94b5-4caa-9f12-2f14cb738d41\",\n    \"attributes\": {\n      \"description\": \"Shoes Category\",\n      \"locales\": {\n        \"fr-FR\": {\n          \"name\": \"Chaussures\",\n          \"description\": \"Catégorie de chaussures\"\n        }\n      },\n      \"admin_attributes\": {\n        \"cost_of_goods\": \"42.0\",\n        \"charge_type\": \"credit card\"\n      },\n      \"shopper_attributes\": {\n        \"cost_of_goods\": \"42.0\",\n        \"charge_type\": \"credit card\"\n      },\n      \"name\": \"Shoes\",\n      \"slug\": \"shoes\"\n    },\n    \"relationships\": {\n      \"children\": {\n        \"data\": [],\n        \"links\": {\n          \"related\": \"/hierarchies/6183d10c-94b5-4caa-9f12-2f14cb738d41/children\"\n        }\n      }\n    },\n    \"meta\": {\n      \"created_at\": \"2024-01-10T20:16:35.343Z\",\n      \"owner\": \"store\",\n      \"updated_at\": \"2024-01-10T20:16:35.343Z\",\n      \"breadcrumbs\": [\n        {\n          \"id\": \"6183d10c-94b5-4caa-9f12-2f14cb738d41\",\n          \"name\": \"Shoes\",\n          \"slug\": \"shoes\",\n          \"locales\": {\n            \"fr-FR\": {\n              \"name\": \"hierarchy 1 in French\"\n            }\n          }\n        }\n      ]\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b3d242d2-51cc-404c-85e1-d8af2f777710",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"detail\": \"Could not parse the supplied filter\",\n      \"status\": \"400\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "116d33a7-abec-4a52-809d-07c598fd3784",
              "name": "Bad Request. Not Found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e80b7f8e-5039-4cd0-b5f7-af72f49c5ef3",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4eaec334-5c9b-4062-999e-6a2064b0cf4d",
          "name": "Update a hierarchy",
          "request": {
            "name": "Update a hierarchy",
            "description": {
              "content": "```mdx-code-block\nimport CASummary from '/docs/partials/pxm/custom-attributes/custom-attribute-spec-summary.mdx';\n\nUpdates a hierarchy. You can do a partial update, where you specify only the field value to change.\n\n<CASummary />\n```\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "hierarchies",
                ":hierarchyID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "hierarchyID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the hierarchy.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"hierarchy\",\n    \"id\": \"6183d10c-94b5-4caa-9f12-2f14cb738d41\",\n    \"attributes\": {\n      \"description\": \"Shoes Category Updated\",\n      \"admin_attributes\": {\n        \"cost_of_goods\": \"42.0\",\n        \"charge_type\": null\n      },\n      \"shopper_attributes\": {\n        \"cost_of_goods\": null,\n        \"charge_type\": \"credit card\"\n      },\n      \"locales\": {\n        \"fr-FR\": {\n          \"name\": \"Chaussures mises à jour\",\n          \"description\": \"Catégorie de chaussures mise à jour\"\n        }\n      },\n      \"name\": \"Shoes Updated\",\n      \"slug\": \"shoes\"\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "f1d0140d-44ea-424a-b54d-8c3990210a30",
              "name": "Successfully returns the updated hierarchy",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"hierarchy\",\n    \"id\": \"6183d10c-94b5-4caa-9f12-2f14cb738d41\",\n    \"attributes\": {\n      \"description\": \"Shoes Category Updated\",\n      \"admin_attributes\": {\n        \"cost_of_goods\": \"42.0\",\n        \"charge_type\": null\n      },\n      \"shopper_attributes\": {\n        \"cost_of_goods\": null,\n        \"charge_type\": \"credit card\"\n      },\n      \"locales\": {\n        \"fr-FR\": {\n          \"name\": \"Chaussures mises à jour\",\n          \"description\": \"Catégorie de chaussures mise à jour\"\n        }\n      },\n      \"name\": \"Shoes Updated\",\n      \"slug\": \"shoes\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"hierarchy\",\n    \"id\": \"6183d10c-94b5-4caa-9f12-2f14cb738d41\",\n    \"attributes\": {\n      \"description\": \"Shoes Category Updated\",\n      \"locales\": {\n        \"fr-FR\": {\n          \"name\": \"Chaussures mises à jour\",\n          \"description\": \"Catégorie de chaussures mise à jour\"\n        }\n      },\n      \"admin_attributes\": {\n        \"cost_of_goods\": \"42.0\"\n      },\n      \"shopper_attributes\": {\n        \"charge_type\": \"credit card\"\n      },\n      \"name\": \"Shoes Updated\",\n      \"slug\": \"shoes\"\n    },\n    \"relationships\": {\n      \"children\": {\n        \"data\": [],\n        \"links\": {\n          \"related\": \"/hierarchies/6183d10c-94b5-4caa-9f12-2f14cb738d41/children\"\n        }\n      }\n    },\n    \"meta\": {\n      \"created_at\": \"2024-01-10T20:16:35.343Z\",\n      \"owner\": \"store\",\n      \"updated_at\": \"2024-01-10T20:30:50.867Z\",\n      \"breadcrumbs\": [\n        {\n          \"id\": \"6183d10c-94b5-4caa-9f12-2f14cb738d41\",\n          \"name\": \"Shoes Updated\",\n          \"slug\": \"shoes\",\n          \"locales\": {\n            \"fr-FR\": {\n              \"name\": \"hierarchy 1 in French\"\n            }\n          }\n        }\n      ]\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b2570dbb-cbf8-44e4-b342-8d995619e3d0",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"hierarchy\",\n    \"id\": \"6183d10c-94b5-4caa-9f12-2f14cb738d41\",\n    \"attributes\": {\n      \"description\": \"Shoes Category Updated\",\n      \"admin_attributes\": {\n        \"cost_of_goods\": \"42.0\",\n        \"charge_type\": null\n      },\n      \"shopper_attributes\": {\n        \"cost_of_goods\": null,\n        \"charge_type\": \"credit card\"\n      },\n      \"locales\": {\n        \"fr-FR\": {\n          \"name\": \"Chaussures mises à jour\",\n          \"description\": \"Catégorie de chaussures mise à jour\"\n        }\n      },\n      \"name\": \"Shoes Updated\",\n      \"slug\": \"shoes\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Forbidden\",\n      \"status\": \"403\",\n      \"detail\": \"entity owned by organization\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c6b188b4-b53a-4510-8448-d6825af4688a",
              "name": "Bad Request. Not Found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"hierarchy\",\n    \"id\": \"6183d10c-94b5-4caa-9f12-2f14cb738d41\",\n    \"attributes\": {\n      \"description\": \"Shoes Category Updated\",\n      \"admin_attributes\": {\n        \"cost_of_goods\": \"42.0\",\n        \"charge_type\": null\n      },\n      \"shopper_attributes\": {\n        \"cost_of_goods\": null,\n        \"charge_type\": \"credit card\"\n      },\n      \"locales\": {\n        \"fr-FR\": {\n          \"name\": \"Chaussures mises à jour\",\n          \"description\": \"Catégorie de chaussures mise à jour\"\n        }\n      },\n      \"name\": \"Shoes Updated\",\n      \"slug\": \"shoes\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d5948e11-fe39-4d7b-be98-d61d16418acf",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"hierarchy\",\n    \"id\": \"6183d10c-94b5-4caa-9f12-2f14cb738d41\",\n    \"attributes\": {\n      \"description\": \"Shoes Category Updated\",\n      \"admin_attributes\": {\n        \"cost_of_goods\": \"42.0\",\n        \"charge_type\": null\n      },\n      \"shopper_attributes\": {\n        \"cost_of_goods\": null,\n        \"charge_type\": \"credit card\"\n      },\n      \"locales\": {\n        \"fr-FR\": {\n          \"name\": \"Chaussures mises à jour\",\n          \"description\": \"Catégorie de chaussures mise à jour\"\n        }\n      },\n      \"name\": \"Shoes Updated\",\n      \"slug\": \"shoes\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Failed Validation\",\n      \"status\": \"422\",\n      \"detail\": \"<XYZ> can not be empty\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "de0d03c4-56b1-4637-a325-238c9bbd0fd4",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"hierarchy\",\n    \"id\": \"6183d10c-94b5-4caa-9f12-2f14cb738d41\",\n    \"attributes\": {\n      \"description\": \"Shoes Category Updated\",\n      \"admin_attributes\": {\n        \"cost_of_goods\": \"42.0\",\n        \"charge_type\": null\n      },\n      \"shopper_attributes\": {\n        \"cost_of_goods\": null,\n        \"charge_type\": \"credit card\"\n      },\n      \"locales\": {\n        \"fr-FR\": {\n          \"name\": \"Chaussures mises à jour\",\n          \"description\": \"Catégorie de chaussures mise à jour\"\n        }\n      },\n      \"name\": \"Shoes Updated\",\n      \"slug\": \"shoes\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "687ff29a-2421-4f22-bd53-deca746cabdd",
          "name": "Delete a hierarchy",
          "request": {
            "name": "Delete a hierarchy",
            "description": {
              "content": "Deletes the specified hierarchy and all its children.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "hierarchies",
                ":hierarchyID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "hierarchyID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the hierarchy.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "ebd19394-f1b9-41d4-a352-7ed2712dd274",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "5d77c9c6-7462-4306-88fd-1eaf60d937c2",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Forbidden\",\n      \"status\": \"403\",\n      \"detail\": \"entity owned by organization\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "149f09f8-fc50-480c-9616-443546ce3e53",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "81f65715-332b-42a5-86ce-d32ae22f70c8",
          "name": "Create a node",
          "request": {
            "name": "Create a node",
            "description": {
              "content": "```mdx-code-block\nimport CASummary from '/docs/partials/pxm/custom-attributes/custom-attribute-spec-summary.mdx';\n\nCreates a node in the specified hierarchy.\n\n<CASummary />         \n```\n\n ### Sorting Nodes in a Hierarchy\n  \n You can sort the order of your nodes, regardless of where the nodes are in the hierarchy.\n\n You can do this by adding a `meta` object to the body of your request and specifying a `sort_order` value.\n  \n The node with the highest value of `sort_order` is displayed first. For example, a node with a `sort_order` value of `3` appears before a node with a `sort_order` value of `2`.\n\n - If you don’t provide `sort_order` when creating nodes, all child nodes in the response for Get a Node’s Children request are ordered by the `updated_at` time in descending order, with the most recently updated child node first.\n - If you set `sort_order` for only a few child nodes, the child nodes with a `sort_order` value appear first and then other child nodes appear in the order of `updated_at` time.\n\n You can also specify a `sort_order` when creating a node relationship.\n\n - If you create a node (**Node A**) with a `sort_order` and then you create a relationship for **Node A** with another node (**Node B**), the `sort_order` you specified when creating **Node A** is overwritten.\n - If you create **Node A** and then you create a relationship with **Node B** but do not configure a `sort_order`, the `sort_order` you specified when you created **Node A** is not overwritten.\n  \n ### Curating Products in a Node\n  \n  You can curate the products in a node. Product curation allows you to promote specific products within each node of your hierarchies, enabling you to create unique product collections in your storefront. For example, you may find you have an abundance of cotton T-Shirts and you want to promote these products to the top of the product list. When a shopper navigates to T-shirts, the cotton T-Shirts are displayed first.\n  \n  You can do this by adding a `curated_products` attribute to the body of your request and adding an array of product IDs to the attribute. You should add the products IDs in the order you want them to be displayed in your node. The first product ID is displayed first in the product list.\n  \n  You can only curate 20 products or less. You cannot have more than 20 curated products.\n  \n  - The product IDs you provide must exist in the specified node.\n  - If a curated product is removed from a node, the product is also removed from the curated_products list.\n  - Once you have curated the products in a node, you can use the get node products endpoint to retrieve a list of curated products.\n  \n  You can then display your curated products in your catalogs using the following catalog endpoints.\n  \n  - Get a node in your latest catalog release.\n  - Get a node in a catalog.\n  - Get all nodes in your latest catalog release.\n  - Get all nodes in a catalog.\n  - Get node children in your latest catalog release.\n  - Get node children in a catalog.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "hierarchies",
                ":hierarchyID",
                "nodes"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "hierarchyID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the hierarchy.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"node\",\n    \"attributes\": {\n      \"name\": \"Ballet Shoes\",\n      \"description\": \"All Ballet Shoes\",\n      \"slug\": \"ballet-shoes\",\n      \"admin_attributes\": {\n        \"cost_of_goods\": \"42.0\",\n        \"charge_type\": \"credit card\"\n      },\n      \"shopper_attributes\": {\n        \"cost_of_goods\": \"42.0\",\n        \"charge_type\": \"credit card\"\n      },\n      \"locales\": {\n        \"fr-FR\": {\n          \"name\": \"Chaussons de ballet\",\n          \"description\": \"Toutes les ballerines\"\n        }\n      }\n    },\n    \"meta\": {\n      \"sort_order\": 2\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "32c2ba62-4852-46de-8baf-e94233287e5d",
              "name": "Successfully returns the created node",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID",
                    "nodes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"node\",\n    \"attributes\": {\n      \"name\": \"Ballet Shoes\",\n      \"description\": \"All Ballet Shoes\",\n      \"slug\": \"ballet-shoes\",\n      \"admin_attributes\": {\n        \"cost_of_goods\": \"42.0\",\n        \"charge_type\": \"credit card\"\n      },\n      \"shopper_attributes\": {\n        \"cost_of_goods\": \"42.0\",\n        \"charge_type\": \"credit card\"\n      },\n      \"locales\": {\n        \"fr-FR\": {\n          \"name\": \"Chaussons de ballet\",\n          \"description\": \"Toutes les ballerines\"\n        }\n      }\n    },\n    \"meta\": {\n      \"sort_order\": 2\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"node\",\n    \"id\": \"9ea0de15-3347-43dd-8faa-cd32f44a04c7\",\n    \"attributes\": {\n      \"description\": \"All Ballet Shoes\",\n      \"locales\": {\n        \"fr-FR\": {\n          \"name\": \"Chaussons de ballet\",\n          \"description\": \"Toutes les chaussures de ballet\"\n        }\n      },\n      \"admin_attributes\": {\n        \"cost_of_goods\": \"42.0\",\n        \"charge_type\": \"credit card\"\n      },\n      \"shopper_attributes\": {\n        \"cost_of_goods\": \"42.0\",\n        \"charge_type\": \"credit card\"\n      },\n      \"name\": \"Ballet Shoes\",\n      \"slug\": \"ballet-shoes\"\n    },\n    \"relationships\": {\n      \"children\": {\n        \"data\": [],\n        \"links\": {\n          \"related\": \"/hierarchies/6183d10c-94b5-4caa-9f12-2f14cb738d41/nodes/9ea0de15-3347-43dd-8faa-cd32f44a04c7/children\"\n        }\n      },\n      \"parent\": {\n        \"data\": {\n          \"type\": \"node\",\n          \"id\": \"14e8e15a-7214-435d-bccb-6ae9b570d683\"\n        }\n      },\n      \"products\": {\n        \"data\": [],\n        \"links\": {\n          \"related\": \"/hierarchies/6183d10c-94b5-4caa-9f12-2f14cb738d41/nodes/9ea0de15-3347-43dd-8faa-cd32f44a04c7/products\"\n        }\n      }\n    },\n    \"meta\": {\n      \"created_at\": \"2024-01-11T19:19:50.087Z\",\n      \"owner\": \"store\",\n      \"parent_name\": \"Shoes\",\n      \"sort_order\": 2,\n      \"updated_at\": \"2024-01-11T19:19:50.087Z\",\n      \"hierarchy_id\": \"6183d10c-94b5-4caa-9f12-2f14cb738d41\",\n      \"breadcrumbs\": [\n        {\n          \"id\": \"6183d10c-94b5-4caa-9f12-2f14cb738d41\",\n          \"name\": \"Shoes\",\n          \"slug\": \"shoes\",\n          \"locales\": {\n            \"fr-FR\": {\n              \"name\": \"hierarchy 1 in French\"\n            }\n          }\n        },\n        {\n          \"id\": \"9ea0de15-3347-43dd-8faa-cd32f44a04c7\",\n          \"name\": \"Ballet Shoes\",\n          \"slug\": \"ballet-shoes\",\n          \"locales\": {\n            \"fr-FR\": {\n              \"name\": \"Node 1 in French\"\n            }\n          }\n        }\n      ]\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "08353d10-b764-4434-9295-d9acbc6d7896",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID",
                    "nodes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"node\",\n    \"attributes\": {\n      \"name\": \"Ballet Shoes\",\n      \"description\": \"All Ballet Shoes\",\n      \"slug\": \"ballet-shoes\",\n      \"admin_attributes\": {\n        \"cost_of_goods\": \"42.0\",\n        \"charge_type\": \"credit card\"\n      },\n      \"shopper_attributes\": {\n        \"cost_of_goods\": \"42.0\",\n        \"charge_type\": \"credit card\"\n      },\n      \"locales\": {\n        \"fr-FR\": {\n          \"name\": \"Chaussons de ballet\",\n          \"description\": \"Toutes les ballerines\"\n        }\n      }\n    },\n    \"meta\": {\n      \"sort_order\": 2\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Forbidden\",\n      \"status\": \"403\",\n      \"detail\": \"entity owned by organization\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8d745e62-d0a7-441b-8f27-023a295b01f8",
              "name": "Bad Request. Not Found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID",
                    "nodes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"node\",\n    \"attributes\": {\n      \"name\": \"Ballet Shoes\",\n      \"description\": \"All Ballet Shoes\",\n      \"slug\": \"ballet-shoes\",\n      \"admin_attributes\": {\n        \"cost_of_goods\": \"42.0\",\n        \"charge_type\": \"credit card\"\n      },\n      \"shopper_attributes\": {\n        \"cost_of_goods\": \"42.0\",\n        \"charge_type\": \"credit card\"\n      },\n      \"locales\": {\n        \"fr-FR\": {\n          \"name\": \"Chaussons de ballet\",\n          \"description\": \"Toutes les ballerines\"\n        }\n      }\n    },\n    \"meta\": {\n      \"sort_order\": 2\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "81897967-987f-414c-ae53-247e076d99b5",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID",
                    "nodes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"node\",\n    \"attributes\": {\n      \"name\": \"Ballet Shoes\",\n      \"description\": \"All Ballet Shoes\",\n      \"slug\": \"ballet-shoes\",\n      \"admin_attributes\": {\n        \"cost_of_goods\": \"42.0\",\n        \"charge_type\": \"credit card\"\n      },\n      \"shopper_attributes\": {\n        \"cost_of_goods\": \"42.0\",\n        \"charge_type\": \"credit card\"\n      },\n      \"locales\": {\n        \"fr-FR\": {\n          \"name\": \"Chaussons de ballet\",\n          \"description\": \"Toutes les ballerines\"\n        }\n      }\n    },\n    \"meta\": {\n      \"sort_order\": 2\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Failed Validation\",\n      \"status\": \"422\",\n      \"detail\": \"<XYZ> can not be empty\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e118d1b5-c020-49f2-bb1a-f0c9c652a08d",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID",
                    "nodes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"node\",\n    \"attributes\": {\n      \"name\": \"Ballet Shoes\",\n      \"description\": \"All Ballet Shoes\",\n      \"slug\": \"ballet-shoes\",\n      \"admin_attributes\": {\n        \"cost_of_goods\": \"42.0\",\n        \"charge_type\": \"credit card\"\n      },\n      \"shopper_attributes\": {\n        \"cost_of_goods\": \"42.0\",\n        \"charge_type\": \"credit card\"\n      },\n      \"locales\": {\n        \"fr-FR\": {\n          \"name\": \"Chaussons de ballet\",\n          \"description\": \"Toutes les ballerines\"\n        }\n      }\n    },\n    \"meta\": {\n      \"sort_order\": 2\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0069fe8e-019a-4bce-8cd5-81ee4f78fbb4",
          "name": "Get all nodes in a hierarchy",
          "request": {
            "name": "Get all nodes in a hierarchy",
            "description": {
              "content": "A fully paginated view of all nodes in a hierarchy regardless of depth.\n\n#### Filtering\n\nMany Commerce API endpoints support filtering. The general syntax is described in [**Filtering**](/guides/Getting-Started/filtering).\n\nThe following attributes and operators are supported.\n\n| Operator        | Attribute                                                                                 | Description                                                                                      | Example                                  |\n|----------------|------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------|------------------------------------------|\n| `eq`           | `id`, `hierarchy_id`, `owner`, `parent_id`, `name`, `slug`, `description`, `has_children`, `created_at`, `updated_at`, `locales.[locale].name`, `locales.[locale].description`, `breadcrumbs.id`, `breadcrumbs.name`, `breadcrumbs.slug`, `breadcrumbs.locales.[locale].name` | Equals. Checks if the value of the attribute matches the specified value. | `filter=eq(name,some-name)`, `filter=eq(locales.fr-FR.name,Nom-du-produit)` |\n| `in`           | `id`, `hierarchy_id`,  `parent_id`, `breadcrumbs.id`                                              | Checks if the value of the attribute is included in the specified list.                        | `filter=in(id,1,2,3,4)`                 |\n| `lt`, `le`, `gt`, `ge` | `id`, `hierarchy_id`,  `parent_id`, `created_at`, `updated_at`         | Comparison operators. `lt`: Less than, `le`: Less than or equal to, `gt`: Greater than, `ge`: Greater than or equal to. | `filter=lt(id,100)`, `filter=ge(created_at,2022-01-01)` |\n| `like`         | `name`, `slug`, `description`, `locales.[locale].name`, `locales.[locale].description`, `breadcrumbs.name`, `breadcrumbs.slug`, `breadcrumbs.locales.[locale].name` | Like. Checks if the attribute contains the specified string (wildcards supported).            | `filter=like(name,*some-name*)`, `filter=like(locales.es-ES.description,*descripción*)` |\n| `ilike`        | `name`, `slug`, `description`, `locales.[locale].name`, `locales.[locale].description`, `breadcrumbs.name`, `breadcrumbs.slug`, `breadcrumbs.locales.[locale].name` | Case-insensitive like. Same as `like` but ignores case when matching. | `filter=ilike(name,*some-name*)` |\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "hierarchies",
                ":hierarchyID",
                "nodes"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Many Commerce API endpoints support filtering. The general syntax is described [**here**](/guides/Getting-Started/filtering).\n",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "eq(name,some-name)"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The number of records to offset the results by.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "0"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The number of records per page. The maximum limit is 100.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "10"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "hierarchyID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the hierarchy.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "d083822e-e37d-40b6-919d-e2bee7a0f989",
              "name": "Successfully returns the node's children",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID",
                    "nodes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Many Commerce API endpoints support filtering. The general syntax is described [**here**](/guides/Getting-Started/filtering).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(name,some-name)"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page. The maximum limit is 100.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"9ea0de15-3347-43dd-8faa-cd32f44a04c7\",\n      \"type\": \"node\",\n      \"attributes\": {\n        \"description\": \"Latest Ballet Shoes\",\n        \"locales\": {\n          \"fr-FR\": {\n            \"name\": \"Chaussons de ballet\",\n            \"description\": \"Dernières chaussures de ballet\"\n          }\n        },\n        \"name\": \"Ballet Shoes\",\n        \"slug\": \"ballet-shoes\"\n      },\n      \"relationships\": {\n        \"children\": {\n          \"data\": [],\n          \"links\": {\n            \"related\": \"/hierarchies/6183d10c-94b5-4caa-9f12-2f14cb738d41/nodes/9ea0de15-3347-43dd-8faa-cd32f44a04c7/children\"\n          }\n        },\n        \"products\": {\n          \"data\": [],\n          \"links\": {\n            \"related\": \"/hierarchies/6183d10c-94b5-4caa-9f12-2f14cb738d41/nodes/9ea0de15-3347-43dd-8faa-cd32f44a04c7/products\"\n          }\n        }\n      },\n      \"meta\": {\n        \"created_at\": \"2024-01-11T19:19:50.087Z\",\n        \"owner\": \"store\",\n        \"sort_order\": 5,\n        \"updated_at\": \"2024-01-11T19:56:53.695Z\",\n        \"hierarchy_id\": \"6183d10c-94b5-4caa-9f12-2f14cb738d41\",\n        \"breadcrumbs\": [\n          {\n            \"id\": \"6183d10c-94b5-4caa-9f12-2f14cb738d41\",\n            \"name\": \"Shoes\",\n            \"slug\": \"shoes\",\n            \"locales\": {\n              \"fr-FR\": {\n                \"name\": \"hierarchy 1 in French\"\n              }\n            }\n          },\n          {\n            \"id\": \"9ea0de15-3347-43dd-8faa-cd32f44a04c7\",\n            \"name\": \"Ballet Shoes\",\n            \"slug\": \"ballet-shoes\",\n            \"locales\": {\n              \"fr-FR\": {\n                \"name\": \"Node 1 in French\"\n              }\n            }\n          }\n        ]\n      }\n    },\n    {\n      \"type\": \"node\",\n      \"id\": \"b2f5e53e-de3c-4548-98da-120f8b185d34\",\n      \"attributes\": {\n        \"description\": \"All Dress Shoes\",\n        \"locales\": {\n          \"fr-FR\": {\n            \"name\": \"Chaussures habillées\",\n            \"description\": \"Toutes les chaussures habillées\"\n          }\n        },\n        \"name\": \"Dress Shoes\",\n        \"slug\": \"dress-shoes\"\n      },\n      \"relationships\": {\n        \"children\": {\n          \"data\": [],\n          \"links\": {\n            \"related\": \"/hierarchies/6183d10c-94b5-4caa-9f12-2f14cb738d41/nodes/b2f5e53e-de3c-4548-98da-120f8b185d34/children\"\n          }\n        },\n        \"products\": {\n          \"data\": [],\n          \"links\": {\n            \"related\": \"/hierarchies/6183d10c-94b5-4caa-9f12-2f14cb738d41/nodes/b2f5e53e-de3c-4548-98da-120f8b185d34/products\"\n          }\n        }\n      },\n      \"meta\": {\n        \"created_at\": \"2024-01-11T19:50:21.729Z\",\n        \"owner\": \"store\",\n        \"sort_order\": 3,\n        \"updated_at\": \"2024-01-11T19:50:21.729Z\",\n        \"hierarchy_id\": \"6183d10c-94b5-4caa-9f12-2f14cb738d41\",\n        \"breadcrumbs\": [\n          {\n            \"id\": \"6183d10c-94b5-4caa-9f12-2f14cb738d41\",\n            \"name\": \"Shoes\",\n            \"slug\": \"shoes\",\n            \"locales\": {\n              \"fr-FR\": {\n                \"name\": \"hierarchy 1 in French\"\n              }\n            }\n          },\n          {\n            \"id\": \"b2f5e53e-de3c-4548-98da-120f8b185d34\",\n            \"name\": \"Dress Shoes\",\n            \"slug\": \"dress-shoes\",\n            \"locales\": {\n              \"fr-FR\": {\n                \"name\": \"Node 2 in French\"\n              }\n            }\n          }\n        ]\n      }\n    }\n  ],\n  \"meta\": {\n    \"results\": {\n      \"total\": 2\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fd9c9876-fd71-44d4-a168-58ea4ae2f931",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID",
                    "nodes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Many Commerce API endpoints support filtering. The general syntax is described [**here**](/guides/Getting-Started/filtering).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(name,some-name)"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page. The maximum limit is 100.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"detail\": \"Could not parse the supplied filter\",\n      \"status\": \"400\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1548b395-98ef-44d6-8f9c-1111be228a87",
              "name": "Bad Request. Not Found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID",
                    "nodes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Many Commerce API endpoints support filtering. The general syntax is described [**here**](/guides/Getting-Started/filtering).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(name,some-name)"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page. The maximum limit is 100.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3e3a8f82-09a8-46f1-906e-69f151925ba6",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID",
                    "nodes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Many Commerce API endpoints support filtering. The general syntax is described [**here**](/guides/Getting-Started/filtering).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(name,some-name)"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page. The maximum limit is 100.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8c17f999-8b0c-43dd-b66f-acdaf0ee7315",
          "name": "Get a node",
          "request": {
            "name": "Get a node",
            "description": {
              "content": "Retrieves a node from a hierarchy.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "hierarchies",
                ":hierarchyID",
                "nodes",
                ":nodeID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "hierarchyID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the hierarchy.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "nodeID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the node.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "6f360666-90bd-4c49-8b1c-3860aa7b4b2c",
              "name": "Returns a node with the following attributes.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID",
                    "nodes",
                    ":nodeID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the node.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "nodeID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"node\",\n    \"id\": \"9ea0de15-3347-43dd-8faa-cd32f44a04c7\",\n    \"attributes\": {\n      \"description\": \"All Ballet Shoes\",\n      \"locales\": {\n        \"fr-FR\": {\n          \"name\": \"Chaussons de ballet\",\n          \"description\": \"Toutes les chaussures de ballet\"\n        }\n      },\n      \"admin_attributes\": {\n        \"cost_of_goods\": \"42.0\",\n        \"charge_type\": \"credit card\"\n      },\n      \"shopper_attributes\": {\n        \"cost_of_goods\": \"42.0\",\n        \"charge_type\": \"credit card\"\n      },\n      \"name\": \"Ballet Shoes\",\n      \"slug\": \"ballet-shoes\"\n    },\n    \"relationships\": {\n      \"children\": {\n        \"data\": [],\n        \"links\": {\n          \"related\": \"/hierarchies/6183d10c-94b5-4caa-9f12-2f14cb738d41/nodes/9ea0de15-3347-43dd-8faa-cd32f44a04c7/children\"\n        }\n      },\n      \"parent\": {\n        \"data\": {\n          \"type\": \"node\",\n          \"id\": \"14e8e15a-7214-435d-bccb-6ae9b570d683\"\n        }\n      },\n      \"products\": {\n        \"data\": [],\n        \"links\": {\n          \"related\": \"/hierarchies/6183d10c-94b5-4caa-9f12-2f14cb738d41/nodes/9ea0de15-3347-43dd-8faa-cd32f44a04c7/products\"\n        }\n      }\n    },\n    \"meta\": {\n      \"created_at\": \"2024-01-11T19:19:50.087Z\",\n      \"owner\": \"store\",\n      \"parent_name\": \"Shoes\",\n      \"sort_order\": 2,\n      \"updated_at\": \"2024-01-11T19:19:50.087Z\",\n      \"hierarchy_id\": \"6183d10c-94b5-4caa-9f12-2f14cb738d41\",\n      \"breadcrumbs\": [\n        {\n          \"id\": \"6183d10c-94b5-4caa-9f12-2f14cb738d41\",\n          \"name\": \"Shoes\",\n          \"slug\": \"shoes\",\n          \"locales\": {\n            \"fr-FR\": {\n              \"name\": \"hierarchy 1 in French\"\n            }\n          }\n        },\n        {\n          \"id\": \"9ea0de15-3347-43dd-8faa-cd32f44a04c7\",\n          \"name\": \"Ballet Shoes\",\n          \"slug\": \"ballet-shoes\",\n          \"locales\": {\n            \"fr-FR\": {\n              \"name\": \"Node 1 in French\"\n            }\n          }\n        }\n      ]\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ef0fce8a-83a8-4253-9e7d-7171baaa17e9",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID",
                    "nodes",
                    ":nodeID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the node.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "nodeID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"detail\": \"Could not parse the supplied filter\",\n      \"status\": \"400\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ca45df67-49cb-4c4c-99b2-5c0cf6c7e6a7",
              "name": "Bad Request. Not Found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID",
                    "nodes",
                    ":nodeID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the node.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "nodeID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cb21337e-acab-4b8e-a587-c9943bdad7ed",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID",
                    "nodes",
                    ":nodeID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the node.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "nodeID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "cb970c13-a273-4286-8b08-42665f7963b0",
          "name": "Update a node",
          "request": {
            "name": "Update a node",
            "description": {
              "content": "```mdx-code-block\nimport CASummary from '/docs/partials/pxm/custom-attributes/custom-attribute-spec-summary.mdx';\n\nUpdates the specified node in a hierarchy. You can do a partial update, where you specify only the field value to change.\n\n<CASummary />  \n```\n\n### Sorting Nodes in a Hierarchy\n\nYou can sort the order of your nodes, regardless of where the nodes are in the hierarchy.\n  \n The node with the highest value of sort_order is displayed first. For example, a node with a `sort_order` value of `3` appears before a node with a `sort_order` value of `2`.\n  \n - If you don’t provide `sort_order` when creating nodes, all child nodes in the response for Get a Node’s Children request are ordered by the `updated_at` time in descending order, with the most recently updated child node first.\n - If you set `sort_order` for only a few child nodes or not all, the child nodes with a `sort_order` value appear first and then other child nodes appear in the order of `updated_at` time.\n  \n You can also specify a sort_order when creating a node relationship.\n\n - If you update a node (**Node A**) with a `sort_order` and then you create a relationship for **Node A** with another node (**Node B**), the `sort_order` you specified when updating **Node A** is overwritten.\n - If you have updated **Node A** and then you create a relationship with **Node B** but do not configure a `sort_order`, the `sort_order` you specified when you updated **Node A** is not overwritten.\n  \n ### Curating Products in a Node\n\n You can curate the products in a node. Product curation allows you to promote specific products within each node of your hierarchies, enabling you to create unique product collections in your storefront. For example, you may find you have an abundance of cotton T-Shirts and you want to promote these products to the top of the product list. When a shopper navigates to T-shirts, the cotton T-Shirts are displayed first.\n\n You can do this by adding a `curated_products` attribute to the body of your request and adding an array of product IDs to the attribute. You should add the products IDs in the order you want them to be displayed in your node. The first product ID is displayed first in the product list.\n\n You can only curate 20 products or less. You cannot have more than 20 curated products.\n  \n - The product IDs you provide must exist in the specified node.\n - If a curated product is removed from a node, the product is also removed from the curated_products list.\n - Once you have curated the products in a node, you can use the get node products endpoint to retrieve a list of curated products.\n  \n You can then display your curated products in your catalogs using the following catalog endpoints.\n  \n - [Get a node in your latest catalog release](/docs/api/pxm/catalog/get-node)\n - [Get a node in a catalog](/docs/api/pxm/catalog/get-by-context-node)\n - [Get all nodes in your latest catalog release](/docs/api/pxm/catalog/get-all-nodes)\n - [Get all nodes in a catalog](/docs/api/pxm/catalog/get-by-context-all-nodes)\n - [Get node children in your latest catalog release](/docs/api/pxm/catalog/get-child-nodes)\n - [Get node children in a catalog](/docs/api/pxm/catalog/get-by-context-child-nodes)\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "hierarchies",
                ":hierarchyID",
                "nodes",
                ":nodeID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "hierarchyID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the hierarchy.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "nodeID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the node.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"node\",\n    \"id\": \"9ea0de15-3347-43dd-8faa-cd32f44a04c7\",\n    \"attributes\": {\n      \"name\": \"Ballet Shoes\",\n      \"description\": \"Latest Ballet Shoes\",\n      \"slug\": \"ballet-shoes\",\n      \"admin_attributes\": {\n        \"cost_of_goods\": \"42.0\",\n        \"charge_type\": null\n      },\n      \"shopper_attributes\": {\n        \"cost_of_goods\": null,\n        \"charge_type\": \"credit card\"\n      },\n      \"locales\": {\n        \"fr-FR\": {\n          \"name\": \"Chaussons de ballet\",\n          \"description\": \"Dernières chaussures de ballet\"\n        }\n      }\n    },\n    \"meta\": {\n      \"sort_order\": 5\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "56952c40-022d-424e-9800-b26ab973cedc",
              "name": "Successfully returns the updated node",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID",
                    "nodes",
                    ":nodeID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the node.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "nodeID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"node\",\n    \"id\": \"9ea0de15-3347-43dd-8faa-cd32f44a04c7\",\n    \"attributes\": {\n      \"name\": \"Ballet Shoes\",\n      \"description\": \"Latest Ballet Shoes\",\n      \"slug\": \"ballet-shoes\",\n      \"admin_attributes\": {\n        \"cost_of_goods\": \"42.0\",\n        \"charge_type\": null\n      },\n      \"shopper_attributes\": {\n        \"cost_of_goods\": null,\n        \"charge_type\": \"credit card\"\n      },\n      \"locales\": {\n        \"fr-FR\": {\n          \"name\": \"Chaussons de ballet\",\n          \"description\": \"Dernières chaussures de ballet\"\n        }\n      }\n    },\n    \"meta\": {\n      \"sort_order\": 5\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"node\",\n    \"id\": \"9ea0de15-3347-43dd-8faa-cd32f44a04c7\",\n    \"attributes\": {\n      \"description\": \"Latest Ballet Shoes\",\n      \"locales\": {\n        \"fr-FR\": {\n          \"name\": \"Chaussons de ballet\",\n          \"description\": \"Dernières chaussures de ballet\"\n        }\n      },\n      \"admin_attributes\": {\n        \"cost_of_goods\": \"42.0\"\n      },\n      \"shopper_attributes\": {\n        \"charge_type\": \"credit card\"\n      },\n      \"name\": \"Ballet Shoes\",\n      \"slug\": \"ballet-shoes\"\n    },\n    \"relationships\": {\n      \"children\": {\n        \"data\": [],\n        \"links\": {\n          \"related\": \"/hierarchies/6183d10c-94b5-4caa-9f12-2f14cb738d41/nodes/9ea0de15-3347-43dd-8faa-cd32f44a04c7/children\"\n        }\n      },\n      \"products\": {\n        \"data\": [],\n        \"links\": {\n          \"related\": \"/hierarchies/6183d10c-94b5-4caa-9f12-2f14cb738d41/nodes/9ea0de15-3347-43dd-8faa-cd32f44a04c7/products\"\n        }\n      }\n    },\n    \"meta\": {\n      \"created_at\": \"2024-01-11T19:19:50.087Z\",\n      \"owner\": \"store\",\n      \"sort_order\": 5,\n      \"updated_at\": \"2024-01-11T19:56:53.695Z\",\n      \"hierarchy_id\": \"6183d10c-94b5-4caa-9f12-2f14cb738d41\",\n      \"breadcrumbs\": [\n        {\n          \"id\": \"6183d10c-94b5-4caa-9f12-2f14cb738d41\",\n          \"name\": \"Shoes\",\n          \"slug\": \"shoes\",\n          \"locales\": {\n            \"fr-FR\": {\n              \"name\": \"hierarchy 1 in French\"\n            }\n          }\n        },\n        {\n          \"id\": \"9ea0de15-3347-43dd-8faa-cd32f44a04c7\",\n          \"name\": \"Ballet Shoes\",\n          \"slug\": \"ballet-shoes\",\n          \"locales\": {\n            \"fr-FR\": {\n              \"name\": \"Node 1 in French\"\n            }\n          }\n        }\n      ]\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e2e47363-2786-4e9d-89d1-a7c53f2ecafa",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID",
                    "nodes",
                    ":nodeID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the node.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "nodeID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"node\",\n    \"id\": \"9ea0de15-3347-43dd-8faa-cd32f44a04c7\",\n    \"attributes\": {\n      \"name\": \"Ballet Shoes\",\n      \"description\": \"Latest Ballet Shoes\",\n      \"slug\": \"ballet-shoes\",\n      \"admin_attributes\": {\n        \"cost_of_goods\": \"42.0\",\n        \"charge_type\": null\n      },\n      \"shopper_attributes\": {\n        \"cost_of_goods\": null,\n        \"charge_type\": \"credit card\"\n      },\n      \"locales\": {\n        \"fr-FR\": {\n          \"name\": \"Chaussons de ballet\",\n          \"description\": \"Dernières chaussures de ballet\"\n        }\n      }\n    },\n    \"meta\": {\n      \"sort_order\": 5\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Forbidden\",\n      \"status\": \"403\",\n      \"detail\": \"entity owned by organization\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4384ae81-5cd7-4b77-b89c-f2c0286f4220",
              "name": "Bad Request. Not Found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID",
                    "nodes",
                    ":nodeID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the node.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "nodeID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"node\",\n    \"id\": \"9ea0de15-3347-43dd-8faa-cd32f44a04c7\",\n    \"attributes\": {\n      \"name\": \"Ballet Shoes\",\n      \"description\": \"Latest Ballet Shoes\",\n      \"slug\": \"ballet-shoes\",\n      \"admin_attributes\": {\n        \"cost_of_goods\": \"42.0\",\n        \"charge_type\": null\n      },\n      \"shopper_attributes\": {\n        \"cost_of_goods\": null,\n        \"charge_type\": \"credit card\"\n      },\n      \"locales\": {\n        \"fr-FR\": {\n          \"name\": \"Chaussons de ballet\",\n          \"description\": \"Dernières chaussures de ballet\"\n        }\n      }\n    },\n    \"meta\": {\n      \"sort_order\": 5\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "16451943-e12d-4bf4-9a2c-498de780db7d",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID",
                    "nodes",
                    ":nodeID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the node.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "nodeID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"node\",\n    \"id\": \"9ea0de15-3347-43dd-8faa-cd32f44a04c7\",\n    \"attributes\": {\n      \"name\": \"Ballet Shoes\",\n      \"description\": \"Latest Ballet Shoes\",\n      \"slug\": \"ballet-shoes\",\n      \"admin_attributes\": {\n        \"cost_of_goods\": \"42.0\",\n        \"charge_type\": null\n      },\n      \"shopper_attributes\": {\n        \"cost_of_goods\": null,\n        \"charge_type\": \"credit card\"\n      },\n      \"locales\": {\n        \"fr-FR\": {\n          \"name\": \"Chaussons de ballet\",\n          \"description\": \"Dernières chaussures de ballet\"\n        }\n      }\n    },\n    \"meta\": {\n      \"sort_order\": 5\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Failed Validation\",\n      \"status\": \"422\",\n      \"detail\": \"<XYZ> can not be empty\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8a563a3a-d185-40c3-9a3f-165450f1357e",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID",
                    "nodes",
                    ":nodeID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the node.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "nodeID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"node\",\n    \"id\": \"9ea0de15-3347-43dd-8faa-cd32f44a04c7\",\n    \"attributes\": {\n      \"name\": \"Ballet Shoes\",\n      \"description\": \"Latest Ballet Shoes\",\n      \"slug\": \"ballet-shoes\",\n      \"admin_attributes\": {\n        \"cost_of_goods\": \"42.0\",\n        \"charge_type\": null\n      },\n      \"shopper_attributes\": {\n        \"cost_of_goods\": null,\n        \"charge_type\": \"credit card\"\n      },\n      \"locales\": {\n        \"fr-FR\": {\n          \"name\": \"Chaussons de ballet\",\n          \"description\": \"Dernières chaussures de ballet\"\n        }\n      }\n    },\n    \"meta\": {\n      \"sort_order\": 5\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b3363cf1-0cb9-4b92-a358-efee9ecb8035",
          "name": "Deletes a node",
          "request": {
            "name": "Deletes a node",
            "description": {
              "content": "Deletes a node by the node ID",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "hierarchies",
                ":hierarchyID",
                "nodes",
                ":nodeID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "hierarchyID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the hierarchy.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "nodeID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the node.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "d4ebcf7d-554e-49c8-b38a-614909b04980",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID",
                    "nodes",
                    ":nodeID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the node.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "nodeID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "fb5da2ae-7b08-4646-b703-725f535b835b",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID",
                    "nodes",
                    ":nodeID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the node.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "nodeID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Forbidden\",\n      \"status\": \"403\",\n      \"detail\": \"entity owned by organization\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7f143594-7a48-4da8-ab26-e44e5acc278d",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID",
                    "nodes",
                    ":nodeID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the node.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "nodeID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Failed Validation\",\n      \"status\": \"422\",\n      \"detail\": \"<XYZ> can not be empty\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4a71bf8c-18c0-4d5b-952e-83df6e4e2f58",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID",
                    "nodes",
                    ":nodeID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the node.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "nodeID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8dec361e-785a-4caf-9155-8750347c76d1",
          "name": "Get a hierarchy's children",
          "request": {
            "name": "Get a hierarchy's children",
            "description": {
              "content": "Get a hierarchy's children\n\n#### Filtering\n\nMany Commerce API endpoints support filtering. The general syntax is described in [**Filtering**](/guides/Getting-Started/filtering).\n\nThe following attributes and operators are supported.\n\n| Operator        | Attribute                                                                                 | Description                                                                                      | Example                                  |\n|----------------|------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------|------------------------------------------|\n| `eq`           | `id`, `hierarchy_id`, `owner`, `parent_id`, `name`, `slug`, `description`, `has_children`, `created_at`, `updated_at`, `locales.[locale].name`, `locales.[locale].description`, `breadcrumbs.id`, `breadcrumbs.name`, `breadcrumbs.slug`, `breadcrumbs.locales.[locale].name` | Equals. Checks if the value of the attribute matches the specified value. | `filter=eq(name,some-name)`, `filter=eq(locales.fr-FR.name,Nom-du-produit)` |\n| `in`           | `id`, `hierarchy_id`,  `parent_id`, `breadcrumbs.id`                                              | Checks if the value of the attribute is included in the specified list.                        | `filter=in(id,1,2,3,4)`                 |\n| `lt`, `le`, `gt`, `ge` | `id`, `hierarchy_id`,  `parent_id`, `created_at`, `updated_at`         | Comparison operators. `lt`: Less than, `le`: Less than or equal to, `gt`: Greater than, `ge`: Greater than or equal to. | `filter=lt(id,100)`, `filter=ge(created_at,2022-01-01)` |\n| `like`         | `name`, `slug`, `description`, `locales.[locale].name`, `locales.[locale].description`, `breadcrumbs.name`, `breadcrumbs.slug`, `breadcrumbs.locales.[locale].name` | Like. Checks if the attribute contains the specified string (wildcards supported).            | `filter=like(name,*some-name*)`, `filter=like(locales.es-ES.description,*descripción*)` |\n| `ilike`        | `name`, `slug`, `description`, `locales.[locale].name`, `locales.[locale].description`, `breadcrumbs.name`, `breadcrumbs.slug`, `breadcrumbs.locales.[locale].name` | Case-insensitive like. Same as `like` but ignores case when matching. | `filter=ilike(name,*some-name*)` |\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "hierarchies",
                ":hierarchyID",
                "children"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Many Commerce API endpoints support filtering. The general syntax is described [**here**](/guides/Getting-Started/filtering).\n",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "eq(name,some-name)"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The number of records to offset the results by.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "0"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The number of records per page. The maximum limit is 100.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "10"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "hierarchyID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the hierarchy.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "046c26a7-fe10-43a1-976b-c2d10194830f",
              "name": "Returns the hierarchy's children.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID",
                    "children"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Many Commerce API endpoints support filtering. The general syntax is described [**here**](/guides/Getting-Started/filtering).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(name,some-name)"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page. The maximum limit is 100.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"9ea0de15-3347-43dd-8faa-cd32f44a04c7\",\n      \"type\": \"node\",\n      \"attributes\": {\n        \"description\": \"Latest Ballet Shoes\",\n        \"locales\": {\n          \"fr-FR\": {\n            \"name\": \"Chaussons de ballet\",\n            \"description\": \"Dernières chaussures de ballet\"\n          }\n        },\n        \"name\": \"Ballet Shoes\",\n        \"slug\": \"ballet-shoes\"\n      },\n      \"relationships\": {\n        \"children\": {\n          \"data\": [],\n          \"links\": {\n            \"related\": \"/hierarchies/6183d10c-94b5-4caa-9f12-2f14cb738d41/nodes/9ea0de15-3347-43dd-8faa-cd32f44a04c7/children\"\n          }\n        },\n        \"products\": {\n          \"data\": [],\n          \"links\": {\n            \"related\": \"/hierarchies/6183d10c-94b5-4caa-9f12-2f14cb738d41/nodes/9ea0de15-3347-43dd-8faa-cd32f44a04c7/products\"\n          }\n        }\n      },\n      \"meta\": {\n        \"created_at\": \"2024-01-11T19:19:50.087Z\",\n        \"owner\": \"store\",\n        \"sort_order\": 5,\n        \"updated_at\": \"2024-01-11T19:56:53.695Z\",\n        \"hierarchy_id\": \"6183d10c-94b5-4caa-9f12-2f14cb738d41\",\n        \"breadcrumbs\": [\n          {\n            \"id\": \"6183d10c-94b5-4caa-9f12-2f14cb738d41\",\n            \"name\": \"Shoes\",\n            \"slug\": \"shoes\",\n            \"locales\": {\n              \"fr-FR\": {\n                \"name\": \"hierarchy 1 in French\"\n              }\n            }\n          },\n          {\n            \"id\": \"9ea0de15-3347-43dd-8faa-cd32f44a04c7\",\n            \"name\": \"Ballet Shoes\",\n            \"slug\": \"ballet-shoes\",\n            \"locales\": {\n              \"fr-FR\": {\n                \"name\": \"Node 1 in French\"\n              }\n            }\n          }\n        ]\n      }\n    },\n    {\n      \"type\": \"node\",\n      \"id\": \"b2f5e53e-de3c-4548-98da-120f8b185d34\",\n      \"attributes\": {\n        \"description\": \"All Dress Shoes\",\n        \"locales\": {\n          \"fr-FR\": {\n            \"name\": \"Chaussures habillées\",\n            \"description\": \"Toutes les chaussures habillées\"\n          }\n        },\n        \"name\": \"Dress Shoes\",\n        \"slug\": \"dress-shoes\"\n      },\n      \"relationships\": {\n        \"children\": {\n          \"data\": [],\n          \"links\": {\n            \"related\": \"/hierarchies/6183d10c-94b5-4caa-9f12-2f14cb738d41/nodes/b2f5e53e-de3c-4548-98da-120f8b185d34/children\"\n          }\n        },\n        \"products\": {\n          \"data\": [],\n          \"links\": {\n            \"related\": \"/hierarchies/6183d10c-94b5-4caa-9f12-2f14cb738d41/nodes/b2f5e53e-de3c-4548-98da-120f8b185d34/products\"\n          }\n        }\n      },\n      \"meta\": {\n        \"created_at\": \"2024-01-11T19:50:21.729Z\",\n        \"owner\": \"store\",\n        \"sort_order\": 3,\n        \"updated_at\": \"2024-01-11T19:50:21.729Z\",\n        \"hierarchy_id\": \"6183d10c-94b5-4caa-9f12-2f14cb738d41\",\n        \"breadcrumbs\": [\n          {\n            \"id\": \"6183d10c-94b5-4caa-9f12-2f14cb738d41\",\n            \"name\": \"Shoes\",\n            \"slug\": \"shoes\",\n            \"locales\": {\n              \"fr-FR\": {\n                \"name\": \"hierarchy 1 in French\"\n              }\n            }\n          },\n          {\n            \"id\": \"b2f5e53e-de3c-4548-98da-120f8b185d34\",\n            \"name\": \"Dress Shoes\",\n            \"slug\": \"dress-shoes\",\n            \"locales\": {\n              \"fr-FR\": {\n                \"name\": \"Node 2 in French\"\n              }\n            }\n          }\n        ]\n      }\n    }\n  ],\n  \"meta\": {\n    \"results\": {\n      \"total\": 2\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b628939d-0993-40b3-ad58-0fc3be3731ef",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID",
                    "children"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Many Commerce API endpoints support filtering. The general syntax is described [**here**](/guides/Getting-Started/filtering).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(name,some-name)"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page. The maximum limit is 100.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"detail\": \"Could not parse the supplied filter\",\n      \"status\": \"400\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1b02b9c4-502e-4596-b133-b15c39874af4",
              "name": "Bad Request. Not Found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID",
                    "children"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Many Commerce API endpoints support filtering. The general syntax is described [**here**](/guides/Getting-Started/filtering).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(name,some-name)"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page. The maximum limit is 100.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7b584a1b-6bf4-4ab8-b345-299b7a42b0cd",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID",
                    "children"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Many Commerce API endpoints support filtering. The general syntax is described [**here**](/guides/Getting-Started/filtering).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(name,some-name)"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page. The maximum limit is 100.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f66d0a9f-bf58-4cfb-9bd0-2cccfacfa3b9",
          "name": "Create relationships between a hierarchy and child nodes",
          "request": {
            "name": "Create relationships between a hierarchy and child nodes",
            "description": {
              "content": "Use this endpoint to create relationships between a hierarchy and one or more child nodes. You can create a relationship only if:\n\n- All child nodes already exist.\n- Every child node in the request body must belong to this hierarchy.\n- All siblings in a hierarchy must have a unique `name` and `slug`. Siblings are the child nodes that are related to the same parent.\n\n### Sort Order\n\nYou can also provide `sort_order` information when you create a relationship by adding a `meta` object to the array of node reference objects for each child node that requires sorting.\n\nThe node with the highest value of `sort_order` appears at the top of the response. For example, a node with a `sort_order` value of `3` appears before a node with a `sort_order` value of `2`.\n\n- If you don’t provide `sort_order` when creating relationships, all child nodes in the response for Get a Hierarchy’s Children request are ordered by the `updated_at` time in descending order. The most recently updated child node appears at the top of the response.\n- If you set `sort_order` for only a few child nodes or not all, the child nodes with `sort_order` value appear first in the response and then other child nodes appear in the order of `updated_at` time.\n\nYou can also specify a `sort_order` when creating and updating a node.\n\n- If you create or update a node (**Node A**) with a `sort_order` and then you create a relationship for **Node A** with hierarchy (**Hierarchy A**) with a new `sort_order`, the `sort_order` you specified when creating\\updating **Node A** is overwritten.\n- If you create\\update **Node A** and then you create a relationship with **Hierarchy A** but do not configure a `sort_order`, the `sort_order` you specified when you created\\updated **Node A** is not overwritten.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "hierarchies",
                ":hierarchyID",
                "relationships",
                "children"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "hierarchyID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the hierarchy.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": [\n    {\n      \"type\": \"node\",\n      \"id\": \"b2f5e53e-de3c-4548-98da-120f8b185d34\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "fa55300c-3b2a-4abe-872f-75d233cca000",
              "name": "Successfully returns the hierarchy",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID",
                    "relationships",
                    "children"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"type\": \"node\",\n      \"id\": \"b2f5e53e-de3c-4548-98da-120f8b185d34\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"hierarchy\",\n    \"id\": \"6183d10c-94b5-4caa-9f12-2f14cb738d41\",\n    \"attributes\": {\n      \"description\": \"Shoes Category Updated\",\n      \"locales\": {\n        \"fr-FR\": {\n          \"name\": \"Chaussures mises à jour\",\n          \"description\": \"Catégorie de chaussures mise à jour\"\n        }\n      },\n      \"admin_attributes\": {\n        \"cost_of_goods\": \"42.0\"\n      },\n      \"shopper_attributes\": {\n        \"charge_type\": \"credit card\"\n      },\n      \"name\": \"Shoes Updated\",\n      \"slug\": \"shoes\"\n    },\n    \"relationships\": {\n      \"children\": {\n        \"data\": [],\n        \"links\": {\n          \"related\": \"/hierarchies/6183d10c-94b5-4caa-9f12-2f14cb738d41/children\"\n        }\n      }\n    },\n    \"meta\": {\n      \"created_at\": \"2024-01-10T20:16:35.343Z\",\n      \"owner\": \"store\",\n      \"updated_at\": \"2024-01-10T20:30:50.867Z\",\n      \"breadcrumbs\": [\n        {\n          \"id\": \"6183d10c-94b5-4caa-9f12-2f14cb738d41\",\n          \"name\": \"Shoes Updated\",\n          \"slug\": \"shoes\",\n          \"locales\": {\n            \"fr-FR\": {\n              \"name\": \"hierarchy 1 in French\"\n            }\n          }\n        }\n      ]\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dd4e552c-befd-4128-a36f-5e7312a8d7cf",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID",
                    "relationships",
                    "children"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"type\": \"node\",\n      \"id\": \"b2f5e53e-de3c-4548-98da-120f8b185d34\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Forbidden\",\n      \"status\": \"403\",\n      \"detail\": \"entity owned by organization\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f70c8000-ffec-4b71-82a5-f1ebb6ab051b",
              "name": "Bad Request. Not Found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID",
                    "relationships",
                    "children"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"type\": \"node\",\n      \"id\": \"b2f5e53e-de3c-4548-98da-120f8b185d34\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7bfa615e-d5d9-4f39-a943-71303d4f3248",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID",
                    "relationships",
                    "children"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"type\": \"node\",\n      \"id\": \"b2f5e53e-de3c-4548-98da-120f8b185d34\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Failed Validation\",\n      \"status\": \"422\",\n      \"detail\": \"<XYZ> can not be empty\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cff5167a-e032-4469-baf5-f089bae8c5ca",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID",
                    "relationships",
                    "children"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"type\": \"node\",\n      \"id\": \"b2f5e53e-de3c-4548-98da-120f8b185d34\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e747788c-4196-4493-bb5d-db549ab722ab",
          "name": "Create relationships between a node and child nodes",
          "request": {
            "name": "Create relationships between a node and child nodes",
            "description": {
              "content": "Use this endpoint to create relationships between a single parent node and one or more child nodes. You can create a relationship only if:\n\n- The parent node already exists.\n- All child nodes already exist.\n- Every child node in the body of the request exists in the same hierarchy as the parent node.\n- A node is not a parent of itself. An array of child nodes request body must not contain the ID of the parent node in the path.\n- All siblings in a hierarchy must have a unique `slug`. Siblings are the child nodes that are related to the same parent.\n\n### Sort Order\n\nYou can also provide `sort_order` information when you create a relationship by adding a `meta` object to the array of node reference objects for each child node that requires sorting.\n\nThe node with the highest value of `sort_order` appears at the top of the response. For example, a node with a `sort_order` value of `3` appears before a node with a `sort_order` value of `2`.\n\n- If you don’t provide `sort_order` when creating relationships, all child nodes in the response for Get a Node’s Children request are ordered by the `updated_at` time in descending order. The most recently updated child node appears at the top of the response.\n- If you set `sort_order` for only a few child nodes or not all, the child nodes with `sort_order` value appear first in the response and then other child nodes appear in the order of `updated_at` time.\n\nYou can also specify a `sort_order` when creating and updating a node.\n\n- If you create or update a node (**Node A**) with a `sort_order` and then you create a relationship for **Node A** with another node (**Node B**) with a new `sort_order`, the `sort_order` you specified when creating\\updating **Node A** is overwritten.\n- If you create\\update **Node A** and then you create a relationship with **Node B** but do not configure a `sort_order`, the `sort_order` you specified when you created\\updated **Node A** is not overwritten.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "hierarchies",
                ":hierarchyID",
                "nodes",
                ":nodeID",
                "relationships",
                "children"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "hierarchyID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the hierarchy.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "nodeID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the node.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": [\n    {\n      \"type\": \"node\",\n      \"id\": \"b2f5e53e-de3c-4548-98da-120f8b185d34\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "045e4c17-13a1-4885-9f16-fd6f113bbb1e",
              "name": "Successfully returns the parent node",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID",
                    "nodes",
                    ":nodeID",
                    "relationships",
                    "children"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the node.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "nodeID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"type\": \"node\",\n      \"id\": \"b2f5e53e-de3c-4548-98da-120f8b185d34\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"node\",\n    \"id\": \"9ea0de15-3347-43dd-8faa-cd32f44a04c7\",\n    \"attributes\": {\n      \"description\": \"Latest Ballet Shoes\",\n      \"locales\": {\n        \"fr-FR\": {\n          \"name\": \"Chaussons de ballet\",\n          \"description\": \"Dernières chaussures de ballet\"\n        }\n      },\n      \"admin_attributes\": {\n        \"cost_of_goods\": \"42.0\"\n      },\n      \"shopper_attributes\": {\n        \"charge_type\": \"credit card\"\n      },\n      \"name\": \"Ballet Shoes\",\n      \"slug\": \"ballet-shoes\"\n    },\n    \"relationships\": {\n      \"children\": {\n        \"data\": [],\n        \"links\": {\n          \"related\": \"/hierarchies/6183d10c-94b5-4caa-9f12-2f14cb738d41/nodes/9ea0de15-3347-43dd-8faa-cd32f44a04c7/children\"\n        }\n      },\n      \"products\": {\n        \"data\": [],\n        \"links\": {\n          \"related\": \"/hierarchies/6183d10c-94b5-4caa-9f12-2f14cb738d41/nodes/9ea0de15-3347-43dd-8faa-cd32f44a04c7/products\"\n        }\n      }\n    },\n    \"meta\": {\n      \"created_at\": \"2024-01-11T19:19:50.087Z\",\n      \"owner\": \"store\",\n      \"sort_order\": 5,\n      \"updated_at\": \"2024-01-11T19:56:53.695Z\",\n      \"hierarchy_id\": \"6183d10c-94b5-4caa-9f12-2f14cb738d41\",\n      \"breadcrumbs\": [\n        {\n          \"id\": \"6183d10c-94b5-4caa-9f12-2f14cb738d41\",\n          \"name\": \"Shoes\",\n          \"slug\": \"shoes\",\n          \"locales\": {\n            \"fr-FR\": {\n              \"name\": \"hierarchy 1 in French\"\n            }\n          }\n        },\n        {\n          \"id\": \"9ea0de15-3347-43dd-8faa-cd32f44a04c7\",\n          \"name\": \"Ballet Shoes\",\n          \"slug\": \"ballet-shoes\",\n          \"locales\": {\n            \"fr-FR\": {\n              \"name\": \"Node 1 in French\"\n            }\n          }\n        }\n      ]\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f65580f9-f3e0-483f-a533-9ff0d4c5e16b",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID",
                    "nodes",
                    ":nodeID",
                    "relationships",
                    "children"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the node.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "nodeID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"type\": \"node\",\n      \"id\": \"b2f5e53e-de3c-4548-98da-120f8b185d34\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Forbidden\",\n      \"status\": \"403\",\n      \"detail\": \"entity owned by organization\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "000ed961-2152-45ce-9243-a9a1f60c1531",
              "name": "Bad Request. Not Found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID",
                    "nodes",
                    ":nodeID",
                    "relationships",
                    "children"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the node.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "nodeID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"type\": \"node\",\n      \"id\": \"b2f5e53e-de3c-4548-98da-120f8b185d34\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "24b7d2e8-9810-4021-9256-5ebd7c477c78",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID",
                    "nodes",
                    ":nodeID",
                    "relationships",
                    "children"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the node.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "nodeID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"type\": \"node\",\n      \"id\": \"b2f5e53e-de3c-4548-98da-120f8b185d34\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Failed Validation\",\n      \"status\": \"422\",\n      \"detail\": \"<XYZ> can not be empty\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4a1e684b-96e4-4d18-a109-291f51096eca",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID",
                    "nodes",
                    ":nodeID",
                    "relationships",
                    "children"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the node.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "nodeID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"type\": \"node\",\n      \"id\": \"b2f5e53e-de3c-4548-98da-120f8b185d34\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "75a47bfa-b07e-4c36-8b81-b1e1972924e4",
          "name": "Get a node's children",
          "request": {
            "name": "Get a node's children",
            "description": {
              "content": "Retrieves the child nodes for a specified node.\n\n#### Filtering\n\nMany Commerce API endpoints support filtering. The general syntax is described in [**Filtering**](/guides/Getting-Started/filtering).\n\nThe following attributes and operators are supported.\n\n| Operator        | Attribute                                                                                 | Description                                                                                      | Example                                  |\n|----------------|------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------|------------------------------------------|\n| `eq`           | `id`, `hierarchy_id`, `owner`, `parent_id`, `name`, `slug`, `description`, `has_children`, `created_at`, `updated_at`, `locales.[locale].name`, `locales.[locale].description`, `breadcrumbs.id`, `breadcrumbs.name`, `breadcrumbs.slug`, `breadcrumbs.locales.[locale].name` | Equals. Checks if the value of the attribute matches the specified value. | `filter=eq(name,some-name)`, `filter=eq(locales.fr-FR.name,Nom-du-produit)` |\n| `in`           | `id`, `hierarchy_id`,  `parent_id`, `breadcrumbs.id`                                              | Checks if the value of the attribute is included in the specified list.                        | `filter=in(id,1,2,3,4)`                 |\n| `lt`, `le`, `gt`, `ge` | `id`, `hierarchy_id`,  `parent_id`, `created_at`, `updated_at`         | Comparison operators. `lt`: Less than, `le`: Less than or equal to, `gt`: Greater than, `ge`: Greater than or equal to. | `filter=lt(id,100)`, `filter=ge(created_at,2022-01-01)` |\n| `like`         | `name`, `slug`, `description`, `locales.[locale].name`, `locales.[locale].description`, `breadcrumbs.name`, `breadcrumbs.slug`, `breadcrumbs.locales.[locale].name` | Like. Checks if the attribute contains the specified string (wildcards supported).            | `filter=like(name,*some-name*)`, `filter=like(locales.es-ES.description,*descripción*)` |\n| `ilike`        | `name`, `slug`, `description`, `locales.[locale].name`, `locales.[locale].description`, `breadcrumbs.name`, `breadcrumbs.slug`, `breadcrumbs.locales.[locale].name` | Case-insensitive like. Same as `like` but ignores case when matching. | `filter=ilike(name,*some-name*)` |\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "hierarchies",
                ":hierarchyID",
                "nodes",
                ":nodeID",
                "children"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Many Commerce API endpoints support filtering. The general syntax is described [**here**](/guides/Getting-Started/filtering).\n",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "eq(name,some-name)"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The number of records to offset the results by.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "0"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The number of records per page. The maximum limit is 100.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "10"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "hierarchyID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the hierarchy.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "nodeID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the node.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "16dc7c6e-ec99-4d19-a507-543c179d0644",
              "name": "Successfully returns the node's children",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID",
                    "nodes",
                    ":nodeID",
                    "children"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Many Commerce API endpoints support filtering. The general syntax is described [**here**](/guides/Getting-Started/filtering).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(name,some-name)"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page. The maximum limit is 100.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the node.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "nodeID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"9ea0de15-3347-43dd-8faa-cd32f44a04c7\",\n      \"type\": \"node\",\n      \"attributes\": {\n        \"description\": \"Latest Ballet Shoes\",\n        \"locales\": {\n          \"fr-FR\": {\n            \"name\": \"Chaussons de ballet\",\n            \"description\": \"Dernières chaussures de ballet\"\n          }\n        },\n        \"name\": \"Ballet Shoes\",\n        \"slug\": \"ballet-shoes\"\n      },\n      \"relationships\": {\n        \"children\": {\n          \"data\": [],\n          \"links\": {\n            \"related\": \"/hierarchies/6183d10c-94b5-4caa-9f12-2f14cb738d41/nodes/9ea0de15-3347-43dd-8faa-cd32f44a04c7/children\"\n          }\n        },\n        \"products\": {\n          \"data\": [],\n          \"links\": {\n            \"related\": \"/hierarchies/6183d10c-94b5-4caa-9f12-2f14cb738d41/nodes/9ea0de15-3347-43dd-8faa-cd32f44a04c7/products\"\n          }\n        }\n      },\n      \"meta\": {\n        \"created_at\": \"2024-01-11T19:19:50.087Z\",\n        \"owner\": \"store\",\n        \"sort_order\": 5,\n        \"updated_at\": \"2024-01-11T19:56:53.695Z\",\n        \"hierarchy_id\": \"6183d10c-94b5-4caa-9f12-2f14cb738d41\",\n        \"breadcrumbs\": [\n          {\n            \"id\": \"6183d10c-94b5-4caa-9f12-2f14cb738d41\",\n            \"name\": \"Shoes\",\n            \"slug\": \"shoes\",\n            \"locales\": {\n              \"fr-FR\": {\n                \"name\": \"hierarchy 1 in French\"\n              }\n            }\n          },\n          {\n            \"id\": \"9ea0de15-3347-43dd-8faa-cd32f44a04c7\",\n            \"name\": \"Ballet Shoes\",\n            \"slug\": \"ballet-shoes\",\n            \"locales\": {\n              \"fr-FR\": {\n                \"name\": \"Node 1 in French\"\n              }\n            }\n          }\n        ]\n      }\n    },\n    {\n      \"type\": \"node\",\n      \"id\": \"b2f5e53e-de3c-4548-98da-120f8b185d34\",\n      \"attributes\": {\n        \"description\": \"All Dress Shoes\",\n        \"locales\": {\n          \"fr-FR\": {\n            \"name\": \"Chaussures habillées\",\n            \"description\": \"Toutes les chaussures habillées\"\n          }\n        },\n        \"name\": \"Dress Shoes\",\n        \"slug\": \"dress-shoes\"\n      },\n      \"relationships\": {\n        \"children\": {\n          \"data\": [],\n          \"links\": {\n            \"related\": \"/hierarchies/6183d10c-94b5-4caa-9f12-2f14cb738d41/nodes/b2f5e53e-de3c-4548-98da-120f8b185d34/children\"\n          }\n        },\n        \"products\": {\n          \"data\": [],\n          \"links\": {\n            \"related\": \"/hierarchies/6183d10c-94b5-4caa-9f12-2f14cb738d41/nodes/b2f5e53e-de3c-4548-98da-120f8b185d34/products\"\n          }\n        }\n      },\n      \"meta\": {\n        \"created_at\": \"2024-01-11T19:50:21.729Z\",\n        \"owner\": \"store\",\n        \"sort_order\": 3,\n        \"updated_at\": \"2024-01-11T19:50:21.729Z\",\n        \"hierarchy_id\": \"6183d10c-94b5-4caa-9f12-2f14cb738d41\",\n        \"breadcrumbs\": [\n          {\n            \"id\": \"6183d10c-94b5-4caa-9f12-2f14cb738d41\",\n            \"name\": \"Shoes\",\n            \"slug\": \"shoes\",\n            \"locales\": {\n              \"fr-FR\": {\n                \"name\": \"hierarchy 1 in French\"\n              }\n            }\n          },\n          {\n            \"id\": \"b2f5e53e-de3c-4548-98da-120f8b185d34\",\n            \"name\": \"Dress Shoes\",\n            \"slug\": \"dress-shoes\",\n            \"locales\": {\n              \"fr-FR\": {\n                \"name\": \"Node 2 in French\"\n              }\n            }\n          }\n        ]\n      }\n    }\n  ],\n  \"meta\": {\n    \"results\": {\n      \"total\": 2\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d88c1037-d1f9-4b9c-8aaa-538261a2d8ec",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID",
                    "nodes",
                    ":nodeID",
                    "children"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Many Commerce API endpoints support filtering. The general syntax is described [**here**](/guides/Getting-Started/filtering).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(name,some-name)"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page. The maximum limit is 100.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the node.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "nodeID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"detail\": \"Could not parse the supplied filter\",\n      \"status\": \"400\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "04c21183-667d-4f2a-9cbd-a8e86c7810c2",
              "name": "Bad Request. Not Found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID",
                    "nodes",
                    ":nodeID",
                    "children"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Many Commerce API endpoints support filtering. The general syntax is described [**here**](/guides/Getting-Started/filtering).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(name,some-name)"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page. The maximum limit is 100.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the node.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "nodeID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e93f21f1-e6d7-4301-a1c5-9374b241e93f",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID",
                    "nodes",
                    ":nodeID",
                    "children"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Many Commerce API endpoints support filtering. The general syntax is described [**here**](/guides/Getting-Started/filtering).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(name,some-name)"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page. The maximum limit is 100.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the node.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "nodeID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c3491fb9-0849-4871-817e-f3b8d375979e",
          "name": "Update a node's parent",
          "request": {
            "name": "Update a node's parent",
            "description": {
              "content": "Changes the parent of the specified node. The new parent node must be located within the same hierarchy as the specified node.\n\nYou cannot move a node to another hierarchy. If you want to put the specified node into another hierarchy, create the node in the target hierarchy and delete it from the current hierarchy.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "hierarchies",
                ":hierarchyID",
                "nodes",
                ":nodeID",
                "relationships",
                "parent"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "hierarchyID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the hierarchy.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "nodeID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the node.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"node\",\n    \"id\": \"60dc3982-ab34-47e8-9173-c920c63dc382\"\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "0c025ae1-4a81-4288-88d5-1c719b45e2a8",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID",
                    "nodes",
                    ":nodeID",
                    "relationships",
                    "parent"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the node.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "nodeID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"node\",\n    \"id\": \"60dc3982-ab34-47e8-9173-c920c63dc382\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "e12effab-95f0-4a58-82a6-d9e7ec644f6b",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID",
                    "nodes",
                    ":nodeID",
                    "relationships",
                    "parent"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the node.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "nodeID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"node\",\n    \"id\": \"60dc3982-ab34-47e8-9173-c920c63dc382\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Forbidden\",\n      \"status\": \"403\",\n      \"detail\": \"entity owned by organization\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "38c3e008-b4b9-4e2f-a7d6-1f120cc3fab8",
              "name": "Bad Request. Not Found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID",
                    "nodes",
                    ":nodeID",
                    "relationships",
                    "parent"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the node.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "nodeID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"node\",\n    \"id\": \"60dc3982-ab34-47e8-9173-c920c63dc382\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f8b9ed19-d880-435f-861c-3c9764ab8912",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID",
                    "nodes",
                    ":nodeID",
                    "relationships",
                    "parent"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the node.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "nodeID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"node\",\n    \"id\": \"60dc3982-ab34-47e8-9173-c920c63dc382\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Failed Validation\",\n      \"status\": \"422\",\n      \"detail\": \"<XYZ> can not be empty\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "92ed6766-3ade-49e3-9f99-f04e996eff37",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID",
                    "nodes",
                    ":nodeID",
                    "relationships",
                    "parent"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the node.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "nodeID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"node\",\n    \"id\": \"60dc3982-ab34-47e8-9173-c920c63dc382\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ccb70e1e-f03f-4b7b-bc0c-eac45de14dbf",
          "name": "Delete a node's parent",
          "request": {
            "name": "Delete a node's parent",
            "description": {},
            "url": {
              "path": [
                "pcm",
                "hierarchies",
                ":hierarchyID",
                "nodes",
                ":nodeID",
                "relationships",
                "parent"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "hierarchyID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the hierarchy.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "nodeID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the node.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "4f24d82f-f74e-4a68-8efc-b67a7310c150",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID",
                    "nodes",
                    ":nodeID",
                    "relationships",
                    "parent"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the node.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "nodeID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "f9a77848-111d-4254-9532-4157340678a5",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID",
                    "nodes",
                    ":nodeID",
                    "relationships",
                    "parent"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the node.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "nodeID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Forbidden\",\n      \"status\": \"403\",\n      \"detail\": \"entity owned by organization\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b4e5eff2-7e8e-4166-98a5-d6066bd3781d",
              "name": "Bad Request. Not Found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID",
                    "nodes",
                    ":nodeID",
                    "relationships",
                    "parent"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the node.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "nodeID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "02aa177c-9371-403e-8014-62932b5fa3f9",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID",
                    "nodes",
                    ":nodeID",
                    "relationships",
                    "parent"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the node.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "nodeID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Failed Validation\",\n      \"status\": \"422\",\n      \"detail\": \"<XYZ> can not be empty\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f34fca54-8767-4663-a8b6-e3cdc9bfc3e1",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID",
                    "nodes",
                    ":nodeID",
                    "relationships",
                    "parent"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the node.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "nodeID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a188ffc8-c25f-4f1f-ae4a-86e2eb9ff6db",
          "name": "Create a node's product relationships",
          "request": {
            "name": "Create a node's product relationships",
            "description": {
              "content": "Creates relationships between the specified node and one or more products in a specified hierarchy.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "hierarchies",
                ":hierarchyID",
                "nodes",
                ":nodeID",
                "relationships",
                "products"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "hierarchyID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the hierarchy.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "nodeID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the node.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": [\n    {\n      \"type\": \"product\",\n      \"id\": \"9c85b276-09b4-488e-a59c-c561bae14c9e\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "e5394ce2-7b08-4dae-9ca2-936ab6f529cf",
              "name": "Successfully returns the updated node",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID",
                    "nodes",
                    ":nodeID",
                    "relationships",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the node.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "nodeID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"type\": \"product\",\n      \"id\": \"9c85b276-09b4-488e-a59c-c561bae14c9e\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"node\",\n    \"id\": \"9ea0de15-3347-43dd-8faa-cd32f44a04c7\",\n    \"attributes\": {\n      \"description\": \"Latest Ballet Shoes\",\n      \"locales\": {\n        \"fr-FR\": {\n          \"name\": \"Chaussons de ballet\",\n          \"description\": \"Dernières chaussures de ballet\"\n        }\n      },\n      \"admin_attributes\": {\n        \"cost_of_goods\": \"42.0\"\n      },\n      \"shopper_attributes\": {\n        \"charge_type\": \"credit card\"\n      },\n      \"name\": \"Ballet Shoes\",\n      \"slug\": \"ballet-shoes\"\n    },\n    \"relationships\": {\n      \"children\": {\n        \"data\": [],\n        \"links\": {\n          \"related\": \"/hierarchies/6183d10c-94b5-4caa-9f12-2f14cb738d41/nodes/9ea0de15-3347-43dd-8faa-cd32f44a04c7/children\"\n        }\n      },\n      \"products\": {\n        \"data\": [],\n        \"links\": {\n          \"related\": \"/hierarchies/6183d10c-94b5-4caa-9f12-2f14cb738d41/nodes/9ea0de15-3347-43dd-8faa-cd32f44a04c7/products\"\n        }\n      }\n    },\n    \"meta\": {\n      \"created_at\": \"2024-01-11T19:19:50.087Z\",\n      \"owner\": \"store\",\n      \"sort_order\": 5,\n      \"updated_at\": \"2024-01-11T19:56:53.695Z\",\n      \"hierarchy_id\": \"6183d10c-94b5-4caa-9f12-2f14cb738d41\",\n      \"breadcrumbs\": [\n        {\n          \"id\": \"6183d10c-94b5-4caa-9f12-2f14cb738d41\",\n          \"name\": \"Shoes\",\n          \"slug\": \"shoes\",\n          \"locales\": {\n            \"fr-FR\": {\n              \"name\": \"hierarchy 1 in French\"\n            }\n          }\n        },\n        {\n          \"id\": \"9ea0de15-3347-43dd-8faa-cd32f44a04c7\",\n          \"name\": \"Ballet Shoes\",\n          \"slug\": \"ballet-shoes\",\n          \"locales\": {\n            \"fr-FR\": {\n              \"name\": \"Node 1 in French\"\n            }\n          }\n        }\n      ]\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "65d6acda-75b3-4e11-a634-38934643d200",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID",
                    "nodes",
                    ":nodeID",
                    "relationships",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the node.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "nodeID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"type\": \"product\",\n      \"id\": \"9c85b276-09b4-488e-a59c-c561bae14c9e\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Forbidden\",\n      \"status\": \"403\",\n      \"detail\": \"entity owned by organization\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "15cb82d8-ca5e-47a6-bd4c-22dd0640e58c",
              "name": "Bad Request. Not Found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID",
                    "nodes",
                    ":nodeID",
                    "relationships",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the node.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "nodeID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"type\": \"product\",\n      \"id\": \"9c85b276-09b4-488e-a59c-c561bae14c9e\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6d84af89-1f6a-4a13-92da-da01e75617ac",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID",
                    "nodes",
                    ":nodeID",
                    "relationships",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the node.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "nodeID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"type\": \"product\",\n      \"id\": \"9c85b276-09b4-488e-a59c-c561bae14c9e\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Failed Validation\",\n      \"status\": \"422\",\n      \"detail\": \"<XYZ> can not be empty\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a65face5-48bb-49d4-bb0f-1adb84127f09",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID",
                    "nodes",
                    ":nodeID",
                    "relationships",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the node.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "nodeID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"type\": \"product\",\n      \"id\": \"9c85b276-09b4-488e-a59c-c561bae14c9e\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ce17cdee-de59-427e-971c-bd7a064b9965",
          "name": "Deletes a node's product relationships",
          "request": {
            "name": "Deletes a node's product relationships",
            "description": {},
            "url": {
              "path": [
                "pcm",
                "hierarchies",
                ":hierarchyID",
                "nodes",
                ":nodeID",
                "relationships",
                "products"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "hierarchyID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the hierarchy.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "nodeID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the node.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": [\n    {\n      \"type\": \"product\",\n      \"id\": \"9c85b276-09b4-488e-a59c-c561bae14c9e\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "99a83155-b880-4690-88e0-edfbca912386",
              "name": "Successfully returns the updated node",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID",
                    "nodes",
                    ":nodeID",
                    "relationships",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the node.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "nodeID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"type\": \"product\",\n      \"id\": \"9c85b276-09b4-488e-a59c-c561bae14c9e\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"node\",\n    \"id\": \"9ea0de15-3347-43dd-8faa-cd32f44a04c7\",\n    \"attributes\": {\n      \"description\": \"Latest Ballet Shoes\",\n      \"locales\": {\n        \"fr-FR\": {\n          \"name\": \"Chaussons de ballet\",\n          \"description\": \"Dernières chaussures de ballet\"\n        }\n      },\n      \"admin_attributes\": {\n        \"cost_of_goods\": \"42.0\"\n      },\n      \"shopper_attributes\": {\n        \"charge_type\": \"credit card\"\n      },\n      \"name\": \"Ballet Shoes\",\n      \"slug\": \"ballet-shoes\"\n    },\n    \"relationships\": {\n      \"children\": {\n        \"data\": [],\n        \"links\": {\n          \"related\": \"/hierarchies/6183d10c-94b5-4caa-9f12-2f14cb738d41/nodes/9ea0de15-3347-43dd-8faa-cd32f44a04c7/children\"\n        }\n      },\n      \"products\": {\n        \"data\": [],\n        \"links\": {\n          \"related\": \"/hierarchies/6183d10c-94b5-4caa-9f12-2f14cb738d41/nodes/9ea0de15-3347-43dd-8faa-cd32f44a04c7/products\"\n        }\n      }\n    },\n    \"meta\": {\n      \"created_at\": \"2024-01-11T19:19:50.087Z\",\n      \"owner\": \"store\",\n      \"sort_order\": 5,\n      \"updated_at\": \"2024-01-11T19:56:53.695Z\",\n      \"hierarchy_id\": \"6183d10c-94b5-4caa-9f12-2f14cb738d41\",\n      \"breadcrumbs\": [\n        {\n          \"id\": \"6183d10c-94b5-4caa-9f12-2f14cb738d41\",\n          \"name\": \"Shoes\",\n          \"slug\": \"shoes\",\n          \"locales\": {\n            \"fr-FR\": {\n              \"name\": \"hierarchy 1 in French\"\n            }\n          }\n        },\n        {\n          \"id\": \"9ea0de15-3347-43dd-8faa-cd32f44a04c7\",\n          \"name\": \"Ballet Shoes\",\n          \"slug\": \"ballet-shoes\",\n          \"locales\": {\n            \"fr-FR\": {\n              \"name\": \"Node 1 in French\"\n            }\n          }\n        }\n      ]\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "91e7c0fa-6c66-4302-8d19-9939fadee1cc",
              "name": "Bad Request. Not Found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID",
                    "nodes",
                    ":nodeID",
                    "relationships",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the node.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "nodeID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"type\": \"product\",\n      \"id\": \"9c85b276-09b4-488e-a59c-c561bae14c9e\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "054640d5-a800-4f66-a8a4-e446e2a74bc0",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID",
                    "nodes",
                    ":nodeID",
                    "relationships",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the node.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "nodeID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"type\": \"product\",\n      \"id\": \"9c85b276-09b4-488e-a59c-c561bae14c9e\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Failed Validation\",\n      \"status\": \"422\",\n      \"detail\": \"<XYZ> can not be empty\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f710e551-3eca-4511-b6f9-26d660e0db1c",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID",
                    "nodes",
                    ":nodeID",
                    "relationships",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the node.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "nodeID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"type\": \"product\",\n      \"id\": \"9c85b276-09b4-488e-a59c-c561bae14c9e\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7efbd654-b25f-483e-8600-403e96723442",
          "name": "Get a node's products",
          "request": {
            "name": "Get a node's products",
            "description": {
              "content": "Returns the products associated with the specified hierarchy node from a published catalog. Products must be in a live status. If the products have been curated using the update a hierarchy node endpoint, then the products are returned in the order specified in the `curated_products` attribute in the body of the update a hierarchy node request. A product that is curated has the \"curated_product\": true attribute displayed.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "hierarchies",
                ":hierarchyID",
                "nodes",
                ":nodeID",
                "products"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "The number of records to offset the results by.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "0"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The number of records per page. The maximum limit is 100.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "10"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "hierarchyID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the hierarchy.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "nodeID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the node.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "3ae0e3ec-31df-4720-9f40-e17ff3b6db7f",
              "name": "Successfully returns the node's products",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID",
                    "nodes",
                    ":nodeID",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page. The maximum limit is 100.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the node.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "nodeID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"type\": \"product\",\n      \"id\": \"9c85b276-09b4-488e-a59c-c561bae14c9e\",\n      \"attributes\": {\n        \"commodity_type\": \"physical\",\n        \"custom_inputs\": {\n          \"back\": {\n            \"name\": \"T-Shirt Back\",\n            \"validation_rules\": [\n              {\n                \"type\": \"string\",\n                \"options\": {\n                  \"max_length\": 50\n                }\n              }\n            ],\n            \"required\": false\n          },\n          \"front\": {\n            \"name\": \"T-Shirt Front\",\n            \"validation_rules\": [\n              {\n                \"type\": \"string\",\n                \"options\": {\n                  \"max_length\": 50\n                }\n              }\n            ],\n            \"required\": false\n          }\n        },\n        \"description\": \"T-shirt.\",\n        \"mpn\": \"1234-5678-TTTT\",\n        \"name\": \"T-Shirt\",\n        \"sku\": \"97805\",\n        \"slug\": \"97805\",\n        \"status\": \"live\",\n        \"upc_ean\": \"12345656\",\n        \"tags\": [\n          \"tag1\",\n          \"tag2\"\n        ],\n        \"extensions\": {\n          \"products(size)\": {\n            \"widthMM\": 600,\n            \"fuelType\": \"electric\",\n            \"hasUKPlug\": true,\n            \"online\": null\n          }\n        }\n      },\n      \"relationships\": {\n        \"children\": {\n          \"data\": [],\n          \"links\": {\n            \"self\": \"/products/9c85b276-09b4-488e-a59c-c561bae14c9e/children\"\n          }\n        },\n        \"component_products\": {\n          \"data\": [],\n          \"links\": {\n            \"self\": \"/products/9c85b276-09b4-488e-a59c-c561bae14c9e/relationships/component_products\"\n          }\n        },\n        \"files\": {\n          \"data\": [],\n          \"links\": {\n            \"self\": \"/products/9c85b276-09b4-488e-a59c-c561bae14c9e/relationships/files\"\n          }\n        },\n        \"main_image\": {\n          \"data\": null\n        },\n        \"templates\": {\n          \"data\": [],\n          \"links\": {\n            \"self\": \"/products/9c85b276-09b4-488e-a59c-c561bae14c9e/relationships/templates\"\n          }\n        },\n        \"variations\": {\n          \"data\": [],\n          \"links\": {\n            \"self\": \"/products/9c85b276-09b4-488e-a59c-c561bae14c9e/relationships/variations\"\n          }\n        }\n      },\n      \"meta\": {\n        \"created_at\": \"2022-08-18T14:25:57.391Z\",\n        \"owner\": \"store\",\n        \"product_types\": [\n          \"standard\"\n        ],\n        \"updated_at\": \"2022-08-18T14:25:57.391Z\"\n      }\n    }\n  ],\n  \"meta\": {\n    \"results\": {\n      \"total\": 1\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3ec56e47-20a3-4c6b-baf2-1c694bec3049",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID",
                    "nodes",
                    ":nodeID",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page. The maximum limit is 100.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the node.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "nodeID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"detail\": \"Could not parse the supplied filter\",\n      \"status\": \"400\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a8dacb96-33d3-48fc-9a71-f568fa8b122f",
              "name": "Bad Request. Not Found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID",
                    "nodes",
                    ":nodeID",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page. The maximum limit is 100.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the node.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "nodeID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "058d984f-412c-4eeb-9b46-426a35e84497",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID",
                    "nodes",
                    ":nodeID",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page. The maximum limit is 100.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the node.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "nodeID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "572b0207-3162-4a87-ab8b-6c41629307fd",
          "name": "Duplicate a hierarchy",
          "request": {
            "name": "Duplicate a hierarchy",
            "description": {
              "content": "Using this option, you can duplicate an existing hierarchy. This is useful because it enables you to quickly and easily create multiple hierarchies with the same node structure.\n\nWhen you duplicate a hierarchy, you can specify a new name and/or a new description and/or a new slug for the duplicated hierarchy. All other attributes will stay the same.\n\nAny nodes in the existing hierarchy are also replicated in the duplicated hierarchy. In addition, you can optionally use the `include_products` attribute to specify whether you want products associated with the nodes in an existing hierarchy to be associated with the nodes in the duplicated hierarchy. By default, product relationships in an existing hierarchy are not duplicated in a duplicate hierarchy.\n\nDuplicating a hierarchy is an asynchronous operation. When you duplicate a hierarchy, a job is created. The jobId of the job is displayed in the response. When the job is complete, the duplicate hierarchy operation is also complete. You can use the jobId to see the status of your job using Get a Job.\n\nJobs are processed one at a time. You can continue to send duplicate hierarchy requests, but those jobs are queued. In other words, Commerce looks for any jobs that have a status of PENDING and starts the job with the earliest created date. This process is repeated until all jobs are processed. \n\nOnce the job is complete, run:\n\n- Get all hierarchies to retrieve the HierarchyId of your duplicated hierarchy.\n- Get a hierarchy to retrieve the nodes and (if applicable) products associated with the duplicated hierarchy.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "hierarchies",
                ":hierarchyID",
                "duplicate_job"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "hierarchyID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the hierarchy.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"hierarchy\",\n    \"attributes\": {\n      \"name\": \"New Shoes\",\n      \"description\": \"New Shoes Category\",\n      \"include_products\": true\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "59aaf0dc-a2d3-4f00-8df5-9b6a0b9935b4",
              "name": "Successfully returns the duplicate hierarchy job ID",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID",
                    "duplicate_job"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"hierarchy\",\n    \"attributes\": {\n      \"name\": \"New Shoes\",\n      \"description\": \"New Shoes Category\",\n      \"include_products\": true\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"pim-job\",\n    \"id\": \"1d9b101e-a40a-4e53-9f54-08a9ede65019\",\n    \"attributes\": {\n      \"completed_at\": null,\n      \"created_at\": \"2024-01-11T22:49:10.338Z\",\n      \"started_at\": null,\n      \"status\": \"pending\",\n      \"type\": \"hierarchy-duplicate\",\n      \"updated_at\": \"2024-01-11T22:49:10.338Z\"\n    },\n    \"meta\": {\n      \"x_request_id\": \"40995a1d-c0c1-4d52-a178-bfb5399ab0ec\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "82c942b1-952b-43ff-ab35-bce5dba2b962",
              "name": "Bad Request. Not Found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID",
                    "duplicate_job"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"hierarchy\",\n    \"attributes\": {\n      \"name\": \"New Shoes\",\n      \"description\": \"New Shoes Category\",\n      \"include_products\": true\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7b71f821-7921-47f8-beaa-52e46cde3915",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID",
                    "duplicate_job"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"hierarchy\",\n    \"attributes\": {\n      \"name\": \"New Shoes\",\n      \"description\": \"New Shoes Category\",\n      \"include_products\": true\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Failed Validation\",\n      \"status\": \"422\",\n      \"detail\": \"<XYZ> can not be empty\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "287cc631-8d17-4119-ac48-c4a3f18a7905",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "hierarchies",
                    ":hierarchyID",
                    "duplicate_job"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the hierarchy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "hierarchyID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"hierarchy\",\n    \"attributes\": {\n      \"name\": \"New Shoes\",\n      \"description\": \"New Shoes Category\",\n      \"include_products\": true\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Jobs",
      "description": "```mdx-code-block\nimport ProductJobs from '/docs/partials/pxm/jobs/jobs.mdx';\n\n<ProductJobs />\n```\n",
      "item": [
        {
          "id": "f7bd79f7-bcac-4bec-913f-715f87ff1c94",
          "name": "Get All Jobs",
          "request": {
            "name": "Get All Jobs",
            "description": {
              "content": "The jobs endpoints displays the status of a number of endpoints that function as jobs, for example, product import and export, price book import, building child products, and duplicating hierarchies.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "jobs"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "5e5dddc5-f3d1-423a-93e4-d792a19a5277",
              "name": "Returns all the jobs.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "jobs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"type\": \"pim-job\",\n      \"id\": \"1ea62172-57f6-45e5-a708-ab5bd634e3f9\",\n      \"attributes\": {\n        \"completed_at\": \"2024-01-05T13:46:42.142Z\",\n        \"created_at\": \"2024-01-05T13:46:41.695Z\",\n        \"started_at\": \"2024-01-05T13:46:42.07Z\",\n        \"status\": \"success\",\n        \"type\": \"product-import\",\n        \"updated_at\": \"2024-01-05T13:46:42.07Z\"\n      },\n      \"meta\": {\n        \"x_request_id\": \"7e832a26-d615-4305-b26a-e33c9c2fc06a\"\n      }\n    },\n    {\n      \"type\": \"pim-job\",\n      \"id\": \"3ab3deca-1f11-47b7-a409-24ea3234d72c\",\n      \"attributes\": {\n        \"completed_at\": null,\n        \"created_at\": \"2024-01-05T15:27:23.161Z\",\n        \"started_at\": \"2024-01-05T15:27:23.65Z\",\n        \"updated_at\": \"2024-01-05T15:27:23.65Z\",\n        \"status\": \"started\",\n        \"type\": \"product-import\"\n      },\n      \"meta\": {\n        \"x_request_id\": \"9ac00140-0037-4c6a-913c-b812196a2de6\"\n      }\n    },\n    {\n      \"type\": \"pim-job\",\n      \"id\": \"7e1b9ba1-c844-4556-9b16-4ae3f0988b0f\",\n      \"attributes\": {\n        \"completed_at\": \"2024-01-05T15:27:23.663Z\",\n        \"created_at\": \"2024-01-05T15:27:23.161Z\",\n        \"started_at\": \"2024-01-05T15:27:23.65Z\",\n        \"updated_at\": \"2024-01-05T15:27:23.65Z\",\n        \"status\": \"success\",\n        \"type\": \"product-export\"\n      },\n      \"meta\": {\n        \"file_locations\": [],\n        \"filter\": \"eq(sku,product-1)\",\n        \"x_request_id\": \"fad8c5c0-9546-4e0c-b68e-8a2d809891e5\"\n      }\n    }\n  ],\n  \"meta\": {\n    \"results\": {\n      \"total\": 1\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d7cd1c98-46c9-4156-9918-42d518cbfeb4",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "jobs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"detail\": \"Could not parse the supplied filter\",\n      \"status\": \"400\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a233f8ff-837d-4f0d-8d19-eea699b3f85c",
              "name": "Bad Request. Not Found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "jobs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "84540f8c-ee8b-44a9-8ef9-eaaa1e0caec8",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "jobs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Failed Validation\",\n      \"status\": \"422\",\n      \"detail\": \"<XYZ> can not be empty\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "05019fa5-ccbe-47d6-bf08-1b889ff1390e",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "jobs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3f202107-2a45-4c51-9696-aac1fa6c114c",
          "name": "Get a Job",
          "request": {
            "name": "Get a Job",
            "description": {},
            "url": {
              "path": [
                "pcm",
                "jobs",
                ":jobID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "jobID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the job.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "ea3ee72c-e61a-4f58-abda-eee688a8caf4",
              "name": "Returns a job with the following attributes.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "jobs",
                    ":jobID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the job.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "jobID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"pim-job\",\n    \"id\": \"1ea62172-57f6-45e5-a708-ab5bd634e3f9\",\n    \"attributes\": {\n      \"started_at\": null,\n      \"completed_at\": null,\n      \"created_at\": \"2024-01-05T13:46:41.695Z\",\n      \"status\": \"started\",\n      \"type\": \"product-import\",\n      \"updated_at\": \"2024-01-05T13:46:42.07Z\"\n    },\n    \"meta\": {\n      \"x_request_id\": \"7e832a26-d615-4305-b26a-e33c9c2fc06a\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "abb6d0c2-a500-4a85-a566-585477e94fce",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "jobs",
                    ":jobID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the job.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "jobID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"detail\": \"Could not parse the supplied filter\",\n      \"status\": \"400\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "37369c7f-b8b5-44f5-b5b4-d9626c8b1dd9",
              "name": "Bad Request. Not Found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "jobs",
                    ":jobID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the job.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "jobID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fdf19574-95c8-4cc4-afe9-b30218bd9509",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "jobs",
                    ":jobID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the job.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "jobID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Failed Validation\",\n      \"status\": \"422\",\n      \"detail\": \"<XYZ> can not be empty\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3e777ed2-2641-4837-af8d-9054d412bd5d",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "jobs",
                    ":jobID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the job.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "jobID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3ca4e4d0-1420-43fe-a6ec-9303455f7a18",
          "name": "Cancel a Job",
          "request": {
            "name": "Cancel a Job",
            "description": {
              "content": "The jobs endpoints display the status of a number of endpoints that function as jobs, for example, product import and export, and duplicating hierarchies.\n\nJobs are processed one at a time. You can continue to send job requests, but those jobs are queued. In other words, Commerce looks for any jobs that have a status of PENDING and starts the job with the earliest created date. If you decide that a specific job needs to be prioritized over another, you can cancel the less critical job using the `Cancel a job` endpoint. You can only cancel jobs whose status is PENDING.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "jobs",
                ":jobID",
                "cancel"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "jobID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the job.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "83e3562b-0590-4265-88bc-e80a0052c73e",
              "name": "Successfully cancelled job",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "jobs",
                    ":jobID",
                    "cancel"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the job.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "jobID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"pim-job\",\n    \"id\": \"1e5da4bf-b2c0-4619-bb3d-f749875b15bb\",\n    \"attributes\": {\n      \"started_at\": null,\n      \"completed_at\": null,\n      \"created_at\": \"2023-11-14T15:37:13.589Z\",\n      \"status\": \"cancelled\",\n      \"type\": \"product-import\",\n      \"updated_at\": \"2023-11-14T15:37:13.589Z\"\n    },\n    \"meta\": {\n      \"x_request_id\": \"4fde01c1-95ba-4dd6-948e-b9d5763ff9c2\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9408ebde-e9d7-4c56-a8ee-d928b2300049",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "jobs",
                    ":jobID",
                    "cancel"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the job.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "jobID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"detail\": \"Could not parse the supplied filter\",\n      \"status\": \"400\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c4ecc3f7-d154-4908-8602-f0caa9c8106d",
              "name": "Bad Request. Not Found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "jobs",
                    ":jobID",
                    "cancel"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the job.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "jobID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6c31ff32-ef7a-424e-9772-158ee3c0b90a",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "jobs",
                    ":jobID",
                    "cancel"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the job.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "jobID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Failed Validation\",\n      \"status\": \"422\",\n      \"detail\": \"<XYZ> can not be empty\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ddb7dcd3-2ff3-4062-8eb9-02d1a7472a0c",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "jobs",
                    ":jobID",
                    "cancel"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the job.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "jobID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ce492c0d-5ce4-40a0-a654-16da589727b9",
          "name": "Get Job Errors",
          "request": {
            "name": "Get Job Errors",
            "description": {},
            "url": {
              "path": [
                "pcm",
                "jobs",
                ":jobID",
                "errors"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "jobID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the job.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "f801dfcf-41e9-49c1-8376-c5ae60b00d26",
              "name": "Successful",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "jobs",
                    ":jobID",
                    "errors"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the job.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "jobID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"type\": \"pim-job-error\",\n      \"id\": \"2950cae3-1050-4c43-9fbd-2aa60dc5c249\",\n      \"attributes\": {\n        \"message\": \"data.attributes.sku: Must be unique amongst products.\"\n      }\n    }\n  ],\n  \"meta\": {\n    \"results\": {\n      \"total\": 1\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dec64290-18d7-462f-980f-09889f1c4ca7",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "jobs",
                    ":jobID",
                    "errors"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the job.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "jobID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"detail\": \"Could not parse the supplied filter\",\n      \"status\": \"400\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b4fa27bb-f8b6-4011-bd6d-1e912c840ee3",
              "name": "Bad Request. Not Found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "jobs",
                    ":jobID",
                    "errors"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the job.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "jobID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7d04e24e-fece-44f1-a4e4-017164bd5521",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "jobs",
                    ":jobID",
                    "errors"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the job.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "jobID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Failed Validation\",\n      \"status\": \"422\",\n      \"detail\": \"<XYZ> can not be empty\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "135358c0-316f-41b1-ae15-6f8fb037246d",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "jobs",
                    ":jobID",
                    "errors"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the job.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "jobID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Product Relationships",
      "description": "",
      "item": [
        {
          "id": "832944e0-a082-4625-b58b-c20e2de37a57",
          "name": "Attach Custom Relationships to a Product",
          "request": {
            "name": "Attach Custom Relationships to a Product",
            "description": {
              "content": "You can attach up to 5 custom relationships to a product.  \n\nOnce you have attached a custom relationship to a product, you can then create relationships from a product to one or many other products. See [Associate a product to one or more products using a custom relationship](/docs/api/pxm/products/product-association-id). \n\nSee [Custom Relationships](/guides/key-concepts/product-experience-manager/custom-relationships/).\n\n### Prerequisites\n  - A Custom Relationship has been created, see [create a Custom Relationship](/docs/api/pxm/products/create-custom-relationship),\n  - A Product has been created.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "products",
                ":productID",
                "custom-relationships"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "productID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the product.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": [\n    {\n      \"type\": \"custom-relationship\",\n      \"slug\": \"CRP_related_products\"\n    },\n    {\n      \"type\": \"custom-relationship\",\n      \"slug\": \"CRP_cart_products\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "5e7e69e1-e016-4403-b566-07222d8798d9",
              "name": "Returns the attached custom relationships",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "custom-relationships"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"type\": \"custom-relationship\",\n      \"slug\": \"CRP_related_products\"\n    },\n    {\n      \"type\": \"custom-relationship\",\n      \"slug\": \"CRP_cart_products\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"f3297ee8-da90-45e9-ae56-a2654aebbdfe\",\n      \"type\": \"custom-relationship\",\n      \"attributes\": {\n        \"name\": \"Kitchen electrics\",\n        \"description\": \"Kitchen electric devices\",\n        \"slug\": \"CRP_kitchen_individual_devices\",\n        \"bi_directional\": false\n      },\n      \"meta\": {\n        \"owner\": \"store\",\n        \"timestamps\": {\n          \"created_at\": \"2024-01-10T20:16:35.343Z\",\n          \"updated_at\": \"2024-01-10T20:16:35.343Z\"\n        }\n      }\n    },\n    {\n      \"id\": \"21b1315b-c47f-4766-85bf-7bf0f94d73b6\",\n      \"type\": \"custom-relationship\",\n      \"attributes\": {\n        \"name\": \"Related Products\",\n        \"description\": \"A list of related products shown on the PDP\",\n        \"slug\": \"CRP_related_products\",\n        \"bi_directional\": true\n      },\n      \"meta\": {\n        \"owner\": \"store\",\n        \"timestamps\": {\n          \"created_at\": \"2024-01-10T20:16:35.343Z\",\n          \"updated_at\": \"2024-01-10T20:16:35.343Z\"\n        }\n      }\n    },\n    {\n      \"id\": \"e390ff7e-efc4-4769-90d2-fceabcc1e2cd\",\n      \"type\": \"custom-relationship\",\n      \"attributes\": {\n        \"name\": \"Related Products\",\n        \"description\": \"A list of related products shown on the PDP\",\n        \"slug\": \"CRP_related_products\",\n        \"sort_order\": 5,\n        \"external_name\": \"Similar items to consider\",\n        \"external_description\": \"Check out these similar products that may also meet your needs or match your preferences.\",\n        \"bi_directional\": false\n      },\n      \"meta\": {\n        \"owner\": \"store\",\n        \"timestamps\": {\n          \"created_at\": \"2024-01-10T20:16:35.343Z\",\n          \"updated_at\": \"2024-01-10T20:16:35.343Z\"\n        }\n      }\n    }\n  ],\n  \"links\": {\n    \"last\": \"/pcm/custom_relationships?page[offset]=29&page[limit]=1\",\n    \"next\": \"/pcm/custom_relationships?page[offset]=1&page[limit]=1\"\n  },\n  \"meta\": {\n    \"results\": {\n      \"total\": 3\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "736d66fb-9534-4fff-86ab-c8e3710ef2ef",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "custom-relationships"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"type\": \"custom-relationship\",\n      \"slug\": \"CRP_related_products\"\n    },\n    {\n      \"type\": \"custom-relationship\",\n      \"slug\": \"CRP_cart_products\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"detail\": \"Could not parse the supplied filter\",\n      \"status\": \"400\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1f0d3830-8f09-4485-b9a4-b2a426bcdaf4",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "custom-relationships"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"type\": \"custom-relationship\",\n      \"slug\": \"CRP_related_products\"\n    },\n    {\n      \"type\": \"custom-relationship\",\n      \"slug\": \"CRP_cart_products\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Forbidden\",\n      \"status\": \"403\",\n      \"detail\": \"entity owned by organization\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0db1b1c5-f1e7-468b-a9a4-2ed2eb42b09e",
              "name": "Bad Request. Not Found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "custom-relationships"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"type\": \"custom-relationship\",\n      \"slug\": \"CRP_related_products\"\n    },\n    {\n      \"type\": \"custom-relationship\",\n      \"slug\": \"CRP_cart_products\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2f7bb0c4-21b4-4a0e-a011-9f5c865a118a",
              "name": "Write conflict detected",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "custom-relationships"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"type\": \"custom-relationship\",\n      \"slug\": \"CRP_related_products\"\n    },\n    {\n      \"type\": \"custom-relationship\",\n      \"slug\": \"CRP_cart_products\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Conflict\",\n      \"status\": \"409\",\n      \"detail\": \"write conflict detected\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "14e4422b-a96a-4633-ae6b-6d49fd429c2e",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "custom-relationships"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"type\": \"custom-relationship\",\n      \"slug\": \"CRP_related_products\"\n    },\n    {\n      \"type\": \"custom-relationship\",\n      \"slug\": \"CRP_cart_products\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Failed Validation\",\n      \"status\": \"422\",\n      \"detail\": \"<XYZ> can not be empty\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7216f318-5c7e-4280-8aa4-b7df01b62a96",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "custom-relationships"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"type\": \"custom-relationship\",\n      \"slug\": \"CRP_related_products\"\n    },\n    {\n      \"type\": \"custom-relationship\",\n      \"slug\": \"CRP_cart_products\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e26dec2e-5357-45b9-9d3b-ffd148196330",
          "name": "Delete Custom Relationships from a Product",
          "request": {
            "name": "Delete Custom Relationships from a Product",
            "description": {
              "content": "Delete Custom Relationships from a Product. Multiple Custom Relationships can be deleted from a product in one request.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "products",
                ":productID",
                "custom-relationships"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "productID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the product.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": [\n    {\n      \"type\": \"custom-relationship\",\n      \"slug\": \"CRP_related_products\"\n    },\n    {\n      \"type\": \"custom-relationship\",\n      \"slug\": \"CRP_cart_products\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "5b696473-d806-45ef-ba30-f0405bd06463",
              "name": "Successfully deleted custom relationships.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "custom-relationships"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"type\": \"custom-relationship\",\n      \"slug\": \"CRP_related_products\"\n    },\n    {\n      \"type\": \"custom-relationship\",\n      \"slug\": \"CRP_cart_products\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "c233cbbf-e55c-439b-a37b-ab9ec14c6f6f",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "custom-relationships"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"type\": \"custom-relationship\",\n      \"slug\": \"CRP_related_products\"\n    },\n    {\n      \"type\": \"custom-relationship\",\n      \"slug\": \"CRP_cart_products\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"detail\": \"Could not parse the supplied filter\",\n      \"status\": \"400\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2bb861b4-404e-4e30-9409-01c13fd8e954",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "custom-relationships"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"type\": \"custom-relationship\",\n      \"slug\": \"CRP_related_products\"\n    },\n    {\n      \"type\": \"custom-relationship\",\n      \"slug\": \"CRP_cart_products\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Forbidden\",\n      \"status\": \"403\",\n      \"detail\": \"entity owned by organization\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e3df9249-c12d-4c49-911c-027b9a0c4bce",
              "name": "Bad Request. Not Found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "custom-relationships"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"type\": \"custom-relationship\",\n      \"slug\": \"CRP_related_products\"\n    },\n    {\n      \"type\": \"custom-relationship\",\n      \"slug\": \"CRP_cart_products\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "272e2913-1fc0-4de9-b193-1f933daa0334",
              "name": "Write conflict detected",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "custom-relationships"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"type\": \"custom-relationship\",\n      \"slug\": \"CRP_related_products\"\n    },\n    {\n      \"type\": \"custom-relationship\",\n      \"slug\": \"CRP_cart_products\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Conflict\",\n      \"status\": \"409\",\n      \"detail\": \"write conflict detected\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1c74e9b0-2c04-444c-bcf6-9dc41b9efa09",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "custom-relationships"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"type\": \"custom-relationship\",\n      \"slug\": \"CRP_related_products\"\n    },\n    {\n      \"type\": \"custom-relationship\",\n      \"slug\": \"CRP_cart_products\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Failed Validation\",\n      \"status\": \"422\",\n      \"detail\": \"<XYZ> can not be empty\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "989d0b71-6c07-4db7-864b-7da01a963189",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "custom-relationships"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"type\": \"custom-relationship\",\n      \"slug\": \"CRP_related_products\"\n    },\n    {\n      \"type\": \"custom-relationship\",\n      \"slug\": \"CRP_cart_products\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a5cb2ce6-7b34-4539-a48f-6bbd717824be",
          "name": "Get all Custom Relationships attached to a Product",
          "request": {
            "name": "Get all Custom Relationships attached to a Product",
            "description": {
              "content": "### Prerequisites\n  - Custom Relationships have been attached to a product, see [Attach Custom Relationships to a Product](/docs/api/pxm/products/attach-custom-relationships)\n  - **OR** Products have been related to one another, see [Create a Relationship between a product with one or more products](/docs/api/pxm/products/product-association-id)\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "products",
                ":productID",
                "custom-relationships"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "The number of records to offset the results by.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "0"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The number of records per page. The maximum limit is 100.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "10"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "productID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the product.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": [\n    {\n      \"type\": \"custom-relationship\",\n      \"slug\": \"CRP_related_products\"\n    },\n    {\n      \"type\": \"custom-relationship\",\n      \"slug\": \"CRP_cart_products\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "7a263533-4b92-4765-9b63-450caeb926de",
              "name": "Returns the attached custom relationship.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "custom-relationships"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page. The maximum limit is 100.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"type\": \"custom-relationship\",\n      \"slug\": \"CRP_related_products\"\n    },\n    {\n      \"type\": \"custom-relationship\",\n      \"slug\": \"CRP_cart_products\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"f3297ee8-da90-45e9-ae56-a2654aebbdfe\",\n      \"type\": \"custom-relationship\",\n      \"attributes\": {\n        \"name\": \"Kitchen electrics\",\n        \"description\": \"Kitchen electric devices\",\n        \"slug\": \"CRP_kitchen_individual_devices\",\n        \"bi_directional\": false\n      },\n      \"meta\": {\n        \"owner\": \"store\",\n        \"timestamps\": {\n          \"created_at\": \"2024-01-10T20:16:35.343Z\",\n          \"updated_at\": \"2024-01-10T20:16:35.343Z\"\n        }\n      }\n    },\n    {\n      \"id\": \"21b1315b-c47f-4766-85bf-7bf0f94d73b6\",\n      \"type\": \"custom-relationship\",\n      \"attributes\": {\n        \"name\": \"Related Products\",\n        \"description\": \"A list of related products shown on the PDP\",\n        \"slug\": \"CRP_related_products\",\n        \"bi_directional\": true\n      },\n      \"meta\": {\n        \"owner\": \"store\",\n        \"timestamps\": {\n          \"created_at\": \"2024-01-10T20:16:35.343Z\",\n          \"updated_at\": \"2024-01-10T20:16:35.343Z\"\n        }\n      }\n    },\n    {\n      \"id\": \"e390ff7e-efc4-4769-90d2-fceabcc1e2cd\",\n      \"type\": \"custom-relationship\",\n      \"attributes\": {\n        \"name\": \"Related Products\",\n        \"description\": \"A list of related products shown on the PDP\",\n        \"slug\": \"CRP_related_products\",\n        \"sort_order\": 5,\n        \"external_name\": \"Similar items to consider\",\n        \"external_description\": \"Check out these similar products that may also meet your needs or match your preferences.\",\n        \"bi_directional\": false\n      },\n      \"meta\": {\n        \"owner\": \"store\",\n        \"timestamps\": {\n          \"created_at\": \"2024-01-10T20:16:35.343Z\",\n          \"updated_at\": \"2024-01-10T20:16:35.343Z\"\n        }\n      }\n    }\n  ],\n  \"links\": {\n    \"last\": \"/pcm/custom_relationships?page[offset]=29&page[limit]=1\",\n    \"next\": \"/pcm/custom_relationships?page[offset]=1&page[limit]=1\"\n  },\n  \"meta\": {\n    \"results\": {\n      \"total\": 3\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c4388490-e645-484c-90a5-ab3358777b15",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "custom-relationships"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page. The maximum limit is 100.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"type\": \"custom-relationship\",\n      \"slug\": \"CRP_related_products\"\n    },\n    {\n      \"type\": \"custom-relationship\",\n      \"slug\": \"CRP_cart_products\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"detail\": \"Could not parse the supplied filter\",\n      \"status\": \"400\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "128fa2c9-d36e-49cf-867b-8f6bd44f989c",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "custom-relationships"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page. The maximum limit is 100.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"type\": \"custom-relationship\",\n      \"slug\": \"CRP_related_products\"\n    },\n    {\n      \"type\": \"custom-relationship\",\n      \"slug\": \"CRP_cart_products\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Forbidden\",\n      \"status\": \"403\",\n      \"detail\": \"entity owned by organization\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "846f3842-1965-4b14-b00b-446c62abd652",
              "name": "Bad Request. Not Found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "custom-relationships"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page. The maximum limit is 100.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"type\": \"custom-relationship\",\n      \"slug\": \"CRP_related_products\"\n    },\n    {\n      \"type\": \"custom-relationship\",\n      \"slug\": \"CRP_cart_products\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2d9e5383-549c-438b-8b19-537063ad6381",
              "name": "Write conflict detected",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "custom-relationships"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page. The maximum limit is 100.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"type\": \"custom-relationship\",\n      \"slug\": \"CRP_related_products\"\n    },\n    {\n      \"type\": \"custom-relationship\",\n      \"slug\": \"CRP_cart_products\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Conflict\",\n      \"status\": \"409\",\n      \"detail\": \"write conflict detected\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8c19a3ee-0dd1-4ffc-85bb-c6ec74695601",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "custom-relationships"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page. The maximum limit is 100.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"type\": \"custom-relationship\",\n      \"slug\": \"CRP_related_products\"\n    },\n    {\n      \"type\": \"custom-relationship\",\n      \"slug\": \"CRP_cart_products\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Failed Validation\",\n      \"status\": \"422\",\n      \"detail\": \"<XYZ> can not be empty\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "08e48c59-3b82-4751-8376-5bc8013626a8",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "custom-relationships"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page. The maximum limit is 100.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"type\": \"custom-relationship\",\n      \"slug\": \"CRP_related_products\"\n    },\n    {\n      \"type\": \"custom-relationship\",\n      \"slug\": \"CRP_cart_products\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1f91c736-7112-42c0-b24d-c9990db0c438",
          "name": "Create a Relationship between a Product with one or more Products",
          "request": {
            "name": "Create a Relationship between a Product with one or more Products",
            "description": {
              "content": "- You can associate a product with up to 2000 other products. \n- You do not need to attach a custom relationship to products beforehand, this will be done automatically by this endpoint. \n- This is a partial update, so if you make a request to this endpoint multiple times with different products in each request, they will not be overwritten but will be appended to the related products list. \n\nIf you want to remove a relationship between products, see [Delete a Relationship between a product with one or more products](/docs/api/pxm/products/dissociate-products).  \n\n ### Prerequisites\n   - A Custom Relationship has been created, see [create a Custom Relationship](/docs/api/pxm/products/create-custom-relationship).\n   - A Product has been created for the relationship to be based from.\n   - One or many Product have been created for the product to relate to.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "products",
                ":productID",
                "custom-relationships",
                ":customRelationshipSlug"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "productID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the product.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "CRP_electric_devices_2024",
                  "key": "customRelationshipSlug",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A custom relationship slug.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": [\n    {\n      \"type\": \"product\",\n      \"id\": \"68c48149-0e94-4ef2-93d5-8d5f3774980a\",\n      \"attributes\": {\n        \"sort_order\": 5\n      }\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"ab4826d1-4a5a-4951-a2a5-98058899f891\"\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"97b7fac2-91dd-4755-81b0-bdffe8e7eabd\"\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"a0ef3291-2ec1-4d7d-9d6d-1705ae01bb99\",\n      \"attributes\": {\n        \"sort_order\": 2\n      }\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"bde79675-4783-40b7-8a7e-ac6df41459c6\"\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"aaddd5f4-a5f8-42e8-be9a-097986f22e58\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "07a180d1-56c3-4cad-827c-e6e6e2f9d927",
              "name": "Returns information related to associated products.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "custom-relationships",
                    ":customRelationshipSlug"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A custom relationship slug.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "CRP_electric_devices_2024",
                      "key": "customRelationshipSlug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"type\": \"product\",\n      \"id\": \"68c48149-0e94-4ef2-93d5-8d5f3774980a\",\n      \"attributes\": {\n        \"sort_order\": 5\n      }\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"ab4826d1-4a5a-4951-a2a5-98058899f891\"\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"97b7fac2-91dd-4755-81b0-bdffe8e7eabd\"\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"a0ef3291-2ec1-4d7d-9d6d-1705ae01bb99\",\n      \"attributes\": {\n        \"sort_order\": 2\n      }\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"bde79675-4783-40b7-8a7e-ac6df41459c6\"\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"aaddd5f4-a5f8-42e8-be9a-097986f22e58\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"meta\": {\n    \"associated_products\": [\n      \"68c48149-0e94-4ef2-93d5-8d5f3774980a\",\n      \"ab4826d1-4a5a-4951-a2a5-98058899f891\"\n    ],\n    \"products_not_associated\": [\n      {\n        \"ID\": \"97b7fac2-91dd-4755-81b0-bdffe8e7eabd\",\n        \"Details\": \"could not find product\"\n      },\n      {\n        \"ID\": \"a0ef3291-2ec1-4d7d-9d6d-1705ae01bb99\",\n        \"Details\": \"product already has 5 custom relationships, cannot associate more as it has reached the limit of 5 custom relationships\"\n      },\n      {\n        \"ID\": \"bde79675-4783-40b7-8a7e-ac6df41459c6\",\n        \"Details\": \"product already has 5 custom relationships, cannot associate more as it has reached the limit of 5 custom relationships\"\n      },\n      {\n        \"ID\": \"aaddd5f4-a5f8-42e8-be9a-097986f22e58\",\n        \"Details\": \"product exceeds the maximum limit of associated products (2000). Please review and try again\"\n      }\n    ],\n    \"owner\": \"store\",\n    \"timestamps\": {\n      \"created_at\": \"2024-08-08T09:29:08.295Z\",\n      \"updated_at\": \"2024-08-08T09:29:08.295Z\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4c96307b-b5c5-493c-bfc2-832f1037c206",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "custom-relationships",
                    ":customRelationshipSlug"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A custom relationship slug.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "CRP_electric_devices_2024",
                      "key": "customRelationshipSlug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"type\": \"product\",\n      \"id\": \"68c48149-0e94-4ef2-93d5-8d5f3774980a\",\n      \"attributes\": {\n        \"sort_order\": 5\n      }\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"ab4826d1-4a5a-4951-a2a5-98058899f891\"\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"97b7fac2-91dd-4755-81b0-bdffe8e7eabd\"\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"a0ef3291-2ec1-4d7d-9d6d-1705ae01bb99\",\n      \"attributes\": {\n        \"sort_order\": 2\n      }\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"bde79675-4783-40b7-8a7e-ac6df41459c6\"\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"aaddd5f4-a5f8-42e8-be9a-097986f22e58\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"detail\": \"Could not parse the supplied filter\",\n      \"status\": \"400\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "350819d2-c0a4-4331-a267-5498b5bbd695",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "custom-relationships",
                    ":customRelationshipSlug"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A custom relationship slug.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "CRP_electric_devices_2024",
                      "key": "customRelationshipSlug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"type\": \"product\",\n      \"id\": \"68c48149-0e94-4ef2-93d5-8d5f3774980a\",\n      \"attributes\": {\n        \"sort_order\": 5\n      }\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"ab4826d1-4a5a-4951-a2a5-98058899f891\"\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"97b7fac2-91dd-4755-81b0-bdffe8e7eabd\"\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"a0ef3291-2ec1-4d7d-9d6d-1705ae01bb99\",\n      \"attributes\": {\n        \"sort_order\": 2\n      }\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"bde79675-4783-40b7-8a7e-ac6df41459c6\"\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"aaddd5f4-a5f8-42e8-be9a-097986f22e58\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Forbidden\",\n      \"status\": \"403\",\n      \"detail\": \"entity owned by organization\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "07830fb7-0bc7-49e6-ae4c-461d165c59dc",
              "name": "Bad Request. Not Found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "custom-relationships",
                    ":customRelationshipSlug"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A custom relationship slug.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "CRP_electric_devices_2024",
                      "key": "customRelationshipSlug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"type\": \"product\",\n      \"id\": \"68c48149-0e94-4ef2-93d5-8d5f3774980a\",\n      \"attributes\": {\n        \"sort_order\": 5\n      }\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"ab4826d1-4a5a-4951-a2a5-98058899f891\"\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"97b7fac2-91dd-4755-81b0-bdffe8e7eabd\"\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"a0ef3291-2ec1-4d7d-9d6d-1705ae01bb99\",\n      \"attributes\": {\n        \"sort_order\": 2\n      }\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"bde79675-4783-40b7-8a7e-ac6df41459c6\"\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"aaddd5f4-a5f8-42e8-be9a-097986f22e58\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c1f43418-c4e3-4617-b623-fa67a9ede861",
              "name": "Write conflict detected",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "custom-relationships",
                    ":customRelationshipSlug"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A custom relationship slug.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "CRP_electric_devices_2024",
                      "key": "customRelationshipSlug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"type\": \"product\",\n      \"id\": \"68c48149-0e94-4ef2-93d5-8d5f3774980a\",\n      \"attributes\": {\n        \"sort_order\": 5\n      }\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"ab4826d1-4a5a-4951-a2a5-98058899f891\"\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"97b7fac2-91dd-4755-81b0-bdffe8e7eabd\"\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"a0ef3291-2ec1-4d7d-9d6d-1705ae01bb99\",\n      \"attributes\": {\n        \"sort_order\": 2\n      }\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"bde79675-4783-40b7-8a7e-ac6df41459c6\"\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"aaddd5f4-a5f8-42e8-be9a-097986f22e58\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Conflict\",\n      \"status\": \"409\",\n      \"detail\": \"write conflict detected\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "71082037-3a85-4c5b-8d8d-6379752515b1",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "custom-relationships",
                    ":customRelationshipSlug"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A custom relationship slug.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "CRP_electric_devices_2024",
                      "key": "customRelationshipSlug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"type\": \"product\",\n      \"id\": \"68c48149-0e94-4ef2-93d5-8d5f3774980a\",\n      \"attributes\": {\n        \"sort_order\": 5\n      }\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"ab4826d1-4a5a-4951-a2a5-98058899f891\"\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"97b7fac2-91dd-4755-81b0-bdffe8e7eabd\"\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"a0ef3291-2ec1-4d7d-9d6d-1705ae01bb99\",\n      \"attributes\": {\n        \"sort_order\": 2\n      }\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"bde79675-4783-40b7-8a7e-ac6df41459c6\"\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"aaddd5f4-a5f8-42e8-be9a-097986f22e58\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Failed Validation\",\n      \"status\": \"422\",\n      \"detail\": \"<XYZ> can not be empty\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cfc3e2d5-bcae-4837-bfa0-9a3423b3b598",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "custom-relationships",
                    ":customRelationshipSlug"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A custom relationship slug.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "CRP_electric_devices_2024",
                      "key": "customRelationshipSlug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"type\": \"product\",\n      \"id\": \"68c48149-0e94-4ef2-93d5-8d5f3774980a\",\n      \"attributes\": {\n        \"sort_order\": 5\n      }\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"ab4826d1-4a5a-4951-a2a5-98058899f891\"\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"97b7fac2-91dd-4755-81b0-bdffe8e7eabd\"\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"a0ef3291-2ec1-4d7d-9d6d-1705ae01bb99\",\n      \"attributes\": {\n        \"sort_order\": 2\n      }\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"bde79675-4783-40b7-8a7e-ac6df41459c6\"\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"aaddd5f4-a5f8-42e8-be9a-097986f22e58\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "718b9f6b-38d7-4279-be85-82aaa84c2039",
          "name": "Delete a Relationship between a product with one or more products",
          "request": {
            "name": "Delete a Relationship between a product with one or more products",
            "description": {},
            "url": {
              "path": [
                "pcm",
                "products",
                ":productID",
                "custom-relationships",
                ":customRelationshipSlug"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "productID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the product.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "CRP_electric_devices_2024",
                  "key": "customRelationshipSlug",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A custom relationship slug.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": [\n    {\n      \"type\": \"product\",\n      \"id\": \"68c48149-0e94-4ef2-93d5-8d5f3774980a\"\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"ab4826d1-4a5a-4951-a2a5-98058899f891\"\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"97b7fac2-91dd-4755-81b0-bdffe8e7eabd\"\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"a0ef3291-2ec1-4d7d-9d6d-1705ae01bb99\"\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"bde79675-4783-40b7-8a7e-ac6df41459c6\"\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"aaddd5f4-a5f8-42e8-be9a-097986f22e58\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "bbc6e064-e0c6-4410-8d09-db812716ceb1",
              "name": "Products are dissociated.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "custom-relationships",
                    ":customRelationshipSlug"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A custom relationship slug.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "CRP_electric_devices_2024",
                      "key": "customRelationshipSlug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"type\": \"product\",\n      \"id\": \"68c48149-0e94-4ef2-93d5-8d5f3774980a\"\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"ab4826d1-4a5a-4951-a2a5-98058899f891\"\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"97b7fac2-91dd-4755-81b0-bdffe8e7eabd\"\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"a0ef3291-2ec1-4d7d-9d6d-1705ae01bb99\"\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"bde79675-4783-40b7-8a7e-ac6df41459c6\"\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"aaddd5f4-a5f8-42e8-be9a-097986f22e58\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "d741f622-71b5-4a3d-9b7d-f474289024d7",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "custom-relationships",
                    ":customRelationshipSlug"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A custom relationship slug.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "CRP_electric_devices_2024",
                      "key": "customRelationshipSlug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"type\": \"product\",\n      \"id\": \"68c48149-0e94-4ef2-93d5-8d5f3774980a\"\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"ab4826d1-4a5a-4951-a2a5-98058899f891\"\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"97b7fac2-91dd-4755-81b0-bdffe8e7eabd\"\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"a0ef3291-2ec1-4d7d-9d6d-1705ae01bb99\"\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"bde79675-4783-40b7-8a7e-ac6df41459c6\"\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"aaddd5f4-a5f8-42e8-be9a-097986f22e58\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"detail\": \"Could not parse the supplied filter\",\n      \"status\": \"400\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ef75bcf3-0e96-4f41-b18f-ba41aed15503",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "custom-relationships",
                    ":customRelationshipSlug"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A custom relationship slug.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "CRP_electric_devices_2024",
                      "key": "customRelationshipSlug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"type\": \"product\",\n      \"id\": \"68c48149-0e94-4ef2-93d5-8d5f3774980a\"\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"ab4826d1-4a5a-4951-a2a5-98058899f891\"\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"97b7fac2-91dd-4755-81b0-bdffe8e7eabd\"\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"a0ef3291-2ec1-4d7d-9d6d-1705ae01bb99\"\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"bde79675-4783-40b7-8a7e-ac6df41459c6\"\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"aaddd5f4-a5f8-42e8-be9a-097986f22e58\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Forbidden\",\n      \"status\": \"403\",\n      \"detail\": \"entity owned by organization\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ad685477-cbdc-4d58-8068-d3c82dca74ac",
              "name": "Bad Request. Not Found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "custom-relationships",
                    ":customRelationshipSlug"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A custom relationship slug.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "CRP_electric_devices_2024",
                      "key": "customRelationshipSlug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"type\": \"product\",\n      \"id\": \"68c48149-0e94-4ef2-93d5-8d5f3774980a\"\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"ab4826d1-4a5a-4951-a2a5-98058899f891\"\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"97b7fac2-91dd-4755-81b0-bdffe8e7eabd\"\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"a0ef3291-2ec1-4d7d-9d6d-1705ae01bb99\"\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"bde79675-4783-40b7-8a7e-ac6df41459c6\"\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"aaddd5f4-a5f8-42e8-be9a-097986f22e58\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "70d60281-db3d-4134-9e31-4f38cd4404af",
              "name": "Write conflict detected",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "custom-relationships",
                    ":customRelationshipSlug"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A custom relationship slug.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "CRP_electric_devices_2024",
                      "key": "customRelationshipSlug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"type\": \"product\",\n      \"id\": \"68c48149-0e94-4ef2-93d5-8d5f3774980a\"\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"ab4826d1-4a5a-4951-a2a5-98058899f891\"\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"97b7fac2-91dd-4755-81b0-bdffe8e7eabd\"\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"a0ef3291-2ec1-4d7d-9d6d-1705ae01bb99\"\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"bde79675-4783-40b7-8a7e-ac6df41459c6\"\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"aaddd5f4-a5f8-42e8-be9a-097986f22e58\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Conflict\",\n      \"status\": \"409\",\n      \"detail\": \"write conflict detected\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e51a371c-832e-4840-bb4b-48918ce2087f",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "custom-relationships",
                    ":customRelationshipSlug"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A custom relationship slug.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "CRP_electric_devices_2024",
                      "key": "customRelationshipSlug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"type\": \"product\",\n      \"id\": \"68c48149-0e94-4ef2-93d5-8d5f3774980a\"\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"ab4826d1-4a5a-4951-a2a5-98058899f891\"\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"97b7fac2-91dd-4755-81b0-bdffe8e7eabd\"\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"a0ef3291-2ec1-4d7d-9d6d-1705ae01bb99\"\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"bde79675-4783-40b7-8a7e-ac6df41459c6\"\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"aaddd5f4-a5f8-42e8-be9a-097986f22e58\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Failed Validation\",\n      \"status\": \"422\",\n      \"detail\": \"<XYZ> can not be empty\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a43c33dc-8ff3-4f37-be34-93c533737d74",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "custom-relationships",
                    ":customRelationshipSlug"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A custom relationship slug.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "CRP_electric_devices_2024",
                      "key": "customRelationshipSlug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"type\": \"product\",\n      \"id\": \"68c48149-0e94-4ef2-93d5-8d5f3774980a\"\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"ab4826d1-4a5a-4951-a2a5-98058899f891\"\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"97b7fac2-91dd-4755-81b0-bdffe8e7eabd\"\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"a0ef3291-2ec1-4d7d-9d6d-1705ae01bb99\"\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"bde79675-4783-40b7-8a7e-ac6df41459c6\"\n    },\n    {\n      \"type\": \"product\",\n      \"id\": \"aaddd5f4-a5f8-42e8-be9a-097986f22e58\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c50bc781-924e-4fb6-b582-a7fcc9bb6573",
          "name": "Get all Related Product IDs of a Products' attached Custom Relationship",
          "request": {
            "name": "Get all Related Product IDs of a Products' attached Custom Relationship",
            "description": {
              "content": "### Prerequisites\n  - Relationships have been created between Products, see [Create a Relationship between a product with one or more products](/docs/api/pxm/products/product-association-id).\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "products",
                ":productID",
                "custom-relationships",
                ":customRelationshipSlug"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "The number of records to offset the results by.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "0"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The number of records per page. The maximum limit is 100.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "10"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "productID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the product.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "CRP_electric_devices_2024",
                  "key": "customRelationshipSlug",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A custom relationship slug.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "82196f7f-77b7-415b-84e5-cf95627d8a97",
              "name": "Returns all related product ids.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "custom-relationships",
                    ":customRelationshipSlug"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page. The maximum limit is 100.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A custom relationship slug.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "CRP_electric_devices_2024",
                      "key": "customRelationshipSlug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"68c48149-0e94-4ef2-93d5-8d5f3774980a\",\n      \"type\": \"product\",\n      \"attributes\": {\n        \"sort_order\": 5\n      }\n    },\n    {\n      \"id\": \"ab4826d1-4a5a-4951-a2a5-98058899f891\",\n      \"type\": \"product\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "36cd8a0a-a7d9-4272-adbf-7ad16143f8e2",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "custom-relationships",
                    ":customRelationshipSlug"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page. The maximum limit is 100.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A custom relationship slug.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "CRP_electric_devices_2024",
                      "key": "customRelationshipSlug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"detail\": \"Could not parse the supplied filter\",\n      \"status\": \"400\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "45f572c3-3bf2-4fbb-a120-4907d451f60b",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "custom-relationships",
                    ":customRelationshipSlug"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page. The maximum limit is 100.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A custom relationship slug.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "CRP_electric_devices_2024",
                      "key": "customRelationshipSlug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Forbidden\",\n      \"status\": \"403\",\n      \"detail\": \"entity owned by organization\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a8363859-88d9-4bf4-a6aa-1db507b347d3",
              "name": "Bad Request. Not Found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "custom-relationships",
                    ":customRelationshipSlug"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page. The maximum limit is 100.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A custom relationship slug.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "CRP_electric_devices_2024",
                      "key": "customRelationshipSlug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2191a460-8ff8-4fdc-87fd-b4e386599b46",
              "name": "Write conflict detected",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "custom-relationships",
                    ":customRelationshipSlug"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page. The maximum limit is 100.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A custom relationship slug.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "CRP_electric_devices_2024",
                      "key": "customRelationshipSlug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Conflict\",\n      \"status\": \"409\",\n      \"detail\": \"write conflict detected\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1448ac0a-43c1-4243-bc40-e5008c2d573f",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "custom-relationships",
                    ":customRelationshipSlug"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page. The maximum limit is 100.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A custom relationship slug.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "CRP_electric_devices_2024",
                      "key": "customRelationshipSlug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Failed Validation\",\n      \"status\": \"422\",\n      \"detail\": \"<XYZ> can not be empty\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3d8d9fb6-f1e8-4d6e-9956-143b2aad52a8",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "custom-relationships",
                    ":customRelationshipSlug"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page. The maximum limit is 100.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A custom relationship slug.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "CRP_electric_devices_2024",
                      "key": "customRelationshipSlug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1d2045c6-7363-4de2-9986-3c3f54fa6bd4",
          "name": "Get all Related Products of a Products' attached Custom Relationship",
          "request": {
            "name": "Get all Related Products of a Products' attached Custom Relationship",
            "description": {
              "content": "### Prerequisites\n  - Relationships have been created between Products, see [Create a Relationship between a product with one or more products](/docs/api/pxm/products/product-association-id).\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "products",
                ":productID",
                "custom-relationships",
                ":customRelationshipSlug",
                "products"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "The number of records to offset the results by.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "0"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The number of records per page. The maximum limit is 100.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "10"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "00000000-0000-0000-0000-000000000000",
                  "key": "productID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier for the product.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "CRP_electric_devices_2024",
                  "key": "customRelationshipSlug",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A custom relationship slug.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "244cf596-217e-4d99-bac4-d1b7b26d6726",
              "name": "Returns all related products.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "custom-relationships",
                    ":customRelationshipSlug",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page. The maximum limit is 100.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A custom relationship slug.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "CRP_electric_devices_2024",
                      "key": "customRelationshipSlug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"type\": \"product\",\n      \"id\": \"9c85b276-09b4-488e-a59c-c561bae14c9e\",\n      \"attributes\": {\n        \"commodity_type\": \"physical\",\n        \"custom_inputs\": {\n          \"back\": {\n            \"name\": \"T-Shirt Back\",\n            \"validation_rules\": [\n              {\n                \"type\": \"string\",\n                \"options\": {\n                  \"max_length\": 50\n                }\n              }\n            ],\n            \"required\": false\n          },\n          \"front\": {\n            \"name\": \"T-Shirt Front\",\n            \"validation_rules\": [\n              {\n                \"type\": \"string\",\n                \"options\": {\n                  \"max_length\": 50\n                }\n              }\n            ],\n            \"required\": false\n          }\n        },\n        \"description\": \"T-shirt.\",\n        \"mpn\": \"1234-5678-TTTT\",\n        \"name\": \"T-Shirt\",\n        \"sku\": \"97805\",\n        \"slug\": \"97805\",\n        \"status\": \"live\",\n        \"upc_ean\": \"12345656\",\n        \"tags\": [\n          \"tag1\",\n          \"tag2\"\n        ],\n        \"extensions\": {\n          \"products(size)\": {\n            \"widthMM\": 600,\n            \"fuelType\": \"electric\",\n            \"hasUKPlug\": true,\n            \"online\": null\n          }\n        }\n      },\n      \"relationships\": {\n        \"children\": {\n          \"data\": [],\n          \"links\": {\n            \"self\": \"/products/9c85b276-09b4-488e-a59c-c561bae14c9e/children\"\n          }\n        },\n        \"component_products\": {\n          \"data\": [],\n          \"links\": {\n            \"self\": \"/products/9c85b276-09b4-488e-a59c-c561bae14c9e/relationships/component_products\"\n          }\n        },\n        \"files\": {\n          \"data\": [],\n          \"links\": {\n            \"self\": \"/products/9c85b276-09b4-488e-a59c-c561bae14c9e/relationships/files\"\n          }\n        },\n        \"main_image\": {\n          \"data\": null\n        },\n        \"templates\": {\n          \"data\": [],\n          \"links\": {\n            \"self\": \"/products/9c85b276-09b4-488e-a59c-c561bae14c9e/relationships/templates\"\n          }\n        },\n        \"variations\": {\n          \"data\": [],\n          \"links\": {\n            \"self\": \"/products/9c85b276-09b4-488e-a59c-c561bae14c9e/relationships/variations\"\n          }\n        }\n      },\n      \"meta\": {\n        \"created_at\": \"2022-08-18T14:25:57.391Z\",\n        \"owner\": \"store\",\n        \"product_types\": [\n          \"standard\"\n        ],\n        \"updated_at\": \"2022-08-18T14:25:57.391Z\"\n      }\n    }\n  ],\n  \"meta\": {\n    \"results\": {\n      \"total\": 1\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5e0480ab-87f3-4437-aa65-ea92961ef672",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "custom-relationships",
                    ":customRelationshipSlug",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page. The maximum limit is 100.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A custom relationship slug.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "CRP_electric_devices_2024",
                      "key": "customRelationshipSlug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"detail\": \"Could not parse the supplied filter\",\n      \"status\": \"400\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "edefbf28-79c6-493d-8184-4c11e74bf98b",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "custom-relationships",
                    ":customRelationshipSlug",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page. The maximum limit is 100.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A custom relationship slug.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "CRP_electric_devices_2024",
                      "key": "customRelationshipSlug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Forbidden\",\n      \"status\": \"403\",\n      \"detail\": \"entity owned by organization\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f4396a8b-b855-4e3b-9c99-a7c27e91b1f2",
              "name": "Bad Request. Not Found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "custom-relationships",
                    ":customRelationshipSlug",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page. The maximum limit is 100.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A custom relationship slug.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "CRP_electric_devices_2024",
                      "key": "customRelationshipSlug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ab2fb4af-2711-4af6-99a4-7cf9f7dd5500",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "custom-relationships",
                    ":customRelationshipSlug",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page. The maximum limit is 100.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A custom relationship slug.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "CRP_electric_devices_2024",
                      "key": "customRelationshipSlug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Failed Validation\",\n      \"status\": \"422\",\n      \"detail\": \"<XYZ> can not be empty\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "19792472-6ee3-4c77-b079-1e2caf45f5b8",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "products",
                    ":productID",
                    "custom-relationships",
                    ":customRelationshipSlug",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page. The maximum limit is 100.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier for the product.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "00000000-0000-0000-0000-000000000000",
                      "key": "productID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A custom relationship slug.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "CRP_electric_devices_2024",
                      "key": "customRelationshipSlug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Custom Relationships",
      "description": "",
      "item": [
        {
          "id": "37ac975e-d956-4a55-a003-185836f86471",
          "name": "Create a custom relationship",
          "request": {
            "name": "Create a custom relationship",
            "description": {
              "content": "Custom relationships can either be bi-directional or uni-directional.\n  - **Uni-Directional**: By setting `bi_directional` to `false` (or omitted from request) a uni-directional custom relationship will be created. \n  Within a uni-directional relationship, if Product A links to Product B, Product B will not link back to Product A. \n  This is ideal when one product (e.g., a base product) recommends another (e.g., an upsell), but the reverse \n  recommendation is unnecessary.\n \n - **Bi-Directional**: By setting `bi_directional` to `true` a bi-directional custom relationship will be created. Within a bi-directional \n relationship, if Product A is linked to Product B, Product B will automatically link back to Product A. \n This bi-directionality ensures a consistent experience, where products always suggest each other as related items.\n \n  For more information on use cases, see [Custom Relationships](/guides/key-concepts/product-experience-manager/custom-relationships/).\n\nCustom Relationship slugs must meet the following criteria:\n  - be unique \n  - be prefixed with `CRP_`. Product Experience Manager automatically adds the `CRP_` prefix if you do not include it.\n  - contain A to Z, a to z, 0 to 9, hyphen, underscore, and period. Spaces or other special characters like ^, [], *, and $ are not allowed.\n \nOnce a custom relationship has been created, you can then create Product Relationships:\n   1. Add the custom relationship to a product. See [Attach a custom relationship to a product](/docs/api/pxm/products/attach-custom-relationships).\n   2. Associate a product to multiple products. See [Associate a product with other products under a custom relationship](/docs/api/pxm/products/product-association-id).\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "custom-relationships"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"custom-relationship\",\n    \"attributes\": {\n      \"name\": \"Kitchen electrics\",\n      \"description\": \"Kitchen electric devices\",\n      \"slug\": \"CRP_kitchen_individual_devices\"\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "4dbb3cf9-864e-4fab-9500-e8a6a5d5a405",
              "name": "Returns a created custom relationship with the following attributes.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "custom-relationships"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"custom-relationship\",\n    \"attributes\": {\n      \"name\": \"Kitchen electrics\",\n      \"description\": \"Kitchen electric devices\",\n      \"slug\": \"CRP_kitchen_individual_devices\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"f3297ee8-da90-45e9-ae56-a2654aebbdfe\",\n    \"type\": \"custom-relationship\",\n    \"attributes\": {\n      \"name\": \"Kitchen electrics\",\n      \"description\": \"Kitchen electric devices\",\n      \"slug\": \"CRP_kitchen_individual_devices\",\n      \"bi_directional\": false\n    },\n    \"meta\": {\n      \"owner\": \"store\",\n      \"timestamps\": {\n        \"created_at\": \"2024-01-10T20:16:35.343Z\",\n        \"updated_at\": \"2024-01-10T20:16:35.343Z\"\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "48d16da5-bb98-4fac-a974-23063f978955",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "custom-relationships"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"custom-relationship\",\n    \"attributes\": {\n      \"name\": \"Kitchen electrics\",\n      \"description\": \"Kitchen electric devices\",\n      \"slug\": \"CRP_kitchen_individual_devices\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Failed Validation\",\n      \"status\": \"422\",\n      \"detail\": \"<XYZ> can not be empty\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2baa70c1-47ac-4b75-907b-dbe894ba016d",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "custom-relationships"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"custom-relationship\",\n    \"attributes\": {\n      \"name\": \"Kitchen electrics\",\n      \"description\": \"Kitchen electric devices\",\n      \"slug\": \"CRP_kitchen_individual_devices\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e0330d14-a0db-4b4f-8710-dee8d4686b2c",
          "name": "Get all custom relationships",
          "request": {
            "name": "Get all custom relationships",
            "description": {
              "content": "Gets all Custom Relationships. \n\nTo see a list of custom relationships a product is attached to, see [Get all Custom Relationships attached to a Product](/docs/api/pxm/products/list-attached-custom-relationship).\n\nTo see a list of products that a product is related to, see [Get all Related Products of a Products' attached Custom Relationship](/docs/api/pxm/products/get-related-products-of-a-product-id).\n\n### Filtering\n\n Many Commerce API endpoints support filtering. The general syntax is described in [**Filtering**](/guides/Getting-Started/filtering).\n\n The following attributes and operators are supported.\n\n | Operator | Attribute | Description | Example |\n | :--- |:---|:---|:---|\n | `eq` | `owner`, `slug` | Equals. Checks if the values of two operands are equal. If they are, the condition is true. | `filter=eq(owner,store)` |\n | `in` | `slug`          | In. Checks if a value exists in a given list of values. If the value matches any item in the list, the condition is true. | `filter=in(slug,slug-1,slug-2,slug-3)` |\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "custom-relationships"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "The number of records to offset the results by.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "0"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The number of records per page. The maximum limit is 100.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "10"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Many Commerce API endpoints support filtering. The general syntax is described [**here**](/guides/Getting-Started/filtering).\n",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "eq(owner,store)"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "5f002f55-88df-412c-9e26-acc9306d404d",
              "name": "Returns a list of all custom relationships.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "custom-relationships"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page. The maximum limit is 100.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Many Commerce API endpoints support filtering. The general syntax is described [**here**](/guides/Getting-Started/filtering).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(owner,store)"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"f3297ee8-da90-45e9-ae56-a2654aebbdfe\",\n      \"type\": \"custom-relationship\",\n      \"attributes\": {\n        \"name\": \"Kitchen electrics\",\n        \"description\": \"Kitchen electric devices\",\n        \"slug\": \"CRP_kitchen_individual_devices\",\n        \"bi_directional\": false\n      },\n      \"meta\": {\n        \"owner\": \"store\",\n        \"timestamps\": {\n          \"created_at\": \"2024-01-10T20:16:35.343Z\",\n          \"updated_at\": \"2024-01-10T20:16:35.343Z\"\n        }\n      }\n    },\n    {\n      \"id\": \"21b1315b-c47f-4766-85bf-7bf0f94d73b6\",\n      \"type\": \"custom-relationship\",\n      \"attributes\": {\n        \"name\": \"Related Products\",\n        \"description\": \"A list of related products shown on the PDP\",\n        \"slug\": \"CRP_related_products\",\n        \"bi_directional\": true\n      },\n      \"meta\": {\n        \"owner\": \"store\",\n        \"timestamps\": {\n          \"created_at\": \"2024-01-10T20:16:35.343Z\",\n          \"updated_at\": \"2024-01-10T20:16:35.343Z\"\n        }\n      }\n    },\n    {\n      \"id\": \"e390ff7e-efc4-4769-90d2-fceabcc1e2cd\",\n      \"type\": \"custom-relationship\",\n      \"attributes\": {\n        \"name\": \"Related Products\",\n        \"description\": \"A list of related products shown on the PDP\",\n        \"slug\": \"CRP_related_products\",\n        \"sort_order\": 5,\n        \"external_name\": \"Similar items to consider\",\n        \"external_description\": \"Check out these similar products that may also meet your needs or match your preferences.\",\n        \"bi_directional\": false\n      },\n      \"meta\": {\n        \"owner\": \"store\",\n        \"timestamps\": {\n          \"created_at\": \"2024-01-10T20:16:35.343Z\",\n          \"updated_at\": \"2024-01-10T20:16:35.343Z\"\n        }\n      }\n    }\n  ],\n  \"links\": {\n    \"last\": \"/pcm/custom_relationships?page[offset]=29&page[limit]=1\",\n    \"next\": \"/pcm/custom_relationships?page[offset]=1&page[limit]=1\"\n  },\n  \"meta\": {\n    \"results\": {\n      \"total\": 3\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4d23cd8e-94ad-4a95-8548-3b2cc915e913",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "custom-relationships"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page. The maximum limit is 100.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Many Commerce API endpoints support filtering. The general syntax is described [**here**](/guides/Getting-Started/filtering).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(owner,store)"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"detail\": \"Could not parse the supplied filter\",\n      \"status\": \"400\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2543731f-b46e-411f-ae38-aadcb52b52cb",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "custom-relationships"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page. The maximum limit is 100.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Many Commerce API endpoints support filtering. The general syntax is described [**here**](/guides/Getting-Started/filtering).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(owner,store)"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "630364bf-2257-4b55-b337-b0c090bba33b",
          "name": "Update a custom relationship",
          "request": {
            "name": "Update a custom relationship",
            "description": {
              "content": "Updates a custom relationship. \n\nA partial update can be performed, where you specify only the fields that need to be changed.\n\nThe custom relationship slug cannot be updated.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "custom-relationships",
                ":customRelationshipSlug"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "CRP_electric_devices_2024",
                  "key": "customRelationshipSlug",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A custom relationship slug.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"custom-relationship\",\n    \"id\": \"f3297ee8-da90-45e9-ae56-a2654aebbdfe\",\n    \"attributes\": {\n      \"name\": \"Related Products\",\n      \"description\": \"A list of related products shown on the PDP\",\n      \"slug\": \"CRP_related_products\",\n      \"sort_order\": 5,\n      \"external_name\": \"Similar items to consider\",\n      \"external_description\": \"Check out these similar products that may also meet your needs or match your preferences.\",\n      \"bi_directional\": false\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "87fde8ca-0cb6-40e9-88ad-84ba4a0b53d6",
              "name": "Successfully returns the updated custom relationship",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "custom-relationships",
                    ":customRelationshipSlug"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A custom relationship slug.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "CRP_electric_devices_2024",
                      "key": "customRelationshipSlug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"custom-relationship\",\n    \"id\": \"f3297ee8-da90-45e9-ae56-a2654aebbdfe\",\n    \"attributes\": {\n      \"name\": \"Related Products\",\n      \"description\": \"A list of related products shown on the PDP\",\n      \"slug\": \"CRP_related_products\",\n      \"sort_order\": 5,\n      \"external_name\": \"Similar items to consider\",\n      \"external_description\": \"Check out these similar products that may also meet your needs or match your preferences.\",\n      \"bi_directional\": false\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"custom-relationship\",\n    \"id\": \"f3297ee8-da90-45e9-ae56-a2654aebbdfe\",\n    \"attributes\": {\n      \"name\": \"Related Products\",\n      \"description\": \"A list of related products shown on the PDP\",\n      \"slug\": \"CRP_related_products\",\n      \"sort_order\": 5,\n      \"external_name\": \"Similar items to consider\",\n      \"external_description\": \"Check out these similar products that may also meet your needs or match your preferences.\",\n      \"bi_directional\": false\n    },\n    \"meta\": {\n      \"owner\": \"store\",\n      \"timestamps\": {\n        \"created_at\": \"2024-01-10T20:16:35.343Z\",\n        \"updated_at\": \"2024-01-10T20:16:35.343Z\"\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "30d30dbc-24b6-48d7-b2dd-e27250e87bbb",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "custom-relationships",
                    ":customRelationshipSlug"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A custom relationship slug.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "CRP_electric_devices_2024",
                      "key": "customRelationshipSlug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"custom-relationship\",\n    \"id\": \"f3297ee8-da90-45e9-ae56-a2654aebbdfe\",\n    \"attributes\": {\n      \"name\": \"Related Products\",\n      \"description\": \"A list of related products shown on the PDP\",\n      \"slug\": \"CRP_related_products\",\n      \"sort_order\": 5,\n      \"external_name\": \"Similar items to consider\",\n      \"external_description\": \"Check out these similar products that may also meet your needs or match your preferences.\",\n      \"bi_directional\": false\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Forbidden\",\n      \"status\": \"403\",\n      \"detail\": \"entity owned by organization\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6b9d586a-8533-4eac-a677-1887715dcf6c",
              "name": "Bad Request. Not Found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "custom-relationships",
                    ":customRelationshipSlug"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A custom relationship slug.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "CRP_electric_devices_2024",
                      "key": "customRelationshipSlug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"custom-relationship\",\n    \"id\": \"f3297ee8-da90-45e9-ae56-a2654aebbdfe\",\n    \"attributes\": {\n      \"name\": \"Related Products\",\n      \"description\": \"A list of related products shown on the PDP\",\n      \"slug\": \"CRP_related_products\",\n      \"sort_order\": 5,\n      \"external_name\": \"Similar items to consider\",\n      \"external_description\": \"Check out these similar products that may also meet your needs or match your preferences.\",\n      \"bi_directional\": false\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c1c072b9-6aa3-4048-ab85-8d401b406f92",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "custom-relationships",
                    ":customRelationshipSlug"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A custom relationship slug.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "CRP_electric_devices_2024",
                      "key": "customRelationshipSlug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"custom-relationship\",\n    \"id\": \"f3297ee8-da90-45e9-ae56-a2654aebbdfe\",\n    \"attributes\": {\n      \"name\": \"Related Products\",\n      \"description\": \"A list of related products shown on the PDP\",\n      \"slug\": \"CRP_related_products\",\n      \"sort_order\": 5,\n      \"external_name\": \"Similar items to consider\",\n      \"external_description\": \"Check out these similar products that may also meet your needs or match your preferences.\",\n      \"bi_directional\": false\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Failed Validation\",\n      \"status\": \"422\",\n      \"detail\": \"<XYZ> can not be empty\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8b73863b-3da2-4633-a58e-de462232452d",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "custom-relationships",
                    ":customRelationshipSlug"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A custom relationship slug.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "CRP_electric_devices_2024",
                      "key": "customRelationshipSlug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"custom-relationship\",\n    \"id\": \"f3297ee8-da90-45e9-ae56-a2654aebbdfe\",\n    \"attributes\": {\n      \"name\": \"Related Products\",\n      \"description\": \"A list of related products shown on the PDP\",\n      \"slug\": \"CRP_related_products\",\n      \"sort_order\": 5,\n      \"external_name\": \"Similar items to consider\",\n      \"external_description\": \"Check out these similar products that may also meet your needs or match your preferences.\",\n      \"bi_directional\": false\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "166ead3f-b8d4-406f-a6c5-0d2f56158c64",
          "name": "Get a custom relationship",
          "request": {
            "name": "Get a custom relationship",
            "description": {
              "content": "Gets a Custom Relationship.\n\nTo see a list of custom relationships a product is attached to, see [Get all Custom Relationships attached to a Product](/docs/api/pxm/products/list-attached-custom-relationship).\n\nTo see a list of products that a product is related to, see [Get all Related Products of a Products' attached Custom Relationship](/docs/api/pxm/products/get-related-products-of-a-product-id).\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "custom-relationships",
                ":customRelationshipSlug"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "CRP_electric_devices_2024",
                  "key": "customRelationshipSlug",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A custom relationship slug.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "165d8927-d07d-4eca-ac19-5ce2a96879f3",
              "name": "Returns a custom relationship with the following attributes.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "custom-relationships",
                    ":customRelationshipSlug"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A custom relationship slug.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "CRP_electric_devices_2024",
                      "key": "customRelationshipSlug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"custom-relationship\",\n    \"id\": \"f3297ee8-da90-45e9-ae56-a2654aebbdfe\",\n    \"attributes\": {\n      \"name\": \"Related Products\",\n      \"description\": \"A list of related products shown on the PDP\",\n      \"slug\": \"CRP_related_products\",\n      \"sort_order\": 5,\n      \"external_name\": \"Similar items to consider\",\n      \"external_description\": \"Check out these similar products that may also meet your needs or match your preferences.\",\n      \"bi_directional\": false\n    },\n    \"meta\": {\n      \"owner\": \"store\",\n      \"timestamps\": {\n        \"created_at\": \"2024-01-10T20:16:35.343Z\",\n        \"updated_at\": \"2024-01-10T20:16:35.343Z\"\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0a25a66b-dce0-4dd2-9492-f4f76f23e6fd",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "custom-relationships",
                    ":customRelationshipSlug"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A custom relationship slug.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "CRP_electric_devices_2024",
                      "key": "customRelationshipSlug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"detail\": \"Could not parse the supplied filter\",\n      \"status\": \"400\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "04f18047-c26b-463d-9f5f-84b35316c513",
              "name": "Bad Request. Not Found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "custom-relationships",
                    ":customRelationshipSlug"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A custom relationship slug.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "CRP_electric_devices_2024",
                      "key": "customRelationshipSlug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "19d99ba6-a867-4230-b9b5-367a193802bd",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "custom-relationships",
                    ":customRelationshipSlug"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A custom relationship slug.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "CRP_electric_devices_2024",
                      "key": "customRelationshipSlug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4d5cb375-b5b6-4285-a180-fe27a6880388",
          "name": "Delete a custom relationship",
          "request": {
            "name": "Delete a custom relationship",
            "description": {
              "content": "Deletes the specified custom relationship.\n\nCustom Relationships cannot be deleted if they are in use.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "custom-relationships",
                ":customRelationshipSlug"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "CRP_electric_devices_2024",
                  "key": "customRelationshipSlug",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A custom relationship slug.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "bb2e23b0-c27b-408d-842c-8dfb30c09e02",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "custom-relationships",
                    ":customRelationshipSlug"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A custom relationship slug.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "CRP_electric_devices_2024",
                      "key": "customRelationshipSlug"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "a69168e4-bc4c-41b5-a81a-d98d0454a297",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "custom-relationships",
                    ":customRelationshipSlug"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A custom relationship slug.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "CRP_electric_devices_2024",
                      "key": "customRelationshipSlug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"detail\": \"Could not parse the supplied filter\",\n      \"status\": \"400\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3545611a-9519-485e-be7f-83e2f15e680a",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "custom-relationships",
                    ":customRelationshipSlug"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A custom relationship slug.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "CRP_electric_devices_2024",
                      "key": "customRelationshipSlug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Forbidden\",\n      \"status\": \"403\",\n      \"detail\": \"entity owned by organization\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5148f0d8-7ee8-4d87-901b-701ecec0b12a",
              "name": "Bad Request. Not Found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "custom-relationships",
                    ":customRelationshipSlug"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A custom relationship slug.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "CRP_electric_devices_2024",
                      "key": "customRelationshipSlug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cfc78b7a-518f-48d5-b3e0-a5bd6a9ec243",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "custom-relationships",
                    ":customRelationshipSlug"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A custom relationship slug.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "CRP_electric_devices_2024",
                      "key": "customRelationshipSlug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"500\",\n      \"title\": \"Internal Server Error\",\n      \"detail\": \"There was an internal server error, you can report with your request id.\",\n      \"request_id\": \"635da56d-75a1-43cd-b696-7ab119756b3a\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Price Books",
      "description": "Price books contain prices for the products in your catalog. Each catalog must have one price book. In your storefront, the product prices are displayed in the currency for the selected locale. If a product in the catalog does not have a price in the price book, the product is displayed without a price. \n\nA price book can be associated with multiple catalogs.\n\nFollowing on from this, you can associate more than one price book with a catalog. Price book stacking allows you to create multiple price books for different scenarios, such as seasonal sales, business versus retail customer pricing, and reward programs. If you have multiple price books, when you create a catalog, you must configure a priority for your price books. Product prices are displayed in the catalog according to the priority of the price books. For example, you may have products that have different prices based on region. You can have a price book with the standard retail pricing and then have a second price book that has different pricing for a different region. See Create a catalog.\n\nA price book contains a list of product SKUs and the prices you want to charge for those products. If your store supports multiple locales, a price book can contain product prices in each of the supported currencies. In addition, you can configure sales and volume (tier) pricing.\n\n:::note\n\nPrice books work with products that are defined using the Product Experience Manager resource model. If your products are defined using an earlier Products resource model, you will need to migrate products to the `pcm/products` resource before you implement price books.\n\n:::\n\nYou can duplicate an existing price book and create a new price book. All products and prices associated with the price book are copied to the new price book. Based on the business requirements, you can use the same data or update the data.\n",
      "item": [
        {
          "id": "dfa07a6c-2d62-4c62-b254-10cde6c2f77a",
          "name": "Create a Price Book",
          "request": {
            "name": "Create a Price Book",
            "description": {
              "content": "Creates a price book. You can add the prices to the price book now or update the price book later.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "pricebooks"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"attributes\": {\n      \"external_ref\": \"an-external-ref\",\n      \"description\": \"This is a test price book\",\n      \"name\": \"Standard Price Book\"\n    },\n    \"type\": \"pricebook\"\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "7a96fc41-22ec-4ada-9962-f6c7bb9b2fc4",
              "name": "A price book with the following attributes.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "pricebooks"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"attributes\": {\n      \"external_ref\": \"an-external-ref\",\n      \"description\": \"This is a test price book\",\n      \"name\": \"Standard Price Book\"\n    },\n    \"type\": \"pricebook\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"4c45e4ec-26e0-4043-86e4-c15b9cf985a7\",\n    \"type\": \"pricebook\",\n    \"attributes\": {\n      \"name\": \"Standard Price Book\",\n      \"created_at\": \"2020-09-22T09:00:00Z\",\n      \"updated_at\": \"2020-09-22T09:00:00Z\",\n      \"external_ref\": \"an-external-ref\",\n      \"description\": \"This is a test price book\"\n    },\n    \"meta\": {\n      \"owner\": \"store\"\n    }\n  },\n  \"links\": {\n    \"self\": \"https://gNMlLVojsePKkiifhVwrgsq.fzhvjMu.OWbJ4o5Bksks93maaogYyoZGH1ol.pA.1\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ebdf6a41-3c3a-4d5d-8bfb-fe2574412c76",
              "name": "Unexpected error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "pricebooks"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"attributes\": {\n      \"external_ref\": \"an-external-ref\",\n      \"description\": \"This is a test price book\",\n      \"name\": \"Standard Price Book\"\n    },\n    \"type\": \"pricebook\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"The price book already exists\",\n      \"status\": \"409\",\n      \"title\": \"conflict\"\n    },\n    {\n      \"detail\": \"The price book already exists\",\n      \"status\": \"409\",\n      \"title\": \"conflict\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c3ac5d95-b03a-4eea-8d8b-4c26c9a9c115",
          "name": "Get all Price Books",
          "request": {
            "name": "Get all Price Books",
            "description": {
              "content": "Retrieves a list of all price books.\n\n### Filtering\n\nFiltering is supported on this endpoint. For the general syntax, see [Filtering](/guides/Getting-Started/filtering).\n\n You can filter on the following attributes and operators.\n\n | Operator | Attribute | Description | Example |\n | --- | --- | --- | --- |\n | `eq` | `external_ref` | Equals. Checks if the values you provide matches a price book. | `filter=eq(external_ref,some-external-ref)` |\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "pricebooks"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "You can filter on this endpoint. See [Filtering](#filtering).\n",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the the [**page length**](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "3226"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page offset is set, the [**page length**](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "4218"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "0a6b81ed-0571-41d0-b60c-0f0552c80a4e",
              "name": "The list of price books.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "pricebooks"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "You can filter on this endpoint. See [Filtering](#filtering).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the the [**page length**](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "3226"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page offset is set, the [**page length**](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "4218"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"4c45e4ec-26e0-4043-86e4-c15b9cf985a7\",\n      \"type\": \"pricebook\",\n      \"attributes\": {\n        \"name\": \"Standard Price Book\",\n        \"created_at\": \"2020-09-22T09:00:00Z\",\n        \"updated_at\": \"2020-09-22T09:00:00Z\",\n        \"external_ref\": \"an-external-ref\",\n        \"description\": \"This is a test price book\"\n      },\n      \"meta\": {\n        \"owner\": \"store\"\n      }\n    },\n    {\n      \"id\": \"4c45e4ec-26e0-4043-86e4-c15b9cf985a7\",\n      \"type\": \"pricebook\",\n      \"attributes\": {\n        \"name\": \"Standard Price Book\",\n        \"created_at\": \"2020-09-22T09:00:00Z\",\n        \"updated_at\": \"2020-09-22T09:00:00Z\",\n        \"external_ref\": \"an-external-ref\",\n        \"description\": \"This is a test price book\"\n      },\n      \"meta\": {\n        \"owner\": \"store\"\n      }\n    }\n  ],\n  \"meta\": {\n    \"results\": {\n      \"total\": 1\n    },\n    \"page\": {\n      \"limit\": 10,\n      \"offset\": 0,\n      \"current\": 0,\n      \"total\": 1\n    }\n  },\n  \"links\": {\n    \"self\": \"http://upkMVNqjPYWTPtTcvnumLHxuBxTLPBd.bed-PmOq0+Ie1Othoq2.w36-MZ\",\n    \"first\": \"https://bwMGyLsla.bjAJBHuqS1swbYop+F-NZkVPV\",\n    \"last\": \"http://asKg.dikSstg.7n,lDD3JsyRO468O63FcmtvyI9WZQK0GHG0DsPP4B9RMtoOVu2hyIaHE7qmfW\",\n    \"prev\": \"https://ibNmPBtHmotjOZv.mkmvA97WUmPsrdQsjNq4FhhdGE0Dg-4\",\n    \"next\": \"http://rvhtnIHHTUOcGYzXJAHDVilJLCdn.nylR1oQXvKNTvnOriwen8\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "10c456cc-6420-4f62-98c5-fc9c2e29682c",
              "name": "Unexpected error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "pricebooks"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "You can filter on this endpoint. See [Filtering](#filtering).\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the the [**page length**](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "3226"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page offset is set, the [**page length**](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "4218"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"The price book already exists\",\n      \"status\": \"409\",\n      \"title\": \"conflict\"\n    },\n    {\n      \"detail\": \"The price book already exists\",\n      \"status\": \"409\",\n      \"title\": \"conflict\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6ecfcdea-1280-4a28-8c28-af57cb0757c8",
          "name": "Get a Price Book by ID",
          "request": {
            "name": "Get a Price Book by ID",
            "description": {
              "content": "Retrieves the specified price book. To include prices in the response, append `?include=prices` to the path.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "pricebooks",
                ":pricebookID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "To include product prices in a response, add `include=prices`. (This can only be one of prices)",
                    "type": "text/plain"
                  },
                  "key": "include",
                  "value": "prices"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "pricebookID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of a price book.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "eb24e7ff-d444-4990-8b83-dc753ddff1bc",
              "name": "The price book.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "pricebooks",
                    ":pricebookID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "To include product prices in a response, add `include=prices`. (This can only be one of prices)",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "prices"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a price book.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "pricebookID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"4c45e4ec-26e0-4043-86e4-c15b9cf985a7\",\n    \"type\": \"pricebook\",\n    \"attributes\": {\n      \"name\": \"Standard Price Book\",\n      \"created_at\": \"2020-09-22T09:00:00Z\",\n      \"updated_at\": \"2020-09-22T09:00:00Z\",\n      \"external_ref\": \"an-external-ref\",\n      \"description\": \"This is a test price book\"\n    },\n    \"meta\": {\n      \"owner\": \"store\"\n    }\n  },\n  \"links\": {\n    \"self\": \"http://YUTMYJToUmhRVkH.kaqwiGQHRqvzzfBkYM\"\n  },\n  \"included\": [\n    {\n      \"type\": \"product-price\",\n      \"attributes\": {\n        \"sku\": \"product-sku-a\",\n        \"currencies\": {\n          \"USD\": {\n            \"amount\": 100,\n            \"includes_tax\": false,\n            \"tiers\": {\n              \"min_5\": {\n                \"minimum_quantity\": 5,\n                \"amount\": 50\n              }\n            }\n          },\n          \"CAD\": {\n            \"amount\": 127,\n            \"includes_tax\": false,\n            \"tiers\": {\n              \"min_10\": {\n                \"minimum_quantity\": 10,\n                \"amount\": 100\n              }\n            }\n          },\n          \"GBP\": {\n            \"amount\": 73,\n            \"includes_tax\": true,\n            \"tiers\": {\n              \"min_20\": {\n                \"minimum_quantity\": 20,\n                \"amount\": 60\n              }\n            }\n          }\n        },\n        \"sales\": {\n          \"summer\": {\n            \"schedule\": {\n              \"valid_form\": \"2023-12-24T09:00:00\",\n              \"valid_to\": \"2023-12-25T09:00:00\"\n            },\n            \"currencies\": {\n              \"USD\": {\n                \"amount\": 90,\n                \"includes_tax\": false,\n                \"tiers\": {\n                  \"min_5\": {\n                    \"minimum_quantity\": 5,\n                    \"amount\": 40\n                  }\n                }\n              },\n              \"CAD\": {\n                \"amount\": 117,\n                \"includes_tax\": false,\n                \"tiers\": {\n                  \"min_10\": {\n                    \"minimum_quantity\": 10,\n                    \"amount\": 80\n                  }\n                }\n              },\n              \"GBP\": {\n                \"amount\": 65,\n                \"includes_tax\": true,\n                \"tiers\": {\n                  \"min_20\": {\n                    \"minimum_quantity\": 20,\n                    \"amount\": 50\n                  }\n                }\n              }\n            }\n          }\n        },\n        \"external_ref\": \"external-ref\",\n        \"created_at\": \"2020-09-22T09:00:00Z\",\n        \"updated_at\": \"2020-09-22T09:00:00Z\",\n        \"admin_attributes\": {\n          \"cost_of_goods\": \"42.0\",\n          \"charge_type\": \"credit card\"\n        },\n        \"shopper_attributes\": {\n          \"cost_of_goods\": \"42.0\",\n          \"charge_type\": \"credit card\"\n        }\n      },\n      \"id\": \"a915553d-935d-4d56-870b-817b47a44a99\",\n      \"pricebook_external_ref\": \"a-pricebook-external-ref\",\n      \"meta\": {\n        \"owner\": \"store\",\n        \"pricebook_id\": \"4c45e4ec-26e0-4043-86e4-c15b9cf985a7\"\n      }\n    },\n    {\n      \"type\": \"product-price\",\n      \"attributes\": {\n        \"sku\": \"product-sku-a\",\n        \"currencies\": {\n          \"USD\": {\n            \"amount\": 100,\n            \"includes_tax\": false,\n            \"tiers\": {\n              \"min_5\": {\n                \"minimum_quantity\": 5,\n                \"amount\": 50\n              }\n            }\n          },\n          \"CAD\": {\n            \"amount\": 127,\n            \"includes_tax\": false,\n            \"tiers\": {\n              \"min_10\": {\n                \"minimum_quantity\": 10,\n                \"amount\": 100\n              }\n            }\n          },\n          \"GBP\": {\n            \"amount\": 73,\n            \"includes_tax\": true,\n            \"tiers\": {\n              \"min_20\": {\n                \"minimum_quantity\": 20,\n                \"amount\": 60\n              }\n            }\n          }\n        },\n        \"sales\": {\n          \"summer\": {\n            \"schedule\": {\n              \"valid_form\": \"2023-12-24T09:00:00\",\n              \"valid_to\": \"2023-12-25T09:00:00\"\n            },\n            \"currencies\": {\n              \"USD\": {\n                \"amount\": 90,\n                \"includes_tax\": false,\n                \"tiers\": {\n                  \"min_5\": {\n                    \"minimum_quantity\": 5,\n                    \"amount\": 40\n                  }\n                }\n              },\n              \"CAD\": {\n                \"amount\": 117,\n                \"includes_tax\": false,\n                \"tiers\": {\n                  \"min_10\": {\n                    \"minimum_quantity\": 10,\n                    \"amount\": 80\n                  }\n                }\n              },\n              \"GBP\": {\n                \"amount\": 65,\n                \"includes_tax\": true,\n                \"tiers\": {\n                  \"min_20\": {\n                    \"minimum_quantity\": 20,\n                    \"amount\": 50\n                  }\n                }\n              }\n            }\n          }\n        },\n        \"external_ref\": \"external-ref\",\n        \"created_at\": \"2020-09-22T09:00:00Z\",\n        \"updated_at\": \"2020-09-22T09:00:00Z\",\n        \"admin_attributes\": {\n          \"cost_of_goods\": \"42.0\",\n          \"charge_type\": \"credit card\"\n        },\n        \"shopper_attributes\": {\n          \"cost_of_goods\": \"42.0\",\n          \"charge_type\": \"credit card\"\n        }\n      },\n      \"id\": \"a915553d-935d-4d56-870b-817b47a44a99\",\n      \"pricebook_external_ref\": \"a-pricebook-external-ref\",\n      \"meta\": {\n        \"owner\": \"store\",\n        \"pricebook_id\": \"4c45e4ec-26e0-4043-86e4-c15b9cf985a7\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "729e7d4d-0b40-4855-a73a-4847043995c1",
              "name": "Unexpected error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "pricebooks",
                    ":pricebookID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "To include product prices in a response, add `include=prices`. (This can only be one of prices)",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "prices"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a price book.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "pricebookID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"The price book already exists\",\n      \"status\": \"409\",\n      \"title\": \"conflict\"\n    },\n    {\n      \"detail\": \"The price book already exists\",\n      \"status\": \"409\",\n      \"title\": \"conflict\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7d6035f9-bbe4-4c6c-9b5a-94a84dc6560c",
          "name": "Update a Price Book by ID",
          "request": {
            "name": "Update a Price Book by ID",
            "description": {
              "content": "Updates the specified price book. Specify whichever attributes you want to change. The values of the other attributes remain the same. If the attributes section is empty, the price book is not updated.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "pricebooks",
                ":pricebookID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "pricebookID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of a price book.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"id\": \"4c45e4ec-26e0-4043-86e4-c15b9cf985a7\",\n    \"type\": \"pricebook\",\n    \"attributes\": {\n      \"description\": \"This is a price book\",\n      \"name\": \"pricebook-store-abc\",\n      \"external_ref\": \"external-ref\"\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "87204b6b-1c32-441d-840b-ec7092f5bbfa",
              "name": "An updated price book with the following attributes.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "pricebooks",
                    ":pricebookID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a price book.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "pricebookID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"4c45e4ec-26e0-4043-86e4-c15b9cf985a7\",\n    \"type\": \"pricebook\",\n    \"attributes\": {\n      \"description\": \"This is a price book\",\n      \"name\": \"pricebook-store-abc\",\n      \"external_ref\": \"external-ref\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"4c45e4ec-26e0-4043-86e4-c15b9cf985a7\",\n    \"type\": \"pricebook\",\n    \"attributes\": {\n      \"name\": \"Standard Price Book\",\n      \"created_at\": \"2020-09-22T09:00:00Z\",\n      \"updated_at\": \"2020-09-22T09:00:00Z\",\n      \"external_ref\": \"an-external-ref\",\n      \"description\": \"This is a test price book\"\n    },\n    \"meta\": {\n      \"owner\": \"store\"\n    }\n  },\n  \"links\": {\n    \"self\": \"https://gNMlLVojsePKkiifhVwrgsq.fzhvjMu.OWbJ4o5Bksks93maaogYyoZGH1ol.pA.1\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "83fec118-6a3b-48c1-9617-d7dc84094a7b",
              "name": "Unexpected error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "pricebooks",
                    ":pricebookID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a price book.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "pricebookID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"4c45e4ec-26e0-4043-86e4-c15b9cf985a7\",\n    \"type\": \"pricebook\",\n    \"attributes\": {\n      \"description\": \"This is a price book\",\n      \"name\": \"pricebook-store-abc\",\n      \"external_ref\": \"external-ref\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"The price book already exists\",\n      \"status\": \"409\",\n      \"title\": \"conflict\"\n    },\n    {\n      \"detail\": \"The price book already exists\",\n      \"status\": \"409\",\n      \"title\": \"conflict\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4e85566d-d2a8-4479-97bc-d4a8c2ee7bae",
          "name": "Delete a Price Book by ID",
          "request": {
            "name": "Delete a Price Book by ID",
            "description": {
              "content": "Deletes the specified price book and all prices in the price book. It does not delete the products. In addition, pricing details in the orders referring to the deleted price book are not deleted.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "pricebooks",
                ":pricebookID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "pricebookID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of a price book.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "44dc4fc2-0780-46b8-b629-da0b682dd212",
              "name": "A 204 response indicates that the price book has been deleted.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "pricebooks",
                    ":pricebookID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a price book.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "pricebookID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "0943bf0c-9455-4353-9e45-73e994393bfe",
              "name": "Unexpected error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "pricebooks",
                    ":pricebookID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a price book.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "pricebookID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"The price book already exists\",\n      \"status\": \"409\",\n      \"title\": \"conflict\"\n    },\n    {\n      \"detail\": \"The price book already exists\",\n      \"status\": \"409\",\n      \"title\": \"conflict\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "33ec358c-c272-4ecd-a874-8fa2760abe9b",
          "name": "Replicate a Price Book",
          "request": {
            "name": "Replicate a Price Book",
            "description": {
              "content": "Using this endpoint, you can replicate an existing price book. This is useful because it enables you to quickly and easily create multiple price books with the same pricing structure. When you replicate an existing price book, you can specify a new name, description, and external reference for the replicated price book. Other attributes stay the same.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "pricebooks",
                ":pricebookID",
                "replicate"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "pricebookID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of a price book.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"pricebook\",\n    \"attributes\": {\n      \"description\": \"This is a test price book\",\n      \"name\": \"pricebook-store-abc\",\n      \"external_ref\": \"external-ref\"\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "5a2b686c-aeac-49fd-a3ad-2f0faee60cef",
              "name": "A replicated price book with the following attributes.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "pricebooks",
                    ":pricebookID",
                    "replicate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a price book.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "pricebookID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"pricebook\",\n    \"attributes\": {\n      \"description\": \"This is a test price book\",\n      \"name\": \"pricebook-store-abc\",\n      \"external_ref\": \"external-ref\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"4c45e4ec-26e0-4043-86e4-c15b9cf985a7\",\n    \"type\": \"pricebook\",\n    \"attributes\": {\n      \"name\": \"Standard Price Book\",\n      \"created_at\": \"2020-09-22T09:00:00Z\",\n      \"updated_at\": \"2020-09-22T09:00:00Z\",\n      \"external_ref\": \"an-external-ref\",\n      \"description\": \"This is a test price book\"\n    },\n    \"meta\": {\n      \"owner\": \"store\"\n    }\n  },\n  \"links\": {\n    \"self\": \"https://gNMlLVojsePKkiifhVwrgsq.fzhvjMu.OWbJ4o5Bksks93maaogYyoZGH1ol.pA.1\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fa72539b-ea03-441e-b592-16d46dd823ee",
              "name": "Unexpected error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "pricebooks",
                    ":pricebookID",
                    "replicate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a price book.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "pricebookID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"pricebook\",\n    \"attributes\": {\n      \"description\": \"This is a test price book\",\n      \"name\": \"pricebook-store-abc\",\n      \"external_ref\": \"external-ref\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"The price book already exists\",\n      \"status\": \"409\",\n      \"title\": \"conflict\"\n    },\n    {\n      \"detail\": \"The price book already exists\",\n      \"status\": \"409\",\n      \"title\": \"conflict\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Prices",
      "description": "Price books contain prices for the products in your catalog. Use the Price Books API to create price books and add product prices to the price book.\n\n### Volume (tiers) Pricing\n\nUsing volume (tiers) pricing allows your store to offer different pricing for minimum quantities of items that your customers purchase. When a customer adds sufficient quantity of an item and meets the minimum required quantity for different pricing, all products with that item SKU are discounted in the cart. You can define the price range for different quantities of different items as in the following example:\n\n| Quantity | Price/Each |\n|:---------|:-----------|\n| 1-5      | $10.50     |\n| 6-10     | $10.00     |\n| 11-20    | $9.50      |\n| 21-50    | $8.50      |\n| 51+      | $7.90      |\n\n### Sales Pricing\n\nWith sales pricing, a store can optionally add a sale price to a product price. For example, a store can schedule seasonal pricing on products without creating a new price book and catalog ruleset. Optionally, a store can schedule the date ranges for the sale products. \n\nYou can set a sale price for an item within a bundle so that the product is sold at the sale price when sold as part of the bundle. For example, if you have a bundle consisting of four items, you can apply a discounted price to an item within the bundle to get a bundle sales price. \n\n1. For sale prices in the same price book:\n\n    - the schedules must not be exactly the same.\n    - schedules can partially overlap. If the schedule does contain overlapping sales prices, the sale price of the smallest sale period is chosen.\n    - if you have just one sale price, without a schedule, this is effectively a permanent price. If you want to add more sale prices to the price book, you must configure a schedule for the sale price. \n\n2. Sale prices in different price books can have overlapping schedules.\n\nBoth list and sale price (or was/is prices) are available in the catalog response, enabling you to display slash pricing on your storefront, depending on your requirements.\n\n### Creating a bundle sale price\n\nYou can assign a sale price to an option in a bundle.\n\n1. In the product price book, create a sale.\n2. Specify the bundle ID that contains the option you want to provide a sale price for.\n3. Provide the sale price for the option. You can add the same sale price for the same option using an array of bundle_ids if you want to sell the product as part of different bundles.\n\n### Understanding Volume and Sale Pricing Behavior for Products\n\nIf you have configured both sale and volume pricing for your products and product bundles, the following table describes how pricing behaves in the following scenarios.\n\n| Scenario | Description |\n| --- | --- |\n| Minimum quantities for volume pricing and sale pricing | <ul><li>(With sale schedule) If you have specified a minimum quantity of five whose price is $0.99 and at the same time, you have configured a sale for the time of purchase, then when a shopper checks out with 5 or more items, the total is based on the volume pricing. In other words, $0.99 × 5 = $4.95. Additionally, if volume pricing exist for both the product price and the sale, the volume pricing for the sale takes precedence. If no volume pricing is set in the sale, the base sale price is applied, and the volume pricing for the product price will not be applied.</li><li>(With sale schedule) If a shopper's items in the cart do not meet the minimum quantity required for volume pricing, the total is calculated based on the sales price.</li><li>(Without sale schedule) If the sale is a permanent sale and volume pricing is only set for the product price, then regardless of the quantity a shopper adds to a cart, the final price is always calculated based on the base sales price. However, if volume pricing has been set for the sale, the final price will be determined by the volume tier pricing set in the sale, not the base sales price.</li></ul>\n| Two levels of volume pricing with different prices for each volume. | If you have configured two levels of volume pricing, for example, the first minimum quantity is 5 and the second minimum quantity is 10:<ul><li>When the quantity in the cart is => 5, then the price for the minimum quantity of 5 is used.</li><li>When the quantity in the cart is => 10 then the price for the minimum quantity of 10 is used.</li></ul> |\n\n### Optimizing product prices\n\nYou can add custom attributes to a product price, allowing your storefront to dynamically use these attributes in it's pricing and display logic. This enables you to optimize your pricing data, enhancing your ability to respond to market dynamics and customer preferences. Some examples of pricing optimization strategies are:\n\n- dynamic pricing - allows you to change the price of a product based on changes in customer demand, for example, raising prices during the high-demand holiday season or segment-focused, like special offers for new customers.\n- value-based pricing - allows you to offer different pricing tiers, for example, \"pro\" features cost more.\n- cost-plus pricing - allows you to set prices by adding a specific percentage to the production cost of a single unit.\n\nThere are two types of custom attributes:\n\n- `admin_attributes` - `admin_attributes` are not displayed in catalogs. This means `admin-attributes` can only be viewed by administrators. For example, you may want to add custom attributes that can automate price updates based on predefined rules, saving time and reducing human error or you might want to integrate price attributes with your other company systems, (ERP, CRM) ensuring consistency and accuracy across platforms.\n- `shopper_attributes` - `shopper_attributes` are displayed in catalogs. This means `shopper_attributes` can be viewed by both shoppers and administrators.  For example, you can set prices based on customer segments, offering different prices for wholesale and retail customers or providing discounts to loyal customers. \n\nBoth `admin-attributes` and `shopper_attributes` are structured as key-value pairs. Both the keys and values are `strings`. You can have up to 100 keys for each type of attribute.\n",
      "item": [
        {
          "id": "af3f8cb2-aa91-4357-b43d-2f8a433da81f",
          "name": "Add a Product Price to a Price Book",
          "request": {
            "name": "Add a Product Price to a Price Book",
            "description": {
              "content": "Price books contain prices for the products in your catalog. Use the Prices API to adds the prices for a product to a specified price book. If the prices for the product already exist in the price book, the operation fails and the existing product prices are not updated.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "pricebooks",
                ":pricebookID",
                "prices"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "pricebookID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of a price book.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"product-price\",\n    \"attributes\": {\n      \"currencies\": {\n        \"USD\": {\n          \"amount\": 100,\n          \"includes_tax\": false,\n          \"tiers\": {\n            \"min_5\": {\n              \"minimum_quantity\": 5,\n              \"amount\": 50\n            }\n          }\n        },\n        \"CAD\": {\n          \"amount\": 127,\n          \"includes_tax\": false,\n          \"tiers\": {\n            \"min_10\": {\n              \"minimum_quantity\": 10,\n              \"amount\": 100\n            }\n          }\n        },\n        \"GBP\": {\n          \"amount\": 73,\n          \"includes_tax\": true,\n          \"tiers\": {\n            \"min_20\": {\n              \"minimum_quantity\": 20,\n              \"amount\": 60\n            }\n          }\n        }\n      },\n      \"sku\": \"product-sku-a\",\n      \"sales\": {\n        \"summer\": {\n          \"schedule\": {\n            \"valid_form\": \"2023-12-24T09:00:00\",\n            \"valid_to\": \"2023-12-25T09:00:00\"\n          },\n          \"currencies\": {\n            \"USD\": {\n              \"amount\": 90,\n              \"includes_tax\": false,\n              \"tiers\": {\n                \"min_5\": {\n                  \"minimum_quantity\": 5,\n                  \"amount\": 40\n                }\n              }\n            },\n            \"CAD\": {\n              \"amount\": 117,\n              \"includes_tax\": false,\n              \"tiers\": {\n                \"min_10\": {\n                  \"minimum_quantity\": 10,\n                  \"amount\": 80\n                }\n              }\n            },\n            \"GBP\": {\n              \"amount\": 65,\n              \"includes_tax\": true,\n              \"tiers\": {\n                \"min_20\": {\n                  \"minimum_quantity\": 20,\n                  \"amount\": 50\n                }\n              }\n            }\n          }\n        }\n      },\n      \"external_ref\": \"a-external-ref\",\n      \"admin_attributes\": {\n        \"cost_of_goods\": \"42.0\",\n        \"charge_type\": \"credit card\"\n      },\n      \"shopper_attributes\": {\n        \"cost_of_goods\": \"42.0\",\n        \"charge_type\": \"credit card\"\n      }\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "7de397a7-3108-4273-9908-a3d739e656db",
              "name": "A product price with the following attributes.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "pricebooks",
                    ":pricebookID",
                    "prices"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a price book.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "pricebookID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"product-price\",\n    \"attributes\": {\n      \"currencies\": {\n        \"USD\": {\n          \"amount\": 100,\n          \"includes_tax\": false,\n          \"tiers\": {\n            \"min_5\": {\n              \"minimum_quantity\": 5,\n              \"amount\": 50\n            }\n          }\n        },\n        \"CAD\": {\n          \"amount\": 127,\n          \"includes_tax\": false,\n          \"tiers\": {\n            \"min_10\": {\n              \"minimum_quantity\": 10,\n              \"amount\": 100\n            }\n          }\n        },\n        \"GBP\": {\n          \"amount\": 73,\n          \"includes_tax\": true,\n          \"tiers\": {\n            \"min_20\": {\n              \"minimum_quantity\": 20,\n              \"amount\": 60\n            }\n          }\n        }\n      },\n      \"sku\": \"product-sku-a\",\n      \"sales\": {\n        \"summer\": {\n          \"schedule\": {\n            \"valid_form\": \"2023-12-24T09:00:00\",\n            \"valid_to\": \"2023-12-25T09:00:00\"\n          },\n          \"currencies\": {\n            \"USD\": {\n              \"amount\": 90,\n              \"includes_tax\": false,\n              \"tiers\": {\n                \"min_5\": {\n                  \"minimum_quantity\": 5,\n                  \"amount\": 40\n                }\n              }\n            },\n            \"CAD\": {\n              \"amount\": 117,\n              \"includes_tax\": false,\n              \"tiers\": {\n                \"min_10\": {\n                  \"minimum_quantity\": 10,\n                  \"amount\": 80\n                }\n              }\n            },\n            \"GBP\": {\n              \"amount\": 65,\n              \"includes_tax\": true,\n              \"tiers\": {\n                \"min_20\": {\n                  \"minimum_quantity\": 20,\n                  \"amount\": 50\n                }\n              }\n            }\n          }\n        }\n      },\n      \"external_ref\": \"a-external-ref\",\n      \"admin_attributes\": {\n        \"cost_of_goods\": \"42.0\",\n        \"charge_type\": \"credit card\"\n      },\n      \"shopper_attributes\": {\n        \"cost_of_goods\": \"42.0\",\n        \"charge_type\": \"credit card\"\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"product-price\",\n    \"attributes\": {\n      \"sku\": \"product-sku-a\",\n      \"currencies\": {\n        \"USD\": {\n          \"amount\": 100,\n          \"includes_tax\": false,\n          \"tiers\": {\n            \"min_5\": {\n              \"minimum_quantity\": 5,\n              \"amount\": 50\n            }\n          }\n        },\n        \"CAD\": {\n          \"amount\": 127,\n          \"includes_tax\": false,\n          \"tiers\": {\n            \"min_10\": {\n              \"minimum_quantity\": 10,\n              \"amount\": 100\n            }\n          }\n        },\n        \"GBP\": {\n          \"amount\": 73,\n          \"includes_tax\": true,\n          \"tiers\": {\n            \"min_20\": {\n              \"minimum_quantity\": 20,\n              \"amount\": 60\n            }\n          }\n        }\n      },\n      \"sales\": {\n        \"summer\": {\n          \"schedule\": {\n            \"valid_form\": \"2023-12-24T09:00:00\",\n            \"valid_to\": \"2023-12-25T09:00:00\"\n          },\n          \"currencies\": {\n            \"USD\": {\n              \"amount\": 90,\n              \"includes_tax\": false,\n              \"tiers\": {\n                \"min_5\": {\n                  \"minimum_quantity\": 5,\n                  \"amount\": 40\n                }\n              }\n            },\n            \"CAD\": {\n              \"amount\": 117,\n              \"includes_tax\": false,\n              \"tiers\": {\n                \"min_10\": {\n                  \"minimum_quantity\": 10,\n                  \"amount\": 80\n                }\n              }\n            },\n            \"GBP\": {\n              \"amount\": 65,\n              \"includes_tax\": true,\n              \"tiers\": {\n                \"min_20\": {\n                  \"minimum_quantity\": 20,\n                  \"amount\": 50\n                }\n              }\n            }\n          }\n        }\n      },\n      \"external_ref\": \"external-ref\",\n      \"created_at\": \"2020-09-22T09:00:00Z\",\n      \"updated_at\": \"2020-09-22T09:00:00Z\",\n      \"admin_attributes\": {\n        \"cost_of_goods\": \"42.0\",\n        \"charge_type\": \"credit card\"\n      },\n      \"shopper_attributes\": {\n        \"cost_of_goods\": \"42.0\",\n        \"charge_type\": \"credit card\"\n      }\n    },\n    \"id\": \"a915553d-935d-4d56-870b-817b47a44a99\",\n    \"pricebook_external_ref\": \"a-pricebook-external-ref\",\n    \"meta\": {\n      \"owner\": \"store\",\n      \"pricebook_id\": \"4c45e4ec-26e0-4043-86e4-c15b9cf985a7\"\n    }\n  },\n  \"links\": {\n    \"self\": \"https://tRJGewXNgxNuvMMp.nbxdzV64mWiz5X89Ilt3Uf-WwdNpulc6arQv4rMc\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1f2bf0d7-c020-4e22-8c3c-5bde55922600",
              "name": "Unexpected error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "pricebooks",
                    ":pricebookID",
                    "prices"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a price book.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "pricebookID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"product-price\",\n    \"attributes\": {\n      \"currencies\": {\n        \"USD\": {\n          \"amount\": 100,\n          \"includes_tax\": false,\n          \"tiers\": {\n            \"min_5\": {\n              \"minimum_quantity\": 5,\n              \"amount\": 50\n            }\n          }\n        },\n        \"CAD\": {\n          \"amount\": 127,\n          \"includes_tax\": false,\n          \"tiers\": {\n            \"min_10\": {\n              \"minimum_quantity\": 10,\n              \"amount\": 100\n            }\n          }\n        },\n        \"GBP\": {\n          \"amount\": 73,\n          \"includes_tax\": true,\n          \"tiers\": {\n            \"min_20\": {\n              \"minimum_quantity\": 20,\n              \"amount\": 60\n            }\n          }\n        }\n      },\n      \"sku\": \"product-sku-a\",\n      \"sales\": {\n        \"summer\": {\n          \"schedule\": {\n            \"valid_form\": \"2023-12-24T09:00:00\",\n            \"valid_to\": \"2023-12-25T09:00:00\"\n          },\n          \"currencies\": {\n            \"USD\": {\n              \"amount\": 90,\n              \"includes_tax\": false,\n              \"tiers\": {\n                \"min_5\": {\n                  \"minimum_quantity\": 5,\n                  \"amount\": 40\n                }\n              }\n            },\n            \"CAD\": {\n              \"amount\": 117,\n              \"includes_tax\": false,\n              \"tiers\": {\n                \"min_10\": {\n                  \"minimum_quantity\": 10,\n                  \"amount\": 80\n                }\n              }\n            },\n            \"GBP\": {\n              \"amount\": 65,\n              \"includes_tax\": true,\n              \"tiers\": {\n                \"min_20\": {\n                  \"minimum_quantity\": 20,\n                  \"amount\": 50\n                }\n              }\n            }\n          }\n        }\n      },\n      \"external_ref\": \"a-external-ref\",\n      \"admin_attributes\": {\n        \"cost_of_goods\": \"42.0\",\n        \"charge_type\": \"credit card\"\n      },\n      \"shopper_attributes\": {\n        \"cost_of_goods\": \"42.0\",\n        \"charge_type\": \"credit card\"\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"The price already exists\",\n      \"status\": \"409\",\n      \"title\": \"conflict\"\n    },\n    {\n      \"detail\": \"The price already exists\",\n      \"status\": \"409\",\n      \"title\": \"conflict\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1be4ca8c-14b3-46c1-83bc-dfdc4e9c1440",
          "name": "Gets all Prices by Price Book ID",
          "request": {
            "name": "Gets all Prices by Price Book ID",
            "description": {
              "content": "Retrieves all the product prices in the specified price book.\n\n### Filtering\n\nThis endpoint supports filtering. For general syntax, see [Filtering](/guides/Getting-Started/filtering).\n\n| Operator | Attribute | Description | Example |\n| --- | --- | --- | --- |\n| `eq` | `external_ref`, `sku` | Checks if the values you provide matches a price. | `filter=eq(sku,some-sku)` |\n| `in` | `sku` | Checks if the values you provide are included in a product SKU. | `filter=in(sku,some-sku)' |\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "pricebooks",
                ":pricebookID",
                "prices"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "This endpoint supports filtering. See [Filtering]().\n",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the the [**page length**](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "3226"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page offset is set, the [**page length**](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "4218"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "pricebookID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of a price book.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "9edd8375-a58d-4aa8-9a2e-470760afc97b",
              "name": "The product price list.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "pricebooks",
                    ":pricebookID",
                    "prices"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "This endpoint supports filtering. See [Filtering]().\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the the [**page length**](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "3226"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page offset is set, the [**page length**](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "4218"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a price book.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "pricebookID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"type\": \"product-price\",\n      \"attributes\": {\n        \"sku\": \"product-sku-a\",\n        \"currencies\": {\n          \"USD\": {\n            \"amount\": 100,\n            \"includes_tax\": false,\n            \"tiers\": {\n              \"min_5\": {\n                \"minimum_quantity\": 5,\n                \"amount\": 50\n              }\n            }\n          },\n          \"CAD\": {\n            \"amount\": 127,\n            \"includes_tax\": false,\n            \"tiers\": {\n              \"min_10\": {\n                \"minimum_quantity\": 10,\n                \"amount\": 100\n              }\n            }\n          },\n          \"GBP\": {\n            \"amount\": 73,\n            \"includes_tax\": true,\n            \"tiers\": {\n              \"min_20\": {\n                \"minimum_quantity\": 20,\n                \"amount\": 60\n              }\n            }\n          }\n        },\n        \"sales\": {\n          \"summer\": {\n            \"schedule\": {\n              \"valid_form\": \"2023-12-24T09:00:00\",\n              \"valid_to\": \"2023-12-25T09:00:00\"\n            },\n            \"currencies\": {\n              \"USD\": {\n                \"amount\": 90,\n                \"includes_tax\": false,\n                \"tiers\": {\n                  \"min_5\": {\n                    \"minimum_quantity\": 5,\n                    \"amount\": 40\n                  }\n                }\n              },\n              \"CAD\": {\n                \"amount\": 117,\n                \"includes_tax\": false,\n                \"tiers\": {\n                  \"min_10\": {\n                    \"minimum_quantity\": 10,\n                    \"amount\": 80\n                  }\n                }\n              },\n              \"GBP\": {\n                \"amount\": 65,\n                \"includes_tax\": true,\n                \"tiers\": {\n                  \"min_20\": {\n                    \"minimum_quantity\": 20,\n                    \"amount\": 50\n                  }\n                }\n              }\n            }\n          }\n        },\n        \"external_ref\": \"external-ref\",\n        \"created_at\": \"2020-09-22T09:00:00Z\",\n        \"updated_at\": \"2020-09-22T09:00:00Z\",\n        \"admin_attributes\": {\n          \"cost_of_goods\": \"42.0\",\n          \"charge_type\": \"credit card\"\n        },\n        \"shopper_attributes\": {\n          \"cost_of_goods\": \"42.0\",\n          \"charge_type\": \"credit card\"\n        }\n      },\n      \"id\": \"a915553d-935d-4d56-870b-817b47a44a99\",\n      \"pricebook_external_ref\": \"a-pricebook-external-ref\",\n      \"meta\": {\n        \"owner\": \"store\",\n        \"pricebook_id\": \"4c45e4ec-26e0-4043-86e4-c15b9cf985a7\"\n      }\n    },\n    {\n      \"type\": \"product-price\",\n      \"attributes\": {\n        \"sku\": \"product-sku-a\",\n        \"currencies\": {\n          \"USD\": {\n            \"amount\": 100,\n            \"includes_tax\": false,\n            \"tiers\": {\n              \"min_5\": {\n                \"minimum_quantity\": 5,\n                \"amount\": 50\n              }\n            }\n          },\n          \"CAD\": {\n            \"amount\": 127,\n            \"includes_tax\": false,\n            \"tiers\": {\n              \"min_10\": {\n                \"minimum_quantity\": 10,\n                \"amount\": 100\n              }\n            }\n          },\n          \"GBP\": {\n            \"amount\": 73,\n            \"includes_tax\": true,\n            \"tiers\": {\n              \"min_20\": {\n                \"minimum_quantity\": 20,\n                \"amount\": 60\n              }\n            }\n          }\n        },\n        \"sales\": {\n          \"summer\": {\n            \"schedule\": {\n              \"valid_form\": \"2023-12-24T09:00:00\",\n              \"valid_to\": \"2023-12-25T09:00:00\"\n            },\n            \"currencies\": {\n              \"USD\": {\n                \"amount\": 90,\n                \"includes_tax\": false,\n                \"tiers\": {\n                  \"min_5\": {\n                    \"minimum_quantity\": 5,\n                    \"amount\": 40\n                  }\n                }\n              },\n              \"CAD\": {\n                \"amount\": 117,\n                \"includes_tax\": false,\n                \"tiers\": {\n                  \"min_10\": {\n                    \"minimum_quantity\": 10,\n                    \"amount\": 80\n                  }\n                }\n              },\n              \"GBP\": {\n                \"amount\": 65,\n                \"includes_tax\": true,\n                \"tiers\": {\n                  \"min_20\": {\n                    \"minimum_quantity\": 20,\n                    \"amount\": 50\n                  }\n                }\n              }\n            }\n          }\n        },\n        \"external_ref\": \"external-ref\",\n        \"created_at\": \"2020-09-22T09:00:00Z\",\n        \"updated_at\": \"2020-09-22T09:00:00Z\",\n        \"admin_attributes\": {\n          \"cost_of_goods\": \"42.0\",\n          \"charge_type\": \"credit card\"\n        },\n        \"shopper_attributes\": {\n          \"cost_of_goods\": \"42.0\",\n          \"charge_type\": \"credit card\"\n        }\n      },\n      \"id\": \"a915553d-935d-4d56-870b-817b47a44a99\",\n      \"pricebook_external_ref\": \"a-pricebook-external-ref\",\n      \"meta\": {\n        \"owner\": \"store\",\n        \"pricebook_id\": \"4c45e4ec-26e0-4043-86e4-c15b9cf985a7\"\n      }\n    }\n  ],\n  \"meta\": {\n    \"results\": {\n      \"total\": 1\n    },\n    \"page\": {\n      \"limit\": 10,\n      \"offset\": 0,\n      \"current\": 0,\n      \"total\": 1\n    }\n  },\n  \"links\": {\n    \"self\": \"https://KCRTSNNxGpXRaVmMQfHmHoxxu.wcrkwReJ2ybB9dtnN5pA04ph9z6+IgtdHAWDTdRYQ83TE72zK\",\n    \"first\": \"http://ZsorVLqW.aiitEd1VLnkwJZs\",\n    \"last\": \"https://klSqteulocPdEWMUotAamACIDqMir.rlvF8thb7wDORpYVTnNlSFyLs0Lx.KCirfKqrf.p2R-qnf8mUzxqX3QW3nDuy+L5HJApm17RVMdsqRgL\",\n    \"prev\": \"http://HHRWSQEgctNkHUezr.yyCsRmBprAcjDg7O7x7kWY1fjorUT\",\n    \"next\": \"http://NsDutRddz.hfyff4\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "67bc20d4-cc62-4bef-8adc-bb748630d354",
              "name": "Unexpected error",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "pricebooks",
                    ":pricebookID",
                    "prices"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "This endpoint supports filtering. See [Filtering]().\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the the [**page length**](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "3226"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page offset is set, the [**page length**](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "4218"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a price book.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "pricebookID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"The price already exists\",\n      \"status\": \"409\",\n      \"title\": \"conflict\"\n    },\n    {\n      \"detail\": \"The price already exists\",\n      \"status\": \"409\",\n      \"title\": \"conflict\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6099a3ff-2089-4994-b5b0-e72dd9af71fe",
          "name": "Get a Product Price by Price Book ID",
          "request": {
            "name": "Get a Product Price by Price Book ID",
            "description": {
              "content": "Retrieves a specified product price (`priceId`) in the specified price book (`id`).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "pricebooks",
                ":pricebookID",
                "prices",
                ":priceID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "pricebookID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of a price book.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "priceID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier of a price book price.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "203a3630-6d48-4378-9f0d-45aeb1ae1f5f",
              "name": "The product price.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "pricebooks",
                    ":pricebookID",
                    "prices",
                    ":priceID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a price book.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "pricebookID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier of a price book price.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "priceID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"product-price\",\n    \"attributes\": {\n      \"sku\": \"product-sku-a\",\n      \"currencies\": {\n        \"USD\": {\n          \"amount\": 100,\n          \"includes_tax\": false,\n          \"tiers\": {\n            \"min_5\": {\n              \"minimum_quantity\": 5,\n              \"amount\": 50\n            }\n          }\n        },\n        \"CAD\": {\n          \"amount\": 127,\n          \"includes_tax\": false,\n          \"tiers\": {\n            \"min_10\": {\n              \"minimum_quantity\": 10,\n              \"amount\": 100\n            }\n          }\n        },\n        \"GBP\": {\n          \"amount\": 73,\n          \"includes_tax\": true,\n          \"tiers\": {\n            \"min_20\": {\n              \"minimum_quantity\": 20,\n              \"amount\": 60\n            }\n          }\n        }\n      },\n      \"sales\": {\n        \"summer\": {\n          \"schedule\": {\n            \"valid_form\": \"2023-12-24T09:00:00\",\n            \"valid_to\": \"2023-12-25T09:00:00\"\n          },\n          \"currencies\": {\n            \"USD\": {\n              \"amount\": 90,\n              \"includes_tax\": false,\n              \"tiers\": {\n                \"min_5\": {\n                  \"minimum_quantity\": 5,\n                  \"amount\": 40\n                }\n              }\n            },\n            \"CAD\": {\n              \"amount\": 117,\n              \"includes_tax\": false,\n              \"tiers\": {\n                \"min_10\": {\n                  \"minimum_quantity\": 10,\n                  \"amount\": 80\n                }\n              }\n            },\n            \"GBP\": {\n              \"amount\": 65,\n              \"includes_tax\": true,\n              \"tiers\": {\n                \"min_20\": {\n                  \"minimum_quantity\": 20,\n                  \"amount\": 50\n                }\n              }\n            }\n          }\n        }\n      },\n      \"external_ref\": \"external-ref\",\n      \"created_at\": \"2020-09-22T09:00:00Z\",\n      \"updated_at\": \"2020-09-22T09:00:00Z\",\n      \"admin_attributes\": {\n        \"cost_of_goods\": \"42.0\",\n        \"charge_type\": \"credit card\"\n      },\n      \"shopper_attributes\": {\n        \"cost_of_goods\": \"42.0\",\n        \"charge_type\": \"credit card\"\n      }\n    },\n    \"id\": \"a915553d-935d-4d56-870b-817b47a44a99\",\n    \"pricebook_external_ref\": \"a-pricebook-external-ref\",\n    \"meta\": {\n      \"owner\": \"store\",\n      \"pricebook_id\": \"4c45e4ec-26e0-4043-86e4-c15b9cf985a7\"\n    }\n  },\n  \"links\": {\n    \"self\": \"https://tRJGewXNgxNuvMMp.nbxdzV64mWiz5X89Ilt3Uf-WwdNpulc6arQv4rMc\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c01cc198-ce04-40e6-bf18-4f98012c9ec9",
              "name": "Unexpected error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "pricebooks",
                    ":pricebookID",
                    "prices",
                    ":priceID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a price book.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "pricebookID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier of a price book price.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "priceID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"The price already exists\",\n      \"status\": \"409\",\n      \"title\": \"conflict\"\n    },\n    {\n      \"detail\": \"The price already exists\",\n      \"status\": \"409\",\n      \"title\": \"conflict\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "56bfc56a-f4fc-4f9d-818e-27ed9c6a75cf",
          "name": "Update a Product Price in a Price Book",
          "request": {
            "name": "Update a Product Price in a Price Book",
            "description": {
              "content": "Specify whichever attributes you want to change. The values of the other attributes remain the same. If the attributes section is empty, the price is not updated.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "pricebooks",
                ":pricebookID",
                "prices",
                ":priceID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "pricebookID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of a price book.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "priceID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier of a price book price.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"product-price\",\n    \"attributes\": {\n      \"sku\": \"product-sku-a\",\n      \"currencies\": {\n        \"USD\": {\n          \"amount\": 100,\n          \"includes_tax\": false,\n          \"tiers\": {\n            \"min_5\": {\n              \"minimum_quantity\": 5,\n              \"amount\": 50\n            }\n          }\n        },\n        \"CAD\": {\n          \"amount\": 127,\n          \"includes_tax\": false,\n          \"tiers\": {\n            \"min_10\": {\n              \"minimum_quantity\": 10,\n              \"amount\": 100\n            }\n          }\n        },\n        \"GBP\": {\n          \"amount\": 73,\n          \"includes_tax\": true,\n          \"tiers\": {\n            \"min_20\": {\n              \"minimum_quantity\": 20,\n              \"amount\": 60\n            }\n          }\n        }\n      },\n      \"sales\": {\n        \"summer\": {\n          \"schedule\": {\n            \"valid_form\": \"2023-12-24T09:00:00\",\n            \"valid_to\": \"2023-12-25T09:00:00\"\n          },\n          \"currencies\": {\n            \"USD\": {\n              \"amount\": 90,\n              \"includes_tax\": false,\n              \"tiers\": {\n                \"min_5\": {\n                  \"minimum_quantity\": 5,\n                  \"amount\": 40\n                }\n              }\n            },\n            \"CAD\": {\n              \"amount\": 117,\n              \"includes_tax\": false,\n              \"tiers\": {\n                \"min_10\": {\n                  \"minimum_quantity\": 10,\n                  \"amount\": 80\n                }\n              }\n            },\n            \"GBP\": {\n              \"amount\": 65,\n              \"includes_tax\": true,\n              \"tiers\": {\n                \"min_20\": {\n                  \"minimum_quantity\": 20,\n                  \"amount\": 50\n                }\n              }\n            }\n          }\n        }\n      },\n      \"external_ref\": \"external-ref\",\n      \"created_at\": \"2020-09-22T09:00:00Z\",\n      \"updated_at\": \"2020-09-22T09:00:00Z\",\n      \"admin_attributes\": {\n        \"cost_of_goods\": \"42.0\",\n        \"charge_type\": \"credit card\"\n      },\n      \"shopper_attributes\": {\n        \"cost_of_goods\": \"42.0\",\n        \"charge_type\": \"credit card\"\n      }\n    },\n    \"id\": \"a915553d-935d-4d56-870b-817b47a44a99\",\n    \"pricebook_external_ref\": \"a-pricebook-external-ref\",\n    \"meta\": {\n      \"owner\": \"store\",\n      \"pricebook_id\": \"4c45e4ec-26e0-4043-86e4-c15b9cf985a7\"\n    }\n  },\n  \"links\": {\n    \"self\": \"https://tRJGewXNgxNuvMMp.nbxdzV64mWiz5X89Ilt3Uf-WwdNpulc6arQv4rMc\"\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "831ce203-386c-4589-b93e-f3a8de85c3a1",
              "name": "An updated product price with the following attributes.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "pricebooks",
                    ":pricebookID",
                    "prices",
                    ":priceID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a price book.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "pricebookID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier of a price book price.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "priceID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"product-price\",\n    \"attributes\": {\n      \"sku\": \"product-sku-a\",\n      \"currencies\": {\n        \"USD\": {\n          \"amount\": 100,\n          \"includes_tax\": false,\n          \"tiers\": {\n            \"min_5\": {\n              \"minimum_quantity\": 5,\n              \"amount\": 50\n            }\n          }\n        },\n        \"CAD\": {\n          \"amount\": 127,\n          \"includes_tax\": false,\n          \"tiers\": {\n            \"min_10\": {\n              \"minimum_quantity\": 10,\n              \"amount\": 100\n            }\n          }\n        },\n        \"GBP\": {\n          \"amount\": 73,\n          \"includes_tax\": true,\n          \"tiers\": {\n            \"min_20\": {\n              \"minimum_quantity\": 20,\n              \"amount\": 60\n            }\n          }\n        }\n      },\n      \"sales\": {\n        \"summer\": {\n          \"schedule\": {\n            \"valid_form\": \"2023-12-24T09:00:00\",\n            \"valid_to\": \"2023-12-25T09:00:00\"\n          },\n          \"currencies\": {\n            \"USD\": {\n              \"amount\": 90,\n              \"includes_tax\": false,\n              \"tiers\": {\n                \"min_5\": {\n                  \"minimum_quantity\": 5,\n                  \"amount\": 40\n                }\n              }\n            },\n            \"CAD\": {\n              \"amount\": 117,\n              \"includes_tax\": false,\n              \"tiers\": {\n                \"min_10\": {\n                  \"minimum_quantity\": 10,\n                  \"amount\": 80\n                }\n              }\n            },\n            \"GBP\": {\n              \"amount\": 65,\n              \"includes_tax\": true,\n              \"tiers\": {\n                \"min_20\": {\n                  \"minimum_quantity\": 20,\n                  \"amount\": 50\n                }\n              }\n            }\n          }\n        }\n      },\n      \"external_ref\": \"external-ref\",\n      \"created_at\": \"2020-09-22T09:00:00Z\",\n      \"updated_at\": \"2020-09-22T09:00:00Z\",\n      \"admin_attributes\": {\n        \"cost_of_goods\": \"42.0\",\n        \"charge_type\": \"credit card\"\n      },\n      \"shopper_attributes\": {\n        \"cost_of_goods\": \"42.0\",\n        \"charge_type\": \"credit card\"\n      }\n    },\n    \"id\": \"a915553d-935d-4d56-870b-817b47a44a99\",\n    \"pricebook_external_ref\": \"a-pricebook-external-ref\",\n    \"meta\": {\n      \"owner\": \"store\",\n      \"pricebook_id\": \"4c45e4ec-26e0-4043-86e4-c15b9cf985a7\"\n    }\n  },\n  \"links\": {\n    \"self\": \"https://tRJGewXNgxNuvMMp.nbxdzV64mWiz5X89Ilt3Uf-WwdNpulc6arQv4rMc\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"product-price\",\n    \"attributes\": {\n      \"sku\": \"product-sku-a\",\n      \"currencies\": {\n        \"USD\": {\n          \"amount\": 100,\n          \"includes_tax\": false,\n          \"tiers\": {\n            \"min_5\": {\n              \"minimum_quantity\": 5,\n              \"amount\": 50\n            }\n          }\n        },\n        \"CAD\": {\n          \"amount\": 127,\n          \"includes_tax\": false,\n          \"tiers\": {\n            \"min_10\": {\n              \"minimum_quantity\": 10,\n              \"amount\": 100\n            }\n          }\n        },\n        \"GBP\": {\n          \"amount\": 73,\n          \"includes_tax\": true,\n          \"tiers\": {\n            \"min_20\": {\n              \"minimum_quantity\": 20,\n              \"amount\": 60\n            }\n          }\n        }\n      },\n      \"sales\": {\n        \"summer\": {\n          \"schedule\": {\n            \"valid_form\": \"2023-12-24T09:00:00\",\n            \"valid_to\": \"2023-12-25T09:00:00\"\n          },\n          \"currencies\": {\n            \"USD\": {\n              \"amount\": 90,\n              \"includes_tax\": false,\n              \"tiers\": {\n                \"min_5\": {\n                  \"minimum_quantity\": 5,\n                  \"amount\": 40\n                }\n              }\n            },\n            \"CAD\": {\n              \"amount\": 117,\n              \"includes_tax\": false,\n              \"tiers\": {\n                \"min_10\": {\n                  \"minimum_quantity\": 10,\n                  \"amount\": 80\n                }\n              }\n            },\n            \"GBP\": {\n              \"amount\": 65,\n              \"includes_tax\": true,\n              \"tiers\": {\n                \"min_20\": {\n                  \"minimum_quantity\": 20,\n                  \"amount\": 50\n                }\n              }\n            }\n          }\n        }\n      },\n      \"external_ref\": \"external-ref\",\n      \"created_at\": \"2020-09-22T09:00:00Z\",\n      \"updated_at\": \"2020-09-22T09:00:00Z\",\n      \"admin_attributes\": {\n        \"cost_of_goods\": \"42.0\",\n        \"charge_type\": \"credit card\"\n      },\n      \"shopper_attributes\": {\n        \"cost_of_goods\": \"42.0\",\n        \"charge_type\": \"credit card\"\n      }\n    },\n    \"id\": \"a915553d-935d-4d56-870b-817b47a44a99\",\n    \"pricebook_external_ref\": \"a-pricebook-external-ref\",\n    \"meta\": {\n      \"owner\": \"store\",\n      \"pricebook_id\": \"4c45e4ec-26e0-4043-86e4-c15b9cf985a7\"\n    }\n  },\n  \"links\": {\n    \"self\": \"https://tRJGewXNgxNuvMMp.nbxdzV64mWiz5X89Ilt3Uf-WwdNpulc6arQv4rMc\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0f08bcb8-1c0e-4d67-b837-259d76038285",
              "name": "Unexpected error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "pricebooks",
                    ":pricebookID",
                    "prices",
                    ":priceID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a price book.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "pricebookID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier of a price book price.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "priceID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"product-price\",\n    \"attributes\": {\n      \"sku\": \"product-sku-a\",\n      \"currencies\": {\n        \"USD\": {\n          \"amount\": 100,\n          \"includes_tax\": false,\n          \"tiers\": {\n            \"min_5\": {\n              \"minimum_quantity\": 5,\n              \"amount\": 50\n            }\n          }\n        },\n        \"CAD\": {\n          \"amount\": 127,\n          \"includes_tax\": false,\n          \"tiers\": {\n            \"min_10\": {\n              \"minimum_quantity\": 10,\n              \"amount\": 100\n            }\n          }\n        },\n        \"GBP\": {\n          \"amount\": 73,\n          \"includes_tax\": true,\n          \"tiers\": {\n            \"min_20\": {\n              \"minimum_quantity\": 20,\n              \"amount\": 60\n            }\n          }\n        }\n      },\n      \"sales\": {\n        \"summer\": {\n          \"schedule\": {\n            \"valid_form\": \"2023-12-24T09:00:00\",\n            \"valid_to\": \"2023-12-25T09:00:00\"\n          },\n          \"currencies\": {\n            \"USD\": {\n              \"amount\": 90,\n              \"includes_tax\": false,\n              \"tiers\": {\n                \"min_5\": {\n                  \"minimum_quantity\": 5,\n                  \"amount\": 40\n                }\n              }\n            },\n            \"CAD\": {\n              \"amount\": 117,\n              \"includes_tax\": false,\n              \"tiers\": {\n                \"min_10\": {\n                  \"minimum_quantity\": 10,\n                  \"amount\": 80\n                }\n              }\n            },\n            \"GBP\": {\n              \"amount\": 65,\n              \"includes_tax\": true,\n              \"tiers\": {\n                \"min_20\": {\n                  \"minimum_quantity\": 20,\n                  \"amount\": 50\n                }\n              }\n            }\n          }\n        }\n      },\n      \"external_ref\": \"external-ref\",\n      \"created_at\": \"2020-09-22T09:00:00Z\",\n      \"updated_at\": \"2020-09-22T09:00:00Z\",\n      \"admin_attributes\": {\n        \"cost_of_goods\": \"42.0\",\n        \"charge_type\": \"credit card\"\n      },\n      \"shopper_attributes\": {\n        \"cost_of_goods\": \"42.0\",\n        \"charge_type\": \"credit card\"\n      }\n    },\n    \"id\": \"a915553d-935d-4d56-870b-817b47a44a99\",\n    \"pricebook_external_ref\": \"a-pricebook-external-ref\",\n    \"meta\": {\n      \"owner\": \"store\",\n      \"pricebook_id\": \"4c45e4ec-26e0-4043-86e4-c15b9cf985a7\"\n    }\n  },\n  \"links\": {\n    \"self\": \"https://tRJGewXNgxNuvMMp.nbxdzV64mWiz5X89Ilt3Uf-WwdNpulc6arQv4rMc\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"The price already exists\",\n      \"status\": \"409\",\n      \"title\": \"conflict\"\n    },\n    {\n      \"detail\": \"The price already exists\",\n      \"status\": \"409\",\n      \"title\": \"conflict\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0fafa352-6536-493f-8ca5-b183a47fa59b",
          "name": "Delete a Product Price from a Price Book",
          "request": {
            "name": "Delete a Product Price from a Price Book",
            "description": {
              "content": "Deletes a product price from the specified price book.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "pricebooks",
                ":pricebookID",
                "prices",
                ":priceID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "pricebookID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of a price book.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "priceID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) A unique identifier of a price book price.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "a3d0d956-a924-4d44-ae6f-a7676feab8f1",
              "name": "A 204 response indicates that the product prices have been deleted",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "pricebooks",
                    ":pricebookID",
                    "prices",
                    ":priceID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a price book.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "pricebookID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier of a price book price.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "priceID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "99e72f22-c66e-4d7f-a10c-b2da70963530",
              "name": "Unexpected error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "pricebooks",
                    ":pricebookID",
                    "prices",
                    ":priceID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a price book.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "pricebookID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A unique identifier of a price book price.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "priceID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"The price already exists\",\n      \"status\": \"409\",\n      \"title\": \"conflict\"\n    },\n    {\n      \"detail\": \"The price already exists\",\n      \"status\": \"409\",\n      \"title\": \"conflict\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "31aa50e1-2147-482b-8846-a93704dddc41",
          "name": "Gets all Prices",
          "request": {
            "name": "Gets all Prices",
            "description": {
              "content": "Allows you to retrieve all prices for a product, irrespective of the different price books that include that product's price. For example, you can filter for all prices for a specified `sku`, or filter for all prices changed before or after a given date. This will retrieve prices from all price books.\n\n### Filtering\n\nThis endpoint supports filtering. For general syntax, see [Filtering](/guides/Getting-Started/filtering).\n\n| Operator | Attribute | Description | Example |\n| --- | --- | --- | --- |\n| `eq` | `external_ref`, `sku`, `id` | Equals. Checks if the values of two operands are equal. If they are, the condition is true. | `filter=eq(sku,some-sku)` |\n| `in` | `external_ref`, `sku`, `id` | In. Checks if the values are included in the specified list. If they are, the condition is true. | `filter=in(sku,some-sku)` |\n| `like` | `external_ref`, `sku` | Like. Checks if the operand contains the specified string. Wildcards are supported. | `filter=like(sku,some-sku)` |\n| `gt` | `updated_at`, `created_at` | Greater than. Checks if the value on the left of the operator is greater than the value on the right. If it is, the condition is true. | `filter=gt(updated_at,2018-04-16T10:11:59.715Z)` |\n| `lt` | `updated_at`, `created_at` | Less than. Checks if the value on the left of the operator is less than the value on the right. If it is, the condition is true. | `filter=lt(updated_at,2018-04-16T10:11:59.715Z)` |\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "pricebooks",
                "prices"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "This endpoint supports filtering. See [Filtering]().\n",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the the [**page length**](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "3226"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page offset is set, the [**page length**](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "4218"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "f183ebf1-170f-429d-a748-fabb0bcdc507",
              "name": "The price list.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "pricebooks",
                    "prices"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "This endpoint supports filtering. See [Filtering]().\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the the [**page length**](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "3226"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page offset is set, the [**page length**](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "4218"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"type\": \"product-price\",\n      \"attributes\": {\n        \"sku\": \"product-sku-a\",\n        \"currencies\": {\n          \"USD\": {\n            \"amount\": 100,\n            \"includes_tax\": false,\n            \"tiers\": {\n              \"min_5\": {\n                \"minimum_quantity\": 5,\n                \"amount\": 50\n              }\n            }\n          },\n          \"CAD\": {\n            \"amount\": 127,\n            \"includes_tax\": false,\n            \"tiers\": {\n              \"min_10\": {\n                \"minimum_quantity\": 10,\n                \"amount\": 100\n              }\n            }\n          },\n          \"GBP\": {\n            \"amount\": 73,\n            \"includes_tax\": true,\n            \"tiers\": {\n              \"min_20\": {\n                \"minimum_quantity\": 20,\n                \"amount\": 60\n              }\n            }\n          }\n        },\n        \"sales\": {\n          \"summer\": {\n            \"schedule\": {\n              \"valid_form\": \"2023-12-24T09:00:00\",\n              \"valid_to\": \"2023-12-25T09:00:00\"\n            },\n            \"currencies\": {\n              \"USD\": {\n                \"amount\": 90,\n                \"includes_tax\": false,\n                \"tiers\": {\n                  \"min_5\": {\n                    \"minimum_quantity\": 5,\n                    \"amount\": 40\n                  }\n                }\n              },\n              \"CAD\": {\n                \"amount\": 117,\n                \"includes_tax\": false,\n                \"tiers\": {\n                  \"min_10\": {\n                    \"minimum_quantity\": 10,\n                    \"amount\": 80\n                  }\n                }\n              },\n              \"GBP\": {\n                \"amount\": 65,\n                \"includes_tax\": true,\n                \"tiers\": {\n                  \"min_20\": {\n                    \"minimum_quantity\": 20,\n                    \"amount\": 50\n                  }\n                }\n              }\n            }\n          }\n        },\n        \"external_ref\": \"external-ref\",\n        \"created_at\": \"2020-09-22T09:00:00Z\",\n        \"updated_at\": \"2020-09-22T09:00:00Z\",\n        \"admin_attributes\": {\n          \"cost_of_goods\": \"42.0\",\n          \"charge_type\": \"credit card\"\n        },\n        \"shopper_attributes\": {\n          \"cost_of_goods\": \"42.0\",\n          \"charge_type\": \"credit card\"\n        }\n      },\n      \"id\": \"a915553d-935d-4d56-870b-817b47a44a99\",\n      \"pricebook_external_ref\": \"a-pricebook-external-ref\",\n      \"meta\": {\n        \"owner\": \"store\",\n        \"pricebook_id\": \"4c45e4ec-26e0-4043-86e4-c15b9cf985a7\"\n      }\n    },\n    {\n      \"type\": \"product-price\",\n      \"attributes\": {\n        \"sku\": \"product-sku-a\",\n        \"currencies\": {\n          \"USD\": {\n            \"amount\": 100,\n            \"includes_tax\": false,\n            \"tiers\": {\n              \"min_5\": {\n                \"minimum_quantity\": 5,\n                \"amount\": 50\n              }\n            }\n          },\n          \"CAD\": {\n            \"amount\": 127,\n            \"includes_tax\": false,\n            \"tiers\": {\n              \"min_10\": {\n                \"minimum_quantity\": 10,\n                \"amount\": 100\n              }\n            }\n          },\n          \"GBP\": {\n            \"amount\": 73,\n            \"includes_tax\": true,\n            \"tiers\": {\n              \"min_20\": {\n                \"minimum_quantity\": 20,\n                \"amount\": 60\n              }\n            }\n          }\n        },\n        \"sales\": {\n          \"summer\": {\n            \"schedule\": {\n              \"valid_form\": \"2023-12-24T09:00:00\",\n              \"valid_to\": \"2023-12-25T09:00:00\"\n            },\n            \"currencies\": {\n              \"USD\": {\n                \"amount\": 90,\n                \"includes_tax\": false,\n                \"tiers\": {\n                  \"min_5\": {\n                    \"minimum_quantity\": 5,\n                    \"amount\": 40\n                  }\n                }\n              },\n              \"CAD\": {\n                \"amount\": 117,\n                \"includes_tax\": false,\n                \"tiers\": {\n                  \"min_10\": {\n                    \"minimum_quantity\": 10,\n                    \"amount\": 80\n                  }\n                }\n              },\n              \"GBP\": {\n                \"amount\": 65,\n                \"includes_tax\": true,\n                \"tiers\": {\n                  \"min_20\": {\n                    \"minimum_quantity\": 20,\n                    \"amount\": 50\n                  }\n                }\n              }\n            }\n          }\n        },\n        \"external_ref\": \"external-ref\",\n        \"created_at\": \"2020-09-22T09:00:00Z\",\n        \"updated_at\": \"2020-09-22T09:00:00Z\",\n        \"admin_attributes\": {\n          \"cost_of_goods\": \"42.0\",\n          \"charge_type\": \"credit card\"\n        },\n        \"shopper_attributes\": {\n          \"cost_of_goods\": \"42.0\",\n          \"charge_type\": \"credit card\"\n        }\n      },\n      \"id\": \"a915553d-935d-4d56-870b-817b47a44a99\",\n      \"pricebook_external_ref\": \"a-pricebook-external-ref\",\n      \"meta\": {\n        \"owner\": \"store\",\n        \"pricebook_id\": \"4c45e4ec-26e0-4043-86e4-c15b9cf985a7\"\n      }\n    }\n  ],\n  \"meta\": {\n    \"page\": {\n      \"limit\": 10,\n      \"offset\": 0,\n      \"current\": 0,\n      \"total\": 1\n    }\n  },\n  \"links\": {\n    \"self\": \"https://vhxQXxtJWXJTZNugIYdyIiBk.hdarRds3SS+F+H4K3EDM,oGn8JnV0ynlXBAnmaYY-cns+EEEycfmZKL,F,x7mYc9NV\",\n    \"first\": \"http://oLTyBOpOiUdFjbiviUksl.drhqD5C6yjv2I\",\n    \"prev\": \"https://TUfuaKHIovlMCiddqrUCjq.cdDnaKSASAPApnw1T\",\n    \"next\": \"http://puj.slpsygWBiD\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c43f9588-2e56-491a-b506-886d2d18b47d",
              "name": "Unexpected error",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "pricebooks",
                    "prices"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "This endpoint supports filtering. See [Filtering]().\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the the [**page length**](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "3226"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page offset is set, the [**page length**](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "4218"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"The price already exists\",\n      \"status\": \"409\",\n      \"title\": \"conflict\"\n    },\n    {\n      \"detail\": \"The price already exists\",\n      \"status\": \"409\",\n      \"title\": \"conflict\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Price Book Modifiers",
      "description": "You can use price modifiers to change the price property of child products. By default, child products inherit the same price as their base products. Using price modifiers, you can enable child products to inherit a different price. This enables you to configure the price of child products, for example, to be lower than its base product, without having to individually update the price of your child products. There are three types of price modifier.\n\n| Modifier          | Data Type | Effect                                       |\n|:------------------|:----------|:---------------------------------------------|\n| `price_increment` | `string`  | Increases the price of a product.            |\n| `price_decrement` | `string`  | Decreases the price of a product.            |\n| `price_equals`    | `string`  | Sets the price of a product to the amount you specify. |\n\nThe following is an overview of the steps you need to follow to use price modifiers.\n\n1. Create a price modifier. You must give the price modifier a unique name. For more information, see [Create a Price Modifier](/docs/api/pxm/pricebooks/create-price-modifier).\n1. Build your child products with the new product modifier.\n",
      "item": [
        {
          "id": "7969d8c0-2fa0-48fb-b17e-10a28137bf07",
          "name": "Create a Modifier",
          "request": {
            "name": "Create a Modifier",
            "description": {
              "content": "You can use price modifiers to change the price property of child products. By default, child products inherit the same price as their base products. Using price modifiers, you can enable child products to inherit a different price. This enables you to configure the price of child products, for example, to be lower than its base product, without having to individually update the price of your child products. There are three types of price modifier.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "pricebooks",
                ":pricebookID",
                "modifiers"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "pricebookID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Unique identifier of a Price Book",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"price-modifier\",\n    \"attributes\": {\n      \"name\": \"large-supplement\",\n      \"modifier_type\": \"price_equals\",\n      \"currencies\": {\n        \"USD\": {\n          \"amount\": 100,\n          \"includes_tax\": false,\n          \"tiers\": {\n            \"min_5\": {\n              \"minimum_quantity\": 5,\n              \"amount\": 50\n            }\n          }\n        },\n        \"CAD\": {\n          \"amount\": 127,\n          \"includes_tax\": false,\n          \"tiers\": {\n            \"min_10\": {\n              \"minimum_quantity\": 10,\n              \"amount\": 100\n            }\n          }\n        },\n        \"GBP\": {\n          \"amount\": 73,\n          \"includes_tax\": true,\n          \"tiers\": {\n            \"min_20\": {\n              \"minimum_quantity\": 20,\n              \"amount\": 60\n            }\n          }\n        }\n      },\n      \"external_ref\": \"external-ref\"\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "880ebebe-6a74-47e3-94c8-b9538194a92e",
              "name": "The created price modifier",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "pricebooks",
                    ":pricebookID",
                    "modifiers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier of a Price Book",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "pricebookID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"price-modifier\",\n    \"attributes\": {\n      \"name\": \"large-supplement\",\n      \"modifier_type\": \"price_equals\",\n      \"currencies\": {\n        \"USD\": {\n          \"amount\": 100,\n          \"includes_tax\": false,\n          \"tiers\": {\n            \"min_5\": {\n              \"minimum_quantity\": 5,\n              \"amount\": 50\n            }\n          }\n        },\n        \"CAD\": {\n          \"amount\": 127,\n          \"includes_tax\": false,\n          \"tiers\": {\n            \"min_10\": {\n              \"minimum_quantity\": 10,\n              \"amount\": 100\n            }\n          }\n        },\n        \"GBP\": {\n          \"amount\": 73,\n          \"includes_tax\": true,\n          \"tiers\": {\n            \"min_20\": {\n              \"minimum_quantity\": 20,\n              \"amount\": 60\n            }\n          }\n        }\n      },\n      \"external_ref\": \"external-ref\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"price-modifier\",\n    \"attributes\": {\n      \"name\": \"large-supplement\",\n      \"modifier_type\": \"price_equals\",\n      \"currencies\": {\n        \"USD\": {\n          \"amount\": 100,\n          \"includes_tax\": false,\n          \"tiers\": {\n            \"min_5\": {\n              \"minimum_quantity\": 5,\n              \"amount\": 50\n            }\n          }\n        },\n        \"CAD\": {\n          \"amount\": 127,\n          \"includes_tax\": false,\n          \"tiers\": {\n            \"min_10\": {\n              \"minimum_quantity\": 10,\n              \"amount\": 100\n            }\n          }\n        },\n        \"GBP\": {\n          \"amount\": 73,\n          \"includes_tax\": true,\n          \"tiers\": {\n            \"min_20\": {\n              \"minimum_quantity\": 20,\n              \"amount\": 60\n            }\n          }\n        }\n      },\n      \"external_ref\": \"external-ref\",\n      \"created_at\": \"2020-09-22T09:00:00Z\",\n      \"updated_at\": \"2020-09-22T09:00:00Z\"\n    },\n    \"id\": \"37f2eed6-0bea-4d0b-a3c6-24cc76143bfd\",\n    \"pricebook_external_ref\": \"a-pricebook-external-ref\",\n    \"meta\": {\n      \"owner\": \"store\"\n    }\n  },\n  \"links\": {\n    \"self\": \"https://dyOqIkQVhNQWNbWfdYM.blM-ssLm+MRlXGqJHbFjLLeuNJvX+iOamy2jR\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1e94837f-0dd3-4607-84df-e5807824444c",
              "name": "Unexpected error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "pricebooks",
                    ":pricebookID",
                    "modifiers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier of a Price Book",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "pricebookID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"price-modifier\",\n    \"attributes\": {\n      \"name\": \"large-supplement\",\n      \"modifier_type\": \"price_equals\",\n      \"currencies\": {\n        \"USD\": {\n          \"amount\": 100,\n          \"includes_tax\": false,\n          \"tiers\": {\n            \"min_5\": {\n              \"minimum_quantity\": 5,\n              \"amount\": 50\n            }\n          }\n        },\n        \"CAD\": {\n          \"amount\": 127,\n          \"includes_tax\": false,\n          \"tiers\": {\n            \"min_10\": {\n              \"minimum_quantity\": 10,\n              \"amount\": 100\n            }\n          }\n        },\n        \"GBP\": {\n          \"amount\": 73,\n          \"includes_tax\": true,\n          \"tiers\": {\n            \"min_20\": {\n              \"minimum_quantity\": 20,\n              \"amount\": 60\n            }\n          }\n        }\n      },\n      \"external_ref\": \"external-ref\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"The modifier already exists\",\n      \"status\": \"409\",\n      \"title\": \"conflict\"\n    },\n    {\n      \"detail\": \"The modifier already exists\",\n      \"status\": \"409\",\n      \"title\": \"conflict\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "92ae3f0b-dc62-44b9-9017-cd6733d870c7",
          "name": "Gets a list of all modifiers",
          "request": {
            "name": "Gets a list of all modifiers",
            "description": {
              "content": "Retrieves a list of price modifiers for the specified price book.\n\n### Filtering\n\nFiltering is supported on this endpoint. For the general syntax, see [Filtering](/guides/Getting-Started/filtering).\n\nYou can filter on the following attributes and operators.\n\n| Operator | Attribute | Description | Example |\n| --- | --- | --- | --- |\n| `eq` | `external_ref`, `name` | Checks if the values you provide matches a price modifier. | `filter=eq(name,largesupplement)` |\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "pricebooks",
                ":pricebookID",
                "modifiers"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "This endpoint supports filtering. See [Filtering]().\n",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the the [**page length**](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "3226"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page offset is set, the [**page length**](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "4218"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "pricebookID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Unique identifier of a Price Book",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "844055ab-117f-4211-a901-270cc7ccbe5c",
              "name": "The price modifier list.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "pricebooks",
                    ":pricebookID",
                    "modifiers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "This endpoint supports filtering. See [Filtering]().\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the the [**page length**](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "3226"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page offset is set, the [**page length**](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "4218"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier of a Price Book",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "pricebookID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"type\": \"price-modifier\",\n      \"attributes\": {\n        \"name\": \"large-supplement\",\n        \"modifier_type\": \"price_equals\",\n        \"currencies\": {\n          \"USD\": {\n            \"amount\": 100,\n            \"includes_tax\": false,\n            \"tiers\": {\n              \"min_5\": {\n                \"minimum_quantity\": 5,\n                \"amount\": 50\n              }\n            }\n          },\n          \"CAD\": {\n            \"amount\": 127,\n            \"includes_tax\": false,\n            \"tiers\": {\n              \"min_10\": {\n                \"minimum_quantity\": 10,\n                \"amount\": 100\n              }\n            }\n          },\n          \"GBP\": {\n            \"amount\": 73,\n            \"includes_tax\": true,\n            \"tiers\": {\n              \"min_20\": {\n                \"minimum_quantity\": 20,\n                \"amount\": 60\n              }\n            }\n          }\n        },\n        \"external_ref\": \"external-ref\",\n        \"created_at\": \"2020-09-22T09:00:00Z\",\n        \"updated_at\": \"2020-09-22T09:00:00Z\"\n      },\n      \"id\": \"37f2eed6-0bea-4d0b-a3c6-24cc76143bfd\",\n      \"pricebook_external_ref\": \"a-pricebook-external-ref\",\n      \"meta\": {\n        \"owner\": \"store\"\n      }\n    },\n    {\n      \"type\": \"price-modifier\",\n      \"attributes\": {\n        \"name\": \"large-supplement\",\n        \"modifier_type\": \"price_equals\",\n        \"currencies\": {\n          \"USD\": {\n            \"amount\": 100,\n            \"includes_tax\": false,\n            \"tiers\": {\n              \"min_5\": {\n                \"minimum_quantity\": 5,\n                \"amount\": 50\n              }\n            }\n          },\n          \"CAD\": {\n            \"amount\": 127,\n            \"includes_tax\": false,\n            \"tiers\": {\n              \"min_10\": {\n                \"minimum_quantity\": 10,\n                \"amount\": 100\n              }\n            }\n          },\n          \"GBP\": {\n            \"amount\": 73,\n            \"includes_tax\": true,\n            \"tiers\": {\n              \"min_20\": {\n                \"minimum_quantity\": 20,\n                \"amount\": 60\n              }\n            }\n          }\n        },\n        \"external_ref\": \"external-ref\",\n        \"created_at\": \"2020-09-22T09:00:00Z\",\n        \"updated_at\": \"2020-09-22T09:00:00Z\"\n      },\n      \"id\": \"37f2eed6-0bea-4d0b-a3c6-24cc76143bfd\",\n      \"pricebook_external_ref\": \"a-pricebook-external-ref\",\n      \"meta\": {\n        \"owner\": \"store\"\n      }\n    }\n  ],\n  \"meta\": {\n    \"results\": {\n      \"total\": 1\n    },\n    \"page\": {\n      \"limit\": 10,\n      \"offset\": 0,\n      \"current\": 0,\n      \"total\": 1\n    }\n  },\n  \"links\": {\n    \"self\": \"https://cPxcEiKIyQEePNRkrHd.lqC7SweyIN3l+LI-DZVo-TCz,pToHyQ80SeFKj4q0wh8j\",\n    \"first\": \"https://pRvqtBSLWmOXRODT.twloaxnH2y-TOGHk4cXZ\",\n    \"last\": \"http://WpDTNOxJMPNXvxjWZlsTGj.ojdQdBu\",\n    \"prev\": \"https://i.qdzhPrMfDC5GGvg,51WIswVL.,xxeS6Mq3FYTSvxHMy\",\n    \"next\": \"http://hl.elqeiTJqohr5dgIt.kERfGGPYO435\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b73a42c8-64e4-4d74-b5af-18c72f399235",
              "name": "Unexpected error",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "pricebooks",
                    ":pricebookID",
                    "modifiers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "This endpoint supports filtering. See [Filtering]().\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the the [**page length**](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "3226"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page offset is set, the [**page length**](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "4218"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier of a Price Book",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "pricebookID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"The modifier already exists\",\n      \"status\": \"409\",\n      \"title\": \"conflict\"\n    },\n    {\n      \"detail\": \"The modifier already exists\",\n      \"status\": \"409\",\n      \"title\": \"conflict\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "fea7c54b-4c6a-4c67-8c44-de602de64361",
          "name": "Get a Modifier",
          "request": {
            "name": "Get a Modifier",
            "description": {
              "content": "Retrieves the specified price book modifier from the specified price book.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "pricebooks",
                ":pricebookID",
                "modifiers",
                ":modifierID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "pricebookID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Unique identifier of a Price Book",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "modifierID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Unique identifier of a Price Book Modifier",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "a7d7b100-cf2a-465b-b218-52d4e11ceaff",
              "name": "The price modifier.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "pricebooks",
                    ":pricebookID",
                    "modifiers",
                    ":modifierID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier of a Price Book",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "pricebookID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier of a Price Book Modifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "modifierID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"price-modifier\",\n    \"attributes\": {\n      \"name\": \"large-supplement\",\n      \"modifier_type\": \"price_equals\",\n      \"currencies\": {\n        \"USD\": {\n          \"amount\": 100,\n          \"includes_tax\": false,\n          \"tiers\": {\n            \"min_5\": {\n              \"minimum_quantity\": 5,\n              \"amount\": 50\n            }\n          }\n        },\n        \"CAD\": {\n          \"amount\": 127,\n          \"includes_tax\": false,\n          \"tiers\": {\n            \"min_10\": {\n              \"minimum_quantity\": 10,\n              \"amount\": 100\n            }\n          }\n        },\n        \"GBP\": {\n          \"amount\": 73,\n          \"includes_tax\": true,\n          \"tiers\": {\n            \"min_20\": {\n              \"minimum_quantity\": 20,\n              \"amount\": 60\n            }\n          }\n        }\n      },\n      \"external_ref\": \"external-ref\",\n      \"created_at\": \"2020-09-22T09:00:00Z\",\n      \"updated_at\": \"2020-09-22T09:00:00Z\"\n    },\n    \"id\": \"37f2eed6-0bea-4d0b-a3c6-24cc76143bfd\",\n    \"pricebook_external_ref\": \"a-pricebook-external-ref\",\n    \"meta\": {\n      \"owner\": \"store\"\n    }\n  },\n  \"links\": {\n    \"self\": \"https://dyOqIkQVhNQWNbWfdYM.blM-ssLm+MRlXGqJHbFjLLeuNJvX+iOamy2jR\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d094a89d-1ea9-48bb-aa52-578ee7bbf8d3",
              "name": "Unexpected error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "pricebooks",
                    ":pricebookID",
                    "modifiers",
                    ":modifierID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier of a Price Book",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "pricebookID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier of a Price Book Modifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "modifierID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"The modifier already exists\",\n      \"status\": \"409\",\n      \"title\": \"conflict\"\n    },\n    {\n      \"detail\": \"The modifier already exists\",\n      \"status\": \"409\",\n      \"title\": \"conflict\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "59f86fca-d54f-48c2-9fc3-cbf9d13c4b65",
          "name": "Update a Modifier",
          "request": {
            "name": "Update a Modifier",
            "description": {
              "content": "Specify whichever attributes you want to change. The values of the other attributes remain the same. If the attributes section is empty, the price modifier is not updated.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "pricebooks",
                ":pricebookID",
                "modifiers",
                ":modifierID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "pricebookID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Unique identifier of a Price Book",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "modifierID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Unique identifier of a Price Book Modifier",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"id\": \"37f2eed6-0bea-4d0b-a3c6-24cc76143bfd\",\n    \"type\": \"price-modifier\",\n    \"attributes\": {\n      \"currencies\": {\n        \"USD\": {\n          \"amount\": 100,\n          \"includes_tax\": false,\n          \"tiers\": {\n            \"min_5\": {\n              \"minimum_quantity\": 5,\n              \"amount\": 50\n            }\n          }\n        },\n        \"CAD\": {\n          \"amount\": 127,\n          \"includes_tax\": false,\n          \"tiers\": {\n            \"min_10\": {\n              \"minimum_quantity\": 10,\n              \"amount\": 100\n            }\n          }\n        },\n        \"GBP\": {\n          \"amount\": 73,\n          \"includes_tax\": true,\n          \"tiers\": {\n            \"min_20\": {\n              \"minimum_quantity\": 20,\n              \"amount\": 60\n            }\n          }\n        }\n      },\n      \"name\": \"large-supplement\",\n      \"modifier_type\": \"price_equals\",\n      \"external_ref\": \"external-ref\"\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "7fc67adc-0d9d-4663-9ca8-d718c11d0e07",
              "name": "Updated price modifier.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "pricebooks",
                    ":pricebookID",
                    "modifiers",
                    ":modifierID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier of a Price Book",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "pricebookID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier of a Price Book Modifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "modifierID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"37f2eed6-0bea-4d0b-a3c6-24cc76143bfd\",\n    \"type\": \"price-modifier\",\n    \"attributes\": {\n      \"currencies\": {\n        \"USD\": {\n          \"amount\": 100,\n          \"includes_tax\": false,\n          \"tiers\": {\n            \"min_5\": {\n              \"minimum_quantity\": 5,\n              \"amount\": 50\n            }\n          }\n        },\n        \"CAD\": {\n          \"amount\": 127,\n          \"includes_tax\": false,\n          \"tiers\": {\n            \"min_10\": {\n              \"minimum_quantity\": 10,\n              \"amount\": 100\n            }\n          }\n        },\n        \"GBP\": {\n          \"amount\": 73,\n          \"includes_tax\": true,\n          \"tiers\": {\n            \"min_20\": {\n              \"minimum_quantity\": 20,\n              \"amount\": 60\n            }\n          }\n        }\n      },\n      \"name\": \"large-supplement\",\n      \"modifier_type\": \"price_equals\",\n      \"external_ref\": \"external-ref\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"price-modifier\",\n    \"attributes\": {\n      \"name\": \"large-supplement\",\n      \"modifier_type\": \"price_equals\",\n      \"currencies\": {\n        \"USD\": {\n          \"amount\": 100,\n          \"includes_tax\": false,\n          \"tiers\": {\n            \"min_5\": {\n              \"minimum_quantity\": 5,\n              \"amount\": 50\n            }\n          }\n        },\n        \"CAD\": {\n          \"amount\": 127,\n          \"includes_tax\": false,\n          \"tiers\": {\n            \"min_10\": {\n              \"minimum_quantity\": 10,\n              \"amount\": 100\n            }\n          }\n        },\n        \"GBP\": {\n          \"amount\": 73,\n          \"includes_tax\": true,\n          \"tiers\": {\n            \"min_20\": {\n              \"minimum_quantity\": 20,\n              \"amount\": 60\n            }\n          }\n        }\n      },\n      \"external_ref\": \"external-ref\",\n      \"created_at\": \"2020-09-22T09:00:00Z\",\n      \"updated_at\": \"2020-09-22T09:00:00Z\"\n    },\n    \"id\": \"37f2eed6-0bea-4d0b-a3c6-24cc76143bfd\",\n    \"pricebook_external_ref\": \"a-pricebook-external-ref\",\n    \"meta\": {\n      \"owner\": \"store\"\n    }\n  },\n  \"links\": {\n    \"self\": \"https://dyOqIkQVhNQWNbWfdYM.blM-ssLm+MRlXGqJHbFjLLeuNJvX+iOamy2jR\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "abb360b7-285b-4bb3-bca5-b2e2b78b1e2f",
              "name": "Unexpected error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "pricebooks",
                    ":pricebookID",
                    "modifiers",
                    ":modifierID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier of a Price Book",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "pricebookID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier of a Price Book Modifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "modifierID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"37f2eed6-0bea-4d0b-a3c6-24cc76143bfd\",\n    \"type\": \"price-modifier\",\n    \"attributes\": {\n      \"currencies\": {\n        \"USD\": {\n          \"amount\": 100,\n          \"includes_tax\": false,\n          \"tiers\": {\n            \"min_5\": {\n              \"minimum_quantity\": 5,\n              \"amount\": 50\n            }\n          }\n        },\n        \"CAD\": {\n          \"amount\": 127,\n          \"includes_tax\": false,\n          \"tiers\": {\n            \"min_10\": {\n              \"minimum_quantity\": 10,\n              \"amount\": 100\n            }\n          }\n        },\n        \"GBP\": {\n          \"amount\": 73,\n          \"includes_tax\": true,\n          \"tiers\": {\n            \"min_20\": {\n              \"minimum_quantity\": 20,\n              \"amount\": 60\n            }\n          }\n        }\n      },\n      \"name\": \"large-supplement\",\n      \"modifier_type\": \"price_equals\",\n      \"external_ref\": \"external-ref\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"The modifier already exists\",\n      \"status\": \"409\",\n      \"title\": \"conflict\"\n    },\n    {\n      \"detail\": \"The modifier already exists\",\n      \"status\": \"409\",\n      \"title\": \"conflict\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6739bfca-a8a4-4b10-a350-eaa5cb832164",
          "name": "Delete a Modifier",
          "request": {
            "name": "Delete a Modifier",
            "description": {
              "content": "Deletes the specified price book modifier.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "pricebooks",
                ":pricebookID",
                "modifiers",
                ":modifierID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "pricebookID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Unique identifier of a Price Book",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "modifierID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Unique identifier of a Price Book Modifier",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "f396aef1-5c9b-4e1c-9989-56d256252a89",
              "name": "A 204 response indicates that the price modifiers have been deleted",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "pricebooks",
                    ":pricebookID",
                    "modifiers",
                    ":modifierID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier of a Price Book",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "pricebookID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier of a Price Book Modifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "modifierID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "bb8c6b92-a778-4332-aca7-6b9b93e38bd0",
              "name": "Unexpected error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "pricebooks",
                    ":pricebookID",
                    "modifiers",
                    ":modifierID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier of a Price Book",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "pricebookID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier of a Price Book Modifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "modifierID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"The modifier already exists\",\n      \"status\": \"409\",\n      \"title\": \"conflict\"\n    },\n    {\n      \"detail\": \"The modifier already exists\",\n      \"status\": \"409\",\n      \"title\": \"conflict\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Import a Price Book and Prices",
      "description": "You can create and update product price books and prices in bulk, at both organization and store level, using the Price Book Import API. This is useful, for example, if you have a promotion and want to update 50,000 product prices. Rather than having to go to each price book and manually edit 50,000 prices, you can use the Price Book Import API to bulk update all your product prices at the same time, including setting different prices for different currencies.\n\nYou can create/update:\n\n- price books.\n- prices.\n  - sales pricing for products and product bundles with SKUs.\n  - volume pricing (tiers).\n\nThe following are not supported by the Price Book Import API:\n\n- price modifiers\n- SKUless bundles\n- Bundle sale prices\n\nThe API uses a [JSONL](https://jsonlines.org/) file. The JSONL file can be compressed to a GZIP file. Here is an [example of a JSONL file](/assets/example_file_all.jsonl).\n\nA file can include up to 50,000 objects. If you have more than 50,000 objects, then you must create a separate file, and import each file, one at a time.\n\n### Characteristics of Price Book Import\n\nThe Price Book Import API reads the entire file and then creates/updates the price book objects. This means the price book objects can be in any order in the file.\n\nPrice book imports are asynchronous. When you send a request to the price book import API, it triggers an asynchronous job to create/update the price books and product prices. You can see the status of a job using Get a job.\n\nJobs are processed one at a time. You can continue to send price book import requests, but those jobs are queued. In other words, Commerce looks for any jobs that have a status of PENDING and starts the job with the earliest created date. This process is repeated until all jobs are processed. See [Jobs](/docs/api/pxm/products/jobs).\n\nThe API works on a \"best endeavours\" approach. In other words, the API does its best to create/update the price book objects based on the file that you provide. You can then use the results of the job to understand what objects the API created/updated and to troubleshoot any errors. See [Price Book Import API Results](#price-book-import-api-results).\n\nPrice book imports are processed sequentially in the order that you send your import API requests.\n\n### Price Book Import Unique Identifiers\n\nThe API uses unique identifiers to identify the objects to be created/updated.\n\nYou must provide either an `id` or an `external_ref`. You may have both, but you must have at least one.\n\n- If you supply an `id` then the ID must exist for the object to be updated. If the ID does not exist, this causes an error.\n- If you supply an `external_ref` then the API checks if the external reference exists and updates the object. If the external reference does not exist, the API creates a new object with the external reference you have specified.\n\n#### Price Book Unique Identifiers\n\nThe following table describes the unique identifiers you must provide, depending on whether you are creating or updating a price book.\n\n| Action | Unique Identifiers |\n| --- | --- |\n| Creating | <ul><li>Unique price book name.</li><li>`external_ref` for the price book.</li></ul> |\n| Updating | <ul><li>`id` and/or `external_ref` for the price book.</li></ul> |\n\n#### Price Unique Identifiers\n\nThe following table describes the unique identifiers you must provide, depending on whether you are creating or updating a price.\n\n | Action | Unique Identifiers |\n | --- | --- |\n | Creating | <ul><li>The product SKU that the price belongs to.</li><li>`id` and/or `external_ref` for the price book where you want to create the new price.</li><li>`external_ref` for the price. The `external_ref` for a price must be unique within a price book. However, you can have duplicate price external references across multiple price books.</li></ul> |\n | Updating | <ul><li>The product SKU that the price belongs to.</li><li>`pricebook_external_ref` for the price book where you want to update the new price.</li><li>`id` and/or `external_ref` for the price. The `external_ref` for a price must be unique within a price book. However, you can have duplicate price external references across multiple price books.</li></ul> |\n \n ### Price Book Import File\n \n You can create/update price book objects using [Import a Price](/docs/api/pxm/pricebooks/import-a-price-book-and-prices).\n \n The API uses a [JSONL](https://jsonlines.org/) file. The JSONL file can be compressed to a GZIP file. Here is an [example of a JSONL file](/assets/example_file_all.jsonl).\n \n A file can include up to 50,000 objects. If you have more than 50,000 objects, then you must create a separate file, and import each file, one at a time.\n \n - The `pricebook` Object - The attributes you can specify for a `pricebook` object are the attributes you specify when [creating a pricebook](/docs/api/pxm/pricebooks/create-pricebook). \n \n - The `product-price` Object - The attributes you can specify for a `product-price` object are the attributes you specify when [adding a price to a price book](/docs/api/pxm/pricebooks/create-product-price).\n \n Once your import file is created, use the [import a price book and prices API to import](/docs/api/pxm/pricebooks/import-pricebook) the file.\n \n ### Importing product prices with custom attributes\n \n There are two types of custom attributes a price can have `shopper_attributes` and `admin_attributes`. When importing product prices with custom attributes, you can import a price with:\n \n - up to 100 `admin_attributes`\n - up to 100 `shopper_attributes`\n \n Ensure that a price adheres to these limits for custom attributes.\n \n ### Price Book Import API Results\n \n The API works on a \"best endeavours\" approach. In other words, the API does its best to create/update the price book objects based on the file that you provide.\n \n If there are any errors, then the import is aborted and the job fails with an error. You can then use the job results to understand what objects the API created/updated until the import failed and to troubleshoot any errors. \n \n Once you have fixed any errors, you can then use the [**import a price**](/docs/api/pxm/pricebooks/import-pricebook) endpoint to send the request again.\n \n The following table describes the import messages reported by the API.\n \n | Import Message | Description |\n | --- | --- |\n | <ul><li>import price book_id: '%v' belongs to Organization\", price book.ID))</li><li>\"import price book external_ref: '%v' belongs to Organization\", *price book.ExternalRef)</li></ul> | This group of messages tells you that these imported objects belong to an organization. \n | <ul><li>matched price with pricebook_id - had different external_ref</li><li>matched price with pricebook_id - belongs to different price book</li><li>matched price with pricebook_id - price_id not found</li><li>matched price with pricebook_id - price_id belongs to an organization.</li><li>matched price with pricebook_id - duplicate external_ref detected</li><li>matched price with pricebook_id - duplicate SKU detected - required SKU.</li></ul> | This group of messages is telling you that the price was updated but there is an issue with another attribute that requires fixing. |\n \n The following table describes the import errors reported by the API.\n \n | Error | Description |\n | --- | --- |\n | <ul><li>error processing gzip file</li><li>error processing object '%v' invalid json provided</li></ul> | This group of errors indicates that there is a problem with the JSONL file. You must fix the problems with the file and try the import again. |\n | <ul><li>duplicate price book Id '%s' in imported price books</li><li>missing attributes for price book</li><li>invalid type for external_ref for price book</li><li>missing attributes for price</li><li>missing sku for price</li><li>missing sku for price</li><li>invalid type for external_ref for price</li><li>invalid type for sku for price</li><li>missing price book_id/price book_external_ref for price</li><li>price book id(s) not found</li><li>price book external ref(s) not found</li><li>price book id not found:</li><li>duplicate external ref found</li><li>price Ids not found</li><li>price book external refs not found</li></ul> | This group of errors indicates that there is some information missing from the objects you are trying to create/update. |\n",
      "item": [
        {
          "id": "cda61a49-00c4-48f6-97f3-b1094b669e77",
          "name": "Import a Price",
          "request": {
            "name": "Import a Price",
            "description": {
              "content": "You can create and update product price books and prices in bulk, at both organization and store level, using the Price Book Import API. This is useful, for example, if you have a promotion and want to update 50,000 product prices. Rather than having to go to each price book and manually edit 50,000 prices, you can use the Price Book Import API to bulk update all your product prices at the same time, including setting different prices for different currencies.\n \n The API uses a [JSONL](https://jsonlines.org/) file. The JSONL file can be compressed to a GZIP file. Here is an [example of a JSONL file](/assets/example_file_all.jsonl).\n \n The API works on a \"best endeavours\" approach. In other words, the API does its best to create/update the price book objects based on the file that you provide. If there are any errors, then the import is aborted, and the job fails with an error. You can then use the job results to understand what objects the API created/updated until the import failed, and to troubleshoot any errors. See [Import Results](#tag/Price-Book-Import).\n \n Price book imports are processed sequentially in the order that you send your import API requests.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "pcm",
                "pricebooks",
                "import"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "7bf3a5b2-f6bf-44cf-a15a-326db4063b8c",
              "name": "The created price book",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "pricebooks",
                    "import"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"0dd4e7de-006f-460f-a43e-a581f375cedc\",\n    \"attributes\": {\n      \"created_at\": \"2020-09-22T09:00:00Z\",\n      \"updated_at\": \"2020-09-22T09:00:00Z\",\n      \"type\": \"pricebook-import\",\n      \"status\": \"pending\",\n      \"started_at\": \"2020-09-22T09:00:00Z\",\n      \"completed_at\": \"2020-09-22T09:00:00Z\"\n    },\n    \"meta\": {\n      \"x_request_id\": \"2d70776e-c2b0-4446-84e6-d08a24edfca4\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3483858d-da4f-4608-9c36-76860b0d1807",
              "name": "Unexpected error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "pcm",
                    "pricebooks",
                    "import"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"detail\": \"The price book already exists\",\n      \"status\": \"409\",\n      \"title\": \"conflict\"\n    },\n    {\n      \"detail\": \"The price book already exists\",\n      \"status\": \"409\",\n      \"title\": \"conflict\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Promotions Standard",
      "description": "",
      "item": [
        {
          "id": "281a221c-128c-48a2-8ad0-a1703ea490c6",
          "name": "Get all Promotions",
          "request": {
            "name": "Get all Promotions",
            "description": {
              "content": "Returns all promotions.\n\n:::note\n\nYou can use pagination with this resource. For more information, see [pagination](/guides/Getting-Started/pagination).\n\n:::\n\n### Filtering\n\nThe following operators and attributes are available when filtering on this endpoint. See [Supported Filtering Characters](https://elasticpath.dev/guides/Getting-Started/filtering#supported-characters).\n\nUse `code` filter to search codes within promotions.\n\n| Attribute | Type | Operator     | Example                            |\n|:-----|:---------|:---------|:----------------------------------------|\n| `code` |  `string`   | `eq` | `eq(code,some_code)`          | \n\nFor filtering advanced promotion usages, pass the `EP-Public-Search-Type=cm_search` header. Advanced search filtering is only applicable when the promotion code is consumed and the promotion is not deleted.\n\n| Attribute | Type | Operator     | Example                            |\n|:-----|:---------|:---------|:----------------------------------------|\n| `promo_id`                    | `string`        |  `eq`\t                  | `eq(promo_id, 69c63c9d-8ccf-44b1-8e98-1e7feebfb581)` |\n| `promo_name`                  |`string`\t      | `eq`, `like`\t              | `eq(promo_name,cart percent discount)` |\n| `promo_type`                  | `string`\t      | `eq`\t                  | `eq(promo_type,fixed_discount)` |\n| `promo_status`                | `string`\t      | `eq`\t                  | `eq(promo_status,Running)` |\n| `promo_checkouts`            | `string`\t      | `eq`,`gt`, `ge`, `lt`, `le`\t      | `eq(promo_checkouts,2)` |\n| `promo_skus_prod_ids`         |\t`string`\t  | `eq`, `like`\t              | `eq(promo_skus_prod_ids, sku1)` |\n| `promo_start_date`            |\t`string`\t| `eq`, `gt`, `gr`, `lt`, `le`      | `eq(promo_start_date,2023-01-01)` |\n| `promo_end_date`              |\t`string`  | `eq`, `gt`, `gr`, `lt`, `le`\t  | `eq(promo_end_date,2050-06-15)` |\n| `code_id`\t                  | `string`  | `eq`                  | `eq(promo_id,2ea0cd1d-43a9-441b-b03f-3cab84aaee0c):eq(code_id,14b55e6c-3f80-436e-a90a-4de5f0e36240)`  |\n| `code_code`                   |  `string` | `eq`, `like`                | \t`eq(code_code,cart_fixed_10)` |\n| `code_used`\t                  | `string`  | `eq`, `gt`, `gr`, `lt`, `le`\t  | `eq(code_used,2)` |\n| `code_created_date`           |\t`string`\t| `eq`, `gt`, `gr`, `lt`, `le`\t  | `eq(code_created_date,2023-11-15)` |\n| `order_id`                    |\t`string`  | `eq`, `like`\t              | `eq(order_id,ccb13673-627c-4976-88da-f77c542b528f)`  |\n| `order_customer_email`\t      | `string`  | `eq`, `like`\t              | `like(order_customer_email,andy*)`  |\n| `order_created_date`\t      |  `string`\t| `eq`, `gt`, `gr`,`lt`, `le`\t      |  `le(order_created_date,2023-11-15)`  | \n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "promotions"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "The number of records to offset the results by.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "0"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The number of records per page.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "10"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "c4f400ba-3a08-4d48-867a-fef29dbfff93",
              "name": "200",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "promotions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"type\": \"string\",\n      \"id\": \"f1b93a46-5945-4094-40e0-8f3dd4d95a78\",\n      \"name\": \"string\",\n      \"description\": \"string\",\n      \"automatic\": true,\n      \"enabled\": false,\n      \"promotion_type\": \"fixed_discount\",\n      \"schema\": {\n        \"currencies\": [\n          {\n            \"amount\": 6467,\n            \"currency\": \"string\"\n          },\n          {\n            \"amount\": 3257,\n            \"currency\": \"string\"\n          }\n        ],\n        \"target_catalogs\": [\n          \"string\",\n          \"string\"\n        ],\n        \"conditions\": {\n          \"or\": [\n            {\n              \"and\": [\n                {\n                  \"attribute\": {\n                    \"template\": \"string\",\n                    \"field\": \"string\",\n                    \"type\": \"string\",\n                    \"value\": \"string\"\n                  }\n                },\n                {\n                  \"attribute\": {\n                    \"template\": \"string\",\n                    \"field\": \"string\",\n                    \"type\": \"string\",\n                    \"value\": \"string\"\n                  }\n                }\n              ]\n            },\n            {\n              \"and\": [\n                {\n                  \"attribute\": {\n                    \"template\": \"string\",\n                    \"field\": \"string\",\n                    \"type\": \"string\",\n                    \"value\": \"string\"\n                  }\n                },\n                {\n                  \"attribute\": {\n                    \"template\": \"string\",\n                    \"field\": \"string\",\n                    \"type\": \"string\",\n                    \"value\": \"string\"\n                  }\n                }\n              ]\n            }\n          ]\n        }\n      },\n      \"start\": \"string\",\n      \"end\": \"string\",\n      \"min_cart_value\": {},\n      \"max_applications_per_cart\": 8983.137702560893\n    },\n    {\n      \"type\": \"string\",\n      \"id\": \"c7362d64-2eb7-20ba-778b-ab0aabdb5a58\",\n      \"name\": \"string\",\n      \"description\": \"string\",\n      \"automatic\": false,\n      \"enabled\": true,\n      \"promotion_type\": \"fixed_discount\",\n      \"schema\": {\n        \"currencies\": [\n          {\n            \"amount\": 6013,\n            \"currency\": \"string\"\n          },\n          {\n            \"amount\": 1485,\n            \"currency\": \"string\"\n          }\n        ],\n        \"target_catalogs\": [\n          \"string\",\n          \"string\"\n        ],\n        \"conditions\": {\n          \"or\": [\n            {\n              \"and\": [\n                {\n                  \"attribute\": {\n                    \"template\": \"string\",\n                    \"field\": \"string\",\n                    \"type\": \"string\",\n                    \"value\": \"string\"\n                  }\n                },\n                {\n                  \"attribute\": {\n                    \"template\": \"string\",\n                    \"field\": \"string\",\n                    \"type\": \"string\",\n                    \"value\": \"string\"\n                  }\n                }\n              ]\n            },\n            {\n              \"and\": [\n                {\n                  \"attribute\": {\n                    \"template\": \"string\",\n                    \"field\": \"string\",\n                    \"type\": \"string\",\n                    \"value\": \"string\"\n                  }\n                },\n                {\n                  \"attribute\": {\n                    \"template\": \"string\",\n                    \"field\": \"string\",\n                    \"type\": \"string\",\n                    \"value\": \"string\"\n                  }\n                }\n              ]\n            }\n          ]\n        }\n      },\n      \"start\": \"string\",\n      \"end\": \"string\",\n      \"min_cart_value\": {},\n      \"max_applications_per_cart\": 7797.132324428644\n    }\n  ],\n  \"links\": {\n    \"current\": \"string\",\n    \"first\": \"string\",\n    \"last\": \"string\",\n    \"next\": \"string\",\n    \"prev\": \"string\"\n  },\n  \"meta\": {\n    \"page\": {\n      \"current\": 8524,\n      \"limit\": 6969,\n      \"offset\": 5287,\n      \"total\": 7350\n    },\n    \"results\": {\n      \"total\": 982\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "63dad216-bfbe-4a52-8626-d467f1830ad8",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "promotions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"errors\": [\n      {\n        \"status\": 401,\n        \"title\": \"Unauthorized\"\n      }\n    ]\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7e8e94d2-085b-47c7-a7fc-0b5e00af63a9",
          "name": "Create a Promotion",
          "request": {
            "name": "Create a Promotion",
            "description": {
              "content": "You can use this endpoint to create the following types of promotion:\n - Cart Fixed Discount Promotion\n - Cart Percent Discount Promotion\n - X for Y Discount Promotion\n - X for Amount Discount Promotion\n - Fixed Bundle Discount Promotion\n - Item Fixed Discount Promotion\n - Item Percent Discount Promotion\n - Free Gift Promotion\n\n### The `schema` object\n\nPromotions are defined by schemas that are used internally to verify promotions and calculate discounts. You must define a schema when you create the promotion. For more information, see the schema.exclude criteria and the targeting fields criteria.\n\n#### The `schema.exclude` criteria\n\nWhen creating a promotion, you can specify when it **should not** be applied. The promotion will not be applied on any cart (or cart item, depending on the promotion type) that fulfills at least one of the `schema.exclude` criteria. The following criteria can be set to exclude items from a promotion:\n\n- `schema.exclude.targets`\n- `schema.exclude.nodes`\n- `schema.exclude.attributes`\n- `schema.exclude.conditions`\n\nFor example, if you want to create a promotion with value as *SKU1* in `schema.exclude.targets` and and color *yellow* and size *small* in `schema.exclude.attributes`, then any products with *SKU1* or the color *yellow* or the size *small* will be excluded from the promotion.\n\nTo exclude products from a promotion based on multiple conditions at the same time, use `schema.exclude.conditions`. For example, use `schema.exclude.conditions` to exclude items that are both *yellow* in color and *small* in size.\n\n#### The targeting fields criteria\n\nWhen creating a promotion, you can also specify when it **should** be applied. To define the targeted products, use the following fields:\n\n  - `schema.target_catalogs`\n  - `schema.targets`\n  - `schema.target_nodes`\n  - `schema.target_attributes`\n  - `schema.target_conditions`\n\nThe cart item's catalog is verified if you define the `schema.target_catalogs` field. If the item is in any of the targeted catalogs specified in `schema.target_catalogs`, the promotion will be applied. If the item is not in any of the catalogs, the promotion will not be applied.\n\nThen, the cart item is verified to see if it fulfills at least one criteria of any of the four other targeting fields. In other words, the `schema` targeting fields such as `schema.targets`, `schema.target_nodes`, `schema.target_attributes` and `schema.target_conditions` create *OR* targeting conditions.\n\nFor example, if you create a promotion with values as *SKU1* in `schema.targets` and color *yellow* and size *small* in `schema.target_attributes`, then it will be applied to any products with *SKU1* or the color *yellow* or the size *small*.\n\nTo create a promotion that targets products based on multiple conditions at the same time, use `schema.target_conditions`. For example, use it to target items that are both *yellow* in color and *small* in size.\n\n:::note\n\nFor Cart Fixed Discount Promotion and Cart Percent Discount Promotion, the cart item's catalog is verified if you define the `schema.target_catalogs` field. If the item is in any of the targeted catalogs specified in `schema.target_catalogs`, the promotion will be applied. If the item is not in any of the catalogs, the promotion will not be applied.\n\n:::\n\n:::caution\n\n- Line-item discounts are only supported by the line calculation method. For more information about this method, see the Calculation Method section.\n- Hierarchy-based promotions are not supported for fixed bundle discount promotion and free gift promotion. To promote a bundle, create the bundle in Product Experience Manager, and then create a promotion for that bundle. For more information, see Bundles in Product Experience Manager.\n- For Free Gift Promotion, we recommend using `auto_add_free_gift` feature with `automatic` setting enabled. When `automatic` is set to `true`, it indicates that promotions are added automatically, and discounts are applied accordingly. If you enable the `auto_add_free_gift`, but do not enable the `automatic` setting, gift items will be added without discounts. In this case, shoppers need to apply coupon codes twice, first to add the gift item and then to apply the discount.\n\n:::\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "promotions"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"name\": \"string\",\n    \"description\": \"string\",\n    \"automatic\": true,\n    \"enabled\": true,\n    \"promotion_type\": \"item_fixed_discount\",\n    \"schema\": {\n      \"currencies\": [\n        {\n          \"amount\": 8815,\n          \"currency\": \"string\"\n        },\n        {\n          \"amount\": 5235,\n          \"currency\": \"string\"\n        }\n      ],\n      \"target_catalogs\": [\n        \"string\",\n        \"string\"\n      ],\n      \"conditions\": {\n        \"or\": [\n          {\n            \"and\": [\n              {\n                \"attribute\": {\n                  \"template\": \"string\",\n                  \"field\": \"string\",\n                  \"type\": \"string\",\n                  \"value\": \"string\"\n                }\n              },\n              {\n                \"attribute\": {\n                  \"template\": \"string\",\n                  \"field\": \"string\",\n                  \"type\": \"string\",\n                  \"value\": \"string\"\n                }\n              }\n            ]\n          },\n          {\n            \"and\": [\n              {\n                \"attribute\": {\n                  \"template\": \"string\",\n                  \"field\": \"string\",\n                  \"type\": \"string\",\n                  \"value\": \"string\"\n                }\n              },\n              {\n                \"attribute\": {\n                  \"template\": \"string\",\n                  \"field\": \"string\",\n                  \"type\": \"string\",\n                  \"value\": \"string\"\n                }\n              }\n            ]\n          }\n        ]\n      }\n    },\n    \"start\": \"string\",\n    \"end\": \"string\",\n    \"min_cart_value\": {},\n    \"max_applications_per_cart\": 2020.5177024502684\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "1f0ce7ef-9e39-4af5-9ef0-66dfb0c297d9",
              "name": "201",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "promotions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"name\": \"string\",\n    \"description\": \"string\",\n    \"automatic\": true,\n    \"enabled\": true,\n    \"promotion_type\": \"item_fixed_discount\",\n    \"schema\": {\n      \"currencies\": [\n        {\n          \"amount\": 8815,\n          \"currency\": \"string\"\n        },\n        {\n          \"amount\": 5235,\n          \"currency\": \"string\"\n        }\n      ],\n      \"target_catalogs\": [\n        \"string\",\n        \"string\"\n      ],\n      \"conditions\": {\n        \"or\": [\n          {\n            \"and\": [\n              {\n                \"attribute\": {\n                  \"template\": \"string\",\n                  \"field\": \"string\",\n                  \"type\": \"string\",\n                  \"value\": \"string\"\n                }\n              },\n              {\n                \"attribute\": {\n                  \"template\": \"string\",\n                  \"field\": \"string\",\n                  \"type\": \"string\",\n                  \"value\": \"string\"\n                }\n              }\n            ]\n          },\n          {\n            \"and\": [\n              {\n                \"attribute\": {\n                  \"template\": \"string\",\n                  \"field\": \"string\",\n                  \"type\": \"string\",\n                  \"value\": \"string\"\n                }\n              },\n              {\n                \"attribute\": {\n                  \"template\": \"string\",\n                  \"field\": \"string\",\n                  \"type\": \"string\",\n                  \"value\": \"string\"\n                }\n              }\n            ]\n          }\n        ]\n      }\n    },\n    \"start\": \"string\",\n    \"end\": \"string\",\n    \"min_cart_value\": {},\n    \"max_applications_per_cart\": 2020.5177024502684\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"id\": \"75cd3947-44dd-2aea-e1cb-18287ff90816\",\n    \"name\": \"string\",\n    \"description\": \"string\",\n    \"automatic\": true,\n    \"enabled\": true,\n    \"promotion_type\": \"percent_discount\",\n    \"schema\": {\n      \"currencies\": [\n        {\n          \"amount\": 4129,\n          \"currency\": \"string\"\n        },\n        {\n          \"amount\": 6473,\n          \"currency\": \"string\"\n        }\n      ],\n      \"target_catalogs\": [\n        \"string\",\n        \"string\"\n      ],\n      \"conditions\": {\n        \"or\": [\n          {\n            \"and\": [\n              {\n                \"attribute\": {\n                  \"template\": \"string\",\n                  \"field\": \"string\",\n                  \"type\": \"string\",\n                  \"value\": \"string\"\n                }\n              },\n              {\n                \"attribute\": {\n                  \"template\": \"string\",\n                  \"field\": \"string\",\n                  \"type\": \"string\",\n                  \"value\": \"string\"\n                }\n              }\n            ]\n          },\n          {\n            \"and\": [\n              {\n                \"attribute\": {\n                  \"template\": \"string\",\n                  \"field\": \"string\",\n                  \"type\": \"string\",\n                  \"value\": \"string\"\n                }\n              },\n              {\n                \"attribute\": {\n                  \"template\": \"string\",\n                  \"field\": \"string\",\n                  \"type\": \"string\",\n                  \"value\": \"string\"\n                }\n              }\n            ]\n          }\n        ]\n      }\n    },\n    \"start\": \"string\",\n    \"end\": \"string\",\n    \"min_cart_value\": {},\n    \"max_applications_per_cart\": 9544.944008743329\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a8d00075-c06c-47da-86d1-497173132d32",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "promotions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"name\": \"string\",\n    \"description\": \"string\",\n    \"automatic\": true,\n    \"enabled\": true,\n    \"promotion_type\": \"item_fixed_discount\",\n    \"schema\": {\n      \"currencies\": [\n        {\n          \"amount\": 8815,\n          \"currency\": \"string\"\n        },\n        {\n          \"amount\": 5235,\n          \"currency\": \"string\"\n        }\n      ],\n      \"target_catalogs\": [\n        \"string\",\n        \"string\"\n      ],\n      \"conditions\": {\n        \"or\": [\n          {\n            \"and\": [\n              {\n                \"attribute\": {\n                  \"template\": \"string\",\n                  \"field\": \"string\",\n                  \"type\": \"string\",\n                  \"value\": \"string\"\n                }\n              },\n              {\n                \"attribute\": {\n                  \"template\": \"string\",\n                  \"field\": \"string\",\n                  \"type\": \"string\",\n                  \"value\": \"string\"\n                }\n              }\n            ]\n          },\n          {\n            \"and\": [\n              {\n                \"attribute\": {\n                  \"template\": \"string\",\n                  \"field\": \"string\",\n                  \"type\": \"string\",\n                  \"value\": \"string\"\n                }\n              },\n              {\n                \"attribute\": {\n                  \"template\": \"string\",\n                  \"field\": \"string\",\n                  \"type\": \"string\",\n                  \"value\": \"string\"\n                }\n              }\n            ]\n          }\n        ]\n      }\n    },\n    \"start\": \"string\",\n    \"end\": \"string\",\n    \"min_cart_value\": {},\n    \"max_applications_per_cart\": 2020.5177024502684\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"errors\": [\n      {\n        \"status\": 401,\n        \"title\": \"Unauthorized\"\n      }\n    ]\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9362bad0-a577-496b-8426-bf754ec19cc9",
          "name": "Get a Promotion",
          "request": {
            "name": "Get a Promotion",
            "description": {
              "content": "Retrieves a promotion.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "promotions",
                ":promotionID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "promotionID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the promotion.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "1225a801-2aaf-4999-b0d4-68bc38c7a8fe",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "promotions",
                    ":promotionID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the promotion.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "promotionID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"id\": \"75cd3947-44dd-2aea-e1cb-18287ff90816\",\n    \"name\": \"string\",\n    \"description\": \"string\",\n    \"automatic\": true,\n    \"enabled\": true,\n    \"promotion_type\": \"percent_discount\",\n    \"schema\": {\n      \"currencies\": [\n        {\n          \"amount\": 4129,\n          \"currency\": \"string\"\n        },\n        {\n          \"amount\": 6473,\n          \"currency\": \"string\"\n        }\n      ],\n      \"target_catalogs\": [\n        \"string\",\n        \"string\"\n      ],\n      \"conditions\": {\n        \"or\": [\n          {\n            \"and\": [\n              {\n                \"attribute\": {\n                  \"template\": \"string\",\n                  \"field\": \"string\",\n                  \"type\": \"string\",\n                  \"value\": \"string\"\n                }\n              },\n              {\n                \"attribute\": {\n                  \"template\": \"string\",\n                  \"field\": \"string\",\n                  \"type\": \"string\",\n                  \"value\": \"string\"\n                }\n              }\n            ]\n          },\n          {\n            \"and\": [\n              {\n                \"attribute\": {\n                  \"template\": \"string\",\n                  \"field\": \"string\",\n                  \"type\": \"string\",\n                  \"value\": \"string\"\n                }\n              },\n              {\n                \"attribute\": {\n                  \"template\": \"string\",\n                  \"field\": \"string\",\n                  \"type\": \"string\",\n                  \"value\": \"string\"\n                }\n              }\n            ]\n          }\n        ]\n      }\n    },\n    \"start\": \"string\",\n    \"end\": \"string\",\n    \"min_cart_value\": {},\n    \"max_applications_per_cart\": 9544.944008743329\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c7622927-68b6-4d67-8379-ccac6074dc58",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "promotions",
                    ":promotionID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the promotion.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "promotionID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"errors\": [\n      {\n        \"status\": 401,\n        \"title\": \"Unauthorized\"\n      }\n    ]\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "150ef6a0-1e4f-4bc5-860f-dd91f4aae680",
          "name": "Update a Promotion",
          "request": {
            "name": "Update a Promotion",
            "description": {
              "content": "Use this endpoint to update a specific promotion.\n\n:::note\n\n  You can re-enable an expired promotion by updating the end date to a future date. However, when you enable a promotion again, all codes previously attached to it are deleted to make sure that duplicate promotion codes do not exist on different promotions.\n\n:::\n\n### Errors\n\nWhen extending the end date of an expired promotion with over 1000 codes, you will receive the following error response. In such cases, we recommend duplicating the promotion, allowing you to set the new end dates and create promotion codes as needed.\n\n```json\n{\n    \"errors\": [\n        {\n            \"status\": 422,\n            \"source\": \"request\",\n            \"title\": \"Unprocessable Entity\",\n            \"detail\": \"\"\n        }\n    ]\n}\n```\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "promotions",
                ":promotionID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "promotionID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique promotion identifier.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"type\": \"string\",\n  \"name\": \"string\",\n  \"description\": \"string\",\n  \"automatic\": false,\n  \"enabled\": true,\n  \"promotion_type\": \"item_fixed_discount\",\n  \"schema\": {\n    \"currencies\": [\n      {\n        \"amount\": 5447,\n        \"currency\": \"string\"\n      },\n      {\n        \"amount\": 6025,\n        \"currency\": \"string\"\n      }\n    ],\n    \"target_catalogs\": [\n      \"string\",\n      \"string\"\n    ],\n    \"conditions\": {\n      \"or\": [\n        {\n          \"and\": [\n            {\n              \"attribute\": {\n                \"template\": \"string\",\n                \"field\": \"string\",\n                \"type\": \"string\",\n                \"value\": \"string\"\n              }\n            },\n            {\n              \"attribute\": {\n                \"template\": \"string\",\n                \"field\": \"string\",\n                \"type\": \"string\",\n                \"value\": \"string\"\n              }\n            }\n          ]\n        },\n        {\n          \"and\": [\n            {\n              \"attribute\": {\n                \"template\": \"string\",\n                \"field\": \"string\",\n                \"type\": \"string\",\n                \"value\": \"string\"\n              }\n            },\n            {\n              \"attribute\": {\n                \"template\": \"string\",\n                \"field\": \"string\",\n                \"type\": \"string\",\n                \"value\": \"string\"\n              }\n            }\n          ]\n        }\n      ]\n    }\n  },\n  \"start\": \"string\",\n  \"end\": \"string\",\n  \"min_cart_value\": {},\n  \"max_applications_per_cart\": 7837.36805274204\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "838409db-2df5-4a87-a7cb-94ab577269ea",
              "name": "200",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "promotions",
                    ":promotionID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique promotion identifier.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "promotionID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"type\": \"string\",\n  \"name\": \"string\",\n  \"description\": \"string\",\n  \"automatic\": false,\n  \"enabled\": true,\n  \"promotion_type\": \"item_fixed_discount\",\n  \"schema\": {\n    \"currencies\": [\n      {\n        \"amount\": 5447,\n        \"currency\": \"string\"\n      },\n      {\n        \"amount\": 6025,\n        \"currency\": \"string\"\n      }\n    ],\n    \"target_catalogs\": [\n      \"string\",\n      \"string\"\n    ],\n    \"conditions\": {\n      \"or\": [\n        {\n          \"and\": [\n            {\n              \"attribute\": {\n                \"template\": \"string\",\n                \"field\": \"string\",\n                \"type\": \"string\",\n                \"value\": \"string\"\n              }\n            },\n            {\n              \"attribute\": {\n                \"template\": \"string\",\n                \"field\": \"string\",\n                \"type\": \"string\",\n                \"value\": \"string\"\n              }\n            }\n          ]\n        },\n        {\n          \"and\": [\n            {\n              \"attribute\": {\n                \"template\": \"string\",\n                \"field\": \"string\",\n                \"type\": \"string\",\n                \"value\": \"string\"\n              }\n            },\n            {\n              \"attribute\": {\n                \"template\": \"string\",\n                \"field\": \"string\",\n                \"type\": \"string\",\n                \"value\": \"string\"\n              }\n            }\n          ]\n        }\n      ]\n    }\n  },\n  \"start\": \"string\",\n  \"end\": \"string\",\n  \"min_cart_value\": {},\n  \"max_applications_per_cart\": 7837.36805274204\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"id\": \"75cd3947-44dd-2aea-e1cb-18287ff90816\",\n    \"name\": \"string\",\n    \"description\": \"string\",\n    \"automatic\": true,\n    \"enabled\": true,\n    \"promotion_type\": \"percent_discount\",\n    \"schema\": {\n      \"currencies\": [\n        {\n          \"amount\": 4129,\n          \"currency\": \"string\"\n        },\n        {\n          \"amount\": 6473,\n          \"currency\": \"string\"\n        }\n      ],\n      \"target_catalogs\": [\n        \"string\",\n        \"string\"\n      ],\n      \"conditions\": {\n        \"or\": [\n          {\n            \"and\": [\n              {\n                \"attribute\": {\n                  \"template\": \"string\",\n                  \"field\": \"string\",\n                  \"type\": \"string\",\n                  \"value\": \"string\"\n                }\n              },\n              {\n                \"attribute\": {\n                  \"template\": \"string\",\n                  \"field\": \"string\",\n                  \"type\": \"string\",\n                  \"value\": \"string\"\n                }\n              }\n            ]\n          },\n          {\n            \"and\": [\n              {\n                \"attribute\": {\n                  \"template\": \"string\",\n                  \"field\": \"string\",\n                  \"type\": \"string\",\n                  \"value\": \"string\"\n                }\n              },\n              {\n                \"attribute\": {\n                  \"template\": \"string\",\n                  \"field\": \"string\",\n                  \"type\": \"string\",\n                  \"value\": \"string\"\n                }\n              }\n            ]\n          }\n        ]\n      }\n    },\n    \"start\": \"string\",\n    \"end\": \"string\",\n    \"min_cart_value\": {},\n    \"max_applications_per_cart\": 9544.944008743329\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a35fa873-72b7-4eff-9a6a-255e43d7c716",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "promotions",
                    ":promotionID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique promotion identifier.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "promotionID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"type\": \"string\",\n  \"name\": \"string\",\n  \"description\": \"string\",\n  \"automatic\": false,\n  \"enabled\": true,\n  \"promotion_type\": \"item_fixed_discount\",\n  \"schema\": {\n    \"currencies\": [\n      {\n        \"amount\": 5447,\n        \"currency\": \"string\"\n      },\n      {\n        \"amount\": 6025,\n        \"currency\": \"string\"\n      }\n    ],\n    \"target_catalogs\": [\n      \"string\",\n      \"string\"\n    ],\n    \"conditions\": {\n      \"or\": [\n        {\n          \"and\": [\n            {\n              \"attribute\": {\n                \"template\": \"string\",\n                \"field\": \"string\",\n                \"type\": \"string\",\n                \"value\": \"string\"\n              }\n            },\n            {\n              \"attribute\": {\n                \"template\": \"string\",\n                \"field\": \"string\",\n                \"type\": \"string\",\n                \"value\": \"string\"\n              }\n            }\n          ]\n        },\n        {\n          \"and\": [\n            {\n              \"attribute\": {\n                \"template\": \"string\",\n                \"field\": \"string\",\n                \"type\": \"string\",\n                \"value\": \"string\"\n              }\n            },\n            {\n              \"attribute\": {\n                \"template\": \"string\",\n                \"field\": \"string\",\n                \"type\": \"string\",\n                \"value\": \"string\"\n              }\n            }\n          ]\n        }\n      ]\n    }\n  },\n  \"start\": \"string\",\n  \"end\": \"string\",\n  \"min_cart_value\": {},\n  \"max_applications_per_cart\": 7837.36805274204\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"errors\": [\n      {\n        \"status\": 401,\n        \"title\": \"Unauthorized\"\n      }\n    ]\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a3a145ef-a99a-4510-8ae2-22aec0520afa",
          "name": "Delete a Promotion",
          "request": {
            "name": "Delete a Promotion",
            "description": {
              "content": "Use this endpoint to delete a specific promotion.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "promotions",
                ":promotionID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "promotionID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the promotion that you want to delete.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "cb4b8621-ee41-473b-ac92-36d2e53c183f",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "promotions",
                    ":promotionID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the promotion that you want to delete.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "promotionID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "722c9a17-7f13-43d7-a09c-dd87bc336081",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "promotions",
                    ":promotionID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the promotion that you want to delete.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "promotionID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"errors\": [\n      {\n        \"status\": 401,\n        \"title\": \"Unauthorized\"\n      }\n    ]\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "90a84adc-9731-4ec1-805b-de673e02da86",
          "name": "Get a Promotion History",
          "request": {
            "name": "Get a Promotion History",
            "description": {
              "content": "Use this endpoint to retrieve a promotion history.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "promotions",
                ":promotionID",
                "history"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "promotionID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the promotion.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "8c1d0b2d-b622-44d6-94b6-fd5daf0bc902",
              "name": "200",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "promotions",
                    ":promotionID",
                    "history"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the promotion.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "promotionID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"type\": \"string\",\n      \"id\": \"f1b93a46-5945-4094-40e0-8f3dd4d95a78\",\n      \"name\": \"string\",\n      \"description\": \"string\",\n      \"automatic\": true,\n      \"enabled\": false,\n      \"promotion_type\": \"fixed_discount\",\n      \"schema\": {\n        \"currencies\": [\n          {\n            \"amount\": 6467,\n            \"currency\": \"string\"\n          },\n          {\n            \"amount\": 3257,\n            \"currency\": \"string\"\n          }\n        ],\n        \"target_catalogs\": [\n          \"string\",\n          \"string\"\n        ],\n        \"conditions\": {\n          \"or\": [\n            {\n              \"and\": [\n                {\n                  \"attribute\": {\n                    \"template\": \"string\",\n                    \"field\": \"string\",\n                    \"type\": \"string\",\n                    \"value\": \"string\"\n                  }\n                },\n                {\n                  \"attribute\": {\n                    \"template\": \"string\",\n                    \"field\": \"string\",\n                    \"type\": \"string\",\n                    \"value\": \"string\"\n                  }\n                }\n              ]\n            },\n            {\n              \"and\": [\n                {\n                  \"attribute\": {\n                    \"template\": \"string\",\n                    \"field\": \"string\",\n                    \"type\": \"string\",\n                    \"value\": \"string\"\n                  }\n                },\n                {\n                  \"attribute\": {\n                    \"template\": \"string\",\n                    \"field\": \"string\",\n                    \"type\": \"string\",\n                    \"value\": \"string\"\n                  }\n                }\n              ]\n            }\n          ]\n        }\n      },\n      \"start\": \"string\",\n      \"end\": \"string\",\n      \"min_cart_value\": {},\n      \"max_applications_per_cart\": 8983.137702560893\n    },\n    {\n      \"type\": \"string\",\n      \"id\": \"c7362d64-2eb7-20ba-778b-ab0aabdb5a58\",\n      \"name\": \"string\",\n      \"description\": \"string\",\n      \"automatic\": false,\n      \"enabled\": true,\n      \"promotion_type\": \"fixed_discount\",\n      \"schema\": {\n        \"currencies\": [\n          {\n            \"amount\": 6013,\n            \"currency\": \"string\"\n          },\n          {\n            \"amount\": 1485,\n            \"currency\": \"string\"\n          }\n        ],\n        \"target_catalogs\": [\n          \"string\",\n          \"string\"\n        ],\n        \"conditions\": {\n          \"or\": [\n            {\n              \"and\": [\n                {\n                  \"attribute\": {\n                    \"template\": \"string\",\n                    \"field\": \"string\",\n                    \"type\": \"string\",\n                    \"value\": \"string\"\n                  }\n                },\n                {\n                  \"attribute\": {\n                    \"template\": \"string\",\n                    \"field\": \"string\",\n                    \"type\": \"string\",\n                    \"value\": \"string\"\n                  }\n                }\n              ]\n            },\n            {\n              \"and\": [\n                {\n                  \"attribute\": {\n                    \"template\": \"string\",\n                    \"field\": \"string\",\n                    \"type\": \"string\",\n                    \"value\": \"string\"\n                  }\n                },\n                {\n                  \"attribute\": {\n                    \"template\": \"string\",\n                    \"field\": \"string\",\n                    \"type\": \"string\",\n                    \"value\": \"string\"\n                  }\n                }\n              ]\n            }\n          ]\n        }\n      },\n      \"start\": \"string\",\n      \"end\": \"string\",\n      \"min_cart_value\": {},\n      \"max_applications_per_cart\": 7797.132324428644\n    }\n  ],\n  \"links\": {\n    \"current\": \"string\",\n    \"first\": \"string\",\n    \"last\": \"string\",\n    \"next\": \"string\",\n    \"prev\": \"string\"\n  },\n  \"meta\": {\n    \"page\": {\n      \"current\": 8524,\n      \"limit\": 6969,\n      \"offset\": 5287,\n      \"total\": 7350\n    },\n    \"results\": {\n      \"total\": 982\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "84b0c74e-b5b6-472e-bb20-958fa1475a36",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "promotions",
                    ":promotionID",
                    "history"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the promotion.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "promotionID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"errors\": [\n      {\n        \"status\": 401,\n        \"title\": \"Unauthorized\"\n      }\n    ]\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Promotion Codes",
      "description": "You can apply promotions automatically to all customer carts, or you can create promotion codes that customers must enter to receive the discount. You can enable this feature by setting the automatic attribute to `false` in the promotions schema when you create a promotion. For more information, see [Create Promotion Codes](/docs/api/promotions/create-promotion-codes).\n\nYou can generate and export codes for a promotion using the bulk code generation feature, which allows you to create a large number of unique codes and export them in CSV format. For details, refer to the [Generating Bulk Codes](/docs/commerce-manager/promotions-standard/overview#generating-bulk-codes) and [Managing Export Codes](/docs/commerce-manager/promotions-standard/overview#managing-code-export) sections.\n\nYou can generate a maximum of 1000 codes for a promotion. If you need to generate more than 1000 codes, limit the promotion's duration to a maximum of 365 days from its start date. The promotion expiry date is 365 days.\n\nWith the consume unit feature, you can limit the number of usages of a code for a promotion. You must create a code for this promotion to track the usage of the promotion. The consume unit options are `per_cart` and `per_item`. For example, consider a store that offers 50% off on *SKU1*, but limits the promotion to a maximum of two usages. Under the `per_cart` setting, a shopper can buy *SKU1* twice in a separate transaction, each at a 50% discount. However, with the `per_item` setting, if a shopper buys two SKU1s in a single purchase, both items count toward the promotion's usage limit. Therefore, the shopper would use up both usages of the promotion in a single purchase.\n\nPromotion codes can be group codes or individual codes. For example, you can offer a seasonal discount to all customers, such as *SUMMER-SALE*, or you can offer preferred customers unique discount codes. Promotion codes expire automatically at the end of the promotion period and are removed from the promotion.\n\nWhen a promotion expires, the promotion codes attached to the promotion automatically become invalid. However, when you re-enable the expired promotion, the promotion codes attached to the promotion are deleted.\n\nWhen you checkout a cart with an expired promotion, the expired promotion will be automatically removed from a cart and the checkout process is initiated. As a best practice, we recommend to update your cart to remove the expired promotion before initiating the checkout process.\n\nWhen extending the end date of an expired promotion with over 1000 codes, you will receive an error response. See [Update a Promotion](/docs/api/promotions/update-a-promotion). In such cases, we recommend [duplicating the promotion](/docs/commerce-manager/promotions-standard/overview#duplicating-promotions), allowing you to set the new end dates and create promotion codes as needed.\n",
      "item": [
        {
          "id": "3e0b403e-fce1-4663-95fe-2c4331fa3ba4",
          "name": "Get Promotion Codes",
          "request": {
            "name": "Get Promotion Codes",
            "description": {
              "content": "You can use this endpoint to retrieve promotion codes. \n\n:::note\n- The `codes.max_uses` attribute represents the maximum usage of the codes. \n- The `codes.uses` attribute represents the remaining number of times the codes can be used for the promotion.\n- Codes created before April 27, 2023 will only have `codes.uses` attribute in the response body.\n:::\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "promotions",
                ":promotionID",
                "codes"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "This parameter accepts a filtering expression that uses specific operators and attributes. Promotion codes are case-insensitive.\n\nThe following operators and attributes are available when filtering on this endpoint. See [Supported Filtering Characters](/guides/Getting-Started/filtering#supported-characters).\n\n| Attribute | Type     | Operator    | Example        |\n|:--------- |:---------|:------------|:---------------|\n| `code`    | `string`, `number` |  `eq`, `gt`       |  `eq(code,summer2024)`, `gt(code,2024)` |\n",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "string"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "promotionID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the promotion.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "930c93a0-b80f-422f-bc51-7ddfbcc782d8",
              "name": "200",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "promotions",
                    ":promotionID",
                    "codes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "This parameter accepts a filtering expression that uses specific operators and attributes. Promotion codes are case-insensitive.\n\nThe following operators and attributes are available when filtering on this endpoint. See [Supported Filtering Characters](/guides/Getting-Started/filtering#supported-characters).\n\n| Attribute | Type     | Operator    | Example        |\n|:--------- |:---------|:------------|:---------------|\n| `code`    | `string`, `number` |  `eq`, `gt`       |  `eq(code,summer2024)`, `gt(code,2024)` |\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the promotion.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "promotionID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"data\": {\n        \"codes\": [\n          {\n            \"code\": \"string\",\n            \"consume_unit\": \"string\",\n            \"user\": \"string\",\n            \"uses\": 7929.445755351452,\n            \"created_by\": \"string\",\n            \"meta\": {\n              \"timestamps\": {\n                \"created_at\": \"2023-11-07T23:04:18.845Z\"\n              }\n            }\n          },\n          {\n            \"code\": \"string\",\n            \"consume_unit\": \"string\",\n            \"user\": \"string\",\n            \"uses\": 5150.86119433684,\n            \"created_by\": \"string\",\n            \"meta\": {\n              \"timestamps\": {\n                \"created_at\": \"2023-11-07T23:04:18.845Z\"\n              }\n            }\n          }\n        ]\n      }\n    },\n    {\n      \"data\": {\n        \"codes\": [\n          {\n            \"code\": \"string\",\n            \"consume_unit\": \"string\",\n            \"user\": \"string\",\n            \"uses\": 465.2234809235045,\n            \"created_by\": \"string\",\n            \"meta\": {\n              \"timestamps\": {\n                \"created_at\": \"2023-11-07T23:04:18.845Z\"\n              }\n            }\n          },\n          {\n            \"code\": \"string\",\n            \"consume_unit\": \"string\",\n            \"user\": \"string\",\n            \"uses\": 9324.800166269959,\n            \"created_by\": \"string\",\n            \"meta\": {\n              \"timestamps\": {\n                \"created_at\": \"2023-11-07T23:04:18.845Z\"\n              }\n            }\n          }\n        ]\n      }\n    }\n  ],\n  \"links\": {\n    \"current\": \"string\",\n    \"first\": \"string\",\n    \"last\": \"string\",\n    \"next\": \"string\",\n    \"prev\": \"string\"\n  },\n  \"meta\": {\n    \"page\": {\n      \"current\": 4832,\n      \"limit\": 8657,\n      \"offset\": 148,\n      \"total\": 8406\n    },\n    \"results\": {\n      \"total\": 2632\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "56cbe149-920d-4b05-8535-f26827d55db1",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "promotions",
                    ":promotionID",
                    "codes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "This parameter accepts a filtering expression that uses specific operators and attributes. Promotion codes are case-insensitive.\n\nThe following operators and attributes are available when filtering on this endpoint. See [Supported Filtering Characters](/guides/Getting-Started/filtering#supported-characters).\n\n| Attribute | Type     | Operator    | Example        |\n|:--------- |:---------|:------------|:---------------|\n| `code`    | `string`, `number` |  `eq`, `gt`       |  `eq(code,summer2024)`, `gt(code,2024)` |\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the promotion.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "promotionID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"errors\": [\n      {\n        \"status\": 401,\n        \"title\": \"Unauthorized\"\n      }\n    ]\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4d6f8cc9-2a42-4670-a609-860c041f968d",
          "name": "Create Promotion Codes",
          "request": {
            "name": "Create Promotion Codes",
            "description": {
              "content": "Use this endpoint to create promotion codes for a specific promotion.\n\n:::note\n\nWhen a promotion expires, the promotion codes attached to the promotion automatically become invalid. However, when you re-enable the expired promotion, the promotion codes attached to the promotion are deleted.\n\n:::\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "promotions",
                ":promotionID",
                "codes"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "promotionID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the promotion.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"codes\": [\n    {\n      \"code\": \"string\",\n      \"consume_unit\": \"string\",\n      \"user\": \"string\",\n      \"uses\": 6604.43316786012\n    },\n    {\n      \"code\": \"string\",\n      \"consume_unit\": \"string\",\n      \"user\": \"string\",\n      \"uses\": 8611.78621942813\n    }\n  ],\n  \"type\": \"string\"\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "5e23ac3b-9a52-4c96-903d-1af0b5c542f6",
              "name": "201",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "promotions",
                    ":promotionID",
                    "codes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the promotion.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "promotionID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"codes\": [\n    {\n      \"code\": \"string\",\n      \"consume_unit\": \"string\",\n      \"user\": \"string\",\n      \"uses\": 6604.43316786012\n    },\n    {\n      \"code\": \"string\",\n      \"consume_unit\": \"string\",\n      \"user\": \"string\",\n      \"uses\": 8611.78621942813\n    }\n  ],\n  \"type\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"id\": \"75cd3947-44dd-2aea-e1cb-18287ff90816\",\n    \"name\": \"string\",\n    \"description\": \"string\",\n    \"automatic\": true,\n    \"enabled\": true,\n    \"promotion_type\": \"percent_discount\",\n    \"schema\": {\n      \"currencies\": [\n        {\n          \"amount\": 4129,\n          \"currency\": \"string\"\n        },\n        {\n          \"amount\": 6473,\n          \"currency\": \"string\"\n        }\n      ],\n      \"target_catalogs\": [\n        \"string\",\n        \"string\"\n      ],\n      \"conditions\": {\n        \"or\": [\n          {\n            \"and\": [\n              {\n                \"attribute\": {\n                  \"template\": \"string\",\n                  \"field\": \"string\",\n                  \"type\": \"string\",\n                  \"value\": \"string\"\n                }\n              },\n              {\n                \"attribute\": {\n                  \"template\": \"string\",\n                  \"field\": \"string\",\n                  \"type\": \"string\",\n                  \"value\": \"string\"\n                }\n              }\n            ]\n          },\n          {\n            \"and\": [\n              {\n                \"attribute\": {\n                  \"template\": \"string\",\n                  \"field\": \"string\",\n                  \"type\": \"string\",\n                  \"value\": \"string\"\n                }\n              },\n              {\n                \"attribute\": {\n                  \"template\": \"string\",\n                  \"field\": \"string\",\n                  \"type\": \"string\",\n                  \"value\": \"string\"\n                }\n              }\n            ]\n          }\n        ]\n      }\n    },\n    \"start\": \"string\",\n    \"end\": \"string\",\n    \"min_cart_value\": {},\n    \"max_applications_per_cart\": 9544.944008743329\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a98aa129-1bb2-4379-a74f-839e000035c4",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "promotions",
                    ":promotionID",
                    "codes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the promotion.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "promotionID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"codes\": [\n    {\n      \"code\": \"string\",\n      \"consume_unit\": \"string\",\n      \"user\": \"string\",\n      \"uses\": 6604.43316786012\n    },\n    {\n      \"code\": \"string\",\n      \"consume_unit\": \"string\",\n      \"user\": \"string\",\n      \"uses\": 8611.78621942813\n    }\n  ],\n  \"type\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"errors\": [\n      {\n        \"status\": 401,\n        \"title\": \"Unauthorized\"\n      }\n    ]\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6e2fee8c-b95c-4c0d-89e8-c4079ada2429",
          "name": "Delete Multiple Promotion Codes",
          "request": {
            "name": "Delete Multiple Promotion Codes",
            "description": {
              "content": "Use this endpoint to delete multiple promotion codes within a specific promotion.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "promotions",
                ":promotionID",
                "codes"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "promotionID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the promotion associated with the codes.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "172ae83d-cf9a-44b5-92e8-c1bee1db9381",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "promotions",
                    ":promotionID",
                    "codes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the promotion associated with the codes.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "promotionID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "86e4e028-6db0-4b1c-9736-fca087ba1d36",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "promotions",
                    ":promotionID",
                    "codes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the promotion associated with the codes.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "promotionID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"errors\": [\n      {\n        \"status\": 401,\n        \"title\": \"Unauthorized\"\n      }\n    ]\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0a29c1ea-5512-4fac-a78b-8f8cad0f6dc5",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "promotions",
                    ":promotionID",
                    "codes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the promotion associated with the codes.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "promotionID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"errors\": [\n      {\n        \"detail\": \"promotion not found\",\n        \"status\": 404,\n        \"title\": \"Not Found\"\n      }\n    ]\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "18fae352-bb40-4e35-abb1-12531b9c4f2e",
          "name": "Delete a Promotion Code",
          "request": {
            "name": "Delete a Promotion Code",
            "description": {
              "content": "Use this endpoint to delete a single promotion code.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "promotions",
                ":promotionID",
                "codes",
                ":code"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "promotionID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Specifies the unique identifier of the promotion associated with the codes.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "code",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Specifies the code that you want to delete.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "0ee5ffd0-e405-45c3-b710-a715e4660550",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "promotions",
                    ":promotionID",
                    "codes",
                    ":code"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Specifies the unique identifier of the promotion associated with the codes.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "promotionID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Specifies the code that you want to delete.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "code"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "21d30fdd-ff24-4f97-a0f6-844874b6ae87",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "promotions",
                    ":promotionID",
                    "codes",
                    ":code"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Specifies the unique identifier of the promotion associated with the codes.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "promotionID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Specifies the code that you want to delete.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "code"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"errors\": [\n      {\n        \"status\": 401,\n        \"title\": \"Unauthorized\"\n      }\n    ]\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "38613c32-ffef-43ea-82e7-ed4a117449d7",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "promotions",
                    ":promotionID",
                    "codes",
                    ":code"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Specifies the unique identifier of the promotion associated with the codes.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "promotionID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Specifies the code that you want to delete.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "code"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"errors\": [\n      {\n        \"detail\": \"promotion not found\",\n        \"status\": 404,\n        \"title\": \"Not Found\"\n      }\n    ]\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Promotion Jobs",
      "description": "Use Jobs API to initiate a job within a promotion. Jobs operate asynchronously and have a different status based on their progress. The following are the job statuses:\n\n- `pending`: Commerce has received the request but is currently busy processing other requests.\n- `processing`: Commerce has initiated processing the job.\n- `completed`: The job is successfully completed.\n- `failed`: The job has failed.\n- `cancelling`: The job is currently in the process of being canceled. You need to wait for the cancellation process to complete. This occurs prior to the `cancelled` status. For example, if you cancel a big `code_generate` job, it may take some time for the cancellation to complete since part of the cancellation process involves deleting the generated codes.\n- `cancelled` : The job request is canceled.\n\n![Promotion Job Statuses Workflow](/assets/job_status_workflow.png)\n\n### Characteristics of Jobs\n\n- You can only initiate one job at a time within a promotion. If you want to run another job for the same promotion, you must wait until the previous job is `completed` or `failed`. However, you can create new jobs for different promotions even if there are `pending` jobs in other promotions.\n- If you intend to manage promotions with more than 10,000 codes per promotion, we recommend [exporting codes](/docs/api/promotions/create-a-promotion-job) for viewing purposes instead of attempting to view them within Commerce Manager. This recommendation is made due to our enforced maximum page offset limit of 10,000. Altering the page_offset_limit value poses potential performance risks to the platform.\n- A `code_generate` job is initiated even if the maximum allowable number of codes for the promotion has been reached. However, when processed, this job will fail. To view the status of this failed job, you can only do so by passing [GET Jobs](/docs/api/promotions/get-promotion-jobs) request.\n- A limited number of jobs can be processed at a time. Jobs are queued and processed sequentially, one after the other. You can expect a certain delay before job processing.\n",
      "item": [
        {
          "id": "38d78b8d-066c-40a1-9a65-acb3eaf6e178",
          "name": "Get Promotion Jobs",
          "request": {
            "name": "Get Promotion Jobs",
            "description": {
              "content": "Retrieves the list of jobs for a specific promotion.\n\nIn the response example, you can see the `result.generated` field, which indicates the number of codes generated during the job processing. Additionally, you may also see the optional `result.deleted` field, indicating the number of codes deleted during the job cancellation. The parameters and result objects are shown only when `job_type` is `code_generate`.\n\n### Filtering\n\nThe following operators and attributes are available when filtering on this endpoint.\n\n| Attribute | Type | Operator | Example |\n| ----------| ----- | -------- | ------ |\n| `job_type` | `string` | `eq` | `eq(job_type, code_export)` |\n| `status` | `string` | `eq` | `eq(status, complete)` |\n\n### Errors\n\nIf an error occurs during job processing, the response includes an optional error field. For example, when you `GET` promotion jobs, the following response shows the details within the error field if an error occurred during job processing.\n\n  ```json\n{\n    \"data\": [\n        {\n            \"type\": \"promotion_job\",\n            \"id\": \"84d86114-a92d-4c34-92f1-3e36ef6cabeb\",\n            \"promotion_id\": \"ad386702-e780-42c6-b190-0527ad768917\",\n            \"job_type\": \"code_generate\",\n            \"name\": \"job\",\n            \"parameters\": {\n                \"number_of_codes\": 1000,\n                \"consume_unit\": \"per_cart\",\n                \"max_uses_per_code\": 1,\n                \"code_length\": 8,\n                \"code_prefix\": \"promo-\"\n            },\n            \"status\": \"failed\",\n            \"error\": \"codes limit exceeded\",\n            \"meta\": {\n                \"timestamps\": {\n                    \"created_at\": \"2023-12-06T13:52:29.587Z\",\n                    \"updated_at\": \"2023-12-06T13:54:49.133Z\"\n                }\n            }\n        }\n    ],\n    \"links\": {\n        \"current\": \"https://useast.api.elasticpath.com/v2/promotions/ad386702-e780-42c6-b190-0527ad768917/jobs?page[offset]=0&page[limit]=25\",\n        \"first\": \"https://useast.api.elasticpath.com/v2/promotions/ad386702-e780-42c6-b190-0527ad768917/jobs?page[offset]=0&page[limit]=25\",\n        \"last\": \"https://useast.api.elasticpath.com/v2/promotions/ad386702-e780-42c6-b190-0527ad768917/jobs?page[offset]=0&page[limit]=25\",\n        \"prev\": \"https://useast.api.elasticpath.com/v2/promotions/ad386702-e780-42c6-b190-0527ad768917/jobs?page[offset]=0&page[limit]=25\",\n        \"next\": \"https://useast.api.elasticpath.com/v2/promotions/ad386702-e780-42c6-b190-0527ad768917/jobs?page[offset]=0&page[limit]=25\"\n    },\n    \"meta\": {\n        \"page\": {\n            \"limit\": 25,\n            \"offset\": 0,\n            \"current\": 1,\n            \"total\": 1\n        },\n        \"results\": {\n            \"total\": 1\n        }\n    }\n}\n```\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "promotions",
                ":promotionID",
                "jobs"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Specifies the filter attributes.",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "string"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "promotionID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of a promotion.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "e2c93345-b8e0-4ae5-9a2a-9e354b7d2876",
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "promotions",
                    ":promotionID",
                    "jobs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the filter attributes.",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a promotion.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "promotionID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"string\",\n      \"type\": \"promotion_job\",\n      \"promotion_id\": \"string\",\n      \"job_type\": \"string\",\n      \"name\": \"string\",\n      \"parameters\": {},\n      \"status\": \"string\",\n      \"meta\": {\n        \"timestamps\": {\n          \"created_at\": \"1949-01-22T12:07:05.765Z\",\n          \"updated_at\": \"1965-07-27T17:49:50.167Z\"\n        }\n      }\n    },\n    {\n      \"id\": \"string\",\n      \"type\": \"promotion_job\",\n      \"promotion_id\": \"string\",\n      \"job_type\": \"string\",\n      \"name\": \"string\",\n      \"parameters\": {},\n      \"status\": \"string\",\n      \"meta\": {\n        \"timestamps\": {\n          \"created_at\": \"1951-08-07T09:07:34.880Z\",\n          \"updated_at\": \"2007-09-21T06:08:41.351Z\"\n        }\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4740186f-6d9f-4f4a-8ebc-98b38cc4600f",
          "name": "Create a Promotion Job",
          "request": {
            "name": "Create a Promotion Job",
            "description": {
              "content": "Use this endpoint to create an asynchronous job to generate codes and export promotion codes.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "promotions",
                ":promotionID",
                "jobs"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "promotionID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of a promotion.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"type\": \"promotion_job\",\n  \"job_type\": \"code_generate\",\n  \"name\": \"Summer Sale Job\",\n  \"parameters\": {\n    \"number_of_codes\": 1,\n    \"max_uses_per_code\": 1,\n    \"consume_unit\": \"per_cart\",\n    \"code_prefix\": \"Summer-\",\n    \"code_length\": 10\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "75eae61f-f5c1-46bd-96a4-fb04e0d70a59",
              "name": "Promotion job created",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "promotions",
                    ":promotionID",
                    "jobs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a promotion.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "promotionID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"type\": \"promotion_job\",\n  \"job_type\": \"code_generate\",\n  \"name\": \"Summer Sale Job\",\n  \"parameters\": {\n    \"number_of_codes\": 1,\n    \"max_uses_per_code\": 1,\n    \"consume_unit\": \"per_cart\",\n    \"code_prefix\": \"Summer-\",\n    \"code_length\": 10\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"string\",\n    \"type\": \"promotion_job\",\n    \"promotion_id\": \"string\",\n    \"job_type\": \"string\",\n    \"name\": \"string\",\n    \"parameters\": {},\n    \"status\": \"string\",\n    \"meta\": {\n      \"timestamps\": {\n        \"created_at\": \"1976-10-12T10:13:09.884Z\",\n        \"updated_at\": \"1981-04-14T15:13:44.469Z\"\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1694ce90-94a5-4464-8847-de644095a7e0",
          "name": "Cancel a Job",
          "request": {
            "name": "Cancel a Job",
            "description": {
              "content": "Cancels an asynchronous job whose status is pending or processing.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "promotions",
                ":promotionID",
                "jobs",
                ":jobID",
                "cancel"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "promotionID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of a promotion.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "jobID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of a job to be canceled.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "5f2dac59-202c-44aa-bd00-2877b1d785f0",
              "name": "Job canceled successfully",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "promotions",
                    ":promotionID",
                    "jobs",
                    ":jobID",
                    "cancel"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a promotion.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "promotionID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a job to be canceled.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "jobID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"string\",\n    \"type\": \"promotion_job\",\n    \"promotion_id\": \"string\",\n    \"job_type\": \"string\",\n    \"name\": \"string\",\n    \"parameters\": {},\n    \"status\": \"string\",\n    \"meta\": {\n      \"timestamps\": {\n        \"created_at\": \"1976-10-12T10:13:09.884Z\",\n        \"updated_at\": \"1981-04-14T15:13:44.469Z\"\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "979d1eab-ca26-4738-9e8e-5bddf1470d49",
          "name": "Get Promotion Code Exported File",
          "request": {
            "name": "Get Promotion Code Exported File",
            "description": {
              "content": "Retrieves exported codes in a CSV format.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "promotions",
                ":promotionID",
                "jobs",
                ":jobID",
                "file"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "promotionID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of a promotion.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "jobID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of a job associated with the file.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "3afd6b64-ccea-4ee0-ab6d-22cfed040594",
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "promotions",
                    ":promotionID",
                    "jobs",
                    ":jobID",
                    "file"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a promotion.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "promotionID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a job associated with the file.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "jobID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"href\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Rule Promotions",
      "description": "",
      "item": [
        {
          "id": "a2323860-bea2-4992-8f9c-0db6062eed04",
          "name": "Create a Rule Promotion",
          "request": {
            "name": "Create a Rule Promotion",
            "description": {
              "content": "Creates a new rule-based promotion, allowing flexible discount strategies based on cart or item conditions. \nPromotions can apply fixed or percentage-based discounts, apply automatically or via codes, and have eligibility rules \nbased on product attributes, cart total, SKU conditions, custom attributes, and more.\n\nThis endpoint supports a variety of promotion types, such as:\n- **Cart-wide discounts**\n- **Item-specific discounts**\n- **Shipping discounts**\n- **Combinations thereof**\n\n:::note\n\nThe minimum item discount amount is zero, both for amounts and percentages.\n\nA store can have a maximum of **50 active and future automatic rule promotions**.\n\n:::\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "rule-promotions"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"rule_promotion\",\n    \"name\": \"Cart 20% discount when total is at least $100\",\n    \"description\": \"20% discount applying to the cart total\",\n    \"enabled\": false,\n    \"automatic\": false,\n    \"start\": \"2024-01-01\",\n    \"end\": \"2025-01-01\",\n    \"rule_set\": {\n      \"rules\": {\n        \"strategy\": \"cart_total\",\n        \"operator\": \"gte\",\n        \"args\": [\n          10000\n        ]\n      },\n      \"actions\": [\n        {\n          \"strategy\": \"cart_discount\",\n          \"args\": [\n            \"percent\",\n            20\n          ]\n        }\n      ]\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "2b8de3b1-a196-4115-b0f4-32d8abd8c503",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "rule-promotions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"rule_promotion\",\n    \"name\": \"Cart 20% discount when total is at least $100\",\n    \"description\": \"20% discount applying to the cart total\",\n    \"enabled\": false,\n    \"automatic\": false,\n    \"start\": \"2024-01-01\",\n    \"end\": \"2025-01-01\",\n    \"rule_set\": {\n      \"rules\": {\n        \"strategy\": \"cart_total\",\n        \"operator\": \"gte\",\n        \"args\": [\n          10000\n        ]\n      },\n      \"actions\": [\n        {\n          \"strategy\": \"cart_discount\",\n          \"args\": [\n            \"percent\",\n            20\n          ]\n        }\n      ]\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "null",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "763ed220-ef99-40c7-be83-4e3d8cca1600",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "rule-promotions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"rule_promotion\",\n    \"name\": \"Cart 20% discount when total is at least $100\",\n    \"description\": \"20% discount applying to the cart total\",\n    \"enabled\": false,\n    \"automatic\": false,\n    \"start\": \"2024-01-01\",\n    \"end\": \"2025-01-01\",\n    \"rule_set\": {\n      \"rules\": {\n        \"strategy\": \"cart_total\",\n        \"operator\": \"gte\",\n        \"args\": [\n          10000\n        ]\n      },\n      \"actions\": [\n        {\n          \"strategy\": \"cart_discount\",\n          \"args\": [\n            \"percent\",\n            20\n          ]\n        }\n      ]\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"400\",\n      \"title\": \"Too many automatic rule promotions\",\n      \"detail\": \"Only 50 active automatic rule promotions are allowed per store\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d7fd0f22-118c-48d2-ba5c-5cddb7bee854",
              "name": "Duplicate Priority",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "rule-promotions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"rule_promotion\",\n    \"name\": \"Cart 20% discount when total is at least $100\",\n    \"description\": \"20% discount applying to the cart total\",\n    \"enabled\": false,\n    \"automatic\": false,\n    \"start\": \"2024-01-01\",\n    \"end\": \"2025-01-01\",\n    \"rule_set\": {\n      \"rules\": {\n        \"strategy\": \"cart_total\",\n        \"operator\": \"gte\",\n        \"args\": [\n          10000\n        ]\n      },\n      \"actions\": [\n        {\n          \"strategy\": \"cart_discount\",\n          \"args\": [\n            \"percent\",\n            20\n          ]\n        }\n      ]\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": 6835,\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"usage_ids\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    },\n    {\n      \"status\": 3481,\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"usage_ids\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "de0042fb-9836-45a3-8b16-4e1f12095c74",
          "name": "Get Rule Promotions",
          "request": {
            "name": "Get Rule Promotions",
            "description": {
              "content": "Retrieves a list of rule-based promotions, including information such as discount type, eligibility criteria, \nand configuration details. This endpoint supports filtering to refine results based on specific promotion attributes.\n\nUse query parameters to filter promotions by:\n- **Code** – Retrieve a specific promotion by its code.\n- **Promotion name** – Search for promotions by name.\n- **Activation status** – Filter by whether a promotion is active or not.\n- **Stackability** – Identify promotions that can or cannot be combined with others.\n- **Start and end dates** – Retrieve promotions based on their validity periods.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "rule-promotions"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "100"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "10"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "This parameter accepts a filtering expression that uses specific operators and attributes.  \n\n\nThe following operators and attributes are available when filtering on this endpoint. See [Supported Filtering Characters](/guides/Getting-Started/filtering#supported-characters).\n\n| Attribute                 | Type               | Operator                     | Example                                                               |\n|:--------------------------|:-------------------|:-----------------------------|:----------------------------------------------------------------------|\n| `code`                    | `string`, `number` | `eq`                         | `eq(code,summer2024)`                                                 |\n| `name`                    | `string`           | `like`,`ilike`               | `ilike(name,'Summer *')`                                              |\n| `enabled`                 | `boolean`          | `eq`                         | `eq(enabled, true)`                                                   |\n| `stackable`               | `boolean`          | `eq`                         | `eq(stackable, true)`                                                 |\n| `override_stacking`       | `boolean`          | `eq`                         | `eq(override_stacking, true)`                                         |\n| `start`                   | `date`             | `lt`, `le`, `eq`, `gt`, `ge` | `gt(start, 2025-01-01T00:00:00.000Z)`                                 |\n| `end`                     | `date`             | `lt`, `le`, `eq`, `gt`, `ge` | `lt(end, 2025-01-01T00:00:00.000Z)`                                   |\n| `rule_set.rules.strategy` | `string`           | `eq`, `in`                   | `eq(rule_set.rules.strategy,account_tags)`                            |\n| `rule_set.rules.args`     | `string`           | `contains`                   | `contains(rule_set.rules.args, 11111111-1111-4111-1111-111111111111)` |\n| `account_tags`            | `string`           | `contains`                   | `contains(account_tags, 11111111-1111-4111-1111-111111111111)`              |\n\nSome notes about filters:\n1. The `code` filter is case-insensitive. You can search for codes using only `numbers` or codes containing both `string` and `numbers`.\n2. The `rule_set.rules.*` filters do not search child conditions at present        \n3. The `account_tags` filter will essentially search for any rule or child rule that has an `account_tags` strategy and the associated accounts.\n",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "string"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "7bd99300-58c3-49ce-9e90-33f201becbcf",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "rule-promotions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "This parameter accepts a filtering expression that uses specific operators and attributes.  \n\n\nThe following operators and attributes are available when filtering on this endpoint. See [Supported Filtering Characters](/guides/Getting-Started/filtering#supported-characters).\n\n| Attribute                 | Type               | Operator                     | Example                                                               |\n|:--------------------------|:-------------------|:-----------------------------|:----------------------------------------------------------------------|\n| `code`                    | `string`, `number` | `eq`                         | `eq(code,summer2024)`                                                 |\n| `name`                    | `string`           | `like`,`ilike`               | `ilike(name,'Summer *')`                                              |\n| `enabled`                 | `boolean`          | `eq`                         | `eq(enabled, true)`                                                   |\n| `stackable`               | `boolean`          | `eq`                         | `eq(stackable, true)`                                                 |\n| `override_stacking`       | `boolean`          | `eq`                         | `eq(override_stacking, true)`                                         |\n| `start`                   | `date`             | `lt`, `le`, `eq`, `gt`, `ge` | `gt(start, 2025-01-01T00:00:00.000Z)`                                 |\n| `end`                     | `date`             | `lt`, `le`, `eq`, `gt`, `ge` | `lt(end, 2025-01-01T00:00:00.000Z)`                                   |\n| `rule_set.rules.strategy` | `string`           | `eq`, `in`                   | `eq(rule_set.rules.strategy,account_tags)`                            |\n| `rule_set.rules.args`     | `string`           | `contains`                   | `contains(rule_set.rules.args, 11111111-1111-4111-1111-111111111111)` |\n| `account_tags`            | `string`           | `contains`                   | `contains(account_tags, 11111111-1111-4111-1111-111111111111)`              |\n\nSome notes about filters:\n1. The `code` filter is case-insensitive. You can search for codes using only `numbers` or codes containing both `string` and `numbers`.\n2. The `rule_set.rules.*` filters do not search child conditions at present        \n3. The `account_tags` filter will essentially search for any rule or child rule that has an `account_tags` strategy and the associated accounts.\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "null",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "80c7026b-8908-4b9c-badf-c084d4502c5e",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "rule-promotions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "This parameter accepts a filtering expression that uses specific operators and attributes.  \n\n\nThe following operators and attributes are available when filtering on this endpoint. See [Supported Filtering Characters](/guides/Getting-Started/filtering#supported-characters).\n\n| Attribute                 | Type               | Operator                     | Example                                                               |\n|:--------------------------|:-------------------|:-----------------------------|:----------------------------------------------------------------------|\n| `code`                    | `string`, `number` | `eq`                         | `eq(code,summer2024)`                                                 |\n| `name`                    | `string`           | `like`,`ilike`               | `ilike(name,'Summer *')`                                              |\n| `enabled`                 | `boolean`          | `eq`                         | `eq(enabled, true)`                                                   |\n| `stackable`               | `boolean`          | `eq`                         | `eq(stackable, true)`                                                 |\n| `override_stacking`       | `boolean`          | `eq`                         | `eq(override_stacking, true)`                                         |\n| `start`                   | `date`             | `lt`, `le`, `eq`, `gt`, `ge` | `gt(start, 2025-01-01T00:00:00.000Z)`                                 |\n| `end`                     | `date`             | `lt`, `le`, `eq`, `gt`, `ge` | `lt(end, 2025-01-01T00:00:00.000Z)`                                   |\n| `rule_set.rules.strategy` | `string`           | `eq`, `in`                   | `eq(rule_set.rules.strategy,account_tags)`                            |\n| `rule_set.rules.args`     | `string`           | `contains`                   | `contains(rule_set.rules.args, 11111111-1111-4111-1111-111111111111)` |\n| `account_tags`            | `string`           | `contains`                   | `contains(account_tags, 11111111-1111-4111-1111-111111111111)`              |\n\nSome notes about filters:\n1. The `code` filter is case-insensitive. You can search for codes using only `numbers` or codes containing both `string` and `numbers`.\n2. The `rule_set.rules.*` filters do not search child conditions at present        \n3. The `account_tags` filter will essentially search for any rule or child rule that has an `account_tags` strategy and the associated accounts.\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": 6835,\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"usage_ids\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    },\n    {\n      \"status\": 3481,\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"usage_ids\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8b05f5f2-adb1-4d41-b779-9a6a5daf5c1b",
          "name": "Get a Rule Promotion by ID",
          "request": {
            "name": "Get a Rule Promotion by ID",
            "description": {
              "content": "Retrieves a single Rule Promotion by the promotion ID. Responses include promotion specifications such as discount type, eligibility criteria, and configuration details.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "rule-promotions",
                ":promotionID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "promotionID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the rule promotion.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "d39a4a35-a176-4ca6-9112-e136ac0ff52a",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "rule-promotions",
                    ":promotionID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the rule promotion.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "promotionID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "null",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "03be141c-db97-40be-8be2-efabe89d8fd0",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "rule-promotions",
                    ":promotionID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the rule promotion.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "promotionID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": 6835,\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"usage_ids\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    },\n    {\n      \"status\": 3481,\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"usage_ids\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "24df6b01-4974-4782-9090-173029c80f2f",
          "name": "Update a Rule Promotion",
          "request": {
            "name": "Update a Rule Promotion",
            "description": {
              "content": "Updates an existing Rule Promotion specified by its promotion ID. This includes both **semantic and syntactic validation** to ensure correctness. For example, the start date must be earlier than the end date.\n\nEditable fields include:\n- `name`\n- `description`\n- `enabled`\n- `start`\n- `end`\n- `automatic`\n- `stackable`\n- `override_stacking`\n- `rule_set`\n\n:::note\n\nWhen updating the `automatic` field from `false` to `true`, the store must not exceed the maximum limit of **50 active and future automatic rule promotions**.\n\n:::\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "rule-promotions",
                ":promotionID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "promotionID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the promotion to be updated.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"rule_promotion\",\n    \"name\": \"$10 off cart rule - updated\",\n    \"description\": \"updated cart rule $10 off your order!\",\n    \"enabled\": false,\n    \"automatic\": false,\n    \"rule_set\": {\n      \"rules\": [\n        {\n          \"strategy\": \"cart_total\",\n          \"operator\": \"lt\",\n          \"args\": [\n            1000\n          ]\n        }\n      ],\n      \"actions\": [\n        {\n          \"strategy\": \"cart_discount\",\n          \"args\": [\n            \"percent\",\n            10\n          ]\n        }\n      ]\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "1df32422-9ed0-4aad-ab0f-a35b695608ae",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "rule-promotions",
                    ":promotionID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the promotion to be updated.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "promotionID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"rule_promotion\",\n    \"name\": \"$10 off cart rule - updated\",\n    \"description\": \"updated cart rule $10 off your order!\",\n    \"enabled\": false,\n    \"automatic\": false,\n    \"rule_set\": {\n      \"rules\": [\n        {\n          \"strategy\": \"cart_total\",\n          \"operator\": \"lt\",\n          \"args\": [\n            1000\n          ]\n        }\n      ],\n      \"actions\": [\n        {\n          \"strategy\": \"cart_discount\",\n          \"args\": [\n            \"percent\",\n            10\n          ]\n        }\n      ]\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "null",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "350ae353-5c5a-4058-806e-f73a9e66cda1",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "rule-promotions",
                    ":promotionID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the promotion to be updated.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "promotionID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"rule_promotion\",\n    \"name\": \"$10 off cart rule - updated\",\n    \"description\": \"updated cart rule $10 off your order!\",\n    \"enabled\": false,\n    \"automatic\": false,\n    \"rule_set\": {\n      \"rules\": [\n        {\n          \"strategy\": \"cart_total\",\n          \"operator\": \"lt\",\n          \"args\": [\n            1000\n          ]\n        }\n      ],\n      \"actions\": [\n        {\n          \"strategy\": \"cart_discount\",\n          \"args\": [\n            \"percent\",\n            10\n          ]\n        }\n      ]\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"400\",\n      \"title\": \"Too many automatic rule promotions\",\n      \"detail\": \"Only 50 active and future automatic rule promotions are allowed per store\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "91549254-c57c-445f-a90a-a73584824586",
              "name": "Unprocessable Entity",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "rule-promotions",
                    ":promotionID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the promotion to be updated.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "promotionID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"rule_promotion\",\n    \"name\": \"$10 off cart rule - updated\",\n    \"description\": \"updated cart rule $10 off your order!\",\n    \"enabled\": false,\n    \"automatic\": false,\n    \"rule_set\": {\n      \"rules\": [\n        {\n          \"strategy\": \"cart_total\",\n          \"operator\": \"lt\",\n          \"args\": [\n            1000\n          ]\n        }\n      ],\n      \"actions\": [\n        {\n          \"strategy\": \"cart_discount\",\n          \"args\": [\n            \"percent\",\n            10\n          ]\n        }\n      ]\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Unprocessable Entity\",\n      \"status\": \"422\",\n      \"detail\": \"\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "356395d5-3f91-4dfa-b163-1ab2ef561ec9",
          "name": "Delete a Rule Promotion",
          "request": {
            "name": "Delete a Rule Promotion",
            "description": {
              "content": "Deletes an existing Rule Promotion identified by its promotion ID.\n\n- This action **permanently removes** the promotion and cannot be undone.\n- If the promotion is active, please ensure that its removal does not impact ongoing campaigns.\n\nA successful request returns a `204 No Content` response, indicating that the promotion has been deleted.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "rule-promotions",
                ":promotionID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "promotionID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the promotion.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "method": "DELETE",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "39c6c855-5922-4662-98d4-bc5e21f8da90",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "rule-promotions",
                    ":promotionID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the promotion.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "promotionID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Rule Promotion Codes",
      "description": "",
      "item": [
        {
          "id": "ca77f45c-78d1-4f48-aede-c082178c9ed5",
          "name": "Create Rule Promotion Codes",
          "request": {
            "name": "Create Rule Promotion Codes",
            "description": {
              "content": "Creates new promotion codes for a specific rule promotion, allowing customers to redeem discounts based on predefined conditions.\n\n- Supports  bulk creation of multiple promotion codes in a single request.\n- Each code can have individual usage limits.\n- Can optionally assign codes to specific users to enforce targeted promotions.\n- The promotion codes are case-insensitive.\n\n:::note\n\nRegarding first time shopper limitations:\n- Orders without payment transactions do not count as completed purchases.\n- Canceling or refunding an order does not reinstate first-time shopper status.\n- A first-time shopper coupon code cannot have limited uses or be assigned to specific users, meaning the code cannot be restricted by the number of times it can be used or tied to a specific customer ID.\n\n:::\n\nA successful request returns a `201 Created` response with details of the generated promotion codes.\n\n### Duplicate Codes\nDuplicate promotion codes **are supported across different promotions** in the store, regardless of their statuses and validity dates. However, **duplicate codes cannot be created within the same promotion**.\nThis means that shoppers can apply a single coupon code to trigger multiple promotions if those promotions share common coupon codes. \n\nCodes that share the same name can serve different purposes.  For example, one code may have `per_application` with a limited number of uses, while another identical code can have `per_checkout` with unlimited use.\n\n**Duplicate Code Handling:**\n- If a duplicate code is detected **within the same promotion**, the request will return a `422 Duplicate code` error.\n- When creating duplicate codes, a message appears with the successful response indicating the duplication.\n\n\nPlease refer to the **OpenAPI examples** section on this page for sample request structures.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "rule-promotions",
                ":promotionID",
                "codes"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "promotionID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the rule promotion.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"promotion_codes\",\n    \"codes\": [\n      {\n        \"code\": \"spring2024\"\n      },\n      {\n        \"code\": \"summer2024\",\n        \"consume_unit\": \"per_checkout\"\n      },\n      {\n        \"code\": \"summer2024_limited\",\n        \"consume_unit\": \"per_application\",\n        \"uses\": 5\n      },\n      {\n        \"code\": \"summer2024_memberOnly\",\n        \"consume_unit\": \"per_application\",\n        \"uses\": 1,\n        \"user\": \"vip_shopper@email.com\"\n      }\n    ]\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "03d2a558-775a-448f-8c4c-ccd4d503d0a6",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "rule-promotions",
                    ":promotionID",
                    "codes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the rule promotion.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "promotionID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"promotion_codes\",\n    \"codes\": [\n      {\n        \"code\": \"spring2024\"\n      },\n      {\n        \"code\": \"summer2024\",\n        \"consume_unit\": \"per_checkout\"\n      },\n      {\n        \"code\": \"summer2024_limited\",\n        \"consume_unit\": \"per_application\",\n        \"uses\": 5\n      },\n      {\n        \"code\": \"summer2024_memberOnly\",\n        \"consume_unit\": \"per_application\",\n        \"uses\": 1,\n        \"user\": \"vip_shopper@email.com\"\n      }\n    ]\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"8a1c73bc-7c15-41c3-a3ed-a0aa398c3984\",\n      \"code\": \"one_per_shopper\",\n      \"user\": \"5abb8d4e-57c0-459b-91d5-c4e6f77e9c5e\",\n      \"max_uses_per_shopper\": {\n        \"max_uses\": 1,\n        \"includes_guests\": false\n      },\n      \"consume_unit\": \"per_checkout\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1ef97904-849b-45d8-bf2d-c7d5b50f29f6",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "rule-promotions",
                    ":promotionID",
                    "codes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the rule promotion.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "promotionID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"promotion_codes\",\n    \"codes\": [\n      {\n        \"code\": \"spring2024\"\n      },\n      {\n        \"code\": \"summer2024\",\n        \"consume_unit\": \"per_checkout\"\n      },\n      {\n        \"code\": \"summer2024_limited\",\n        \"consume_unit\": \"per_application\",\n        \"uses\": 5\n      },\n      {\n        \"code\": \"summer2024_memberOnly\",\n        \"consume_unit\": \"per_application\",\n        \"uses\": 1,\n        \"user\": \"vip_shopper@email.com\"\n      }\n    ]\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": 400,\n      \"source\": \"data.codes.0.max_uses_per_shopper\",\n      \"title\": \"missing_dependency\",\n      \"detail\": \"Has a dependency on max_uses\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "348d8188-52a6-41ca-8fa5-7cb15ef0b42e",
              "name": "Unprocessable Entity",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "rule-promotions",
                    ":promotionID",
                    "codes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the rule promotion.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "promotionID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"promotion_codes\",\n    \"codes\": [\n      {\n        \"code\": \"spring2024\"\n      },\n      {\n        \"code\": \"summer2024\",\n        \"consume_unit\": \"per_checkout\"\n      },\n      {\n        \"code\": \"summer2024_limited\",\n        \"consume_unit\": \"per_application\",\n        \"uses\": 5\n      },\n      {\n        \"code\": \"summer2024_memberOnly\",\n        \"consume_unit\": \"per_application\",\n        \"uses\": 1,\n        \"user\": \"vip_shopper@email.com\"\n      }\n    ]\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"422\",\n      \"source\": \"\",\n      \"title\": \"Unsupported consume unit\",\n      \"detail\": \"Consume unit 'per_application' is not supported when using 'max_uses_per_shopper' features.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "59d685ba-786f-4e00-98e3-2926d97cb948",
          "name": "Get Rule Promotion Codes",
          "request": {
            "name": "Get Rule Promotion Codes",
            "description": {
              "content": "Retrieves the list of promotion codes associated with a specific Rule Promotion.\n\n- Returns all codes generated for the given promotion ID, including details on usage limits and redemption status.\n- Supports both automatically generated and manually created promotion codes.\n- Can be used to verify whether a promotion code is still valid or has reached its usage limit.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "rule-promotions",
                ":promotionID",
                "codes"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "This parameter accepts a filtering expression that uses specific operators and attributes. Promotion codes are case-insensitive.\n\nThe following operators and attributes are available when filtering on this endpoint. See [Supported Filtering Characters](/guides/Getting-Started/filtering#supported-characters).\n\n| Attribute | Type     | Operator    | Example        |\n|:--------- |:---------|:------------|:---------------|\n| `code`    | `string`, `number` |  `eq`, `gt`       |  `eq(code,summer2024)`, `gt(code,2024)` |\n",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Specifies the order of the codes that will be returned.\n (This can only be one of code,-code)",
                    "type": "text/plain"
                  },
                  "key": "sort",
                  "value": "code"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "promotionID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the rule promotion.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "f287daa3-9947-4fc3-950d-00fbf0bdc149",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "rule-promotions",
                    ":promotionID",
                    "codes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "This parameter accepts a filtering expression that uses specific operators and attributes. Promotion codes are case-insensitive.\n\nThe following operators and attributes are available when filtering on this endpoint. See [Supported Filtering Characters](/guides/Getting-Started/filtering#supported-characters).\n\n| Attribute | Type     | Operator    | Example        |\n|:--------- |:---------|:------------|:---------------|\n| `code`    | `string`, `number` |  `eq`, `gt`       |  `eq(code,summer2024)`, `gt(code,2024)` |\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the order of the codes that will be returned.\n (This can only be one of code,-code)",
                        "type": "text/plain"
                      },
                      "key": "sort",
                      "value": "code"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the rule promotion.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "promotionID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"type\": \"string\",\n      \"id\": \"cd0e45b1-03ec-0743-0028-6ee53374fd22\",\n      \"code\": \"string\",\n      \"uses\": 6892,\n      \"user\": \"string\",\n      \"consume_unit\": \"per_application\",\n      \"max_uses\": 3221,\n      \"max_uses_per_shopper\": {\n        \"max_uses\": 8232,\n        \"includes_guests\": false\n      },\n      \"is_for_new_shopper\": true,\n      \"created_by\": \"string\",\n      \"meta\": {\n        \"timestamps\": {\n          \"created_at\": \"1952-12-02T11:51:29.209Z\"\n        }\n      }\n    },\n    {\n      \"type\": \"string\",\n      \"id\": \"f5fd08dc-1d17-3fea-183c-6f6c03d04861\",\n      \"code\": \"string\",\n      \"uses\": 7289,\n      \"user\": \"string\",\n      \"consume_unit\": \"per_application\",\n      \"max_uses\": 9614,\n      \"max_uses_per_shopper\": {\n        \"max_uses\": 8807,\n        \"includes_guests\": false\n      },\n      \"is_for_new_shopper\": true,\n      \"created_by\": \"string\",\n      \"meta\": {\n        \"timestamps\": {\n          \"created_at\": \"2008-02-28T03:19:00.525Z\"\n        }\n      }\n    }\n  ],\n  \"links\": {\n    \"current\": \"https://QoOlBXCJKuK.sredbB7a+ZyIU+OC0zgOWnWRGx,OUl\",\n    \"first\": \"https://QwbawHCtpwUBJhxPCnhublhKQFmgOnLZ.qmteAWeG7fLRUjnYshpMcaMYKFl-8eOXuK2GdiGFKKgGBBlifTyWYRwm.7EVK5Dy2\",\n    \"last\": \"http://SPhG.qaztJWTu7XQsPahTb4,SsHzMYlNAk6gLRZRbY.u22h2ebon6DKIloUFvsz\",\n    \"next\": \"https://aMkDsPzYX.leEDLCyuk8ItAHWxGE4IUwcisa3DQDJCjVxe4b0FF1,uDen32Lo1E0\",\n    \"prev\": \"https://oLjQpwvLUaPulFIXlqnsjDpNzzgmiHiEj.sjgJKfYv8hecnJ98Z+bWW3HHIp4FfNm+DTNIX12WRBYezTQo+9zScPmu0WCyQW0S5PFLRnEw\"\n  },\n  \"meta\": {\n    \"page\": {\n      \"current\": 6959,\n      \"limit\": 3267,\n      \"offset\": 4363,\n      \"total\": 1359\n    },\n    \"results\": {\n      \"total\": 7523,\n      \"total_method\": \"string\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f58b0f60-e0e4-4335-8351-ef503a64529c",
          "name": "Delete Rule Promotion Codes",
          "request": {
            "name": "Delete Rule Promotion Codes",
            "description": {
              "content": "Deletes one or more promotion codes from a specific rule promotion.\n\n- Supports **bulk deletion**, allowing multiple codes to be removed in a single request.\n- Removes promotion codes permanently, making them unavailable for future use.\n- If a code has already been redeemed, it will be removed from the system but may still reflect in historical transactions.\n\nA successful request returns a `204 No Content` response, indicating the specified promotion codes have been deleted.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "rule-promotions",
                ":promotionID",
                "codes"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "promotionID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the rule promotion.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"promotion_codes\",\n    \"codes\": [\n      {\n        \"code\": \"spring2024\"\n      },\n      {\n        \"code\": \"summer2024\",\n        \"consume_unit\": \"per_checkout\"\n      },\n      {\n        \"code\": \"summer2024_limited\",\n        \"consume_unit\": \"per_application\",\n        \"uses\": 5\n      },\n      {\n        \"code\": \"summer2024_memberOnly\",\n        \"consume_unit\": \"per_application\",\n        \"uses\": 1,\n        \"user\": \"vip_shopper@email.com\"\n      }\n    ]\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "a10af9be-3a88-469f-bab2-cc3320641fbd",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "rule-promotions",
                    ":promotionID",
                    "codes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the rule promotion.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "promotionID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"promotion_codes\",\n    \"codes\": [\n      {\n        \"code\": \"spring2024\"\n      },\n      {\n        \"code\": \"summer2024\",\n        \"consume_unit\": \"per_checkout\"\n      },\n      {\n        \"code\": \"summer2024_limited\",\n        \"consume_unit\": \"per_application\",\n        \"uses\": 5\n      },\n      {\n        \"code\": \"summer2024_memberOnly\",\n        \"consume_unit\": \"per_application\",\n        \"uses\": 1,\n        \"user\": \"vip_shopper@email.com\"\n      }\n    ]\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "4092cedc-a32b-44f4-9c60-4d5d3a483fdc",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "rule-promotions",
                    ":promotionID",
                    "codes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the rule promotion.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "promotionID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"promotion_codes\",\n    \"codes\": [\n      {\n        \"code\": \"spring2024\"\n      },\n      {\n        \"code\": \"summer2024\",\n        \"consume_unit\": \"per_checkout\"\n      },\n      {\n        \"code\": \"summer2024_limited\",\n        \"consume_unit\": \"per_application\",\n        \"uses\": 5\n      },\n      {\n        \"code\": \"summer2024_memberOnly\",\n        \"consume_unit\": \"per_application\",\n        \"uses\": 1,\n        \"user\": \"vip_shopper@email.com\"\n      }\n    ]\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": 6835,\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"usage_ids\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    },\n    {\n      \"status\": 3481,\n      \"title\": \"string\",\n      \"detail\": \"string\",\n      \"source\": \"string\",\n      \"meta\": {\n        \"usage_ids\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2e53edc1-a96e-4596-8a4a-ad2b351dece7",
          "name": "Delete A Single Rule Promotion Code",
          "request": {
            "name": "Delete A Single Rule Promotion Code",
            "description": {
              "content": "Deletes a single promotion code from a specific rule promotion.\n\n- Permanently removes the specified promotion code, making it unavailable for future use.\n- Can be used to **revoke a specific code** without affecting other codes under the same promotion.\n- If the code has already been redeemed, it will still be removed from the system but may still reflect in historical transactions.\n\nA successful request returns a `204 No Content` response, indicating the specified promotion code has been deleted.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "rule-promotions",
                ":promotionID",
                "codes",
                ":codeID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "promotionID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the rule promotion.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "codeID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the rule promotion code.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "method": "DELETE",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "355db710-156e-4698-9ff1-7b0a2aba842d",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "rule-promotions",
                    ":promotionID",
                    "codes",
                    ":codeID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the rule promotion.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "promotionID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the rule promotion code.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "codeID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Rule Promotion Jobs",
      "description": "",
      "item": [
        {
          "id": "acc4d480-f763-41ae-9abf-7adc8ae99687",
          "name": "Create a Rule Promotion Job",
          "request": {
            "name": "Create a Rule Promotion Job",
            "description": {
              "content": "Creates an asynchronous job for a specific Rule Promotion. Jobs are used to generate or export promotion codes in bulk.\n\nThe following job types are supported:\n- **`code_generate`**: Generates a batch of unique promotion codes.\n- **`code_export`**: Exports all existing promotion codes as a downloadable CSV file.\n\nJob processing occurs asynchronously. The job request is queued, and its status must be checked separately.\n\n### Job Processing Status\nJobs can have the following statuses:\n- `pending`: Job is in the queue, waiting to be processed.\n- `processing`: Job is actively being processed.\n- `completed`: Job completed successfully.\n- `failed`: Job encountered an error and did not complete.\n- `cancelling`: Cancellation in progress (for long-running jobs).\n- `cancelled`: Job was successfully cancelled.\n\nPlease refer to the **OpenAPI examples** section on this page for sample job creation requests.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "rule-promotions",
                ":uuid",
                "jobs"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the rule promotion.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"promotion_job\",\n    \"job_type\": \"code_generate\",\n    \"name\": \"Demo bulk code generate\",\n    \"parameters\": {\n      \"number_of_codes\": 100,\n      \"max_uses_per_code\": 1,\n      \"consume_unit\": \"per_checkout\",\n      \"code_prefix\": \"summer-\",\n      \"code_length\": 8\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "d5897de3-540a-4e1e-af31-8edc020e3d5c",
              "name": "Promotion job created",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "rule-promotions",
                    ":uuid",
                    "jobs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the rule promotion.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"promotion_job\",\n    \"job_type\": \"code_generate\",\n    \"name\": \"Demo bulk code generate\",\n    \"parameters\": {\n      \"number_of_codes\": 100,\n      \"max_uses_per_code\": 1,\n      \"consume_unit\": \"per_checkout\",\n      \"code_prefix\": \"summer-\",\n      \"code_length\": 8\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"job_type\": \"code_export\",\n    \"name\": \"string\",\n    \"parameters\": {\n      \"number_of_codes\": 629,\n      \"max_uses_per_code\": 8907,\n      \"consume_unit\": \"per_checkout\",\n      \"code_prefix\": \"string\",\n      \"code_length\": 8\n    },\n    \"id\": \"string\",\n    \"type\": \"string\",\n    \"rule_promotion_id\": \"string\",\n    \"status\": \"completed\",\n    \"error\": \"string\",\n    \"meta\": {\n      \"timestamps\": {\n        \"created_at\": \"2009-06-19T16:45:04.828Z\",\n        \"updated_at\": \"1964-04-13T20:57:57.605Z\"\n      }\n    },\n    \"result\": {\n      \"generated\": 1000,\n      \"deleted\": 50\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "66aa0007-7e05-4d40-820a-7ee15db8da2f",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "rule-promotions",
                    ":uuid",
                    "jobs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the rule promotion.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"promotion_job\",\n    \"job_type\": \"code_generate\",\n    \"name\": \"Demo bulk code generate\",\n    \"parameters\": {\n      \"number_of_codes\": 100,\n      \"max_uses_per_code\": 1,\n      \"consume_unit\": \"per_checkout\",\n      \"code_prefix\": \"summer-\",\n      \"code_length\": 8\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"400\",\n      \"title\": \"Too many jobs\",\n      \"detail\": \"Only 1 pending or processing job is allowed per promotion.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "fcd2d7b5-3f8d-4997-9055-185c23165115",
          "name": "Get Rule Promotion Jobs",
          "request": {
            "name": "Get Rule Promotion Jobs",
            "description": {
              "content": "Retrieves a list of jobs associated with a specific rule promotion. Each job represents an asynchronous operation such as promotion code generation or export.\n\nThe response includes details such as:\n- **Job type** (`code_generate` or `code_export`)\n- **Job status** (`pending`, `processing`, `completed`, `failed`, `cancelling`, or `cancelled`)\n- **Parameters used** (such as number of codes generated)\n- **Results** (such as number of codes successfully generated or deleted)\n\n### Filtering\nYou can filter jobs by:\n- **Job Type** (`eq(job_type, code_export)`)\n- **Status** (`eq(status, complete)`)\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "rule-promotions",
                ":uuid",
                "jobs"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Specifies filter attributes.",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "string"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of a rule promotion.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "bd84c626-08f5-4376-a576-91f24f5c7561",
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "rule-promotions",
                    ":uuid",
                    "jobs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies filter attributes.",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a rule promotion.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"job_type\": \"code_generate\",\n      \"name\": \"string\",\n      \"parameters\": {\n        \"number_of_codes\": 230,\n        \"max_uses_per_code\": 2755,\n        \"consume_unit\": \"per_application\",\n        \"code_prefix\": \"string\",\n        \"code_length\": 8\n      },\n      \"id\": \"string\",\n      \"type\": \"string\",\n      \"rule_promotion_id\": \"string\",\n      \"status\": \"processing\",\n      \"error\": \"string\",\n      \"meta\": {\n        \"timestamps\": {\n          \"created_at\": \"2011-06-01T21:30:43.742Z\",\n          \"updated_at\": \"2015-10-23T04:11:24.807Z\"\n        }\n      },\n      \"result\": {\n        \"generated\": 1000,\n        \"deleted\": 50\n      }\n    },\n    {\n      \"job_type\": \"code_generate\",\n      \"name\": \"string\",\n      \"parameters\": {\n        \"number_of_codes\": 848,\n        \"max_uses_per_code\": 6939,\n        \"consume_unit\": \"per_checkout\",\n        \"code_prefix\": \"string\",\n        \"code_length\": 8\n      },\n      \"id\": \"string\",\n      \"type\": \"string\",\n      \"rule_promotion_id\": \"string\",\n      \"status\": \"pending\",\n      \"error\": \"string\",\n      \"meta\": {\n        \"timestamps\": {\n          \"created_at\": \"2021-12-14T10:48:31.870Z\",\n          \"updated_at\": \"2014-12-16T01:04:44.351Z\"\n        }\n      },\n      \"result\": {\n        \"generated\": 1000,\n        \"deleted\": 50\n      }\n    }\n  ],\n  \"links\": {\n    \"current\": \"http://XdxEAysWhuDLCDKNnGcWeD.ayxeDEVxaSZDk\",\n    \"first\": \"https://bPtJvDWq.iunxwvK5hHE-IEOiRbDaO-z66CM6tFfBMkS6rG2fmev-EnnYf+XWdngB\",\n    \"last\": \"http://c.bzvJYDKGtswqPet\",\n    \"next\": \"http://DmXRynI.hhwjkVF9EhDf8O.Y1iqvX\",\n    \"prev\": \"https://LlXNhawchtKKDaWzVnBCvihjdb.nvsmHYD,SYAo3PTjb4wtAFxIFdLAm-aasR,cCCx\"\n  },\n  \"meta\": {\n    \"page\": {\n      \"current\": 3143,\n      \"limit\": 1862,\n      \"offset\": 5979,\n      \"total\": 2021\n    },\n    \"results\": {\n      \"total\": 7544,\n      \"total_method\": \"string\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d54fa8a9-6253-4818-ad6f-e2faca9c9b67",
          "name": "Get Rule Promotion Code Exported File",
          "request": {
            "name": "Get Rule Promotion Code Exported File",
            "description": {
              "content": "Retrieves the exported promotion codes for a rule promotion job in a CSV format.\n\n- The file contains the generated codes along with relevant metadata.\n- This endpoint is applicable only for jobs of type `code_export`.\n- The job must be in a `completed` state before the file can be retrieved.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "rule-promotions",
                ":uuid",
                "jobs",
                ":job-uuid",
                "file"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the rule promotion.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "job-uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the job associated with the file.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "447b2cb2-b55b-4646-a946-5a6b74cdeb19",
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "rule-promotions",
                    ":uuid",
                    "jobs",
                    ":job-uuid",
                    "file"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the rule promotion.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the job associated with the file.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "job-uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"href\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c19c5544-7610-48ec-8b1e-01b838fe5d3d",
          "name": "Cancel a Rule Promotion Job",
          "request": {
            "name": "Cancel a Rule Promotion Job",
            "description": {
              "content": "Cancels an asynchronous job for a rule promotion if its status is `pending` or `processing`.\n\n- Only jobs that have not yet completed can be canceled.\n- Once canceled, no further processing occurs, and partially completed results may be deleted.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "rule-promotions",
                ":uuid",
                "jobs",
                ":job-uuid",
                "cancel"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the rule promotion.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "job-uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the job to be canceled.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "c657a7ce-9b24-4481-85df-eea2ad75ea91",
              "name": "Successfully Canceled the Rule Promotion Job",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "rule-promotions",
                    ":uuid",
                    "jobs",
                    ":job-uuid",
                    "cancel"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the rule promotion.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the job to be canceled.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "job-uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"promotion_job\",\n    \"id\": \"9bc1391c-1b65-419e-940e-66ed86c07001\",\n    \"rule_promotion_id\": \"8c150382-b258-4c88-a2d4-b9ea0be74a07\",\n    \"job_type\": \"code_generate\",\n    \"name\": \"Demo bulk code generate\",\n    \"parameters\": {\n      \"number_of_codes\": 100,\n      \"max_uses_per_code\": 1,\n      \"consume_unit\": \"per_checkout\",\n      \"code_prefix\": \"summer-\",\n      \"code_length\": 8\n    },\n    \"status\": \"cancelling\",\n    \"meta\": {\n      \"timestamps\": {\n        \"created_at\": \"2024-12-03T23:31:40.962680423Z\",\n        \"updated_at\": \"2024-12-03T23:31:40.962680423Z\"\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4f7ec8a6-435b-4eaf-96bc-68137d6d9773",
              "name": "Unprocessable Entity",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "rule-promotions",
                    ":uuid",
                    "jobs",
                    ":job-uuid",
                    "cancel"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the rule promotion.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the job to be canceled.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "job-uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": \"422\",\n      \"title\": \"Unprocessable Entity\",\n      \"detail\": \"Only pending or processing jobs can be cancelled.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Rule Promotion Usages",
      "description": "",
      "item": [
        {
          "id": "4a448e33-6939-4f8a-aa2d-0a8437e0ece3",
          "name": "Anonymize Rule Promotion Usages",
          "request": {
            "name": "Anonymize Rule Promotion Usages",
            "description": {
              "content": "Anonymizes user-related data in Rule Promotion usage records. \nThis operation is typically used for GDPR compliance or privacy-related requests.\n\n- This process replaces identifiable user data with anonymized placeholders.\n- Affects all recorded promotion usages where customer data is stored.\n- Does not impact historical transaction records or applied discounts.\n\nA successful request returns a `200 OK` response with the anonymized usage records.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "rule-promotions",
                "usages",
                "anonymize"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"usage_ids\": [\n      \"ca4385ec-7fb2-4a95-8690-f752c508d68a\",\n      \"d4e5f6g7-h8i9-0j1k-2l3m-4n5o6p7q8r9s\"\n    ]\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "0e580789-f43c-4dc1-91f4-b4350028e6e9",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "rule-promotions",
                    "usages",
                    "anonymize"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"usage_ids\": [\n      \"ca4385ec-7fb2-4a95-8690-f752c508d68a\",\n      \"d4e5f6g7-h8i9-0j1k-2l3m-4n5o6p7q8r9s\"\n    ]\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"ca4385ec-7fb2-4a95-8690-f752c508d68a\",\n      \"order_id\": \"8edd5ca8-39b7-468d-aea9-a470690ca98d\",\n      \"code_id\": \"00fc633b-9932-4e18-b122-fd5c3173caa3\",\n      \"code\": \"node1off\",\n      \"times_used\": 1,\n      \"used_on\": \"2023-06-19T18:05:20.846Z\",\n      \"customer_id\": \"9ef25142-d67a-41d3-99b2-4d30aeef6c9d\",\n      \"customer_email\": \"**\",\n      \"meta\": {\n        \"timestamps\": {\n          \"updated_at\": \"2023-06-19T18:05:39.141Z\"\n        }\n      },\n      \"updated_by\": \"Key-2439657140697170361\",\n      \"anonymized\": true\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "99efe022-9e0c-4917-8ec8-0b06b3c2ef84",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "rule-promotions",
                    "usages",
                    "anonymize"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"usage_ids\": [\n      \"ca4385ec-7fb2-4a95-8690-f752c508d68a\",\n      \"d4e5f6g7-h8i9-0j1k-2l3m-4n5o6p7q8r9s\"\n    ]\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": 400,\n      \"title\": \"Invalid Request\",\n      \"detail\": \"The request payload is malformed or missing required fields.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "baf9649b-b1c1-4951-8417-8689fda65721",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "rule-promotions",
                    "usages",
                    "anonymize"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"usage_ids\": [\n      \"ca4385ec-7fb2-4a95-8690-f752c508d68a\",\n      \"d4e5f6g7-h8i9-0j1k-2l3m-4n5o6p7q8r9s\"\n    ]\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": 401,\n      \"title\": \"Unauthorized\",\n      \"detail\": \"Authentication credentials were missing or incorrect.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8d850665-0132-43ee-8997-68c278ccbbb9",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "rule-promotions",
                    "usages",
                    "anonymize"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"usage_ids\": [\n      \"ca4385ec-7fb2-4a95-8690-f752c508d68a\",\n      \"d4e5f6g7-h8i9-0j1k-2l3m-4n5o6p7q8r9s\"\n    ]\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": 404,\n      \"title\": \"Usages Not Found\",\n      \"detail\": \"Some usage IDs could not be found.\",\n      \"meta\": {\n        \"usage_ids\": [\n          \"invalid-usage-id-1\",\n          \"invalid-usage-id-2\"\n        ]\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "fcc21305-7e99-4d64-9cbb-6871f812f26b",
          "name": "Get Rule Promotion Usages",
          "request": {
            "name": "Get Rule Promotion Usages",
            "description": {
              "content": "Retrieves a list of usage records for a specific Rule Promotion.\n\n- Provides details about when and how a promotion was used.\n- Can be filtered and paginated to refine results.\n- Useful for analyzing promotion effectiveness and customer engagement.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "rule-promotions",
                ":promotionID",
                "usages"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter attributes to refine the usage records. Supported attributes:\n- `id`: Filter by usage ID.\n- `code`: Filter by promotion code.\n- `used_on`: Filter by usage date with operators `gt`, `ge`, `le`, `lt`.\n",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "eq(code,cart1off)"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "10"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "0"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "promotionID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the rule promotion.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "14fa593b-8799-44c0-94bd-bc754e21c290",
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "rule-promotions",
                    ":promotionID",
                    "usages"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter attributes to refine the usage records. Supported attributes:\n- `id`: Filter by usage ID.\n- `code`: Filter by promotion code.\n- `used_on`: Filter by usage date with operators `gt`, `ge`, `le`, `lt`.\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(code,cart1off)"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the rule promotion.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "promotionID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"a9b73e4d-637f-4f1c-9b3e-2de1f8a70351\",\n      \"order_id\": \"e3d7b9fa-4a90-4e98-bac2-d7a4b4f2f63f\",\n      \"code_id\": \"8a2c3f47-9d3b-4562-8392-4e5e6cda3d2b\",\n      \"code\": \"cart10off\",\n      \"times_used\": 1,\n      \"used_on\": \"2024-02-20T15:42:00.000Z\",\n      \"customer_id\": \"4f3e8c5d-37e4-43fb-9276-d1b76f0c3a2a\",\n      \"customer_email\": \"shopper@example.com\",\n      \"meta\": {\n        \"timestamps\": {\n          \"updated_at\": \"2024-02-20T15:45:00.000Z\"\n        }\n      },\n      \"updated_by\": \"Admin-User-123\"\n    }\n  ],\n  \"links\": {\n    \"first\": \"https://useast.api.elasticpath.com/v2/rule-promotions/123/usages?page%5Boffset%5D=0&page%5Blimit%5D=10\",\n    \"last\": \"https://useast.api.elasticpath.com/v2/rule-promotions/123/usages?page%5Boffset%5D=90&page%5Blimit%5D=10\",\n    \"prev\": null,\n    \"next\": \"https://useast.api.elasticpath.com/v2/rule-promotions/123/usages?page%5Boffset%5D=10&page%5Blimit%5D=10\"\n  },\n  \"meta\": {\n    \"pagination\": {\n      \"total\": 100,\n      \"limit\": 10,\n      \"offset\": 0,\n      \"current\": 1\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bd4ba8b0-0032-42b8-b3fc-8708722c2258",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "rule-promotions",
                    ":promotionID",
                    "usages"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter attributes to refine the usage records. Supported attributes:\n- `id`: Filter by usage ID.\n- `code`: Filter by promotion code.\n- `used_on`: Filter by usage date with operators `gt`, `ge`, `le`, `lt`.\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(code,cart1off)"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the rule promotion.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "promotionID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": 401,\n      \"title\": \"Unauthorized\",\n      \"detail\": \"Authentication is required to access this resource.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b439c81f-77b0-47ac-8afa-8e5d16f56ee2",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "rule-promotions",
                    ":promotionID",
                    "usages"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter attributes to refine the usage records. Supported attributes:\n- `id`: Filter by usage ID.\n- `code`: Filter by promotion code.\n- `used_on`: Filter by usage date with operators `gt`, `ge`, `le`, `lt`.\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(code,cart1off)"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the rule promotion.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "promotionID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": 404,\n      \"title\": \"Promotion Not Found\",\n      \"detail\": \"No usages found for the specified promotion ID.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "21b4d685-f088-418c-91c6-3eedeef31532",
          "name": "Get Rule Promotion Code Usages",
          "request": {
            "name": "Get Rule Promotion Code Usages",
            "description": {
              "content": "Retrieves a list of usage records for a specific Rule Promotion code.\n\n- Provides insights into how many times a specific code was used.\n- Can be filtered and paginated to refine results.\n- Useful for tracking the performance of individual promotion codes.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "rule-promotions",
                ":promotionID",
                "codes",
                ":code",
                "usages"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter attributes to refine the results. Supported attributes:\n- `id`: Filter by usage ID.\n- `used_on`: Filter by date with operators `gt`, `ge`, `le`, `lt`.\n",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "gt(used_on,2024-02-01T00:00:00Z)"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The number of records per page.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "10"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The number of records to offset the results by.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "0"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "string",
                  "key": "promotionID",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the rule promotion.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "string",
                  "key": "code",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The specific promotion code for which to retrieve usage records.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "d7ca14b7-1084-441d-8ff4-c4c8fb688256",
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "rule-promotions",
                    ":promotionID",
                    "codes",
                    ":code",
                    "usages"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter attributes to refine the results. Supported attributes:\n- `id`: Filter by usage ID.\n- `used_on`: Filter by date with operators `gt`, `ge`, `le`, `lt`.\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "gt(used_on,2024-02-01T00:00:00Z)"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the rule promotion.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "promotionID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The specific promotion code for which to retrieve usage records.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "code"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"c2f45a8d-6ebf-4b6a-8b1c-d2e7c9e0f45f\",\n      \"order_id\": \"1a3b5c7d-9e2f-4a5b-8c1d-6e3f9b0d4c5f\",\n      \"code_id\": \"5d7e9f2b-3c4a-6b8d-1e9f-0a2b3c4d5e6f\",\n      \"code\": \"holiday50\",\n      \"times_used\": 2,\n      \"used_on\": \"2024-02-18T10:30:00.000Z\",\n      \"customer_id\": \"7e6c5d4b-3a2f-1e9d-8b0c-9f4e7d6c3b5a\",\n      \"customer_email\": \"vipuser@example.com\",\n      \"meta\": {\n        \"timestamps\": {\n          \"updated_at\": \"2024-02-18T10:35:00.000Z\"\n        }\n      },\n      \"updated_by\": \"Admin-User-456\"\n    }\n  ],\n  \"links\": {\n    \"first\": \"https://useast.api.elasticpath.com/v2/rule-promotions/123/codes/holiday50/usages?page%5Boffset%5D=0&page%5Blimit%5D=10\",\n    \"last\": \"https://useast.api.elasticpath.com/v2/rule-promotions/123/codes/holiday50/usages?page%5Boffset%5D=10&page%5Blimit%5D=10\",\n    \"prev\": null,\n    \"next\": \"https://useast.api.elasticpath.com/v2/rule-promotions/123/codes/holiday50/usages?page%5Boffset%5D=10&page%5Blimit%5D=10\"\n  },\n  \"meta\": {\n    \"pagination\": {\n      \"total\": 20,\n      \"limit\": 10,\n      \"offset\": 0,\n      \"current\": 1\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "65c9911b-aafa-482c-a34c-9600b1704ff9",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "rule-promotions",
                    ":promotionID",
                    "codes",
                    ":code",
                    "usages"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter attributes to refine the results. Supported attributes:\n- `id`: Filter by usage ID.\n- `used_on`: Filter by date with operators `gt`, `ge`, `le`, `lt`.\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "gt(used_on,2024-02-01T00:00:00Z)"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the rule promotion.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "promotionID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The specific promotion code for which to retrieve usage records.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "code"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": 401,\n      \"title\": \"Unauthorized\",\n      \"detail\": \"Authentication is required to access this resource.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c8f285b7-0cfa-4b6a-9257-9855c494bf50",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "rule-promotions",
                    ":promotionID",
                    "codes",
                    ":code",
                    "usages"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter attributes to refine the results. Supported attributes:\n- `id`: Filter by usage ID.\n- `used_on`: Filter by date with operators `gt`, `ge`, `le`, `lt`.\n",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "gt(used_on,2024-02-01T00:00:00Z)"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the rule promotion.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "promotionID"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The specific promotion code for which to retrieve usage records.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "string",
                      "key": "code"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"status\": 404,\n      \"title\": \"Promotion Code Not Found\",\n      \"detail\": \"No usages found for the specified promotion code.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Settings",
      "description": "The Settings API allow you to configure global settings for your project.",
      "item": [
        {
          "id": "063cbb5b-680d-4264-92d1-9e3e3e7f680b",
          "name": "Get Project Settings",
          "request": {
            "name": "Get Project Settings",
            "description": {
              "content": "You can get all of the project settings via one API call using a `client_credential` token. The response is in object format as shown in the following example.\n\n:::note\n\nThe default `calculation_method` is `line`.\n\n:::",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "settings"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "71235187-ffab-48bf-9b29-ce916ae2e7da",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"settings\",\n    \"page_length\": 25,\n    \"list_child_products\": false,\n    \"additional_languages\": [\n      \"es\",\n      \"fr\",\n      \"de\"\n    ],\n    \"calculation_method\": \"line\",\n    \"address_mandatory_fields\": [\n      \"first_name\",\n      \"last_name\",\n      \"line_1\",\n      \"city\",\n      \"region\",\n      \"postcode\",\n      \"country\",\n      \"instructions\"\n    ],\n    \"shopper_address_limit\": 25,\n    \"id\": \"61daaa08-9z05-4497-b9ca-626cd0f9932b\",\n    \"include_organization_resources\": false,\n    \"cart_item_limit\": 100,\n    \"custom_discount_limit\": 5,\n    \"currency_limit\": 10,\n    \"field_limit\": 100,\n    \"integration_limit\": 100,\n    \"event_limit\": 5,\n    \"filter_limit\": 10,\n    \"tax_item_limit\": 5,\n    \"promotions_limit\": 1000,\n    \"promotion_codes_limit\": 1000,\n    \"page_offset_limit\": 10000\n  },\n  \"meta\": {\n    \"owner\": \"store\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c42fdcaf-c851-477c-a1a9-cb741a9166ef",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Unauthorized\",\n      \"status\": \"401\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f601d268-9881-42e3-909d-5835e2db36f3",
              "name": "Internal server error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f7729503-e2ab-420d-800b-f2bc6b9c701f",
          "name": "Update Project Settings",
          "request": {
            "name": "Update Project Settings",
            "description": {
              "content": "You can use the Settings endpoint to update your project settings at any time. These global settings take immediate effect.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "settings"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"type\": \"settings\",\n  \"page_length\": 25,\n  \"list_child_products\": false,\n  \"additional_languages\": [\n    \"es\",\n    \"fr\",\n    \"de\"\n  ],\n  \"calculation_method\": \"line\",\n  \"address_mandatory_fields\": [\n    \"first_name\",\n    \"last_name\",\n    \"line_1\",\n    \"city\",\n    \"region\",\n    \"postcode\",\n    \"country\",\n    \"instructions\"\n  ],\n  \"shopper_address_limit\": 25\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "caf11def-5e53-4ca3-b348-771d50f53141",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"type\": \"settings\",\n  \"page_length\": 25,\n  \"list_child_products\": false,\n  \"additional_languages\": [\n    \"es\",\n    \"fr\",\n    \"de\"\n  ],\n  \"calculation_method\": \"line\",\n  \"address_mandatory_fields\": [\n    \"first_name\",\n    \"last_name\",\n    \"line_1\",\n    \"city\",\n    \"region\",\n    \"postcode\",\n    \"country\",\n    \"instructions\"\n  ],\n  \"shopper_address_limit\": 25\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"settings\",\n    \"page_length\": 25,\n    \"list_child_products\": false,\n    \"additional_languages\": [\n      \"es\",\n      \"fr\",\n      \"de\"\n    ],\n    \"calculation_method\": \"line\",\n    \"address_mandatory_fields\": [\n      \"first_name\",\n      \"last_name\",\n      \"line_1\",\n      \"city\",\n      \"region\",\n      \"postcode\",\n      \"country\",\n      \"instructions\"\n    ],\n    \"shopper_address_limit\": 25,\n    \"id\": \"61daaa08-9z05-4497-b9ca-626cd0f9932b\",\n    \"include_organization_resources\": false,\n    \"cart_item_limit\": 100,\n    \"custom_discount_limit\": 5,\n    \"currency_limit\": 10,\n    \"field_limit\": 100,\n    \"integration_limit\": 100,\n    \"event_limit\": 5,\n    \"filter_limit\": 10,\n    \"tax_item_limit\": 5,\n    \"promotions_limit\": 1000,\n    \"promotion_codes_limit\": 1000,\n    \"page_offset_limit\": 10000\n  },\n  \"meta\": {\n    \"owner\": \"store\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1ce3bf0b-3c2e-4759-ad90-0fbe870ba5e6",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"type\": \"settings\",\n  \"page_length\": 25,\n  \"list_child_products\": false,\n  \"additional_languages\": [\n    \"es\",\n    \"fr\",\n    \"de\"\n  ],\n  \"calculation_method\": \"line\",\n  \"address_mandatory_fields\": [\n    \"first_name\",\n    \"last_name\",\n    \"line_1\",\n    \"city\",\n    \"region\",\n    \"postcode\",\n    \"country\",\n    \"instructions\"\n  ],\n  \"shopper_address_limit\": 25\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"enum\",\n      \"source\": \"data.type\",\n      \"detail\": \"data.type must be one of the following: \\\"settings\\\"\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e1c845aa-a5a5-4b5f-b2cf-161e53c68a7a",
              "name": "Internal server error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"type\": \"settings\",\n  \"page_length\": 25,\n  \"list_child_products\": false,\n  \"additional_languages\": [\n    \"es\",\n    \"fr\",\n    \"de\"\n  ],\n  \"calculation_method\": \"line\",\n  \"address_mandatory_fields\": [\n    \"first_name\",\n    \"last_name\",\n    \"line_1\",\n    \"city\",\n    \"region\",\n    \"postcode\",\n    \"country\",\n    \"instructions\"\n  ],\n  \"shopper_address_limit\": 25\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "cd75ce3f-22b6-432c-b9e9-55387daf2be9",
          "name": "Delete Project Settings",
          "request": {
            "name": "Delete Project Settings",
            "description": {
              "content": "Deletes a store setting. Organization settings cannot be deleted.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "settings"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "325fffb1-5c51-4be9-b5d3-de60e7260a19",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "8c9c15d4-9799-44d7-9b0e-68f2b03236fe",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Unauthorized\",\n      \"status\": \"401\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3d35de8e-c42e-4890-ad3d-d374bc099ee6",
              "name": "Internal server error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "settings"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}\n",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Authentication Realms",
      "description": "An authentication realm is a container that consists of the following:\n\n  - Users -  Represented by [User Authentication Info](/docs/api/single-sign-on/user-authentication-infos) objects\n  - Authentication profiles - Ways for the users to authenticate, such as one or more [OpenID Connect Profiles](/docs/api/single-sign-on/oidc-profiles) or [Password Profiles](/docs/api/single-sign-on/password-profiles)\n  - Mappings between users and authentication profiles - [User Authentication OpenID Connect Profile Info](/docs/api/single-sign-on/user-authentication-oidc-profile-infos) or [User Authentication Password Profile Infos](/docs/api/single-sign-on/user-authentication-password-profile-infos)\n\nHere's a domain diagram showing these relationships\n![authentication realm](/assets/authentication-realm-domain.png)\n\nComposable Commerce comes with three per-store pre-set realms:\n  - Buyer Organization. For customers: users who buy products from your store.\n  - Merchant Organization. For administrators: users who log in to Commerce Manager to modify the store’s settings or catalog.\n  - Account Management Realm. For account members: users who buy products from your store on behalf of accounts. Password profiles are only available for account management realm.\n",
      "item": [
        {
          "id": "64dca1d0-9dd1-4924-9cff-4e91ecf7beb5",
          "name": "Get all Authentication Realms",
          "request": {
            "name": "Get all Authentication Realms",
            "description": {
              "content": "Retrieve a list of all authentication realms configured for your store.\nAuthentication Realms allow you to configure authentication options and manage single sign-on settings. Each realm contains users, authentication profiles, and mappings between users and authentication profiles.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "authentication-realms"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "The number of records per page.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "25"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The number of records to offset the results by.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "0"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "fe4385aa-b64e-469f-aa4a-3a300dc36da9",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "25"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"45928070-44a6-448b-8246-a85aa35320af\",\n      \"type\": \"authentication-realm\",\n      \"name\": \"Buyer Organization\",\n      \"duplicate_email_policy\": \"allowed\",\n      \"redirect_uris\": [\n        \"https://example-shop.com/oidc/callback\"\n      ],\n      \"relationships\": {\n        \"origin\": {\n          \"data\": {\n            \"id\": \"0\",\n            \"type\": \"customer-authentication-settings\"\n          }\n        }\n      }\n    },\n    {\n      \"id\": \"bbd4a3f8-6a93-44a2-8f4f-2a1e3f8b3b9c\",\n      \"type\": \"authentication-realm\",\n      \"name\": \"Merchant Organization\",\n      \"duplicate_email_policy\": \"disallowed\",\n      \"redirect_uris\": [\n        \"https://cm.example.com/oidc/callback\"\n      ],\n      \"relationships\": {\n        \"origin\": {\n          \"data\": {\n            \"id\": \"1\",\n            \"type\": \"merchant-realm-mappings\"\n          }\n        }\n      }\n    }\n  ],\n  \"meta\": {\n    \"results\": {\n      \"total\": 2\n    },\n    \"page\": {\n      \"limit\": 25,\n      \"offset\": 0\n    }\n  },\n  \"links\": {\n    \"current\": \"https://euwest.api.elasticpath.com/v2/authentication-realms/?page%5Boffset%5D=0&page%5Blimit%5D=25\",\n    \"first\": \"https://euwest.api.elasticpath.com/v2/authentication-realms/?page%5Boffset%5D=0&page%5Blimit%5D=25\",\n    \"last\": null,\n    \"next\": null,\n    \"prev\": null\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4f267ac9-dd29-42ea-aca8-a41df0fed7f8",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "25"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"status\": \"400\",\n      \"detail\": \"Validation failed: field 'Name' on the 'min' tag.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e55b5f36-a042-4240-8248-becfa72508f0",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "25"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Unauthorized\",\n      \"status\": \"401\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "172a0a6e-962b-4051-9788-d8f0ce3eb3e4",
              "name": "Unprocessable Entity",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "25"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Unprocessable Entity\",\n      \"status\": \"422\",\n      \"detail\": \"Constraint violation\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7e230b9e-0a32-48ab-8918-0e16ff543cd4",
              "name": "Internal server error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "25"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "35679d51-1d5c-4c4e-beaa-9b3340ae8443",
          "name": "Get an Authentication Realm",
          "request": {
            "name": "Get an Authentication Realm",
            "description": {
              "content": "Retrieve a specific authentication realm by its ID.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "authentication-realms",
                ":realmId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                  "key": "realmId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the authentication realm to retrieve.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "cdc20495-0f4d-415e-ae80-148d6e710e64",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm to retrieve.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"45928070-44a6-448b-8246-a85aa35320af\",\n    \"type\": \"authentication-realm\",\n    \"name\": \"Buyer Organization\",\n    \"duplicate_email_policy\": \"allowed\",\n    \"redirect_uris\": [\n      \"https://example-shop.com/oidc/callback\"\n    ],\n    \"relationships\": {\n      \"origin\": {\n        \"data\": {\n          \"id\": \"0\",\n          \"type\": \"customer-authentication-settings\"\n        }\n      }\n    }\n  },\n  \"links\": {\n    \"self\": \"https://euwest.api.elasticpath.com/v2/authentication-realms/45928070-44a6-448b-8246-a85aa35320af\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e3701ed1-9e5e-4115-a4fa-541fde228676",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm to retrieve.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"status\": \"400\",\n      \"detail\": \"Validation failed: field 'Name' on the 'min' tag.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d3d6b97f-0a49-45b6-9714-9f2b91d51aff",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm to retrieve.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"Resource not found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d8297607-33b3-472f-941c-9b0a195d3ff4",
              "name": "Unprocessable Entity",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm to retrieve.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Unprocessable Entity\",\n      \"status\": \"422\",\n      \"detail\": \"Constraint violation\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "589aebe3-5a09-4757-86e5-437ee6a9fe46",
              "name": "Internal server error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm to retrieve.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "029783fa-247f-4ed1-a831-78d222270623",
          "name": "Update an Authentication Realm",
          "request": {
            "name": "Update an Authentication Realm",
            "description": {
              "content": "Update a specific authentication realm by its ID.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "authentication-realms",
                ":realmId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                  "key": "realmId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the authentication realm to update.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"authentication-realm\",\n    \"name\": \"updated-auth-realm\",\n    \"duplicate_email_policy\": \"disallowed\",\n    \"redirect_uris\": [\n      \"https://updated-example.com/callback\"\n    ]\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "127c9dae-231c-4d41-b33d-1d7416b93ca9",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm to update.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"authentication-realm\",\n    \"name\": \"updated-auth-realm\",\n    \"duplicate_email_policy\": \"disallowed\",\n    \"redirect_uris\": [\n      \"https://updated-example.com/callback\"\n    ]\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"name\": \"my-auth-realm\",\n    \"duplicate_email_policy\": \"allowed\",\n    \"redirect_uris\": [\n      \"https://example.com/callback\"\n    ],\n    \"relationships\": {\n      \"origin\": {\n        \"data\": {\n          \"id\": \"0\",\n          \"type\": \"merchant-realm-mappings\"\n        }\n      }\n    },\n    \"id\": \"deb6b25f-8451-4211-9a22-95610333df23\",\n    \"meta\": {\n      \"created_at\": \"2021-02-23T09:40:33.882Z\",\n      \"updated_at\": \"2021-02-23T09:40:33.882Z\"\n    },\n    \"links\": {\n      \"self\": \"https://useast.api.elasticpath.com/v2/authentication-realms/deb6b25f-8451-4211-9a22-95610333df23\"\n    }\n  },\n  \"links\": {\n    \"self\": \"http://HEqkY.kswU\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3d361e8a-1a9c-4986-9417-1afa2926a18d",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm to update.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"authentication-realm\",\n    \"name\": \"updated-auth-realm\",\n    \"duplicate_email_policy\": \"disallowed\",\n    \"redirect_uris\": [\n      \"https://updated-example.com/callback\"\n    ]\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"status\": \"400\",\n      \"detail\": \"Validation failed: field 'Name' on the 'min' tag.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f9ce8d60-13f6-4462-aed0-5502b99fd84a",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm to update.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"authentication-realm\",\n    \"name\": \"updated-auth-realm\",\n    \"duplicate_email_policy\": \"disallowed\",\n    \"redirect_uris\": [\n      \"https://updated-example.com/callback\"\n    ]\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"Resource not found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "60a849bc-a365-47d3-bf8b-a47b382aba38",
              "name": "Unprocessable Entity",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm to update.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"authentication-realm\",\n    \"name\": \"updated-auth-realm\",\n    \"duplicate_email_policy\": \"disallowed\",\n    \"redirect_uris\": [\n      \"https://updated-example.com/callback\"\n    ]\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Unprocessable Entity\",\n      \"status\": \"422\",\n      \"detail\": \"Constraint violation\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "16ae36b5-a7b7-48d2-ae71-e2a96bd96a35",
              "name": "Internal server error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm to update.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"authentication-realm\",\n    \"name\": \"updated-auth-realm\",\n    \"duplicate_email_policy\": \"disallowed\",\n    \"redirect_uris\": [\n      \"https://updated-example.com/callback\"\n    ]\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "OIDC Profiles",
      "description": "An OpenID Connect Profile resource represents a specific configuration of an OpenID Connect Provider.\n\nAn authentication realm can have multiple OpenID Connect Profiles. This allows shoppers to authenticate using multiple OpenID providers. In the example shown below, Jane can login using both Apple and Google, whereas Joan can only login using Google.\n\n![oidc profiles](/assets/oidc-profiles.png)\n",
      "item": [
        {
          "id": "0afa734d-dcd8-406d-969a-06795dbbf01c",
          "name": "Create an OIDC Profile",
          "request": {
            "name": "Create an OIDC Profile",
            "description": {
              "content": "Create an OpenID Connect profile for the specified authentication realm.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "authentication-realms",
                ":realmId",
                "oidc-profiles"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                  "key": "realmId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the authentication realm.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"name\": \"my-oidc-profile\",\n    \"discovery_url\": \"https://example.com/.well-known/openid_configuration\",\n    \"client_id\": \"my-client-id\",\n    \"client_secret\": \"my-client-secret\"\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "8c7149ad-3b6e-461d-9c5d-e42ce7db15fb",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "oidc-profiles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"name\": \"my-oidc-profile\",\n    \"discovery_url\": \"https://example.com/.well-known/openid_configuration\",\n    \"client_id\": \"my-client-id\",\n    \"client_secret\": \"my-client-secret\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"name\": \"my-oidc-profile\",\n    \"discovery_url\": \"https://example.com/.well-known/openid_configuration\",\n    \"client_id\": \"my-client-id\",\n    \"client_secret\": \"my-client-secret\",\n    \"id\": \"deb6b25f-8451-4211-9a22-95610333df23\",\n    \"meta\": {\n      \"created_at\": \"2025-09-08T20:58:56.355Z\",\n      \"updated_at\": \"2025-09-08T20:58:56.355Z\",\n      \"issuer\": \"https://test.issuer.com\"\n    },\n    \"links\": {\n      \"self\": \"https://useast.api.elasticpath.com/v2/authentication-realms/deb6b25f-8451-4211-9a22-95610333df23/oidc-profiles/abc123\",\n      \"authorization-endpoint\": \"https://ehRJRoEKEfnZVwxpcBaxmJGoPbFYx.qvjp7xMduOqXOWvBScP89eAPNGNtxjINJgfLUgLb1WsCAlKN3Q\",\n      \"callback-endpoint\": \"http://QlFuJcJzBeoWNYbNwlxBrJvp.tdzAaQJMIKuR8QqKlJYKY\",\n      \"client-discovery-url\": \"http://RLBcKUQ.pkiTXHocRf,VledHUectK6welDPESPHUxg\"\n    }\n  },\n  \"links\": {\n    \"self\": \"http://GPzvKhZBhGFKOwzhNYdeVMXQhOVpGmlm.nzrnc5pztW11FtpHMcx,Is8hM67vLt3P5Btlhg1brTx\",\n    \"authorization-endpoint\": \"https://IKZvtK.rozuvsGzkgWN,O+Ezl0V9LTCUnQImzxsyDuPsJN3LIYYVydcjMlDuXzT938,NQW\",\n    \"callback-endpoint\": \"http://BHCLftrUiurspWgN.qrHyd\",\n    \"client-discovery-url\": \"https://YgDIXNAaiy.mfip.e1OisL0KQMLnA0pNnpZv,\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "306a7af8-9d04-45c8-b81d-feef03e46b36",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "oidc-profiles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"name\": \"my-oidc-profile\",\n    \"discovery_url\": \"https://example.com/.well-known/openid_configuration\",\n    \"client_id\": \"my-client-id\",\n    \"client_secret\": \"my-client-secret\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"status\": \"400\",\n      \"detail\": \"Validation failed: field 'Name' on the 'min' tag.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "89dc0a49-3c95-4080-9ef8-37e89f5a2330",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "oidc-profiles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"name\": \"my-oidc-profile\",\n    \"discovery_url\": \"https://example.com/.well-known/openid_configuration\",\n    \"client_id\": \"my-client-id\",\n    \"client_secret\": \"my-client-secret\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"Resource not found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e68e00ec-de5c-474b-b761-960519fb68e1",
              "name": "Unprocessable Entity",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "oidc-profiles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"name\": \"my-oidc-profile\",\n    \"discovery_url\": \"https://example.com/.well-known/openid_configuration\",\n    \"client_id\": \"my-client-id\",\n    \"client_secret\": \"my-client-secret\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Unprocessable Entity\",\n      \"status\": \"422\",\n      \"detail\": \"Constraint violation\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "db0588f6-b38e-47b4-82ad-ef5e4242c4de",
              "name": "Internal server error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "oidc-profiles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"name\": \"my-oidc-profile\",\n    \"discovery_url\": \"https://example.com/.well-known/openid_configuration\",\n    \"client_id\": \"my-client-id\",\n    \"client_secret\": \"my-client-secret\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0c0ca99c-9306-47a8-9c80-332c8dc7d0cd",
          "name": "Get OIDC Profiles",
          "request": {
            "name": "Get OIDC Profiles",
            "description": {
              "content": "Retrieve OIDC profiles for the specified authentication realm.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "authentication-realms",
                ":realmId",
                "oidc-profiles"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "The number of records per page.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "25"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The number of records to offset the results by.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "0"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                  "key": "realmId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the authentication realm.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "7251d2ef-c8b2-4622-9f2e-a3d5a5ac8a89",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "oidc-profiles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "25"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"c8849022-c9c6-4888-9ca8-2bb78f445fb0\",\n      \"type\": \"oidc-profile\",\n      \"name\": \"Google\",\n      \"issuer\": \"https://accounts.google.com\",\n      \"client_id\": \"google-client-id\"\n    },\n    {\n      \"id\": \"21be087e-faa6-41fc-9b51-6763a363ec2d\",\n      \"type\": \"oidc-profile\",\n      \"name\": \"Apple\",\n      \"issuer\": \"https://appleid.apple.com\",\n      \"client_id\": \"apple-client-id\"\n    }\n  ],\n  \"meta\": {\n    \"results\": {\n      \"total\": 2\n    },\n    \"page\": {\n      \"limit\": 25,\n      \"offset\": 0\n    }\n  },\n  \"links\": {\n    \"current\": \"https://euwest.api.elasticpath.com/v2/authentication-realms/45928070-44a6-448b-8246-a85aa35320af/oidc-profiles?page%5Boffset%5D=0&page%5Blimit%5D=25\",\n    \"first\": \"https://euwest.api.elasticpath.com/v2/authentication-realms/45928070-44a6-448b-8246-a85aa35320af/oidc-profiles?page%5Boffset%5D=0&page%5Blimit%5D=25\",\n    \"last\": null,\n    \"next\": null,\n    \"prev\": null\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c006f973-cd23-4220-8514-86c33706ac67",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "oidc-profiles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "25"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"Resource not found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "adfdc605-c641-4f85-b95a-6fcf072f6408",
              "name": "Internal server error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "oidc-profiles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "25"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3eb441e4-acce-40cc-b87e-73bde953eaf8",
          "name": "Get OIDC Profile",
          "request": {
            "name": "Get OIDC Profile",
            "description": {
              "content": "Retrieve a specific OIDC profile by ID.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "authentication-realms",
                ":realmId",
                "oidc-profiles",
                ":profileId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                  "key": "realmId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the authentication realm.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                  "key": "profileId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the OIDC profile.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "245ee608-d636-4e7a-b8a7-668e35363af1",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "oidc-profiles",
                    ":profileId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the OIDC profile.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "profileId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"c8849022-c9c6-4888-9ca8-2bb78f445fb0\",\n    \"type\": \"oidc-profile\",\n    \"name\": \"Google\",\n    \"issuer\": \"https://accounts.google.com\",\n    \"client_id\": \"google-client-id\"\n  },\n  \"links\": {\n    \"self\": \"https://euwest.api.elasticpath.com/v2/authentication-realms/45928070-44a6-448b-8246-a85aa35320af/oidc-profiles/c8849022-c9c6-4888-9ca8-2bb78f445fb0\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e84b5019-356a-4689-afab-c3ab1c80f0b2",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "oidc-profiles",
                    ":profileId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the OIDC profile.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "profileId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"status\": \"400\",\n      \"detail\": \"Validation failed: field 'Name' on the 'min' tag.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0fdfbe53-543b-48c4-b636-164fc71f3c1d",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "oidc-profiles",
                    ":profileId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the OIDC profile.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "profileId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"Resource not found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fc39c1d6-776a-48e5-9008-0a8ddfcd1cc0",
              "name": "Unprocessable Entity",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "oidc-profiles",
                    ":profileId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the OIDC profile.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "profileId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Unprocessable Entity\",\n      \"status\": \"422\",\n      \"detail\": \"Constraint violation\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0ca875fb-7992-4115-942f-92cd76e4ecb4",
              "name": "Internal server error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "oidc-profiles",
                    ":profileId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the OIDC profile.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "profileId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "58898fc1-1bab-445c-9b61-e992ff97c524",
          "name": "Update OIDC Profile",
          "request": {
            "name": "Update OIDC Profile",
            "description": {
              "content": "Update a specific OIDC profile by ID.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "authentication-realms",
                ":realmId",
                "oidc-profiles",
                ":profileId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                  "key": "realmId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the authentication realm.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                  "key": "profileId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the OIDC profile.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"name\": \"my-oidc-profile\",\n    \"discovery_url\": \"https://example.com/.well-known/openid_configuration\",\n    \"client_id\": \"my-client-id\",\n    \"client_secret\": \"my-client-secret\"\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "e97952c4-1201-4a08-907f-65979e402aac",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "oidc-profiles",
                    ":profileId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the OIDC profile.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "profileId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"name\": \"my-oidc-profile\",\n    \"discovery_url\": \"https://example.com/.well-known/openid_configuration\",\n    \"client_id\": \"my-client-id\",\n    \"client_secret\": \"my-client-secret\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"name\": \"my-oidc-profile\",\n    \"discovery_url\": \"https://example.com/.well-known/openid_configuration\",\n    \"client_id\": \"my-client-id\",\n    \"client_secret\": \"my-client-secret\",\n    \"id\": \"deb6b25f-8451-4211-9a22-95610333df23\",\n    \"meta\": {\n      \"created_at\": \"2025-09-08T20:58:56.355Z\",\n      \"updated_at\": \"2025-09-08T20:58:56.355Z\",\n      \"issuer\": \"https://test.issuer.com\"\n    },\n    \"links\": {\n      \"self\": \"https://useast.api.elasticpath.com/v2/authentication-realms/deb6b25f-8451-4211-9a22-95610333df23/oidc-profiles/abc123\",\n      \"authorization-endpoint\": \"https://ehRJRoEKEfnZVwxpcBaxmJGoPbFYx.qvjp7xMduOqXOWvBScP89eAPNGNtxjINJgfLUgLb1WsCAlKN3Q\",\n      \"callback-endpoint\": \"http://QlFuJcJzBeoWNYbNwlxBrJvp.tdzAaQJMIKuR8QqKlJYKY\",\n      \"client-discovery-url\": \"http://RLBcKUQ.pkiTXHocRf,VledHUectK6welDPESPHUxg\"\n    }\n  },\n  \"links\": {\n    \"self\": \"http://GPzvKhZBhGFKOwzhNYdeVMXQhOVpGmlm.nzrnc5pztW11FtpHMcx,Is8hM67vLt3P5Btlhg1brTx\",\n    \"authorization-endpoint\": \"https://IKZvtK.rozuvsGzkgWN,O+Ezl0V9LTCUnQImzxsyDuPsJN3LIYYVydcjMlDuXzT938,NQW\",\n    \"callback-endpoint\": \"http://BHCLftrUiurspWgN.qrHyd\",\n    \"client-discovery-url\": \"https://YgDIXNAaiy.mfip.e1OisL0KQMLnA0pNnpZv,\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f85706f0-9d12-41c0-b524-42a33f0775d1",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "oidc-profiles",
                    ":profileId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the OIDC profile.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "profileId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"name\": \"my-oidc-profile\",\n    \"discovery_url\": \"https://example.com/.well-known/openid_configuration\",\n    \"client_id\": \"my-client-id\",\n    \"client_secret\": \"my-client-secret\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"status\": \"400\",\n      \"detail\": \"Validation failed: field 'Name' on the 'min' tag.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ecf6669b-f8c9-4b56-bdc1-d97ecb7f61c8",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "oidc-profiles",
                    ":profileId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the OIDC profile.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "profileId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"name\": \"my-oidc-profile\",\n    \"discovery_url\": \"https://example.com/.well-known/openid_configuration\",\n    \"client_id\": \"my-client-id\",\n    \"client_secret\": \"my-client-secret\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"Resource not found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b166a868-163d-45c3-87bf-d0b610e90493",
              "name": "Unprocessable Entity",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "oidc-profiles",
                    ":profileId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the OIDC profile.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "profileId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"name\": \"my-oidc-profile\",\n    \"discovery_url\": \"https://example.com/.well-known/openid_configuration\",\n    \"client_id\": \"my-client-id\",\n    \"client_secret\": \"my-client-secret\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Unprocessable Entity\",\n      \"status\": \"422\",\n      \"detail\": \"Constraint violation\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c1e7bb02-542e-4e3e-8548-ebbffd774242",
              "name": "Internal server error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "oidc-profiles",
                    ":profileId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the OIDC profile.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "profileId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"name\": \"my-oidc-profile\",\n    \"discovery_url\": \"https://example.com/.well-known/openid_configuration\",\n    \"client_id\": \"my-client-id\",\n    \"client_secret\": \"my-client-secret\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0ef6e8b7-a028-4a3d-8ef7-09d91547954f",
          "name": "Delete OIDC Profile",
          "request": {
            "name": "Delete OIDC Profile",
            "description": {
              "content": "Delete a specific OIDC profile by ID.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "authentication-realms",
                ":realmId",
                "oidc-profiles",
                ":profileId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                  "key": "realmId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the authentication realm.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                  "key": "profileId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the OIDC profile.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "f73707a0-ecc9-405a-b41f-60824bc11633",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "oidc-profiles",
                    ":profileId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the OIDC profile.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "profileId"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "d42f84ad-b01e-418e-b423-afa638aac8f5",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "oidc-profiles",
                    ":profileId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the OIDC profile.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "profileId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"status\": \"400\",\n      \"detail\": \"Validation failed: field 'Name' on the 'min' tag.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "575ea773-d012-4420-8bd6-ec55c8cc7447",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "oidc-profiles",
                    ":profileId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the OIDC profile.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "profileId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"Resource not found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3f8b8053-c0fc-43b0-ab30-39ef59b2ea59",
              "name": "Unprocessable Entity",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "oidc-profiles",
                    ":profileId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the OIDC profile.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "profileId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Unprocessable Entity\",\n      \"status\": \"422\",\n      \"detail\": \"Constraint violation\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5a3471a7-0b74-4b59-b175-1e676f674c57",
              "name": "Internal server error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "oidc-profiles",
                    ":profileId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the OIDC profile.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "profileId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Password Profiles",
      "description": "A `password_profile` resource represents a specific configuration that allows users to authenticate through username and password.\n\nPassword Profiles support One-Time Password Tokens, which can be used to use passwordless login or password reset.\n\nAn authentication realm can have multiple Password Profiles. You can use this flexibility in many ways. For instance, if you want to migrate an existing pool of users from another system with their own usernames and passwords, they can use one profile, while the rest of the users use another.\n\nAnother use case is enabling shopper impersonation, where shoppers can authenticate using their own username and password in one profile. Meanwhile, admins can have a different username and password for the same user in a separate profile, shown as the \"Impersonation Profile\". This process can be automated using a Backend-For-Frontend (BFE) or One-Time Password Tokens. In the example shown below, both John and Joan can log in with their credentials, and an admin can also log in as Joan using the \"Impersonation Profile\".\n\n![password profiles](/assets/password-profiles.png)\n",
      "item": [
        {
          "id": "143910cb-0297-4b58-8b8e-e9bbe6bc1a1f",
          "name": "Get Password Profiles",
          "request": {
            "name": "Get Password Profiles",
            "description": {
              "content": "Retrieve password profiles for the specified authentication realm.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "authentication-realms",
                ":realmId",
                "password-profiles"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "The number of records per page.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "25"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The number of records to offset the results by.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "0"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                  "key": "realmId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the authentication realm.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "ebad9b15-9dc5-478d-aa90-a49444c1848e",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "password-profiles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "25"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"a2f6d4c0-1d2b-4b3a-9e5a-2f4b1c7d8e9f\",\n      \"type\": \"password_profile\",\n      \"name\": \"Default Passwords\",\n      \"require_uppercase\": true,\n      \"require_numbers\": true,\n      \"min_length\": 10\n    },\n    {\n      \"id\": \"b3e7f5a1-2c3d-4e4b-8f6a-3e5c2d8f9a0b\",\n      \"type\": \"password_profile\",\n      \"name\": \"Impersonation Profile\",\n      \"require_uppercase\": false,\n      \"require_numbers\": false,\n      \"min_length\": 8\n    }\n  ],\n  \"meta\": {\n    \"results\": {\n      \"total\": 2\n    },\n    \"page\": {\n      \"limit\": 25,\n      \"offset\": 0\n    }\n  },\n  \"links\": {\n    \"current\": \"https://euwest.api.elasticpath.com/v2/authentication-realms/45928070-44a6-448b-8246-a85aa35320af/password-profiles?page%5Boffset%5D=0&page%5Blimit%5D=25\",\n    \"first\": \"https://euwest.api.elasticpath.com/v2/authentication-realms/45928070-44a6-448b-8246-a85aa35320af/password-profiles?page%5Boffset%5D=0&page%5Blimit%5D=25\",\n    \"last\": null,\n    \"next\": null,\n    \"prev\": null\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1263723e-8303-4086-936c-89ef39740379",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "password-profiles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "25"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"Resource not found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7df7d8d2-c35d-49a0-8a2b-8feaf79af171",
              "name": "Internal server error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "password-profiles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "25"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9c5220b6-c927-49be-b102-afbf32761d69",
          "name": "Create Password Profile",
          "request": {
            "name": "Create Password Profile",
            "description": {
              "content": "Create a password profile for the specified authentication realm.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "authentication-realms",
                ":realmId",
                "password-profiles"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                  "key": "realmId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the authentication realm.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"name\": \"my-password-profile\",\n    \"username_format\": \"email\",\n    \"enable_one_time_password_token\": true\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "874707d6-913f-40d5-8660-e510810214ff",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "password-profiles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"name\": \"my-password-profile\",\n    \"username_format\": \"email\",\n    \"enable_one_time_password_token\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"name\": \"my-password-profile\",\n    \"username_format\": \"email\",\n    \"enable_one_time_password_token\": true,\n    \"id\": \"deb6b25f-8451-4211-9a22-95610333df23\",\n    \"meta\": {\n      \"created_at\": \"2021-02-23T09:40:33.882Z\",\n      \"updated_at\": \"2021-02-23T09:40:33.882Z\"\n    },\n    \"links\": {\n      \"self\": \"https://useast.api.elasticpath.com/v2/authentication-realms/deb6b25f-8451-4211-9a22-95610333df23/password-profiles/abc123\"\n    }\n  },\n  \"links\": {\n    \"self\": \"http://wjdGpBla.vmavUTMh4yzItvxRPmfQWmpsp6rXUjgmF\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9688dafd-8305-4444-a304-053af48d9391",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "password-profiles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"name\": \"my-password-profile\",\n    \"username_format\": \"email\",\n    \"enable_one_time_password_token\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"status\": \"400\",\n      \"detail\": \"Validation failed: field 'Name' on the 'min' tag.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a3ac4f29-1e79-45db-8b5f-2bde9a3dc826",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "password-profiles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"name\": \"my-password-profile\",\n    \"username_format\": \"email\",\n    \"enable_one_time_password_token\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"Resource not found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c08e53b0-d757-42df-b629-2b046b7ae593",
              "name": "Unprocessable Entity",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "password-profiles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"name\": \"my-password-profile\",\n    \"username_format\": \"email\",\n    \"enable_one_time_password_token\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Unprocessable Entity\",\n      \"status\": \"422\",\n      \"detail\": \"Constraint violation\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "04df7a59-09a7-45cd-92b9-adeaf7431f33",
              "name": "Internal server error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "password-profiles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"name\": \"my-password-profile\",\n    \"username_format\": \"email\",\n    \"enable_one_time_password_token\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4f056cc6-7fbf-4835-9919-f1914953b823",
          "name": "Get Password Profile",
          "request": {
            "name": "Get Password Profile",
            "description": {
              "content": "Retrieve a specific password profile by ID.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "authentication-realms",
                ":realmId",
                "password-profiles",
                ":profileId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                  "key": "realmId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the authentication realm.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                  "key": "profileId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the password profile.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "351beb22-0115-4078-b7e5-fd0a0c2bcc23",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "password-profiles",
                    ":profileId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the password profile.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "profileId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"a2f6d4c0-1d2b-4b3a-9e5a-2f4b1c7d8e9f\",\n    \"type\": \"password_profile\",\n    \"name\": \"Default Passwords\"\n  },\n  \"links\": {\n    \"self\": \"https://euwest.api.elasticpath.com/v2/authentication-realms/45928070-44a6-448b-8246-a85aa35320af/password-profiles/a2f6d4c0-1d2b-4b3a-9e5a-2f4b1c7d8e9f\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "766b9b0c-0466-49a2-bec5-a927a3738370",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "password-profiles",
                    ":profileId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the password profile.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "profileId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"status\": \"400\",\n      \"detail\": \"Validation failed: field 'Name' on the 'min' tag.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "53563561-f038-4e7c-8547-b5d4e614fcf5",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "password-profiles",
                    ":profileId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the password profile.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "profileId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"Resource not found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c82d78d8-e2d8-4cf8-b8f5-6f9b855c8e4e",
              "name": "Unprocessable Entity",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "password-profiles",
                    ":profileId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the password profile.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "profileId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Unprocessable Entity\",\n      \"status\": \"422\",\n      \"detail\": \"Constraint violation\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b2c80787-bb1f-4ab6-9344-39897ebb7b12",
              "name": "Internal server error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "password-profiles",
                    ":profileId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the password profile.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "profileId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b5cb416d-7d76-404c-8be7-b98d05d486bb",
          "name": "Update Password Profile",
          "request": {
            "name": "Update Password Profile",
            "description": {
              "content": "Update a specific password profile by ID.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "authentication-realms",
                ":realmId",
                "password-profiles",
                ":profileId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                  "key": "realmId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the authentication realm.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                  "key": "profileId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the password profile.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"name\": \"my-password-profile\",\n    \"username_format\": \"email\",\n    \"enable_one_time_password_token\": true\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "cad08819-e50b-458a-a03c-a9819ad37bd7",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "password-profiles",
                    ":profileId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the password profile.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "profileId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"name\": \"my-password-profile\",\n    \"username_format\": \"email\",\n    \"enable_one_time_password_token\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"name\": \"my-password-profile\",\n    \"username_format\": \"email\",\n    \"enable_one_time_password_token\": true,\n    \"id\": \"deb6b25f-8451-4211-9a22-95610333df23\",\n    \"meta\": {\n      \"created_at\": \"2021-02-23T09:40:33.882Z\",\n      \"updated_at\": \"2021-02-23T09:40:33.882Z\"\n    },\n    \"links\": {\n      \"self\": \"https://useast.api.elasticpath.com/v2/authentication-realms/deb6b25f-8451-4211-9a22-95610333df23/password-profiles/abc123\"\n    }\n  },\n  \"links\": {\n    \"self\": \"http://wjdGpBla.vmavUTMh4yzItvxRPmfQWmpsp6rXUjgmF\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f5e1ae53-1685-4b3c-89cf-6549acbb8740",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "password-profiles",
                    ":profileId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the password profile.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "profileId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"name\": \"my-password-profile\",\n    \"username_format\": \"email\",\n    \"enable_one_time_password_token\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"status\": \"400\",\n      \"detail\": \"Validation failed: field 'Name' on the 'min' tag.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7629b9a2-f2b7-43a3-8a5f-e6b86ea33c50",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "password-profiles",
                    ":profileId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the password profile.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "profileId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"name\": \"my-password-profile\",\n    \"username_format\": \"email\",\n    \"enable_one_time_password_token\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"Resource not found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cbea63b5-826a-4878-9707-edc5b3cdb7d3",
              "name": "Unprocessable Entity",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "password-profiles",
                    ":profileId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the password profile.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "profileId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"name\": \"my-password-profile\",\n    \"username_format\": \"email\",\n    \"enable_one_time_password_token\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Unprocessable Entity\",\n      \"status\": \"422\",\n      \"detail\": \"Constraint violation\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3a0e7cb0-09f2-413e-8a60-fd1f14e7d47d",
              "name": "Internal server error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "password-profiles",
                    ":profileId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the password profile.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "profileId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"name\": \"my-password-profile\",\n    \"username_format\": \"email\",\n    \"enable_one_time_password_token\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ad10eca7-31bc-4ae7-8591-8d989e036287",
          "name": "Delete Password Profile",
          "request": {
            "name": "Delete Password Profile",
            "description": {
              "content": "Delete a specific password profile by ID.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "authentication-realms",
                ":realmId",
                "password-profiles",
                ":profileId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                  "key": "realmId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the authentication realm.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                  "key": "profileId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the password profile.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "46770817-599c-4096-8cfa-711ff91b353a",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "password-profiles",
                    ":profileId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the password profile.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "profileId"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "b23adbde-012a-4f8a-b81c-2386030c5009",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "password-profiles",
                    ":profileId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the password profile.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "profileId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"status\": \"400\",\n      \"detail\": \"Validation failed: field 'Name' on the 'min' tag.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d424300f-6488-43a8-8103-8f35698a6aaa",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "password-profiles",
                    ":profileId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the password profile.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "profileId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"Resource not found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9b30d82e-fdf3-4b2d-b5ac-29ba73f2668c",
              "name": "Unprocessable Entity",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "password-profiles",
                    ":profileId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the password profile.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "profileId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Unprocessable Entity\",\n      \"status\": \"422\",\n      \"detail\": \"Constraint violation\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ba234f49-626f-447e-b7a7-713d30ca8b4a",
              "name": "Internal server error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "password-profiles",
                    ":profileId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the password profile.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "profileId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4c63d610-3c96-4d9d-a15b-d05858b88dd7",
          "name": "Create One-Time Password Token Request",
          "request": {
            "name": "Create One-Time Password Token Request",
            "description": {
              "content": "Create a one-time password token request for the specified password profile.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "authentication-realms",
                ":realmId",
                "password-profiles",
                ":profileId",
                "one-time-password-token-request"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                  "key": "realmId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the authentication realm.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                  "key": "profileId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the password profile.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"\",\n    \"purpose\": \"passwordless_authentication\",\n    \"username\": \"user@example.com\"\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "93125b66-41c5-4cb3-b73a-19ece8774899",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "password-profiles",
                    ":profileId",
                    "one-time-password-token-request"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the password profile.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "profileId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"\",\n    \"purpose\": \"passwordless_authentication\",\n    \"username\": \"user@example.com\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"\",\n    \"purpose\": \"passwordless_authentication\",\n    \"username\": \"user@example.com\",\n    \"id\": \"a1b2c3d4-e5f6-7890-abcd-ef1234567890\",\n    \"token\": \"123456\",\n    \"expires_at\": \"2023-12-01T10:30:00Z\",\n    \"meta\": {\n      \"created_at\": \"2021-02-23T09:40:33.882Z\",\n      \"updated_at\": \"2021-02-23T09:40:33.882Z\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d61b8a42-a6c3-41b4-9da8-b56197ebe4a5",
              "name": "Accepted",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "password-profiles",
                    ":profileId",
                    "one-time-password-token-request"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the password profile.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "profileId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"\",\n    \"purpose\": \"passwordless_authentication\",\n    \"username\": \"user@example.com\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Accepted",
              "code": 202,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "e6250511-c656-421f-b1bf-730a88f4540d",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "password-profiles",
                    ":profileId",
                    "one-time-password-token-request"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the password profile.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "profileId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"\",\n    \"purpose\": \"passwordless_authentication\",\n    \"username\": \"user@example.com\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"status\": \"400\",\n      \"detail\": \"Validation failed: field 'Name' on the 'min' tag.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2173faef-0fae-4312-9ffc-16dafe333d2c",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "password-profiles",
                    ":profileId",
                    "one-time-password-token-request"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the password profile.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "profileId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"\",\n    \"purpose\": \"passwordless_authentication\",\n    \"username\": \"user@example.com\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"Resource not found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a80206ae-fccb-4fe3-bff2-f8fee123b01b",
              "name": "Unprocessable Entity",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "password-profiles",
                    ":profileId",
                    "one-time-password-token-request"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the password profile.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "profileId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"\",\n    \"purpose\": \"passwordless_authentication\",\n    \"username\": \"user@example.com\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Unprocessable Entity\",\n      \"status\": \"422\",\n      \"detail\": \"Constraint violation\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "311a9fe9-ef35-4650-8279-f023bd929627",
              "name": "Internal server error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "password-profiles",
                    ":profileId",
                    "one-time-password-token-request"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the password profile.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "profileId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"\",\n    \"purpose\": \"passwordless_authentication\",\n    \"username\": \"user@example.com\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "User Authentication Infos",
      "description": "\nA `user-authentication-info` represents a user. This object contains information, such as the name and email address, and has sub-resources for each mechanism that the user can use to log in./single-sign-on/authentication-realm-api/authentication-realm-api-overview) and the user is configured to authenticate through that profile, then the `user-authentication-info` object is associated with a [User Authentication OpenID Connect Profile Info](/docs/api/single-sign-on/user-authentication-oidc-profile-infos) subresource.\n\n[Account Members](/docs/api/accounts/get-v-2-account-members-account-member-id) reference User Authentication Infos directly (i.e., for every account member there is an user authentication info with the same id) and the User Authentication Info API is how you manage and configure the authentication options for that user.\n\n[Customers (that login via OIDC)](/docs/customer-management/customer-management-api/get-a-customer) also use the User Authentication Info.\n",
      "item": [
        {
          "id": "45d334ca-3322-4101-a783-10afc3bf44fe",
          "name": "Get User Authentication Info List",
          "request": {
            "name": "Get User Authentication Info List",
            "description": {
              "content": "Retrieve user authentication information for the specified authentication realm.\n### Filtering\n\n\n    The following operators and attributes are available for\n    [filtering](/guides/Getting-Started/filtering) unassigned account members.\n\n\n    | Operator | Description   |\n    | :------- |:--------------------------------------------------------------------------------------------------- |\n    | `eq`     | Matches record where the field matches the value (case insensitive) |\n    | `ge`  | Matches results where the value is greater than or equal to the operand |\n    | `gt`  | Matches results where the value is greater than the operand |\n    | `le`  | Matches results where the value is less than or equal to the operand |\n    | `lt`  | Matches results where the value is less than the operand |\n    | `in`  | Matches results where the value is in one of a set of values |\n    | `ilike`  | Checks whether the operand contains the specified string. You can use wildcard characters at the start or end. (Case Insensitive) |\n    | `is_null`  | Matches records where the field is null. |\n\n\n    | Attribute | Type     | Operator      | Example\n    | :-------- | :------- | :------------ | :---------------------------------   |\n    | `email`   | `string` | `eq`,`ilike` | `eq(email,ronswanson@example.com)`   |\n    | `name`    | `string` | `eq`,`ilike` | `ilike(name,*swan*)`       |\n    | `created_at`    | `string` | `lt`, `le`, `eq`, `gt`, `ge` | `lt(created_at,\"2025-09-10T22:08:47.992Z\")`       |\n    | `updated_at`    | `string` | `lt`, `le`, `eq`, `gt`, `ge` | `gt(updated_at,\"2025-09-10T22:08:47.992Z\")`       |\n    | `given_name`    | `string` | `eq`,`ilike`,`is_null`  | `is_null('given_name')`       |\n    | `middle_name`    | `string` | `eq`,`ilike`,`is_null`  | `is_null('middle_name')`       |\n    | `family_name`    | `string` | `eq`,`ilike`,`is_null`  | `is_null('family_name')`       |",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "authentication-realms",
                ":realmId",
                "user-authentication-info"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "The number of records per page.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "25"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The number of records to offset the results by.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "0"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Specifies the filter attributes.",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Specifies the order in which account members will be returned. For more information, see [Sorting](/guides/Getting-Started/sorting). (This can only be one of created_at,-created_at,id,-id,updated_at,-updated_at)",
                    "type": "text/plain"
                  },
                  "key": "sort",
                  "value": "id"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                  "key": "realmId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the authentication realm.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "2376c8c0-4424-4295-b806-2290980e4eeb",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "user-authentication-info"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "25"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the filter attributes.",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the order in which account members will be returned. For more information, see [Sorting](/guides/Getting-Started/sorting). (This can only be one of created_at,-created_at,id,-id,updated_at,-updated_at)",
                        "type": "text/plain"
                      },
                      "key": "sort",
                      "value": "id"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"40c8ecfa-0d1a-43b2-8d62-2bbbb6c4207c\",\n      \"type\": \"user_authentication_info\",\n      \"name\": \"Jane Doe\",\n      \"email\": \"jane.doe@example.com\"\n    },\n    {\n      \"id\": \"ddb47241-2c69-42cd-b65f-32717cdcf9c1\",\n      \"type\": \"user_authentication_info\",\n      \"name\": \"John Smith\",\n      \"email\": \"john.smith@example.com\"\n    }\n  ],\n  \"meta\": {\n    \"results\": {\n      \"total\": 2\n    },\n    \"page\": {\n      \"limit\": 25,\n      \"offset\": 0\n    }\n  },\n  \"links\": {\n    \"current\": \"https://euwest.api.elasticpath.com/v2/authentication-realms/45928070-44a6-448b-8246-a85aa35320af/user-authentication-info?page%5Boffset%5D=0&page%5Blimit%5D=25\",\n    \"first\": \"https://euwest.api.elasticpath.com/v2/authentication-realms/45928070-44a6-448b-8246-a85aa35320af/user-authentication-info?page%5Boffset%5D=0&page%5Blimit%5D=25\",\n    \"last\": null,\n    \"next\": null,\n    \"prev\": null\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2b677fc8-3b07-412a-bce0-0c72001079e2",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "user-authentication-info"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "25"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the filter attributes.",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the order in which account members will be returned. For more information, see [Sorting](/guides/Getting-Started/sorting). (This can only be one of created_at,-created_at,id,-id,updated_at,-updated_at)",
                        "type": "text/plain"
                      },
                      "key": "sort",
                      "value": "id"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"status\": \"400\",\n      \"detail\": \"Validation failed: field 'Name' on the 'min' tag.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e747fe2d-447c-438d-ae62-d804c89a3f17",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "user-authentication-info"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "25"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the filter attributes.",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the order in which account members will be returned. For more information, see [Sorting](/guides/Getting-Started/sorting). (This can only be one of created_at,-created_at,id,-id,updated_at,-updated_at)",
                        "type": "text/plain"
                      },
                      "key": "sort",
                      "value": "id"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"Resource not found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4917faee-8acb-4514-b95b-ed041d6dba27",
              "name": "Unprocessable Entity",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "user-authentication-info"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "25"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the filter attributes.",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the order in which account members will be returned. For more information, see [Sorting](/guides/Getting-Started/sorting). (This can only be one of created_at,-created_at,id,-id,updated_at,-updated_at)",
                        "type": "text/plain"
                      },
                      "key": "sort",
                      "value": "id"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Unprocessable Entity\",\n      \"status\": \"422\",\n      \"detail\": \"Constraint violation\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "adb50fbb-a92b-4759-8ef1-29bb261dbe5d",
              "name": "Internal server error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "user-authentication-info"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "25"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the filter attributes.",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specifies the order in which account members will be returned. For more information, see [Sorting](/guides/Getting-Started/sorting). (This can only be one of created_at,-created_at,id,-id,updated_at,-updated_at)",
                        "type": "text/plain"
                      },
                      "key": "sort",
                      "value": "id"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "67ffa728-0d59-4dff-a2ca-1c3ca15f5163",
          "name": "Create User Authentication Info",
          "request": {
            "name": "Create User Authentication Info",
            "description": {
              "content": "Create user authentication information for the specified authentication realm.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "authentication-realms",
                ":realmId",
                "user-authentication-info"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                  "key": "realmId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the authentication realm.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"name\": \"Ron Swanson\",\n    \"email\": \"ron@swanson.com\",\n    \"given_name\": \"Ron\",\n    \"family_name\": \"Swanson\",\n    \"middle_name\": \"Ulysses\"\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "1b0ee81f-2e55-415d-9dc3-b96f60e22a79",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "user-authentication-info"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"name\": \"Ron Swanson\",\n    \"email\": \"ron@swanson.com\",\n    \"given_name\": \"Ron\",\n    \"family_name\": \"Swanson\",\n    \"middle_name\": \"Ulysses\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"name\": \"Ron Swanson\",\n    \"email\": \"ron@swanson.com\",\n    \"given_name\": \"Ron\",\n    \"family_name\": \"Swanson\",\n    \"middle_name\": \"Ulysses\",\n    \"id\": \"deb6b25f-8451-4211-9a22-95610333df23\",\n    \"meta\": {\n      \"created_at\": \"2025-09-08T20:29:42.282Z\",\n      \"updated_at\": \"2025-09-08T20:29:42.282Z\",\n      \"creation_status\": \"COMPLETE\"\n    },\n    \"links\": {\n      \"self\": \"https://useast.api.elasticpath.com/v2/authentication-realms/deb6b25f-8451-4211-9a22-95610333df23/user-authentication-info/abc123\"\n    }\n  },\n  \"links\": {\n    \"self\": \"http://DYIeyvBXHCGKJKJuGyqJCCBEbe.sdwlo,lB6ol9Rc\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "71b2512f-01e2-4478-9e97-d64e182bd9fe",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "user-authentication-info"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"name\": \"Ron Swanson\",\n    \"email\": \"ron@swanson.com\",\n    \"given_name\": \"Ron\",\n    \"family_name\": \"Swanson\",\n    \"middle_name\": \"Ulysses\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"status\": \"400\",\n      \"detail\": \"Validation failed: field 'Name' on the 'min' tag.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "496fded8-52f0-4b6a-9528-6975ae3af56e",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "user-authentication-info"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"name\": \"Ron Swanson\",\n    \"email\": \"ron@swanson.com\",\n    \"given_name\": \"Ron\",\n    \"family_name\": \"Swanson\",\n    \"middle_name\": \"Ulysses\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"Resource not found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a2e7910c-926b-4ce6-b56e-463441221d1d",
              "name": "Unprocessable Entity",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "user-authentication-info"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"name\": \"Ron Swanson\",\n    \"email\": \"ron@swanson.com\",\n    \"given_name\": \"Ron\",\n    \"family_name\": \"Swanson\",\n    \"middle_name\": \"Ulysses\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Unprocessable Entity\",\n      \"status\": \"422\",\n      \"detail\": \"Constraint violation\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "baff7b97-6e00-44ab-abaa-6af5950448c0",
              "name": "Internal server error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "user-authentication-info"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"name\": \"Ron Swanson\",\n    \"email\": \"ron@swanson.com\",\n    \"given_name\": \"Ron\",\n    \"family_name\": \"Swanson\",\n    \"middle_name\": \"Ulysses\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "af1cfe1d-48fe-4f74-aa38-91d3fce047b7",
          "name": "Get User Authentication Info",
          "request": {
            "name": "Get User Authentication Info",
            "description": {
              "content": "Retrieve specific user authentication information by ID.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "authentication-realms",
                ":realmId",
                "user-authentication-info",
                ":userAuthInfoId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                  "key": "realmId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the authentication realm.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                  "key": "userAuthInfoId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the user authentication info.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "cee9c1bb-ccdb-4ef5-ab48-7080a2fc47a1",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "user-authentication-info",
                    ":userAuthInfoId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the user authentication info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "userAuthInfoId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"40c8ecfa-0d1a-43b2-8d62-2bbbb6c4207c\",\n    \"type\": \"user_authentication_info\",\n    \"name\": \"Jane Doe\",\n    \"email\": \"jane.doe@example.com\"\n  },\n  \"links\": {\n    \"self\": \"https://euwest.api.elasticpath.com/v2/authentication-realms/45928070-44a6-448b-8246-a85aa35320af/user-authentication-info/40c8ecfa-0d1a-43b2-8d62-2bbbb6c4207c\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "35692e02-1b4b-4b1a-b1c3-159a80105a67",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "user-authentication-info",
                    ":userAuthInfoId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the user authentication info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "userAuthInfoId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"status\": \"400\",\n      \"detail\": \"Validation failed: field 'Name' on the 'min' tag.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "46751629-33b9-423e-a631-788263931313",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "user-authentication-info",
                    ":userAuthInfoId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the user authentication info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "userAuthInfoId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"Resource not found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fe7c72a4-28c1-42de-820a-291ef5b596a8",
              "name": "Unprocessable Entity",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "user-authentication-info",
                    ":userAuthInfoId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the user authentication info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "userAuthInfoId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Unprocessable Entity\",\n      \"status\": \"422\",\n      \"detail\": \"Constraint violation\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "58d34b5a-77bc-461e-994e-b794ef757f62",
              "name": "Internal server error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "user-authentication-info",
                    ":userAuthInfoId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the user authentication info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "userAuthInfoId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "012a2b05-0a0f-4f33-86e3-9ba48f6f1c52",
          "name": "Update User Authentication Info",
          "request": {
            "name": "Update User Authentication Info",
            "description": {
              "content": "Update specific user authentication information by ID.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "authentication-realms",
                ":realmId",
                "user-authentication-info",
                ":userAuthInfoId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                  "key": "realmId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the authentication realm.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                  "key": "userAuthInfoId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the user authentication info.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"name\": \"Ron Swanson\",\n    \"email\": \"ron@swanson.com\",\n    \"given_name\": \"Ron\",\n    \"family_name\": \"Swanson\",\n    \"middle_name\": \"Ulysses\"\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "066f0880-5066-4c6a-b2ff-70a4da2bd536",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "user-authentication-info",
                    ":userAuthInfoId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the user authentication info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "userAuthInfoId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"name\": \"Ron Swanson\",\n    \"email\": \"ron@swanson.com\",\n    \"given_name\": \"Ron\",\n    \"family_name\": \"Swanson\",\n    \"middle_name\": \"Ulysses\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"name\": \"Ron Swanson\",\n    \"email\": \"ron@swanson.com\",\n    \"given_name\": \"Ron\",\n    \"family_name\": \"Swanson\",\n    \"middle_name\": \"Ulysses\",\n    \"id\": \"deb6b25f-8451-4211-9a22-95610333df23\",\n    \"meta\": {\n      \"created_at\": \"2025-09-08T20:29:42.282Z\",\n      \"updated_at\": \"2025-09-08T20:29:42.282Z\",\n      \"creation_status\": \"COMPLETE\"\n    },\n    \"links\": {\n      \"self\": \"https://useast.api.elasticpath.com/v2/authentication-realms/deb6b25f-8451-4211-9a22-95610333df23/user-authentication-info/abc123\"\n    }\n  },\n  \"links\": {\n    \"self\": \"http://DYIeyvBXHCGKJKJuGyqJCCBEbe.sdwlo,lB6ol9Rc\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3532b13c-215b-473f-85ca-24514066309b",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "user-authentication-info",
                    ":userAuthInfoId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the user authentication info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "userAuthInfoId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"name\": \"Ron Swanson\",\n    \"email\": \"ron@swanson.com\",\n    \"given_name\": \"Ron\",\n    \"family_name\": \"Swanson\",\n    \"middle_name\": \"Ulysses\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"status\": \"400\",\n      \"detail\": \"Validation failed: field 'Name' on the 'min' tag.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a99a4a66-6b5c-42f0-9d8a-e5d613286758",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "user-authentication-info",
                    ":userAuthInfoId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the user authentication info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "userAuthInfoId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"name\": \"Ron Swanson\",\n    \"email\": \"ron@swanson.com\",\n    \"given_name\": \"Ron\",\n    \"family_name\": \"Swanson\",\n    \"middle_name\": \"Ulysses\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"Resource not found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6522cf0d-74a4-4801-bbea-c4099c550fb7",
              "name": "Unprocessable Entity",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "user-authentication-info",
                    ":userAuthInfoId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the user authentication info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "userAuthInfoId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"name\": \"Ron Swanson\",\n    \"email\": \"ron@swanson.com\",\n    \"given_name\": \"Ron\",\n    \"family_name\": \"Swanson\",\n    \"middle_name\": \"Ulysses\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Unprocessable Entity\",\n      \"status\": \"422\",\n      \"detail\": \"Constraint violation\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3c91c52c-0130-415c-82bd-2e232c3eb61f",
              "name": "Internal server error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "user-authentication-info",
                    ":userAuthInfoId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the user authentication info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "userAuthInfoId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"name\": \"Ron Swanson\",\n    \"email\": \"ron@swanson.com\",\n    \"given_name\": \"Ron\",\n    \"family_name\": \"Swanson\",\n    \"middle_name\": \"Ulysses\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "06bc04d2-e2bf-4b33-bf0f-2c4abebf9366",
          "name": "Delete User Authentication Info",
          "request": {
            "name": "Delete User Authentication Info",
            "description": {
              "content": "Delete specific user authentication information by ID.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "authentication-realms",
                ":realmId",
                "user-authentication-info",
                ":userAuthInfoId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                  "key": "realmId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the authentication realm.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                  "key": "userAuthInfoId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the user authentication info.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "f298c541-a069-43ee-9237-606bcd85d0f6",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "user-authentication-info",
                    ":userAuthInfoId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the user authentication info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "userAuthInfoId"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "ca6686cd-d43a-4ee2-88e8-258efb7cbb3b",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "user-authentication-info",
                    ":userAuthInfoId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the user authentication info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "userAuthInfoId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"Resource not found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3eb8695a-951d-423b-89c1-019a5dd95733",
              "name": "Unprocessable Entity",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "user-authentication-info",
                    ":userAuthInfoId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the user authentication info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "userAuthInfoId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Unprocessable Entity\",\n      \"status\": \"422\",\n      \"detail\": \"Constraint violation\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "36920f44-b2ab-4380-b956-201f7a775398",
              "name": "Internal server error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "user-authentication-info",
                    ":userAuthInfoId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the user authentication info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "userAuthInfoId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "User Authentication OIDC Profile Infos",
      "description": "The `user-authentication-oidc-profile-info` object is the information object about the relationship between a [User Authentication Info](/docs/api/single-sign-on/user-authentication-infos) and an [OpenID Connect Profile](/docs/api/single-sign-on/oidc-profiles).\n",
      "item": [
        {
          "id": "97392469-34f5-4fba-a332-648c43a5e3e1",
          "name": "Create User Authentication OIDC Profile Info",
          "request": {
            "name": "Create User Authentication OIDC Profile Info",
            "description": {
              "content": "Create OIDC profile information for a specific user authentication info.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "authentication-realms",
                ":realmId",
                "user-authentication-info",
                ":userAuthInfoId",
                "user-authentication-oidc-profile-info"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                  "key": "realmId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the authentication realm.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                  "key": "userAuthInfoId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the user authentication info.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"oidc_profile_id\": \"f1a2932f-3579-46f0-92e1-a4a80cd26e37\",\n    \"subject\": \"subject-123\",\n    \"issuer\": \"https://test.issuer.com\"\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "ef67ce2e-bd94-472b-9bc0-f1a4b373631b",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "user-authentication-info",
                    ":userAuthInfoId",
                    "user-authentication-oidc-profile-info"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the user authentication info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "userAuthInfoId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"oidc_profile_id\": \"f1a2932f-3579-46f0-92e1-a4a80cd26e37\",\n    \"subject\": \"subject-123\",\n    \"issuer\": \"https://test.issuer.com\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"oidc_profile_id\": \"f1a2932f-3579-46f0-92e1-a4a80cd26e37\",\n    \"subject\": \"subject-123\",\n    \"issuer\": \"https://test.issuer.com\",\n    \"id\": \"deb6b25f-8451-4211-9a22-95610333df23\",\n    \"meta\": {\n      \"created_at\": \"2021-02-23T09:40:33.882Z\",\n      \"updated_at\": \"2021-02-23T09:40:33.882Z\"\n    },\n    \"links\": {\n      \"self\": \"https://useast.api.elasticpath.com/v2/authentication-realms/deb6b25f-8451-4211-9a22-95610333df23/user-authentication-info/abc123/user-authentication-oidc-profile-info/def456\"\n    }\n  },\n  \"links\": {\n    \"self\": \"http://YDRpIUzrSxie.louaG5zjgs2M6XHJAZ6g,jsaE3keTtYqulDdEKB0RNQ6Zd5Sa\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fa4b6525-b0f5-4805-a282-a9259a1c5f05",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "user-authentication-info",
                    ":userAuthInfoId",
                    "user-authentication-oidc-profile-info"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the user authentication info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "userAuthInfoId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"oidc_profile_id\": \"f1a2932f-3579-46f0-92e1-a4a80cd26e37\",\n    \"subject\": \"subject-123\",\n    \"issuer\": \"https://test.issuer.com\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"status\": \"400\",\n      \"detail\": \"Validation failed: field 'Name' on the 'min' tag.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "943ed20f-6a40-45c2-98c4-6770ab1a5837",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "user-authentication-info",
                    ":userAuthInfoId",
                    "user-authentication-oidc-profile-info"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the user authentication info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "userAuthInfoId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"oidc_profile_id\": \"f1a2932f-3579-46f0-92e1-a4a80cd26e37\",\n    \"subject\": \"subject-123\",\n    \"issuer\": \"https://test.issuer.com\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"Resource not found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "29c9da69-9b3e-48c5-ad94-92ba1f82a8b8",
              "name": "Unprocessable Entity",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "user-authentication-info",
                    ":userAuthInfoId",
                    "user-authentication-oidc-profile-info"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the user authentication info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "userAuthInfoId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"oidc_profile_id\": \"f1a2932f-3579-46f0-92e1-a4a80cd26e37\",\n    \"subject\": \"subject-123\",\n    \"issuer\": \"https://test.issuer.com\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Unprocessable Entity\",\n      \"status\": \"422\",\n      \"detail\": \"Constraint violation\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fcdea0b1-7cad-446d-ab7a-fa8797c8f1ef",
              "name": "Internal server error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "user-authentication-info",
                    ":userAuthInfoId",
                    "user-authentication-oidc-profile-info"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the user authentication info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "userAuthInfoId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"oidc_profile_id\": \"f1a2932f-3579-46f0-92e1-a4a80cd26e37\",\n    \"subject\": \"subject-123\",\n    \"issuer\": \"https://test.issuer.com\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e0bab620-a115-4ce7-a934-d1c2890f4389",
          "name": "Get User Authentication OIDC Profile Info",
          "request": {
            "name": "Get User Authentication OIDC Profile Info",
            "description": {
              "content": "Retrieve OIDC profile information for a specific user authentication info.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "authentication-realms",
                ":realmId",
                "user-authentication-info",
                ":userAuthInfoId",
                "user-authentication-oidc-profile-info"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "The number of records per page.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "25"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The number of records to offset the results by.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "0"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                  "key": "realmId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the authentication realm.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                  "key": "userAuthInfoId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the user authentication info.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "6c76e512-878c-4ab9-901a-df84efd945ff",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "user-authentication-info",
                    ":userAuthInfoId",
                    "user-authentication-oidc-profile-info"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "25"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the user authentication info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "userAuthInfoId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"f1a2b3c4-d5e6-47f8-9a0b-c1d2e3f4a5b6\",\n      \"type\": \"user_authentication_oidc_profile_info\",\n      \"oidc_profile_id\": \"c8849022-c9c6-4888-9ca8-2bb78f445fb0\",\n      \"subject\": \"subject-123\",\n      \"issuer\": \"https://accounts.google.com\"\n    },\n    {\n      \"id\": \"0a1b2c3d-4e5f-6071-8a9b-bc0d1e2f3a4b\",\n      \"type\": \"user_authentication_oidc_profile_info\",\n      \"oidc_profile_id\": \"21be087e-faa6-41fc-9b51-6763a363ec2d\",\n      \"subject\": \"subject-456\",\n      \"issuer\": \"https://appleid.apple.com\"\n    }\n  ],\n  \"meta\": {\n    \"results\": {\n      \"total\": 2\n    },\n    \"page\": {\n      \"limit\": 25,\n      \"offset\": 0\n    }\n  },\n  \"links\": {\n    \"current\": \"https://euwest.api.elasticpath.com/v2/authentication-realms/45928070-44a6-448b-8246-a85aa35320af/user-authentication-info/40c8ecfa-0d1a-43b2-8d62-2bbbb6c4207c/user-authentication-oidc-profile-info?page%5Boffset%5D=0&page%5Blimit%5D=25\",\n    \"first\": \"https://euwest.api.elasticpath.com/v2/authentication-realms/45928070-44a6-448b-8246-a85aa35320af/user-authentication-info/40c8ecfa-0d1a-43b2-8d62-2bbbb6c4207c/user-authentication-oidc-profile-info?page%5Boffset%5D=0&page%5Blimit%5D=25\",\n    \"last\": null,\n    \"next\": null,\n    \"prev\": null\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dd0ba471-20a0-44c9-afe4-36a85966b4c4",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "user-authentication-info",
                    ":userAuthInfoId",
                    "user-authentication-oidc-profile-info"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "25"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the user authentication info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "userAuthInfoId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"Resource not found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8b70ebbd-6119-44db-b259-ca69a799f5b6",
              "name": "Unprocessable Entity",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "user-authentication-info",
                    ":userAuthInfoId",
                    "user-authentication-oidc-profile-info"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "25"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the user authentication info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "userAuthInfoId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Unprocessable Entity\",\n      \"status\": \"422\",\n      \"detail\": \"Constraint violation\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "93393eba-67f6-49f6-af8b-7b616ffc4630",
              "name": "Internal server error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "user-authentication-info",
                    ":userAuthInfoId",
                    "user-authentication-oidc-profile-info"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "25"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the user authentication info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "userAuthInfoId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b8db85ae-02c4-4813-95df-c1b58cfe95c8",
          "name": "Get User Authentication OIDC Profile Info by ID",
          "request": {
            "name": "Get User Authentication OIDC Profile Info by ID",
            "description": {
              "content": "Retrieve specific OIDC profile information by ID for a user.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "authentication-realms",
                ":realmId",
                "user-authentication-info",
                ":userAuthInfoId",
                "user-authentication-oidc-profile-info",
                ":oidcInfoId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                  "key": "realmId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the authentication realm.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                  "key": "userAuthInfoId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the user authentication info.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                  "key": "oidcInfoId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the OIDC profile info.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "411e02a3-36ca-4747-984d-ff77c061d6fa",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "user-authentication-info",
                    ":userAuthInfoId",
                    "user-authentication-oidc-profile-info",
                    ":oidcInfoId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the user authentication info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "userAuthInfoId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the OIDC profile info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "oidcInfoId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"f1a2b3c4-d5e6-47f8-9a0b-c1d2e3f4a5b6\",\n    \"type\": \"user_authentication_oidc_profile_info\",\n    \"oidc_profile_id\": \"c8849022-c9c6-4888-9ca8-2bb78f445fb0\",\n    \"subject\": \"subject-123\",\n    \"issuer\": \"https://accounts.google.com\"\n  },\n  \"links\": {\n    \"self\": \"https://euwest.api.elasticpath.com/v2/authentication-realms/45928070-44a6-448b-8246-a85aa35320af/user-authentication-info/40c8ecfa-0d1a-43b2-8d62-2bbbb6c4207c/user-authentication-oidc-profile-info/f1a2b3c4-d5e6-47f8-9a0b-c1d2e3f4a5b6\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ffcbdda2-cad0-4e76-bafc-176330e31988",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "user-authentication-info",
                    ":userAuthInfoId",
                    "user-authentication-oidc-profile-info",
                    ":oidcInfoId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the user authentication info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "userAuthInfoId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the OIDC profile info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "oidcInfoId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"status\": \"400\",\n      \"detail\": \"Validation failed: field 'Name' on the 'min' tag.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c151474b-7778-49ab-8756-cb39edc6b09c",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "user-authentication-info",
                    ":userAuthInfoId",
                    "user-authentication-oidc-profile-info",
                    ":oidcInfoId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the user authentication info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "userAuthInfoId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the OIDC profile info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "oidcInfoId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"Resource not found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f7cc13bb-1a69-42a2-b6a9-881963e318f1",
              "name": "Unprocessable Entity",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "user-authentication-info",
                    ":userAuthInfoId",
                    "user-authentication-oidc-profile-info",
                    ":oidcInfoId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the user authentication info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "userAuthInfoId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the OIDC profile info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "oidcInfoId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Unprocessable Entity\",\n      \"status\": \"422\",\n      \"detail\": \"Constraint violation\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8463ad8f-f565-43a3-ba72-834501cece54",
              "name": "Internal server error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "user-authentication-info",
                    ":userAuthInfoId",
                    "user-authentication-oidc-profile-info",
                    ":oidcInfoId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the user authentication info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "userAuthInfoId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the OIDC profile info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "oidcInfoId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9c52d63f-b7f6-41a4-8315-3bc6315d336c",
          "name": "Update User Authentication OIDC Profile Info",
          "request": {
            "name": "Update User Authentication OIDC Profile Info",
            "description": {
              "content": "Update specific OIDC profile information by ID for a user.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "authentication-realms",
                ":realmId",
                "user-authentication-info",
                ":userAuthInfoId",
                "user-authentication-oidc-profile-info",
                ":oidcInfoId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                  "key": "realmId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the authentication realm.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                  "key": "userAuthInfoId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the user authentication info.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                  "key": "oidcInfoId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the OIDC profile info.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"oidc_profile_id\": \"f1a2932f-3579-46f0-92e1-a4a80cd26e37\",\n    \"subject\": \"subject-123\",\n    \"issuer\": \"https://test.issuer.com\"\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "73b0111d-722b-45d4-85ee-830ce520a53d",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "user-authentication-info",
                    ":userAuthInfoId",
                    "user-authentication-oidc-profile-info",
                    ":oidcInfoId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the user authentication info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "userAuthInfoId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the OIDC profile info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "oidcInfoId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"oidc_profile_id\": \"f1a2932f-3579-46f0-92e1-a4a80cd26e37\",\n    \"subject\": \"subject-123\",\n    \"issuer\": \"https://test.issuer.com\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"oidc_profile_id\": \"f1a2932f-3579-46f0-92e1-a4a80cd26e37\",\n    \"subject\": \"subject-123\",\n    \"issuer\": \"https://test.issuer.com\",\n    \"id\": \"deb6b25f-8451-4211-9a22-95610333df23\",\n    \"meta\": {\n      \"created_at\": \"2021-02-23T09:40:33.882Z\",\n      \"updated_at\": \"2021-02-23T09:40:33.882Z\"\n    },\n    \"links\": {\n      \"self\": \"https://useast.api.elasticpath.com/v2/authentication-realms/deb6b25f-8451-4211-9a22-95610333df23/user-authentication-info/abc123/user-authentication-oidc-profile-info/def456\"\n    }\n  },\n  \"links\": {\n    \"self\": \"http://YDRpIUzrSxie.louaG5zjgs2M6XHJAZ6g,jsaE3keTtYqulDdEKB0RNQ6Zd5Sa\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6187cb41-84ff-4121-bf50-7d19fa455aef",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "user-authentication-info",
                    ":userAuthInfoId",
                    "user-authentication-oidc-profile-info",
                    ":oidcInfoId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the user authentication info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "userAuthInfoId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the OIDC profile info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "oidcInfoId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"oidc_profile_id\": \"f1a2932f-3579-46f0-92e1-a4a80cd26e37\",\n    \"subject\": \"subject-123\",\n    \"issuer\": \"https://test.issuer.com\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"status\": \"400\",\n      \"detail\": \"Validation failed: field 'Name' on the 'min' tag.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "661f4b9c-6d02-46ef-bd0c-3320b8ee6d3a",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "user-authentication-info",
                    ":userAuthInfoId",
                    "user-authentication-oidc-profile-info",
                    ":oidcInfoId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the user authentication info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "userAuthInfoId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the OIDC profile info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "oidcInfoId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"oidc_profile_id\": \"f1a2932f-3579-46f0-92e1-a4a80cd26e37\",\n    \"subject\": \"subject-123\",\n    \"issuer\": \"https://test.issuer.com\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"Resource not found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "47a6ecc9-4046-4d46-88eb-438ced8b9e4e",
              "name": "Unprocessable Entity",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "user-authentication-info",
                    ":userAuthInfoId",
                    "user-authentication-oidc-profile-info",
                    ":oidcInfoId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the user authentication info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "userAuthInfoId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the OIDC profile info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "oidcInfoId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"oidc_profile_id\": \"f1a2932f-3579-46f0-92e1-a4a80cd26e37\",\n    \"subject\": \"subject-123\",\n    \"issuer\": \"https://test.issuer.com\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Unprocessable Entity\",\n      \"status\": \"422\",\n      \"detail\": \"Constraint violation\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7b33c05e-9d29-45a0-8ff0-ee3f2063a520",
              "name": "Internal server error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "user-authentication-info",
                    ":userAuthInfoId",
                    "user-authentication-oidc-profile-info",
                    ":oidcInfoId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the user authentication info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "userAuthInfoId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the OIDC profile info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "oidcInfoId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"oidc_profile_id\": \"f1a2932f-3579-46f0-92e1-a4a80cd26e37\",\n    \"subject\": \"subject-123\",\n    \"issuer\": \"https://test.issuer.com\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2d0f5ecd-4a25-4de4-baa7-76ae15f38883",
          "name": "Delete User Authentication OIDC Profile Info",
          "request": {
            "name": "Delete User Authentication OIDC Profile Info",
            "description": {
              "content": "Delete specific OIDC profile information by ID for a user.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "authentication-realms",
                ":realmId",
                "user-authentication-info",
                ":userAuthInfoId",
                "user-authentication-oidc-profile-info",
                ":oidcInfoId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                  "key": "realmId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the authentication realm.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                  "key": "userAuthInfoId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the user authentication info.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                  "key": "oidcInfoId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the OIDC profile info.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "7b89b427-16f8-4558-83eb-c71b9b2a24de",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "user-authentication-info",
                    ":userAuthInfoId",
                    "user-authentication-oidc-profile-info",
                    ":oidcInfoId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the user authentication info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "userAuthInfoId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the OIDC profile info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "oidcInfoId"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "20b341be-6f5a-4337-9ca9-20e33146b864",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "user-authentication-info",
                    ":userAuthInfoId",
                    "user-authentication-oidc-profile-info",
                    ":oidcInfoId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the user authentication info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "userAuthInfoId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the OIDC profile info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "oidcInfoId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"status\": \"400\",\n      \"detail\": \"Validation failed: field 'Name' on the 'min' tag.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d964a941-8c68-4933-9818-36c59adbdb0b",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "user-authentication-info",
                    ":userAuthInfoId",
                    "user-authentication-oidc-profile-info",
                    ":oidcInfoId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the user authentication info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "userAuthInfoId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the OIDC profile info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "oidcInfoId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"Resource not found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dc5385dd-033f-4137-84f6-24533042ed35",
              "name": "Unprocessable Entity",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "user-authentication-info",
                    ":userAuthInfoId",
                    "user-authentication-oidc-profile-info",
                    ":oidcInfoId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the user authentication info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "userAuthInfoId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the OIDC profile info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "oidcInfoId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Unprocessable Entity\",\n      \"status\": \"422\",\n      \"detail\": \"Constraint violation\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e9e6a602-5882-40fe-a03a-969b32c1f6cf",
              "name": "Internal server error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "user-authentication-info",
                    ":userAuthInfoId",
                    "user-authentication-oidc-profile-info",
                    ":oidcInfoId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the user authentication info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "userAuthInfoId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the OIDC profile info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "oidcInfoId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "User Authentication Password Profile Infos",
      "description": "The `user-authentication-password-profile-info` object is the information object about the relationship between a [User Authentication Info](/docs/api/single-sign-on/user-authentication-infos) and a [Password Profile](/docs/api/single-sign-on/password-profiles) object.",
      "item": [
        {
          "id": "e389e186-711a-4418-bad2-224b93619381",
          "name": "Get User Authentication Password Profile Info List",
          "request": {
            "name": "Get User Authentication Password Profile Info List",
            "description": {
              "content": "Retrieve a list of password profile information for a user.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "authentication-realms",
                ":realmId",
                "user-authentication-info",
                ":userAuthInfoId",
                "user-authentication-password-profile-info"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "The number of records per page.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "25"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The number of records to offset the results by.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "0"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                  "key": "realmId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the authentication realm.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                  "key": "userAuthInfoId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the user authentication info.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "53b66223-4673-46a4-b7e3-b8758c0cce05",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "user-authentication-info",
                    ":userAuthInfoId",
                    "user-authentication-password-profile-info"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "25"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the user authentication info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "userAuthInfoId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"9f8e7d6c-5b4a-3a2f-1e0d-c9b8a7f6e5d4\",\n      \"type\": \"user_authentication_password_profile_info\",\n      \"username\": \"uauppinamepestupdate@test.com\",\n      \"password_profile_id\": \"a2f6d4c0-1d2b-4b3a-9e5a-2f4b1c7d8e9f\"\n    },\n    {\n      \"id\": \"0c9b8a7f-6e5d-4c3b-2a1f-0e9d8c7b6a5f\",\n      \"type\": \"user_authentication_password_profile_info\",\n      \"username\": \"another.user@example.com\",\n      \"password_profile_id\": \"b3e7f5a1-2c3d-4e4b-8f6a-3e5c2d8f9a0b\"\n    }\n  ],\n  \"meta\": {\n    \"results\": {\n      \"total\": 2\n    },\n    \"page\": {\n      \"limit\": 25,\n      \"offset\": 0\n    }\n  },\n  \"links\": {\n    \"current\": \"https://euwest.api.elasticpath.com/v2/authentication-realms/45928070-44a6-448b-8246-a85aa35320af/user-authentication-info/40c8ecfa-0d1a-43b2-8d62-2bbbb6c4207c/user-authentication-password-profile-info?page%5Boffset%5D=0&page%5Blimit%5D=25\",\n    \"first\": \"https://euwest.api.elasticpath.com/v2/authentication-realms/45928070-44a6-448b-8246-a85aa35320af/user-authentication-info/40c8ecfa-0d1a-43b2-8d62-2bbbb6c4207c/user-authentication-password-profile-info?page%5Boffset%5D=0&page%5Blimit%5D=25\",\n    \"last\": null,\n    \"next\": null,\n    \"prev\": null\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d769af89-be89-47cb-b510-b0c990d0533c",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "user-authentication-info",
                    ":userAuthInfoId",
                    "user-authentication-password-profile-info"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "25"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the user authentication info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "userAuthInfoId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"Resource not found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "170e46e3-6463-4199-a172-273659b1b589",
              "name": "Internal server error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "user-authentication-info",
                    ":userAuthInfoId",
                    "user-authentication-password-profile-info"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records per page.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "25"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of records to offset the results by.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the user authentication info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "userAuthInfoId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1cb40e1e-d8e7-434f-9a90-87ac706be5bc",
          "name": "Create User Authentication Password Profile Info",
          "request": {
            "name": "Create User Authentication Password Profile Info",
            "description": {
              "content": "Create password profile information for a specific user authentication info.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "authentication-realms",
                ":realmId",
                "user-authentication-info",
                ":userAuthInfoId",
                "user-authentication-password-profile-info"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                  "key": "realmId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the authentication realm.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                  "key": "userAuthInfoId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the user authentication info.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"password\": \"P@ssw0rd123!\",\n    \"password_profile_id\": \"767e6763-014e-4b6e-8a0e-59b863ab3262\",\n    \"type\": \"string\",\n    \"username\": \"uauppinamepestupdate@test.com\"\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "f3cce7eb-5d9a-4bd9-a9c5-d3414ed65e43",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "user-authentication-info",
                    ":userAuthInfoId",
                    "user-authentication-password-profile-info"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the user authentication info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "userAuthInfoId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"password\": \"P@ssw0rd123!\",\n    \"password_profile_id\": \"767e6763-014e-4b6e-8a0e-59b863ab3262\",\n    \"type\": \"string\",\n    \"username\": \"uauppinamepestupdate@test.com\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"username\": \"uauppinamepestupdate@test.com\",\n    \"password_profile_id\": \"767e6763-014e-4b6e-8a0e-59b863ab3262\",\n    \"id\": \"deb6b25f-8451-4211-9a22-95610333df23\",\n    \"meta\": {\n      \"created_at\": \"2021-02-23T09:40:33.882Z\",\n      \"updated_at\": \"2021-02-23T09:40:33.882Z\"\n    },\n    \"links\": {\n      \"self\": \"https://useast.api.elasticpath.com/v2/authentication-realms/deb6b25f-8451-4211-9a22-95610333df23/user-authentication-info/abc123/user-authentication-password-profile-info/def456\"\n    }\n  },\n  \"links\": {\n    \"self\": \"http://RacCBLDeCKeAZfmSZZUr.utcdTXfSpeQd7Zma0RWpVnrv5DdLlB7\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "02bb151d-94b3-4ee7-b085-9315e1a6daf6",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "user-authentication-info",
                    ":userAuthInfoId",
                    "user-authentication-password-profile-info"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the user authentication info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "userAuthInfoId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"password\": \"P@ssw0rd123!\",\n    \"password_profile_id\": \"767e6763-014e-4b6e-8a0e-59b863ab3262\",\n    \"type\": \"string\",\n    \"username\": \"uauppinamepestupdate@test.com\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"status\": \"400\",\n      \"detail\": \"Validation failed: field 'Name' on the 'min' tag.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "afdc5a1c-d259-450b-b428-bd5ce45a3752",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "user-authentication-info",
                    ":userAuthInfoId",
                    "user-authentication-password-profile-info"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the user authentication info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "userAuthInfoId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"password\": \"P@ssw0rd123!\",\n    \"password_profile_id\": \"767e6763-014e-4b6e-8a0e-59b863ab3262\",\n    \"type\": \"string\",\n    \"username\": \"uauppinamepestupdate@test.com\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"Resource not found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5fd80a82-5cb6-455c-ba25-4f36b61c9ff2",
              "name": "Unprocessable Entity",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "user-authentication-info",
                    ":userAuthInfoId",
                    "user-authentication-password-profile-info"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the user authentication info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "userAuthInfoId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"password\": \"P@ssw0rd123!\",\n    \"password_profile_id\": \"767e6763-014e-4b6e-8a0e-59b863ab3262\",\n    \"type\": \"string\",\n    \"username\": \"uauppinamepestupdate@test.com\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Unprocessable Entity\",\n      \"status\": \"422\",\n      \"detail\": \"Constraint violation\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f0597cec-5e19-4dfa-b688-56f457ca4807",
              "name": "Internal server error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "user-authentication-info",
                    ":userAuthInfoId",
                    "user-authentication-password-profile-info"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the user authentication info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "userAuthInfoId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"password\": \"P@ssw0rd123!\",\n    \"password_profile_id\": \"767e6763-014e-4b6e-8a0e-59b863ab3262\",\n    \"type\": \"string\",\n    \"username\": \"uauppinamepestupdate@test.com\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6bec521c-87d1-404c-a6db-112188447df1",
          "name": "Get User Authentication Password Profile Info by ID",
          "request": {
            "name": "Get User Authentication Password Profile Info by ID",
            "description": {
              "content": "Retrieve specific password profile information by ID for a user.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "authentication-realms",
                ":realmId",
                "user-authentication-info",
                ":userAuthInfoId",
                "user-authentication-password-profile-info",
                ":passwordProfileInfoId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                  "key": "realmId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the authentication realm.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                  "key": "userAuthInfoId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the user authentication info.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                  "key": "passwordProfileInfoId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the password profile info.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "4ff0e864-bba4-4e6c-9b15-5a8f8615100a",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "user-authentication-info",
                    ":userAuthInfoId",
                    "user-authentication-password-profile-info",
                    ":passwordProfileInfoId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the user authentication info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "userAuthInfoId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the password profile info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "passwordProfileInfoId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"9f8e7d6c-5b4a-3a2f-1e0d-c9b8a7f6e5d4\",\n    \"type\": \"user_authentication_password_profile_info\",\n    \"username\": \"uauppinamepestupdate@test.com\",\n    \"password_profile_id\": \"a2f6d4c0-1d2b-4b3a-9e5a-2f4b1c7d8e9f\"\n  },\n  \"links\": {\n    \"self\": \"https://euwest.api.elasticpath.com/v2/authentication-realms/45928070-44a6-448b-8246-a85aa35320af/user-authentication-info/40c8ecfa-0d1a-43b2-8d62-2bbbb6c4207c/user-authentication-password-profile-info/9f8e7d6c-5b4a-3a2f-1e0d-c9b8a7f6e5d4\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4bf2895d-0f57-4bab-9f7a-2b0577a96b7b",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "user-authentication-info",
                    ":userAuthInfoId",
                    "user-authentication-password-profile-info",
                    ":passwordProfileInfoId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the user authentication info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "userAuthInfoId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the password profile info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "passwordProfileInfoId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"status\": \"400\",\n      \"detail\": \"Validation failed: field 'Name' on the 'min' tag.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f43223ee-93f0-4297-acca-a713fcbd03e8",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "user-authentication-info",
                    ":userAuthInfoId",
                    "user-authentication-password-profile-info",
                    ":passwordProfileInfoId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the user authentication info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "userAuthInfoId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the password profile info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "passwordProfileInfoId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"Resource not found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a6247531-7768-443c-bc49-7144fb7070a6",
              "name": "Unprocessable Entity",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "user-authentication-info",
                    ":userAuthInfoId",
                    "user-authentication-password-profile-info",
                    ":passwordProfileInfoId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the user authentication info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "userAuthInfoId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the password profile info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "passwordProfileInfoId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Unprocessable Entity\",\n      \"status\": \"422\",\n      \"detail\": \"Constraint violation\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8fc6d290-8e7b-4a82-aa93-e5c5bf20dc9e",
              "name": "Internal server error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "user-authentication-info",
                    ":userAuthInfoId",
                    "user-authentication-password-profile-info",
                    ":passwordProfileInfoId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the user authentication info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "userAuthInfoId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the password profile info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "passwordProfileInfoId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b0015bd6-dcac-4a3a-bb54-a5f7ce36d7f3",
          "name": "Update User Authentication Password Profile Info",
          "request": {
            "name": "Update User Authentication Password Profile Info",
            "description": {
              "content": "Update specific password profile information by ID for a user.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "authentication-realms",
                ":realmId",
                "user-authentication-info",
                ":userAuthInfoId",
                "user-authentication-password-profile-info",
                ":passwordProfileInfoId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                  "key": "realmId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the authentication realm.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                  "key": "userAuthInfoId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the user authentication info.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                  "key": "passwordProfileInfoId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the password profile info.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"password\": \"P@ssw0rd123!\",\n    \"password_profile_id\": \"767e6763-014e-4b6e-8a0e-59b863ab3262\",\n    \"type\": \"string\",\n    \"username\": \"uauppinamepestupdate@test.com\"\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "baa264e8-5a1e-44ae-8d32-3ba5883a583c",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "user-authentication-info",
                    ":userAuthInfoId",
                    "user-authentication-password-profile-info",
                    ":passwordProfileInfoId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the user authentication info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "userAuthInfoId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the password profile info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "passwordProfileInfoId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"password\": \"P@ssw0rd123!\",\n    \"password_profile_id\": \"767e6763-014e-4b6e-8a0e-59b863ab3262\",\n    \"type\": \"string\",\n    \"username\": \"uauppinamepestupdate@test.com\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"string\",\n    \"username\": \"uauppinamepestupdate@test.com\",\n    \"password_profile_id\": \"767e6763-014e-4b6e-8a0e-59b863ab3262\",\n    \"id\": \"deb6b25f-8451-4211-9a22-95610333df23\",\n    \"meta\": {\n      \"created_at\": \"2021-02-23T09:40:33.882Z\",\n      \"updated_at\": \"2021-02-23T09:40:33.882Z\"\n    },\n    \"links\": {\n      \"self\": \"https://useast.api.elasticpath.com/v2/authentication-realms/deb6b25f-8451-4211-9a22-95610333df23/user-authentication-info/abc123/user-authentication-password-profile-info/def456\"\n    }\n  },\n  \"links\": {\n    \"self\": \"http://RacCBLDeCKeAZfmSZZUr.utcdTXfSpeQd7Zma0RWpVnrv5DdLlB7\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b0f1d45d-413e-4a34-bc71-b81b493cbd39",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "user-authentication-info",
                    ":userAuthInfoId",
                    "user-authentication-password-profile-info",
                    ":passwordProfileInfoId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the user authentication info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "userAuthInfoId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the password profile info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "passwordProfileInfoId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"password\": \"P@ssw0rd123!\",\n    \"password_profile_id\": \"767e6763-014e-4b6e-8a0e-59b863ab3262\",\n    \"type\": \"string\",\n    \"username\": \"uauppinamepestupdate@test.com\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"status\": \"400\",\n      \"detail\": \"Validation failed: field 'Name' on the 'min' tag.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dbb70b6a-2b27-4b39-8189-c27363130800",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "user-authentication-info",
                    ":userAuthInfoId",
                    "user-authentication-password-profile-info",
                    ":passwordProfileInfoId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the user authentication info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "userAuthInfoId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the password profile info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "passwordProfileInfoId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"password\": \"P@ssw0rd123!\",\n    \"password_profile_id\": \"767e6763-014e-4b6e-8a0e-59b863ab3262\",\n    \"type\": \"string\",\n    \"username\": \"uauppinamepestupdate@test.com\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"Resource not found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b4ae0052-110e-4141-a4d4-a69006d6e26b",
              "name": "Unprocessable Entity",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "user-authentication-info",
                    ":userAuthInfoId",
                    "user-authentication-password-profile-info",
                    ":passwordProfileInfoId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the user authentication info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "userAuthInfoId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the password profile info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "passwordProfileInfoId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"password\": \"P@ssw0rd123!\",\n    \"password_profile_id\": \"767e6763-014e-4b6e-8a0e-59b863ab3262\",\n    \"type\": \"string\",\n    \"username\": \"uauppinamepestupdate@test.com\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Unprocessable Entity\",\n      \"status\": \"422\",\n      \"detail\": \"Constraint violation\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a041dfc1-94a1-4cec-bda0-1cd0845d3c62",
              "name": "Internal server error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "user-authentication-info",
                    ":userAuthInfoId",
                    "user-authentication-password-profile-info",
                    ":passwordProfileInfoId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the user authentication info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "userAuthInfoId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the password profile info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "passwordProfileInfoId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"password\": \"P@ssw0rd123!\",\n    \"password_profile_id\": \"767e6763-014e-4b6e-8a0e-59b863ab3262\",\n    \"type\": \"string\",\n    \"username\": \"uauppinamepestupdate@test.com\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9c522555-c1c7-4b22-8f3c-02555841c53e",
          "name": "Delete User Authentication Password Profile Info",
          "request": {
            "name": "Delete User Authentication Password Profile Info",
            "description": {
              "content": "Delete specific password profile information by ID for a user.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "authentication-realms",
                ":realmId",
                "user-authentication-info",
                ":userAuthInfoId",
                "user-authentication-password-profile-info",
                ":passwordProfileInfoId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                  "key": "realmId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the authentication realm.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                  "key": "userAuthInfoId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the user authentication info.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                  "key": "passwordProfileInfoId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the password profile info.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "d59f469b-3206-4526-ad71-aeb151f30279",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "user-authentication-info",
                    ":userAuthInfoId",
                    "user-authentication-password-profile-info",
                    ":passwordProfileInfoId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the user authentication info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "userAuthInfoId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the password profile info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "passwordProfileInfoId"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "e1b5d6eb-e1b6-48c9-b7a3-4d5d0d6f57d6",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "user-authentication-info",
                    ":userAuthInfoId",
                    "user-authentication-password-profile-info",
                    ":passwordProfileInfoId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the user authentication info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "userAuthInfoId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the password profile info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "passwordProfileInfoId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Bad Request\",\n      \"status\": \"400\",\n      \"detail\": \"Validation failed: field 'Name' on the 'min' tag.\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8b0c7dba-7f65-4ab5-a3e8-5872d5c9ae9d",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "user-authentication-info",
                    ":userAuthInfoId",
                    "user-authentication-password-profile-info",
                    ":passwordProfileInfoId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the user authentication info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "userAuthInfoId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the password profile info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "passwordProfileInfoId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"Resource not found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "866a0c15-fee7-42b4-a3db-d4c2aaf647b6",
              "name": "Unprocessable Entity",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "user-authentication-info",
                    ":userAuthInfoId",
                    "user-authentication-password-profile-info",
                    ":passwordProfileInfoId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the user authentication info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "userAuthInfoId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the password profile info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "passwordProfileInfoId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Unprocessable Entity\",\n      \"status\": \"422\",\n      \"detail\": \"Constraint violation\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f11edfa3-745e-44ff-85eb-99eabbf3f1ff",
              "name": "Internal server error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "authentication-realms",
                    ":realmId",
                    "user-authentication-info",
                    ":userAuthInfoId",
                    "user-authentication-password-profile-info",
                    ":passwordProfileInfoId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the user authentication info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "userAuthInfoId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the password profile info.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "passwordProfileInfoId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\",\n      \"detail\": \"there was a problem processing your request\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "OIDC Authentication",
      "description": "The OIDC IDP Login endpoints handle the initiation of OpenID Connect authentication flows.\n\nWhen a user needs to authenticate via OIDC, they are redirected to these endpoints which then redirect them to the configured OIDC provider for authentication.\n",
      "item": [
        {
          "id": "f1b401f1-07df-4010-a806-435ba94b7b66",
          "name": "Initiate OIDC Login",
          "request": {
            "name": "Initiate OIDC Login",
            "description": {
              "content": "Initiate the OIDC login flow for a specific store and authentication realm\n::: note This is not an **API Endpoint**, but the [Authentication Request](https://openid.net/specs/openid-connect-core-1_0.html#AuthRequest) of the OpenID Connect Authentication Flow.\nTo initiate an OpenID Connect authentication you must change the location in the Browser to this URL, not call it asynchronously. :::",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "oidc-idp",
                "login",
                "stores",
                ":storeId",
                "authentication-realms",
                ":realmId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "(Required) The Client ID, for Account Management Authentication see the `meta.client_id` field on [Account Authentication Settings](/docs/api/accounts/get-v-2-settings-account-authentication).",
                    "type": "text/plain"
                  },
                  "key": "client_id",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "(Required) Redirection URI to which the response will be sent. Must exactly match a pre-registered redirect URI for the client in the `redirect_uris` of the [Authentication Realm](/docs/api/single-sign-on/get-v-2-authentication-realms-realm-id).",
                    "type": "text/plain"
                  },
                  "key": "redirect_uri",
                  "value": "https://ELLyg.aefqwpGQ-Kb2AOxe0hEyhXILYHN+mdX0MjYOfggIyZ6TP0EU3XwtJH2E0VoFWhMiSEZ+7"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "(Required) OIDC/OAuth 2.0 response type, this must be \"code\" in Commerce.",
                    "type": "text/plain"
                  },
                  "key": "response_type",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "(Required) Space-delimited list of scopes. Must include \"openid\", \"email\", and \"name\".",
                    "type": "text/plain"
                  },
                  "key": "scope",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "(Required) Opaque value used to maintain state between the request and the callback. Helps prevent CSRF.",
                    "type": "text/plain"
                  },
                  "key": "state",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "(Required) [Proof Key for Code Exchange (PKCE)](https://datatracker.ietf.org/doc/html/rfc7636) transformation method that was used to derive code_challenge. (This can only be one of S256,plain)",
                    "type": "text/plain"
                  },
                  "key": "code_challenge_method",
                  "value": "S256"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "(Required) [Proof Key for Code Exchange (PKCE)](https://datatracker.ietf.org/doc/html/rfc7636) Code Challenge.",
                    "type": "text/plain"
                  },
                  "key": "code_challenge",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Space-delimited, case-sensitive list that specifies whether the Authorization Server prompts the End-User for re-authentication and consent.  This value is passed to the configured IdP. See [Section 3.1.2.1. Authentication Request - OpenID Connect Core 1.0](https://openid.net/specs/openid-connect-core-1_0.html#AuthRequest).",
                    "type": "text/plain"
                  },
                  "key": "prompt",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "ASCII string value that specifies how the Authorization Server displays the authentication and consent user interface. This value is passed to the configured IdP. See [Section 3.1.2.1. Authentication Request - OpenID Connect Core 1.0](https://openid.net/specs/openid-connect-core-1_0.html#AuthRequest).",
                    "type": "text/plain"
                  },
                  "key": "display",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "End-User's preferred languages and scripts for the user interface, represented as space-separated list of BCP47 language tag values. This value is forwarded to the configured IdP.  See [Section 3.1.2.1. Authentication Request - OpenID Connect Core 1.0](https://openid.net/specs/openid-connect-core-1_0.html#AuthRequest).",
                    "type": "text/plain"
                  },
                  "key": "ui_locales",
                  "value": "fr-CA fr en"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "(Required) Selects the specific OIDC Profile within the realm to use for authentication.",
                    "type": "text/plain"
                  },
                  "key": "elasticpath_commerce_cloud_profile_id",
                  "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Custom boolean flag. If true, if the user attempts to hit back in their browser, we will redirect them back to the store front",
                    "type": "text/plain"
                  },
                  "key": "ep_report_callback_replay_error",
                  "value": "true"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                  "key": "storeId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the store.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                  "key": "realmId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the authentication realm.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "54a8ea48-2f39-4f17-848f-9c74e397b09c",
              "name": "See Other - Redirects to the IdP provider for authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "oidc-idp",
                    "login",
                    "stores",
                    ":storeId",
                    "authentication-realms",
                    ":realmId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The Client ID, for Account Management Authentication see the `meta.client_id` field on [Account Authentication Settings](/docs/api/accounts/get-v-2-settings-account-authentication).",
                        "type": "text/plain"
                      },
                      "key": "client_id",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Redirection URI to which the response will be sent. Must exactly match a pre-registered redirect URI for the client in the `redirect_uris` of the [Authentication Realm](/docs/api/single-sign-on/get-v-2-authentication-realms-realm-id).",
                        "type": "text/plain"
                      },
                      "key": "redirect_uri",
                      "value": "https://ELLyg.aefqwpGQ-Kb2AOxe0hEyhXILYHN+mdX0MjYOfggIyZ6TP0EU3XwtJH2E0VoFWhMiSEZ+7"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) OIDC/OAuth 2.0 response type, this must be \"code\" in Commerce.",
                        "type": "text/plain"
                      },
                      "key": "response_type",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Space-delimited list of scopes. Must include \"openid\", \"email\", and \"name\".",
                        "type": "text/plain"
                      },
                      "key": "scope",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Opaque value used to maintain state between the request and the callback. Helps prevent CSRF.",
                        "type": "text/plain"
                      },
                      "key": "state",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) [Proof Key for Code Exchange (PKCE)](https://datatracker.ietf.org/doc/html/rfc7636) transformation method that was used to derive code_challenge. (This can only be one of S256,plain)",
                        "type": "text/plain"
                      },
                      "key": "code_challenge_method",
                      "value": "S256"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) [Proof Key for Code Exchange (PKCE)](https://datatracker.ietf.org/doc/html/rfc7636) Code Challenge.",
                        "type": "text/plain"
                      },
                      "key": "code_challenge",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Space-delimited, case-sensitive list that specifies whether the Authorization Server prompts the End-User for re-authentication and consent.  This value is passed to the configured IdP. See [Section 3.1.2.1. Authentication Request - OpenID Connect Core 1.0](https://openid.net/specs/openid-connect-core-1_0.html#AuthRequest).",
                        "type": "text/plain"
                      },
                      "key": "prompt",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "ASCII string value that specifies how the Authorization Server displays the authentication and consent user interface. This value is passed to the configured IdP. See [Section 3.1.2.1. Authentication Request - OpenID Connect Core 1.0](https://openid.net/specs/openid-connect-core-1_0.html#AuthRequest).",
                        "type": "text/plain"
                      },
                      "key": "display",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "End-User's preferred languages and scripts for the user interface, represented as space-separated list of BCP47 language tag values. This value is forwarded to the configured IdP.  See [Section 3.1.2.1. Authentication Request - OpenID Connect Core 1.0](https://openid.net/specs/openid-connect-core-1_0.html#AuthRequest).",
                        "type": "text/plain"
                      },
                      "key": "ui_locales",
                      "value": "fr-CA fr en"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Selects the specific OIDC Profile within the realm to use for authentication.",
                        "type": "text/plain"
                      },
                      "key": "elasticpath_commerce_cloud_profile_id",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Custom boolean flag. If true, if the user attempts to hit back in their browser, we will redirect them back to the store front",
                        "type": "text/plain"
                      },
                      "key": "ep_report_callback_replay_error",
                      "value": "true"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the store.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "storeId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "See Other",
              "code": 303,
              "header": [
                {
                  "disabled": false,
                  "description": {
                    "content": "The URL of the IdP provider to redirect to",
                    "type": "text/plain"
                  },
                  "key": "Location",
                  "value": "https://ELLyg.aefqwpGQ-Kb2AOxe0hEyhXILYHN+mdX0MjYOfggIyZ6TP0EU3XwtJH2E0VoFWhMiSEZ+7"
                }
              ],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "6dff539b-7e28-453d-a3ba-bdad050232d2",
              "name": "Temporary Redirect - Redirects the user back to the caller.",
              "originalRequest": {
                "url": {
                  "path": [
                    "oidc-idp",
                    "login",
                    "stores",
                    ":storeId",
                    "authentication-realms",
                    ":realmId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The Client ID, for Account Management Authentication see the `meta.client_id` field on [Account Authentication Settings](/docs/api/accounts/get-v-2-settings-account-authentication).",
                        "type": "text/plain"
                      },
                      "key": "client_id",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Redirection URI to which the response will be sent. Must exactly match a pre-registered redirect URI for the client in the `redirect_uris` of the [Authentication Realm](/docs/api/single-sign-on/get-v-2-authentication-realms-realm-id).",
                        "type": "text/plain"
                      },
                      "key": "redirect_uri",
                      "value": "https://ELLyg.aefqwpGQ-Kb2AOxe0hEyhXILYHN+mdX0MjYOfggIyZ6TP0EU3XwtJH2E0VoFWhMiSEZ+7"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) OIDC/OAuth 2.0 response type, this must be \"code\" in Commerce.",
                        "type": "text/plain"
                      },
                      "key": "response_type",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Space-delimited list of scopes. Must include \"openid\", \"email\", and \"name\".",
                        "type": "text/plain"
                      },
                      "key": "scope",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Opaque value used to maintain state between the request and the callback. Helps prevent CSRF.",
                        "type": "text/plain"
                      },
                      "key": "state",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) [Proof Key for Code Exchange (PKCE)](https://datatracker.ietf.org/doc/html/rfc7636) transformation method that was used to derive code_challenge. (This can only be one of S256,plain)",
                        "type": "text/plain"
                      },
                      "key": "code_challenge_method",
                      "value": "S256"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) [Proof Key for Code Exchange (PKCE)](https://datatracker.ietf.org/doc/html/rfc7636) Code Challenge.",
                        "type": "text/plain"
                      },
                      "key": "code_challenge",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Space-delimited, case-sensitive list that specifies whether the Authorization Server prompts the End-User for re-authentication and consent.  This value is passed to the configured IdP. See [Section 3.1.2.1. Authentication Request - OpenID Connect Core 1.0](https://openid.net/specs/openid-connect-core-1_0.html#AuthRequest).",
                        "type": "text/plain"
                      },
                      "key": "prompt",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "ASCII string value that specifies how the Authorization Server displays the authentication and consent user interface. This value is passed to the configured IdP. See [Section 3.1.2.1. Authentication Request - OpenID Connect Core 1.0](https://openid.net/specs/openid-connect-core-1_0.html#AuthRequest).",
                        "type": "text/plain"
                      },
                      "key": "display",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "End-User's preferred languages and scripts for the user interface, represented as space-separated list of BCP47 language tag values. This value is forwarded to the configured IdP.  See [Section 3.1.2.1. Authentication Request - OpenID Connect Core 1.0](https://openid.net/specs/openid-connect-core-1_0.html#AuthRequest).",
                        "type": "text/plain"
                      },
                      "key": "ui_locales",
                      "value": "fr-CA fr en"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Selects the specific OIDC Profile within the realm to use for authentication.",
                        "type": "text/plain"
                      },
                      "key": "elasticpath_commerce_cloud_profile_id",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Custom boolean flag. If true, if the user attempts to hit back in their browser, we will redirect them back to the store front",
                        "type": "text/plain"
                      },
                      "key": "ep_report_callback_replay_error",
                      "value": "true"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the store.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "storeId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Temporary Redirect (since HTTP/1.1)",
              "code": 307,
              "header": [
                {
                  "disabled": false,
                  "description": {
                    "content": "The location to redirect to, typically the store front.",
                    "type": "text/plain"
                  },
                  "key": "Location",
                  "value": "https://ELLyg.aefqwpGQ-Kb2AOxe0hEyhXILYHN+mdX0MjYOfggIyZ6TP0EU3XwtJH2E0VoFWhMiSEZ+7"
                }
              ],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "2a6d6dea-2348-433e-bd30-6538389e1963",
              "name": "In some cases the OAuth 2.0 specification does not permit us to redirect the user back to the caller, in which case they will see a 4xx.",
              "originalRequest": {
                "url": {
                  "path": [
                    "oidc-idp",
                    "login",
                    "stores",
                    ":storeId",
                    "authentication-realms",
                    ":realmId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The Client ID, for Account Management Authentication see the `meta.client_id` field on [Account Authentication Settings](/docs/api/accounts/get-v-2-settings-account-authentication).",
                        "type": "text/plain"
                      },
                      "key": "client_id",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Redirection URI to which the response will be sent. Must exactly match a pre-registered redirect URI for the client in the `redirect_uris` of the [Authentication Realm](/docs/api/single-sign-on/get-v-2-authentication-realms-realm-id).",
                        "type": "text/plain"
                      },
                      "key": "redirect_uri",
                      "value": "https://ELLyg.aefqwpGQ-Kb2AOxe0hEyhXILYHN+mdX0MjYOfggIyZ6TP0EU3XwtJH2E0VoFWhMiSEZ+7"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) OIDC/OAuth 2.0 response type, this must be \"code\" in Commerce.",
                        "type": "text/plain"
                      },
                      "key": "response_type",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Space-delimited list of scopes. Must include \"openid\", \"email\", and \"name\".",
                        "type": "text/plain"
                      },
                      "key": "scope",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Opaque value used to maintain state between the request and the callback. Helps prevent CSRF.",
                        "type": "text/plain"
                      },
                      "key": "state",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) [Proof Key for Code Exchange (PKCE)](https://datatracker.ietf.org/doc/html/rfc7636) transformation method that was used to derive code_challenge. (This can only be one of S256,plain)",
                        "type": "text/plain"
                      },
                      "key": "code_challenge_method",
                      "value": "S256"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) [Proof Key for Code Exchange (PKCE)](https://datatracker.ietf.org/doc/html/rfc7636) Code Challenge.",
                        "type": "text/plain"
                      },
                      "key": "code_challenge",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Space-delimited, case-sensitive list that specifies whether the Authorization Server prompts the End-User for re-authentication and consent.  This value is passed to the configured IdP. See [Section 3.1.2.1. Authentication Request - OpenID Connect Core 1.0](https://openid.net/specs/openid-connect-core-1_0.html#AuthRequest).",
                        "type": "text/plain"
                      },
                      "key": "prompt",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "ASCII string value that specifies how the Authorization Server displays the authentication and consent user interface. This value is passed to the configured IdP. See [Section 3.1.2.1. Authentication Request - OpenID Connect Core 1.0](https://openid.net/specs/openid-connect-core-1_0.html#AuthRequest).",
                        "type": "text/plain"
                      },
                      "key": "display",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "End-User's preferred languages and scripts for the user interface, represented as space-separated list of BCP47 language tag values. This value is forwarded to the configured IdP.  See [Section 3.1.2.1. Authentication Request - OpenID Connect Core 1.0](https://openid.net/specs/openid-connect-core-1_0.html#AuthRequest).",
                        "type": "text/plain"
                      },
                      "key": "ui_locales",
                      "value": "fr-CA fr en"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Selects the specific OIDC Profile within the realm to use for authentication.",
                        "type": "text/plain"
                      },
                      "key": "elasticpath_commerce_cloud_profile_id",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Custom boolean flag. If true, if the user attempts to hit back in their browser, we will redirect them back to the store front",
                        "type": "text/plain"
                      },
                      "key": "ep_report_callback_replay_error",
                      "value": "true"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the store.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "storeId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"invalid_request\",\n  \"errorDescription\": \"The field [client_id] with value [unknownClient] is invalid.\",\n  \"error_description\": \"The field [client_id] with value [unknownClient] is invalid.\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ebaa4725-6d75-4043-8e8b-8fafa390e49a",
          "name": "OpenID Connect Discovery",
          "request": {
            "name": "OpenID Connect Discovery",
            "description": {
              "content": "Returns the OpenID Connect discovery document for the authentication realm.\nThis endpoint provides metadata about the OIDC provider's configuration, including endpoints, supported features, and capabilities. Some libraries might require an OIDC discovery document in order to work.\nFor more information see [OpenID Connect Discovery 1.0](https://openid.net/specs/openid-connect-discovery-1_0.html)",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "oidc-idp",
                "stores",
                ":storeId",
                "authentication-realms",
                ":realmId",
                ".well-known",
                "openid-configuration"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "The ID of the [OIDC profile](/docs/api/single-sign-on/oidc-profiles) that you would like to authenticate with",
                    "type": "text/plain"
                  },
                  "key": "elasticpath_commerce_cloud_profile_id",
                  "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                  "key": "storeId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the store.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                  "key": "realmId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The ID of the authentication realm.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "fe00cae8-975c-41ec-802f-04f42ba9488c",
              "name": "OK - OpenID Connect discovery document",
              "originalRequest": {
                "url": {
                  "path": [
                    "oidc-idp",
                    "stores",
                    ":storeId",
                    "authentication-realms",
                    ":realmId",
                    ".well-known",
                    "openid-configuration"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The ID of the [OIDC profile](/docs/api/single-sign-on/oidc-profiles) that you would like to authenticate with",
                        "type": "text/plain"
                      },
                      "key": "elasticpath_commerce_cloud_profile_id",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the store.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "storeId"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The ID of the authentication realm.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c6e63358-a21a-81cf-533f-a9e58e0bc97a",
                      "key": "realmId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"authorization_endpoint\": \"http://euwest.api.elasticpath.com/oidc-idp/login/stores/88888888-4444-4333-8333-111111111111/authentication-realms/45928070-44a6-448b-8246-a85aa35320af\",\n  \"id_token_signing_alg_values_supported\": [\n    \"RS256\"\n  ],\n  \"issuer\": \"http://euwest.api.elasticpath.com/oidc-idp/stores/88888888-4444-4333-8333-111111111111/authentication-realms/45928070-44a6-448b-8246-a85aa35320af\",\n  \"jwks_uri\": \"http://euwest.api.elasticpath.com/oidc-idp/.well-known/jwks.json\",\n  \"response_types_supported\": [\n    \"code\"\n  ],\n  \"scopes_supported\": [\n    \"profile\",\n    \"openid\",\n    \"email\"\n  ],\n  \"subject_types_supported\": [\n    \"public\"\n  ],\n  \"token_endpoint\": \"http://euwest.api.elasticpath.com/oidc-idp/token/stores/88888888-4444-4333-8333-111111111111/authentication-realms/45928070-44a6-448b-8246-a85aa35320af\",\n  \"token_endpoint_auth_methods_supported\": \"client_secret_basic\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Features",
      "description": "A feature indicates some benefit that is received as a result of having an active subscription. This translates to tags being applied to the subscriber's account allowing access to some resource to be controlled.\n\nThere are three types of feature - `access`, `promotion`, and `usage`.\n\nThe `access` feature is designed to simply give access to some resource, for example a streaming service. If its tag is present on the subscriber's account then access to that resource should be provided.\n\nThe `promotion` feature coupled with the [promotions service](/docs/promotions-builder/overview) allows subscribers to get access to a specific promotion. This is achieved using a tag which is used as a constraint on the promotion. A promotion feature may have multiple promotions associated with it, but just one must be selected when configuring the feature for an offering's plan.\n\n The `usage` feature is designed to measure some sort of usage of a resource. This currently relies on [commerce extensions](/docs/api/commerce-extensions/commerce-extensions-introduction) to manage usage.\n\n Once defined a feature may be attached to an offering, making it available for use with any of that offering's plans. Once attached it must be configured for each of the offering's plans it is applicable to. For the `promotion` feature this involves specifying which of that feature's tags, and hence which promotion, should be applied when subscribed to that offering. Similarly, for the `promotion` feature the default value for the usage metric must be supplied.\n",
      "item": [
        {
          "id": "fa7388fa-54d1-4db7-820c-0eafd0f78570",
          "name": "Create a feature",
          "request": {
            "name": "Create a feature",
            "description": {},
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "features"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"subscription_feature\",\n    \"attributes\": {\n      \"name\": \"Digital library access\",\n      \"configuration\": {\n        \"type\": \"access\",\n        \"tag\": \"digital_library_access\"\n      },\n      \"external_ref\": \"abc123\",\n      \"description\": \"Access to over 100 ebooks via the digital library.\"\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "8949039f-a631-499c-b77f-0ead51023ac8",
              "name": "Success. The feature is created.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "features"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"subscription_feature\",\n    \"attributes\": {\n      \"name\": \"Digital library access\",\n      \"configuration\": {\n        \"type\": \"access\",\n        \"tag\": \"digital_library_access\"\n      },\n      \"external_ref\": \"abc123\",\n      \"description\": \"Access to over 100 ebooks via the digital library.\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"subscription_feature\",\n    \"attributes\": {\n      \"name\": \"Digital library access\",\n      \"configuration\": {\n        \"type\": \"access\",\n        \"tag\": \"digital_library_access\"\n      },\n      \"external_ref\": \"abc123\",\n      \"description\": \"Access to over 100 ebooks via the digital library.\"\n    },\n    \"meta\": {\n      \"owner\": \"store\",\n      \"timestamps\": {\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n      }\n    },\n    \"id\": \"11111111-2222-3333-4444-555555555555\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "37406eee-cca0-4dc8-aa8a-702d1740056f",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "features"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"subscription_feature\",\n    \"attributes\": {\n      \"name\": \"Digital library access\",\n      \"configuration\": {\n        \"type\": \"access\",\n        \"tag\": \"digital_library_access\"\n      },\n      \"external_ref\": \"abc123\",\n      \"description\": \"Access to over 100 ebooks via the digital library.\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "374ffff6-3fc8-49ec-81a5-092e06c83300",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "features"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"subscription_feature\",\n    \"attributes\": {\n      \"name\": \"Digital library access\",\n      \"configuration\": {\n        \"type\": \"access\",\n        \"tag\": \"digital_library_access\"\n      },\n      \"external_ref\": \"abc123\",\n      \"description\": \"Access to over 100 ebooks via the digital library.\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "17b16a64-5139-4f13-aced-aa5e53860c93",
          "name": "List features",
          "request": {
            "name": "List features",
            "description": {
              "content": "Retrieves a list of all subscription features.\n\n### Filtering\n\nThis endpoint supports filtering. For the general syntax, see [**Filtering**](/guides/Getting-Started/filtering).\n\nThe following attributes and operators are supported.\n\n| Operator | Attribute | Description |\n| --- | --- | --- | \n| `eq` | `external_ref` | Equals. Checks if the values of two operands are equal. If they are, the condition is true. |\n| `eq` | `tag` | Equals. Checks if the values of two operands are equal. If they are, the condition is true. |\n| `in` | `external_ref`, `tag` | In. Checks if the value is in the specified list. If it is, the condition is true. |\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "features"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "eq(name,Alan Turing)"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "10"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "100"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "c316bace-550c-427e-b8c5-9a7633b604d3",
              "name": "Success. A list of features is returned.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "features"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(name,Alan Turing)"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"type\": \"subscription_feature\",\n      \"attributes\": {\n        \"name\": \"Digital library access\",\n        \"configuration\": {\n          \"type\": \"access\",\n          \"tag\": \"digital_library_access\"\n        },\n        \"external_ref\": \"abc123\",\n        \"description\": \"Access to over 100 ebooks via the digital library.\"\n      },\n      \"meta\": {\n        \"owner\": \"store\",\n        \"timestamps\": {\n          \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n        }\n      },\n      \"id\": \"11111111-2222-3333-4444-555555555555\"\n    },\n    {\n      \"type\": \"subscription_feature\",\n      \"attributes\": {\n        \"name\": \"Digital library access\",\n        \"configuration\": {\n          \"type\": \"access\",\n          \"tag\": \"digital_library_access\"\n        },\n        \"external_ref\": \"abc123\",\n        \"description\": \"Access to over 100 ebooks via the digital library.\"\n      },\n      \"meta\": {\n        \"owner\": \"store\",\n        \"timestamps\": {\n          \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n        }\n      },\n      \"id\": \"11111111-2222-3333-4444-555555555555\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": \"http://example.com/articles/1/comments\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0d0d851f-8bf4-43b5-9b5d-87384631bdc7",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "features"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(name,Alan Turing)"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8dbc5f38-c218-4d10-8c34-b7a3b1eabd79",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "features"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(name,Alan Turing)"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "76e5e1e0-b8c6-4888-bebf-2de23216996d",
          "name": "Get feature",
          "request": {
            "name": "Get feature",
            "description": {},
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "features",
                ":feature_uuid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "feature_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of a feature.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "8eeb7b15-e370-4b83-9a5b-aa8aaef7eb4a",
              "name": "Success. The feature details are returned.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "features",
                    ":feature_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a feature.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "feature_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"subscription_feature\",\n    \"attributes\": {\n      \"name\": \"Digital library access\",\n      \"configuration\": {\n        \"type\": \"access\",\n        \"tag\": \"digital_library_access\"\n      },\n      \"external_ref\": \"abc123\",\n      \"description\": \"Access to over 100 ebooks via the digital library.\"\n    },\n    \"meta\": {\n      \"owner\": \"store\",\n      \"timestamps\": {\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n      }\n    },\n    \"id\": \"11111111-2222-3333-4444-555555555555\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4c589b44-fa99-4acb-b931-4c8315da9cca",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "features",
                    ":feature_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a feature.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "feature_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a4c288d7-480a-43bc-aa7d-4754fdc46fff",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "features",
                    ":feature_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a feature.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "feature_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"No plan found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "56942889-f127-4588-9b59-7c78f1c688e4",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "features",
                    ":feature_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a feature.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "feature_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0f220d63-8870-4c06-b635-495b32b17a31",
          "name": "Delete feature",
          "request": {
            "name": "Delete feature",
            "description": {
              "content": "Remove a feature.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "features",
                ":feature_uuid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "feature_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of a feature.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "1c1f4698-c2e8-460e-bcf5-35e8bb71235b",
              "name": "Success. The feature is removed.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "features",
                    ":feature_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a feature.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "feature_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "b544fcc2-2512-438c-97a4-f63d93294eb5",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "features",
                    ":feature_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a feature.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "feature_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "26ddab27-3085-4c21-a8d9-9344a873134c",
          "name": "Update a feature",
          "request": {
            "name": "Update a feature",
            "description": {
              "content": "Specify whichever attributes you want to change. The values of the other attributes remain the same. If the attributes section is empty, the feature is not updated. For fields that are optional, an existing value can be removed by specifying a value of null.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "features",
                ":feature_uuid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "feature_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of a feature.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"type\": \"subscription_feature\",\n    \"attributes\": {\n      \"external_ref\": \"abc123\",\n      \"name\": \"Digital library access\",\n      \"description\": \"Access to over 100 ebooks via the digital library.\",\n      \"configuration\": {\n        \"type\": \"access\",\n        \"tag\": \"digital_library_access\"\n      }\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "7c31ef8a-fa55-49ff-bb81-a29c7a5dc25e",
              "name": "Success. The feature details are updated.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "features",
                    ":feature_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a feature.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "feature_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"type\": \"subscription_feature\",\n    \"attributes\": {\n      \"external_ref\": \"abc123\",\n      \"name\": \"Digital library access\",\n      \"description\": \"Access to over 100 ebooks via the digital library.\",\n      \"configuration\": {\n        \"type\": \"access\",\n        \"tag\": \"digital_library_access\"\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"subscription_feature\",\n    \"attributes\": {\n      \"name\": \"Digital library access\",\n      \"configuration\": {\n        \"type\": \"access\",\n        \"tag\": \"digital_library_access\"\n      },\n      \"external_ref\": \"abc123\",\n      \"description\": \"Access to over 100 ebooks via the digital library.\"\n    },\n    \"meta\": {\n      \"owner\": \"store\",\n      \"timestamps\": {\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n      }\n    },\n    \"id\": \"11111111-2222-3333-4444-555555555555\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9ed44eb3-9a38-44b1-8637-ff14d60584ea",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "features",
                    ":feature_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a feature.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "feature_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"type\": \"subscription_feature\",\n    \"attributes\": {\n      \"external_ref\": \"abc123\",\n      \"name\": \"Digital library access\",\n      \"description\": \"Access to over 100 ebooks via the digital library.\",\n      \"configuration\": {\n        \"type\": \"access\",\n        \"tag\": \"digital_library_access\"\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "90243b80-0c50-403c-a160-61dc2a59ea5a",
              "name": "Forbidden. The operation is forbidden on this entity.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "features",
                    ":feature_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a feature.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "feature_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"type\": \"subscription_feature\",\n    \"attributes\": {\n      \"external_ref\": \"abc123\",\n      \"name\": \"Digital library access\",\n      \"description\": \"Access to over 100 ebooks via the digital library.\",\n      \"configuration\": {\n        \"type\": \"access\",\n        \"tag\": \"digital_library_access\"\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Permission denied\",\n      \"status\": \"404\",\n      \"detail\": \"Permission denied: plan tenancy mismatch\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c6d35d90-62dd-46b8-8022-74c9b5c3bf38",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "features",
                    ":feature_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a feature.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "feature_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"type\": \"subscription_feature\",\n    \"attributes\": {\n      \"external_ref\": \"abc123\",\n      \"name\": \"Digital library access\",\n      \"description\": \"Access to over 100 ebooks via the digital library.\",\n      \"configuration\": {\n        \"type\": \"access\",\n        \"tag\": \"digital_library_access\"\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"No plan found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a9991b28-bfc1-4eff-85fd-d4ce0b3d921b",
              "name": "Write conflict. Unable to perform the operation at this time.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "features",
                    ":feature_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a feature.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "feature_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"type\": \"subscription_feature\",\n    \"attributes\": {\n      \"external_ref\": \"abc123\",\n      \"name\": \"Digital library access\",\n      \"description\": \"Access to over 100 ebooks via the digital library.\",\n      \"configuration\": {\n        \"type\": \"access\",\n        \"tag\": \"digital_library_access\"\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Write Conflict\",\n      \"status\": \"409\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "50b07f3d-3a56-4f79-96cf-10e0197f4df3",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "features",
                    ":feature_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a feature.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "feature_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"type\": \"subscription_feature\",\n    \"attributes\": {\n      \"external_ref\": \"abc123\",\n      \"name\": \"Digital library access\",\n      \"description\": \"Access to over 100 ebooks via the digital library.\",\n      \"configuration\": {\n        \"type\": \"access\",\n        \"tag\": \"digital_library_access\"\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Offerings",
      "description": "An offering is a combination of plans and pricing options; plans are combined with one or more pricing options to form an offering. \n\nFor example, your company provides online\n streaming of movies, web-series, and music. Your customers can purchase these services through either a weekly or monthly pricing option.\n\nOffering plans can be either:\n\n- a subscription plan, created within an offering.\n- a Product Experience Manager product, see [**Create a product**](/docs/api/pxm/products/create-product)\n\n### Offering Examples\n\nOfferings can have any combination of plans and pricing options. The pricing of an offering is determined by the pricing you have configured for your plans and pricing options.\n\n| Example | Plan | Pricing options | Offering |\n| --- | --- | --- | --- |\n| Single plan and pricing option | One plan with a plan price of $50 | A monthly pricing option with a 5% discount | An offering with a monthly pricing option for $47.50 a month |\n| Single plan with multiple pricing options | One plan with a plan price of $50 | <ul><li>A monthly pricing option with a 5% discount</li><li>A yearly pricing option with a 10% discount</li></ul> | An offering with two pricing options: <ul><li>A monthly pricing option for $47.50 a month</li><li>A yearly pricing option for $45 a month</li></ul> |\n| Multiple plans and pricing option | Two plans: <ul><li>One plan with a plan price of $50.</li><li>One plan with a plan price of $75.</li></ul> | A monthly pricing option with a 5% discount. | An offering with a monthly pricing option for $118.75 a month. | \n| Multiple plans with multiple pricing options | Two plans: <ul><li>One plan with a plan price of $50.</li><li>One plan with a plan price of $75.</li></ul> | <ul><li>A monthly pricing option with a 5% discount</li><li>A yearly pricing option with a 10% discount</li></ul> | An offering with two pricing options: <ul><li>A monthly pricing option for $118.75 a month</li><li>A yearly pricing option for $112.50 a month</li></ul> | \n\n### Building an Offering\n\nWhen you are building an offering:\n\n- you can create new pricing options and plans.\n- you can modify existing plans and pricing options. For example, you can modify the plan price or any attributes of a pricing option included in the offering.\n\nHere's how you build an offering:\n\nWhen [**building your offerings**](/docs/api/subscriptions/build-offering) you must supply the plans and pricing options that a customer can choose. An offering can consist of many combinations of a plan or pricing options, depending on the plans and services you offer.\n\nPlans can either be subscription plans or Product Experience Manager products. To create a Product Experience Manager product, see [**Create a product**](/docs/api/pxm/products/create-product)\n\nPricing options are the rules that govern your subscription, for example, any discount. \n - You can combine and reuse pricing options for as many plans as you want, making it quick and easy to create your subscription offerings. \n - An offering must have at least one pricing option.\n - Each plan must have the appropriate pricing option associated with it\n\nWhen a [**customer**](/docs/api/subscriptions/subscribers) chooses a plan and pricing option, a subscription is created. See [**Subscriptions**](/docs/api/subscriptions/subscriptions). Elastic Path Subscriptions manages the billing and recurring payments associated with the subscription. See [**Invoicing and Billing**](/docs/api/subscriptions/jobs).\n\n### Editing Offerings\n\nAfter saving an offering, you can, at any time:\n\n- update an offering's details, for example, name or description. See [**Update an Offering**](/docs/api/subscriptions/update-offering).\n- update an existing plan in an offering. See [**Update a plan in an offering**](/docs/api/subscriptions/update-offering-plan)\n- add a new plan in an offering. See [**Create a plan inside an offering**](/docs/api/subscriptions/create-offering-plan)\n- remove plans. See [**Remove a plan from an offering**](/docs/api/subscriptions/delete-offering-plan).\n- update an existing pricing option in an offering. See [**Update a pricing option in an offering**](/docs/api/subscriptions/update-offering-pricing-option)\n- add a new pricing option to an offering. See [**Create a pricing option inside an offering**](/docs/api/subscriptions/create-offering-pricing-option).\n- remove pricing options. See [**Removing a pricing option from an offering**](/docs/api/subscriptions/delete-offering-plan).\n\nAny modifications that you make to offerings, and plans or pricing options in an offering, does not affect any active subscriptions. The changes take effect on all new subscriptions that are created.\n",
      "item": [
        {
          "id": "c74b3340-9897-4088-b0e1-e914c8e02979",
          "name": "Create an offering",
          "request": {
            "name": "Create an offering",
            "description": {},
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "offerings"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"subscription_offering\",\n    \"attributes\": {\n      \"name\": \"Magazine\",\n      \"external_ref\": \"abc123\",\n      \"description\": \"A lovely magazine that is published every month.\"\n    },\n    \"relationships\": {\n      \"proration_policy\": {\n        \"type\": \"subscription_proration_policy\",\n        \"id\": \"11111111-2222-3333-4444-555555555555\"\n      }\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "c2c915b3-bfd4-45a6-a4a5-f0d6779a1cdc",
              "name": "Success. The offering is created.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"subscription_offering\",\n    \"attributes\": {\n      \"name\": \"Magazine\",\n      \"external_ref\": \"abc123\",\n      \"description\": \"A lovely magazine that is published every month.\"\n    },\n    \"relationships\": {\n      \"proration_policy\": {\n        \"type\": \"subscription_proration_policy\",\n        \"id\": \"11111111-2222-3333-4444-555555555555\"\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"subscription_offering\",\n    \"attributes\": {\n      \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n      \"name\": \"Magazine\",\n      \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n      \"external_ref\": \"abc123\",\n      \"description\": \"A lovely magazine that is published every month.\"\n    },\n    \"meta\": {\n      \"owner\": \"store\",\n      \"timestamps\": {\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n      },\n      \"external_plan_refs\": [\n        \"97dddc65-eabd-45d8-b45b-2ece5cfc8c50\",\n        \"97dddc65-eabd-45d8-b45b-2ece5cfc8c50\"\n      ]\n    },\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"relationships\": {\n      \"key_0\": {\n        \"data\": {\n          \"id\": \"11111111-2222-3333-4444-555555555555\",\n          \"type\": \"11111111-2222-3333-4444-555555555555\"\n        },\n        \"links\": {\n          \"related\": \"foo.bar\"\n        }\n      },\n      \"key_1\": {\n        \"data\": {\n          \"id\": \"11111111-2222-3333-4444-555555555555\",\n          \"type\": \"11111111-2222-3333-4444-555555555555\"\n        },\n        \"links\": {\n          \"related\": \"foo.bar\"\n        }\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d5f57e8e-32d1-4c24-b71b-dd440413ad8e",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"subscription_offering\",\n    \"attributes\": {\n      \"name\": \"Magazine\",\n      \"external_ref\": \"abc123\",\n      \"description\": \"A lovely magazine that is published every month.\"\n    },\n    \"relationships\": {\n      \"proration_policy\": {\n        \"type\": \"subscription_proration_policy\",\n        \"id\": \"11111111-2222-3333-4444-555555555555\"\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4565e651-0c68-488e-a4cc-54ed4c0acf5c",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"subscription_offering\",\n    \"attributes\": {\n      \"name\": \"Magazine\",\n      \"external_ref\": \"abc123\",\n      \"description\": \"A lovely magazine that is published every month.\"\n    },\n    \"relationships\": {\n      \"proration_policy\": {\n        \"type\": \"subscription_proration_policy\",\n        \"id\": \"11111111-2222-3333-4444-555555555555\"\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f54df762-7b69-4d34-86e4-af905e37b809",
          "name": "List offerings",
          "request": {
            "name": "List offerings",
            "description": {
              "content": "Retrieves a list of all subscription offerings.\n\n### Filtering\n\nThis endpoint supports filtering. For the general syntax, see [**Filtering**](/guides/Getting-Started/filtering).\n\nThe following attributes and operators are supported.\n\n| Operator | Attribute | Description |\n| --- | --- | --- | \n| `eq` | `external_ref`, `plans.external_ref`, `proration_policy_id` | Equals. Checks if the values of two operands are equal. If they are, the condition is true. |\n| `in` | `external_ref`, `plans.external_ref`, `proration_policy_id` | In. Checks if the value is in the specified list. If it is, the condition is true. |\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "offerings"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "eq(name,Alan Turing)"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "10"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "100"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "",
                    "type": "text/plain"
                  },
                  "key": "include",
                  "value": "plans,pricing_options"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "0de4226e-8720-4c1f-bee5-f76737c1cf92",
              "name": "Success. A list of offerings is returned.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(name,Alan Turing)"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "plans,pricing_options"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"type\": \"subscription_offering\",\n      \"attributes\": {\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"name\": \"Magazine\",\n        \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"external_ref\": \"abc123\",\n        \"description\": \"A lovely magazine that is published every month.\"\n      },\n      \"meta\": {\n        \"owner\": \"store\",\n        \"timestamps\": {\n          \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n        },\n        \"external_plan_refs\": [\n          \"97dddc65-eabd-45d8-b45b-2ece5cfc8c50\",\n          \"97dddc65-eabd-45d8-b45b-2ece5cfc8c50\"\n        ]\n      },\n      \"id\": \"11111111-2222-3333-4444-555555555555\",\n      \"relationships\": {\n        \"key_0\": {\n          \"data\": {\n            \"id\": \"11111111-2222-3333-4444-555555555555\",\n            \"type\": \"11111111-2222-3333-4444-555555555555\"\n          },\n          \"links\": {\n            \"related\": \"foo.bar\"\n          }\n        },\n        \"key_1\": {\n          \"data\": {\n            \"id\": \"11111111-2222-3333-4444-555555555555\",\n            \"type\": \"11111111-2222-3333-4444-555555555555\"\n          },\n          \"links\": {\n            \"related\": \"foo.bar\"\n          }\n        }\n      }\n    },\n    {\n      \"type\": \"subscription_offering\",\n      \"attributes\": {\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"name\": \"Magazine\",\n        \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"external_ref\": \"abc123\",\n        \"description\": \"A lovely magazine that is published every month.\"\n      },\n      \"meta\": {\n        \"owner\": \"store\",\n        \"timestamps\": {\n          \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n        },\n        \"external_plan_refs\": [\n          \"97dddc65-eabd-45d8-b45b-2ece5cfc8c50\",\n          \"97dddc65-eabd-45d8-b45b-2ece5cfc8c50\"\n        ]\n      },\n      \"id\": \"11111111-2222-3333-4444-555555555555\",\n      \"relationships\": {\n        \"key_0\": {\n          \"data\": {\n            \"id\": \"11111111-2222-3333-4444-555555555555\",\n            \"type\": \"11111111-2222-3333-4444-555555555555\"\n          },\n          \"links\": {\n            \"related\": \"foo.bar\"\n          }\n        },\n        \"key_1\": {\n          \"data\": {\n            \"id\": \"11111111-2222-3333-4444-555555555555\",\n            \"type\": \"11111111-2222-3333-4444-555555555555\"\n          },\n          \"links\": {\n            \"related\": \"foo.bar\"\n          }\n        }\n      }\n    }\n  ],\n  \"included\": {\n    \"features\": [\n      {\n        \"type\": \"subscription_offering_feature\",\n        \"attributes\": {\n          \"name\": \"Digital library access\",\n          \"configuration\": {\n            \"type\": \"access\",\n            \"tag\": \"digital_library_access\"\n          },\n          \"external_ref\": \"abc123\",\n          \"description\": \"Access to over 100 ebooks via the digital library.\"\n        },\n        \"meta\": {\n          \"owner\": \"store\",\n          \"timestamps\": {\n            \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n            \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n          }\n        },\n        \"id\": \"11111111-2222-3333-4444-555555555555\",\n        \"relationships\": {\n          \"key_0\": {\n            \"data\": {\n              \"id\": \"11111111-2222-3333-4444-555555555555\",\n              \"type\": \"11111111-2222-3333-4444-555555555555\"\n            },\n            \"links\": {\n              \"related\": \"foo.bar\"\n            }\n          }\n        }\n      },\n      {\n        \"type\": \"subscription_offering_feature\",\n        \"attributes\": {\n          \"name\": \"Digital library access\",\n          \"configuration\": {\n            \"type\": \"access\",\n            \"tag\": \"digital_library_access\"\n          },\n          \"external_ref\": \"abc123\",\n          \"description\": \"Access to over 100 ebooks via the digital library.\"\n        },\n        \"meta\": {\n          \"owner\": \"store\",\n          \"timestamps\": {\n            \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n            \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n          }\n        },\n        \"id\": \"11111111-2222-3333-4444-555555555555\",\n        \"relationships\": {\n          \"key_0\": {\n            \"data\": {\n              \"id\": \"11111111-2222-3333-4444-555555555555\",\n              \"type\": \"11111111-2222-3333-4444-555555555555\"\n            },\n            \"links\": {\n              \"related\": \"foo.bar\"\n            }\n          },\n          \"key_1\": {\n            \"data\": {\n              \"id\": \"11111111-2222-3333-4444-555555555555\",\n              \"type\": \"11111111-2222-3333-4444-555555555555\"\n            },\n            \"links\": {\n              \"related\": \"foo.bar\"\n            }\n          }\n        }\n      }\n    ],\n    \"plans\": [\n      {\n        \"type\": \"subscription_offering_plan\",\n        \"attributes\": {\n          \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"feature_configurations\": {\n            \"key_0\": {\n              \"type\": \"access\"\n            },\n            \"key_1\": {\n              \"type\": \"access\"\n            },\n            \"key_2\": {\n              \"type\": \"access\"\n            }\n          },\n          \"name\": \"Magazine\",\n          \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"external_ref\": \"abc123\",\n          \"description\": \"A lovely magazine that is published every month.\",\n          \"sku\": \"MAGAZINE1\",\n          \"main_image\": \"https://magazine.com/cover.jpg\",\n          \"price\": {\n            \"USD\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"GBP\": {\n              \"amount\": 90,\n              \"includes_tax\": true\n            }\n          },\n          \"price_units\": {\n            \"unit\": \"day\",\n            \"amount\": 7\n          },\n          \"custom_attributes\": {\n            \"key_0\": \"string\",\n            \"key_1\": \"string\",\n            \"key_2\": \"string\"\n          }\n        },\n        \"meta\": {\n          \"owner\": \"store\",\n          \"timestamps\": {\n            \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n            \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n          },\n          \"prices\": {\n            \"key_0\": {\n              \"price\": {\n                \"USD\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"GBP\": {\n                  \"amount\": 90,\n                  \"includes_tax\": true\n                }\n              },\n              \"display_price\": {\n                \"without_tax\": {\n                  \"amount\": 100,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$1.00\"\n                },\n                \"with_tax\": {\n                  \"amount\": 110,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$1.10\"\n                },\n                \"tax\": {\n                  \"amount\": 10,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$0.10\"\n                }\n              }\n            }\n          },\n          \"display_price\": {\n            \"without_tax\": {\n              \"amount\": 100,\n              \"currency\": \"USD\",\n              \"formatted\": \"$1.00\"\n            },\n            \"with_tax\": {\n              \"amount\": 110,\n              \"currency\": \"USD\",\n              \"formatted\": \"$1.10\"\n            },\n            \"tax\": {\n              \"amount\": 10,\n              \"currency\": \"USD\",\n              \"formatted\": \"$0.10\"\n            }\n          },\n          \"active_plan\": true\n        },\n        \"id\": \"11111111-2222-3333-4444-555555555555\",\n        \"relationships\": {\n          \"key_0\": {\n            \"data\": {\n              \"id\": \"11111111-2222-3333-4444-555555555555\",\n              \"type\": \"11111111-2222-3333-4444-555555555555\"\n            },\n            \"links\": {\n              \"related\": \"foo.bar\"\n            }\n          },\n          \"key_1\": {\n            \"data\": {\n              \"id\": \"11111111-2222-3333-4444-555555555555\",\n              \"type\": \"11111111-2222-3333-4444-555555555555\"\n            },\n            \"links\": {\n              \"related\": \"foo.bar\"\n            }\n          }\n        }\n      },\n      {\n        \"type\": \"subscription_offering_plan\",\n        \"attributes\": {\n          \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"feature_configurations\": {\n            \"key_0\": {\n              \"type\": \"access\"\n            },\n            \"key_1\": {\n              \"type\": \"access\"\n            }\n          },\n          \"name\": \"Magazine\",\n          \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"external_ref\": \"abc123\",\n          \"description\": \"A lovely magazine that is published every month.\",\n          \"sku\": \"MAGAZINE1\",\n          \"main_image\": \"https://magazine.com/cover.jpg\",\n          \"price\": {\n            \"USD\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"GBP\": {\n              \"amount\": 90,\n              \"includes_tax\": true\n            }\n          },\n          \"price_units\": {\n            \"unit\": \"day\",\n            \"amount\": 7\n          },\n          \"custom_attributes\": {\n            \"key_0\": \"string\",\n            \"key_1\": \"string\",\n            \"key_2\": \"string\"\n          }\n        },\n        \"meta\": {\n          \"owner\": \"store\",\n          \"timestamps\": {\n            \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n            \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n          },\n          \"prices\": {\n            \"key_0\": {\n              \"price\": {\n                \"USD\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"GBP\": {\n                  \"amount\": 90,\n                  \"includes_tax\": true\n                }\n              },\n              \"display_price\": {\n                \"without_tax\": {\n                  \"amount\": 100,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$1.00\"\n                },\n                \"with_tax\": {\n                  \"amount\": 110,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$1.10\"\n                },\n                \"tax\": {\n                  \"amount\": 10,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$0.10\"\n                }\n              }\n            },\n            \"key_1\": {\n              \"price\": {\n                \"USD\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"GBP\": {\n                  \"amount\": 90,\n                  \"includes_tax\": true\n                }\n              },\n              \"display_price\": {\n                \"without_tax\": {\n                  \"amount\": 100,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$1.00\"\n                },\n                \"with_tax\": {\n                  \"amount\": 110,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$1.10\"\n                },\n                \"tax\": {\n                  \"amount\": 10,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$0.10\"\n                }\n              }\n            }\n          },\n          \"display_price\": {\n            \"without_tax\": {\n              \"amount\": 100,\n              \"currency\": \"USD\",\n              \"formatted\": \"$1.00\"\n            },\n            \"with_tax\": {\n              \"amount\": 110,\n              \"currency\": \"USD\",\n              \"formatted\": \"$1.10\"\n            },\n            \"tax\": {\n              \"amount\": 10,\n              \"currency\": \"USD\",\n              \"formatted\": \"$0.10\"\n            }\n          },\n          \"active_plan\": true\n        },\n        \"id\": \"11111111-2222-3333-4444-555555555555\",\n        \"relationships\": {\n          \"key_0\": {\n            \"data\": {\n              \"id\": \"11111111-2222-3333-4444-555555555555\",\n              \"type\": \"11111111-2222-3333-4444-555555555555\"\n            },\n            \"links\": {\n              \"related\": \"foo.bar\"\n            }\n          }\n        }\n      }\n    ],\n    \"pricing_options\": [\n      {\n        \"type\": \"subscription_offering_pricing_option\",\n        \"attributes\": {\n          \"billing_frequency\": 1,\n          \"billing_interval_type\": \"month\",\n          \"can_cancel\": false,\n          \"can_pause\": false,\n          \"can_resume\": false,\n          \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"end_behavior\": \"close\",\n          \"name\": \"Monthly\",\n          \"plan_length\": 12,\n          \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"external_ref\": \"abc123\",\n          \"description\": \"A monthly subscription.\",\n          \"trial_period\": 7,\n          \"lead_time\": {\n            \"type\": \"day\",\n            \"time\": 14\n          },\n          \"notification_schedule\": [\n            {\n              \"name\": \"Daily billing run.\",\n              \"unit\": \"day\",\n              \"amount\": 100\n            },\n            {\n              \"name\": \"Daily billing run.\",\n              \"unit\": \"day\",\n              \"amount\": 100\n            }\n          ],\n          \"base_price_percentage\": 90,\n          \"fixed_price\": {\n            \"USD\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"GBP\": {\n              \"amount\": 90,\n              \"includes_tax\": true\n            }\n          }\n        },\n        \"meta\": {\n          \"owner\": \"store\",\n          \"timestamps\": {\n            \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n            \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n          },\n          \"prices\": {\n            \"key_0\": {\n              \"price\": {\n                \"USD\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"GBP\": {\n                  \"amount\": 90,\n                  \"includes_tax\": true\n                }\n              },\n              \"display_price\": {\n                \"without_tax\": {\n                  \"amount\": 100,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$1.00\"\n                },\n                \"with_tax\": {\n                  \"amount\": 110,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$1.10\"\n                },\n                \"tax\": {\n                  \"amount\": 10,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$0.10\"\n                }\n              }\n            },\n            \"key_1\": {\n              \"price\": {\n                \"USD\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"GBP\": {\n                  \"amount\": 90,\n                  \"includes_tax\": true\n                }\n              },\n              \"display_price\": {\n                \"without_tax\": {\n                  \"amount\": 100,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$1.00\"\n                },\n                \"with_tax\": {\n                  \"amount\": 110,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$1.10\"\n                },\n                \"tax\": {\n                  \"amount\": 10,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$0.10\"\n                }\n              }\n            },\n            \"key_2\": {\n              \"price\": {\n                \"USD\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"GBP\": {\n                  \"amount\": 90,\n                  \"includes_tax\": true\n                }\n              },\n              \"display_price\": {\n                \"without_tax\": {\n                  \"amount\": 100,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$1.00\"\n                },\n                \"with_tax\": {\n                  \"amount\": 110,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$1.10\"\n                },\n                \"tax\": {\n                  \"amount\": 10,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$0.10\"\n                }\n              }\n            }\n          },\n          \"price\": {\n            \"USD\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"GBP\": {\n              \"amount\": 90,\n              \"includes_tax\": true\n            }\n          },\n          \"display_price\": {\n            \"without_tax\": {\n              \"amount\": 100,\n              \"currency\": \"USD\",\n              \"formatted\": \"$1.00\"\n            },\n            \"with_tax\": {\n              \"amount\": 110,\n              \"currency\": \"USD\",\n              \"formatted\": \"$1.10\"\n            },\n            \"tax\": {\n              \"amount\": 10,\n              \"currency\": \"USD\",\n              \"formatted\": \"$0.10\"\n            }\n          },\n          \"active_pricing_option\": true\n        },\n        \"id\": \"11111111-2222-3333-4444-555555555555\",\n        \"relationships\": {\n          \"key_0\": {\n            \"data\": {\n              \"id\": \"11111111-2222-3333-4444-555555555555\",\n              \"type\": \"11111111-2222-3333-4444-555555555555\"\n            },\n            \"links\": {\n              \"related\": \"foo.bar\"\n            }\n          },\n          \"key_1\": {\n            \"data\": {\n              \"id\": \"11111111-2222-3333-4444-555555555555\",\n              \"type\": \"11111111-2222-3333-4444-555555555555\"\n            },\n            \"links\": {\n              \"related\": \"foo.bar\"\n            }\n          }\n        }\n      },\n      {\n        \"type\": \"subscription_offering_pricing_option\",\n        \"attributes\": {\n          \"billing_frequency\": 1,\n          \"billing_interval_type\": \"month\",\n          \"can_cancel\": false,\n          \"can_pause\": false,\n          \"can_resume\": false,\n          \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"end_behavior\": \"close\",\n          \"name\": \"Monthly\",\n          \"plan_length\": 12,\n          \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"external_ref\": \"abc123\",\n          \"description\": \"A monthly subscription.\",\n          \"trial_period\": 7,\n          \"lead_time\": {\n            \"type\": \"day\",\n            \"time\": 14\n          },\n          \"notification_schedule\": [\n            {\n              \"name\": \"Daily billing run.\",\n              \"unit\": \"day\",\n              \"amount\": 100\n            },\n            {\n              \"name\": \"Daily billing run.\",\n              \"unit\": \"day\",\n              \"amount\": 100\n            }\n          ],\n          \"base_price_percentage\": 90,\n          \"fixed_price\": {\n            \"USD\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"GBP\": {\n              \"amount\": 90,\n              \"includes_tax\": true\n            }\n          }\n        },\n        \"meta\": {\n          \"owner\": \"store\",\n          \"timestamps\": {\n            \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n            \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n          },\n          \"prices\": {\n            \"key_0\": {\n              \"price\": {\n                \"USD\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"GBP\": {\n                  \"amount\": 90,\n                  \"includes_tax\": true\n                }\n              },\n              \"display_price\": {\n                \"without_tax\": {\n                  \"amount\": 100,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$1.00\"\n                },\n                \"with_tax\": {\n                  \"amount\": 110,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$1.10\"\n                },\n                \"tax\": {\n                  \"amount\": 10,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$0.10\"\n                }\n              }\n            },\n            \"key_1\": {\n              \"price\": {\n                \"USD\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"GBP\": {\n                  \"amount\": 90,\n                  \"includes_tax\": true\n                }\n              },\n              \"display_price\": {\n                \"without_tax\": {\n                  \"amount\": 100,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$1.00\"\n                },\n                \"with_tax\": {\n                  \"amount\": 110,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$1.10\"\n                },\n                \"tax\": {\n                  \"amount\": 10,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$0.10\"\n                }\n              }\n            },\n            \"key_2\": {\n              \"price\": {\n                \"USD\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"GBP\": {\n                  \"amount\": 90,\n                  \"includes_tax\": true\n                }\n              },\n              \"display_price\": {\n                \"without_tax\": {\n                  \"amount\": 100,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$1.00\"\n                },\n                \"with_tax\": {\n                  \"amount\": 110,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$1.10\"\n                },\n                \"tax\": {\n                  \"amount\": 10,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$0.10\"\n                }\n              }\n            }\n          },\n          \"price\": {\n            \"USD\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"GBP\": {\n              \"amount\": 90,\n              \"includes_tax\": true\n            }\n          },\n          \"display_price\": {\n            \"without_tax\": {\n              \"amount\": 100,\n              \"currency\": \"USD\",\n              \"formatted\": \"$1.00\"\n            },\n            \"with_tax\": {\n              \"amount\": 110,\n              \"currency\": \"USD\",\n              \"formatted\": \"$1.10\"\n            },\n            \"tax\": {\n              \"amount\": 10,\n              \"currency\": \"USD\",\n              \"formatted\": \"$0.10\"\n            }\n          },\n          \"active_pricing_option\": true\n        },\n        \"id\": \"11111111-2222-3333-4444-555555555555\",\n        \"relationships\": {\n          \"key_0\": {\n            \"data\": {\n              \"id\": \"11111111-2222-3333-4444-555555555555\",\n              \"type\": \"11111111-2222-3333-4444-555555555555\"\n            },\n            \"links\": {\n              \"related\": \"foo.bar\"\n            }\n          },\n          \"key_1\": {\n            \"data\": {\n              \"id\": \"11111111-2222-3333-4444-555555555555\",\n              \"type\": \"11111111-2222-3333-4444-555555555555\"\n            },\n            \"links\": {\n              \"related\": \"foo.bar\"\n            }\n          },\n          \"key_2\": {\n            \"data\": {\n              \"id\": \"11111111-2222-3333-4444-555555555555\",\n              \"type\": \"11111111-2222-3333-4444-555555555555\"\n            },\n            \"links\": {\n              \"related\": \"foo.bar\"\n            }\n          }\n        }\n      }\n    ]\n  },\n  \"links\": {\n    \"key_0\": \"http://example.com/articles/1/comments\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "097c968d-29a2-42ec-b1bd-a21048cb086d",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(name,Alan Turing)"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "plans,pricing_options"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6cbfdfce-108e-4b30-bc93-8d388ba21a2f",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(name,Alan Turing)"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "plans,pricing_options"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4e653559-0b54-45e1-95f0-1a710014f6f6",
          "name": "Build an offering",
          "request": {
            "name": "Build an offering",
            "description": {
              "content": "An offering includes plans and pricing options; plans are combined with one or more pricing options to form an offering. An offering can include either:\n\n- subscription plans (created within an offering).\n- Product Experience Manager products. See [**create a product**](/docs/api/pxm/products/create-product).\n\nWhen you are building an offering:\n\n- you can create new pricing options and plans.\n- you can modify an existing plan and pricing options. For example, you can modify the plan price or any attributes of a pricing option included in the offering.\n\nHere's how you build an offering:\n\n1. Specify the plan to build with the offering. A plan can be:\n\n     - subscription plans. Specify the subscription plan attributes. \n     - Product Experience Manager products. Specify the Product Experience Manager product ID in `external_ref` in `PlanAttributes`. For the remaining plan attributes, you can specify their values to match the values of the existing Product Experience Manager product attributes. However, you can also specify different values, depending on your requirements.\n\n2. Specify the pricing options to build with the offering. Pricing options are the rules that govern your subscription, for example, any discount. You can combine and reuse pricing options for as many plans as you want, making it quick and easy to create your subscription offerings.\n  An offering must have at least one pricing option. \n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "offerings",
                "build"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"name\": \"Magazine\",\n    \"plans\": [\n      {\n        \"name\": \"Magazine\",\n        \"external_ref\": \"abc123\",\n        \"description\": \"A lovely magazine that is published every month.\",\n        \"sku\": \"MAGAZINE1\",\n        \"main_image\": \"https://magazine.com/cover.jpg\",\n        \"price\": {\n          \"USD\": {\n            \"amount\": 100,\n            \"includes_tax\": false\n          },\n          \"GBP\": {\n            \"amount\": 90,\n            \"includes_tax\": true\n          }\n        },\n        \"price_units\": {\n          \"unit\": \"day\",\n          \"amount\": 7\n        },\n        \"feature_configurations\": {\n          \"key_0\": {\n            \"type\": \"access\"\n          }\n        },\n        \"custom_attributes\": {\n          \"key_0\": \"string\",\n          \"key_1\": \"string\",\n          \"key_2\": \"string\",\n          \"key_3\": \"string\",\n          \"key_4\": \"string\",\n          \"key_5\": \"string\",\n          \"key_6\": \"string\",\n          \"key_7\": \"string\",\n          \"key_8\": \"string\",\n          \"key_9\": \"string\",\n          \"key_10\": \"string\",\n          \"key_11\": \"string\",\n          \"key_12\": \"string\",\n          \"key_13\": \"string\",\n          \"key_14\": \"string\",\n          \"key_15\": \"string\",\n          \"key_16\": \"string\",\n          \"key_17\": \"string\",\n          \"key_18\": \"string\",\n          \"key_19\": \"string\",\n          \"key_20\": \"string\",\n          \"key_21\": \"string\",\n          \"key_22\": \"string\",\n          \"key_23\": \"string\",\n          \"key_24\": \"string\",\n          \"key_25\": \"string\",\n          \"key_26\": \"string\",\n          \"key_27\": \"string\",\n          \"key_28\": \"string\",\n          \"key_29\": \"string\",\n          \"key_30\": \"string\",\n          \"key_31\": \"string\",\n          \"key_32\": \"string\",\n          \"key_33\": \"string\",\n          \"key_34\": \"string\",\n          \"key_35\": \"string\",\n          \"key_36\": \"string\",\n          \"key_37\": \"string\",\n          \"key_38\": \"string\",\n          \"key_39\": \"string\",\n          \"key_40\": \"string\",\n          \"key_41\": \"string\",\n          \"key_42\": \"string\",\n          \"key_43\": \"string\",\n          \"key_44\": \"string\",\n          \"key_45\": \"string\",\n          \"key_46\": \"string\",\n          \"key_47\": \"string\",\n          \"key_48\": \"string\",\n          \"key_49\": \"string\",\n          \"key_50\": \"string\",\n          \"key_51\": \"string\",\n          \"key_52\": \"string\",\n          \"key_53\": \"string\",\n          \"key_54\": \"string\",\n          \"key_55\": \"string\"\n        }\n      }\n    ],\n    \"pricing_options\": [\n      {\n        \"name\": \"Monthly\",\n        \"billing_interval_type\": \"month\",\n        \"billing_frequency\": 1,\n        \"plan_length\": 12,\n        \"end_behavior\": \"close\",\n        \"can_pause\": false,\n        \"can_resume\": false,\n        \"can_cancel\": false,\n        \"external_ref\": \"abc123\",\n        \"description\": \"A monthly subscription.\",\n        \"trial_period\": 7,\n        \"lead_time\": {\n          \"type\": \"day\",\n          \"time\": 14\n        },\n        \"notification_schedule\": [\n          {\n            \"name\": \"Daily billing run.\",\n            \"unit\": \"day\",\n            \"amount\": 100\n          },\n          {\n            \"name\": \"Daily billing run.\",\n            \"unit\": \"day\",\n            \"amount\": 100\n          }\n        ],\n        \"base_price_percentage\": 90,\n        \"fixed_price\": {\n          \"USD\": {\n            \"amount\": 100,\n            \"includes_tax\": false\n          },\n          \"GBP\": {\n            \"amount\": 90,\n            \"includes_tax\": true\n          }\n        }\n      }\n    ],\n    \"external_ref\": \"abc123\",\n    \"description\": \"A lovely magazine that is published every month.\",\n    \"proration_policy_id\": \"11111111-2222-3333-4444-555555555555\",\n    \"configured_features\": {\n      \"key_0\": {\n        \"key_0\": {\n          \"type\": \"access\"\n        },\n        \"key_1\": {\n          \"type\": \"access\"\n        },\n        \"key_2\": {\n          \"type\": \"access\"\n        }\n      },\n      \"key_1\": {\n        \"key_0\": {\n          \"type\": \"access\"\n        }\n      }\n    },\n    \"pricing_option_associations\": {\n      \"key_0\": [\n        \"11111111-2222-3333-4444-555555555555\",\n        \"11111111-2222-3333-4444-555555555555\"\n      ],\n      \"key_1\": [\n        \"11111111-2222-3333-4444-555555555555\",\n        \"11111111-2222-3333-4444-555555555555\"\n      ]\n    },\n    \"features\": [\n      \"abc123\"\n    ]\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "3533eb6e-ab0d-4662-9e55-b2a873ca34ae",
              "name": "Success. The new subscription offering is created with the specified subscription plans and pricing options attached to the offering.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    "build"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"name\": \"Magazine\",\n    \"plans\": [\n      {\n        \"name\": \"Magazine\",\n        \"external_ref\": \"abc123\",\n        \"description\": \"A lovely magazine that is published every month.\",\n        \"sku\": \"MAGAZINE1\",\n        \"main_image\": \"https://magazine.com/cover.jpg\",\n        \"price\": {\n          \"USD\": {\n            \"amount\": 100,\n            \"includes_tax\": false\n          },\n          \"GBP\": {\n            \"amount\": 90,\n            \"includes_tax\": true\n          }\n        },\n        \"price_units\": {\n          \"unit\": \"day\",\n          \"amount\": 7\n        },\n        \"feature_configurations\": {\n          \"key_0\": {\n            \"type\": \"access\"\n          }\n        },\n        \"custom_attributes\": {\n          \"key_0\": \"string\",\n          \"key_1\": \"string\",\n          \"key_2\": \"string\",\n          \"key_3\": \"string\",\n          \"key_4\": \"string\",\n          \"key_5\": \"string\",\n          \"key_6\": \"string\",\n          \"key_7\": \"string\",\n          \"key_8\": \"string\",\n          \"key_9\": \"string\",\n          \"key_10\": \"string\",\n          \"key_11\": \"string\",\n          \"key_12\": \"string\",\n          \"key_13\": \"string\",\n          \"key_14\": \"string\",\n          \"key_15\": \"string\",\n          \"key_16\": \"string\",\n          \"key_17\": \"string\",\n          \"key_18\": \"string\",\n          \"key_19\": \"string\",\n          \"key_20\": \"string\",\n          \"key_21\": \"string\",\n          \"key_22\": \"string\",\n          \"key_23\": \"string\",\n          \"key_24\": \"string\",\n          \"key_25\": \"string\",\n          \"key_26\": \"string\",\n          \"key_27\": \"string\",\n          \"key_28\": \"string\",\n          \"key_29\": \"string\",\n          \"key_30\": \"string\",\n          \"key_31\": \"string\",\n          \"key_32\": \"string\",\n          \"key_33\": \"string\",\n          \"key_34\": \"string\",\n          \"key_35\": \"string\",\n          \"key_36\": \"string\",\n          \"key_37\": \"string\",\n          \"key_38\": \"string\",\n          \"key_39\": \"string\",\n          \"key_40\": \"string\",\n          \"key_41\": \"string\",\n          \"key_42\": \"string\",\n          \"key_43\": \"string\",\n          \"key_44\": \"string\",\n          \"key_45\": \"string\",\n          \"key_46\": \"string\",\n          \"key_47\": \"string\",\n          \"key_48\": \"string\",\n          \"key_49\": \"string\",\n          \"key_50\": \"string\",\n          \"key_51\": \"string\",\n          \"key_52\": \"string\",\n          \"key_53\": \"string\",\n          \"key_54\": \"string\",\n          \"key_55\": \"string\"\n        }\n      }\n    ],\n    \"pricing_options\": [\n      {\n        \"name\": \"Monthly\",\n        \"billing_interval_type\": \"month\",\n        \"billing_frequency\": 1,\n        \"plan_length\": 12,\n        \"end_behavior\": \"close\",\n        \"can_pause\": false,\n        \"can_resume\": false,\n        \"can_cancel\": false,\n        \"external_ref\": \"abc123\",\n        \"description\": \"A monthly subscription.\",\n        \"trial_period\": 7,\n        \"lead_time\": {\n          \"type\": \"day\",\n          \"time\": 14\n        },\n        \"notification_schedule\": [\n          {\n            \"name\": \"Daily billing run.\",\n            \"unit\": \"day\",\n            \"amount\": 100\n          },\n          {\n            \"name\": \"Daily billing run.\",\n            \"unit\": \"day\",\n            \"amount\": 100\n          }\n        ],\n        \"base_price_percentage\": 90,\n        \"fixed_price\": {\n          \"USD\": {\n            \"amount\": 100,\n            \"includes_tax\": false\n          },\n          \"GBP\": {\n            \"amount\": 90,\n            \"includes_tax\": true\n          }\n        }\n      }\n    ],\n    \"external_ref\": \"abc123\",\n    \"description\": \"A lovely magazine that is published every month.\",\n    \"proration_policy_id\": \"11111111-2222-3333-4444-555555555555\",\n    \"configured_features\": {\n      \"key_0\": {\n        \"key_0\": {\n          \"type\": \"access\"\n        },\n        \"key_1\": {\n          \"type\": \"access\"\n        },\n        \"key_2\": {\n          \"type\": \"access\"\n        }\n      },\n      \"key_1\": {\n        \"key_0\": {\n          \"type\": \"access\"\n        }\n      }\n    },\n    \"pricing_option_associations\": {\n      \"key_0\": [\n        \"11111111-2222-3333-4444-555555555555\",\n        \"11111111-2222-3333-4444-555555555555\"\n      ],\n      \"key_1\": [\n        \"11111111-2222-3333-4444-555555555555\",\n        \"11111111-2222-3333-4444-555555555555\"\n      ]\n    },\n    \"features\": [\n      \"abc123\"\n    ]\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"subscription_offering\",\n    \"attributes\": {\n      \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n      \"name\": \"Magazine\",\n      \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n      \"external_ref\": \"abc123\",\n      \"description\": \"A lovely magazine that is published every month.\"\n    },\n    \"meta\": {\n      \"owner\": \"store\",\n      \"timestamps\": {\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n      },\n      \"external_plan_refs\": [\n        \"97dddc65-eabd-45d8-b45b-2ece5cfc8c50\",\n        \"97dddc65-eabd-45d8-b45b-2ece5cfc8c50\"\n      ]\n    },\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"relationships\": {\n      \"key_0\": {\n        \"data\": {\n          \"id\": \"11111111-2222-3333-4444-555555555555\",\n          \"type\": \"11111111-2222-3333-4444-555555555555\"\n        },\n        \"links\": {\n          \"related\": \"foo.bar\"\n        }\n      },\n      \"key_1\": {\n        \"data\": {\n          \"id\": \"11111111-2222-3333-4444-555555555555\",\n          \"type\": \"11111111-2222-3333-4444-555555555555\"\n        },\n        \"links\": {\n          \"related\": \"foo.bar\"\n        }\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bd3a4cd3-722f-4134-b8a2-030e980f2e46",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    "build"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"name\": \"Magazine\",\n    \"plans\": [\n      {\n        \"name\": \"Magazine\",\n        \"external_ref\": \"abc123\",\n        \"description\": \"A lovely magazine that is published every month.\",\n        \"sku\": \"MAGAZINE1\",\n        \"main_image\": \"https://magazine.com/cover.jpg\",\n        \"price\": {\n          \"USD\": {\n            \"amount\": 100,\n            \"includes_tax\": false\n          },\n          \"GBP\": {\n            \"amount\": 90,\n            \"includes_tax\": true\n          }\n        },\n        \"price_units\": {\n          \"unit\": \"day\",\n          \"amount\": 7\n        },\n        \"feature_configurations\": {\n          \"key_0\": {\n            \"type\": \"access\"\n          }\n        },\n        \"custom_attributes\": {\n          \"key_0\": \"string\",\n          \"key_1\": \"string\",\n          \"key_2\": \"string\",\n          \"key_3\": \"string\",\n          \"key_4\": \"string\",\n          \"key_5\": \"string\",\n          \"key_6\": \"string\",\n          \"key_7\": \"string\",\n          \"key_8\": \"string\",\n          \"key_9\": \"string\",\n          \"key_10\": \"string\",\n          \"key_11\": \"string\",\n          \"key_12\": \"string\",\n          \"key_13\": \"string\",\n          \"key_14\": \"string\",\n          \"key_15\": \"string\",\n          \"key_16\": \"string\",\n          \"key_17\": \"string\",\n          \"key_18\": \"string\",\n          \"key_19\": \"string\",\n          \"key_20\": \"string\",\n          \"key_21\": \"string\",\n          \"key_22\": \"string\",\n          \"key_23\": \"string\",\n          \"key_24\": \"string\",\n          \"key_25\": \"string\",\n          \"key_26\": \"string\",\n          \"key_27\": \"string\",\n          \"key_28\": \"string\",\n          \"key_29\": \"string\",\n          \"key_30\": \"string\",\n          \"key_31\": \"string\",\n          \"key_32\": \"string\",\n          \"key_33\": \"string\",\n          \"key_34\": \"string\",\n          \"key_35\": \"string\",\n          \"key_36\": \"string\",\n          \"key_37\": \"string\",\n          \"key_38\": \"string\",\n          \"key_39\": \"string\",\n          \"key_40\": \"string\",\n          \"key_41\": \"string\",\n          \"key_42\": \"string\",\n          \"key_43\": \"string\",\n          \"key_44\": \"string\",\n          \"key_45\": \"string\",\n          \"key_46\": \"string\",\n          \"key_47\": \"string\",\n          \"key_48\": \"string\",\n          \"key_49\": \"string\",\n          \"key_50\": \"string\",\n          \"key_51\": \"string\",\n          \"key_52\": \"string\",\n          \"key_53\": \"string\",\n          \"key_54\": \"string\",\n          \"key_55\": \"string\"\n        }\n      }\n    ],\n    \"pricing_options\": [\n      {\n        \"name\": \"Monthly\",\n        \"billing_interval_type\": \"month\",\n        \"billing_frequency\": 1,\n        \"plan_length\": 12,\n        \"end_behavior\": \"close\",\n        \"can_pause\": false,\n        \"can_resume\": false,\n        \"can_cancel\": false,\n        \"external_ref\": \"abc123\",\n        \"description\": \"A monthly subscription.\",\n        \"trial_period\": 7,\n        \"lead_time\": {\n          \"type\": \"day\",\n          \"time\": 14\n        },\n        \"notification_schedule\": [\n          {\n            \"name\": \"Daily billing run.\",\n            \"unit\": \"day\",\n            \"amount\": 100\n          },\n          {\n            \"name\": \"Daily billing run.\",\n            \"unit\": \"day\",\n            \"amount\": 100\n          }\n        ],\n        \"base_price_percentage\": 90,\n        \"fixed_price\": {\n          \"USD\": {\n            \"amount\": 100,\n            \"includes_tax\": false\n          },\n          \"GBP\": {\n            \"amount\": 90,\n            \"includes_tax\": true\n          }\n        }\n      }\n    ],\n    \"external_ref\": \"abc123\",\n    \"description\": \"A lovely magazine that is published every month.\",\n    \"proration_policy_id\": \"11111111-2222-3333-4444-555555555555\",\n    \"configured_features\": {\n      \"key_0\": {\n        \"key_0\": {\n          \"type\": \"access\"\n        },\n        \"key_1\": {\n          \"type\": \"access\"\n        },\n        \"key_2\": {\n          \"type\": \"access\"\n        }\n      },\n      \"key_1\": {\n        \"key_0\": {\n          \"type\": \"access\"\n        }\n      }\n    },\n    \"pricing_option_associations\": {\n      \"key_0\": [\n        \"11111111-2222-3333-4444-555555555555\",\n        \"11111111-2222-3333-4444-555555555555\"\n      ],\n      \"key_1\": [\n        \"11111111-2222-3333-4444-555555555555\",\n        \"11111111-2222-3333-4444-555555555555\"\n      ]\n    },\n    \"features\": [\n      \"abc123\"\n    ]\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e7432339-6ad7-418e-8f9b-9490851df828",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    "build"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"name\": \"Magazine\",\n    \"plans\": [\n      {\n        \"name\": \"Magazine\",\n        \"external_ref\": \"abc123\",\n        \"description\": \"A lovely magazine that is published every month.\",\n        \"sku\": \"MAGAZINE1\",\n        \"main_image\": \"https://magazine.com/cover.jpg\",\n        \"price\": {\n          \"USD\": {\n            \"amount\": 100,\n            \"includes_tax\": false\n          },\n          \"GBP\": {\n            \"amount\": 90,\n            \"includes_tax\": true\n          }\n        },\n        \"price_units\": {\n          \"unit\": \"day\",\n          \"amount\": 7\n        },\n        \"feature_configurations\": {\n          \"key_0\": {\n            \"type\": \"access\"\n          }\n        },\n        \"custom_attributes\": {\n          \"key_0\": \"string\",\n          \"key_1\": \"string\",\n          \"key_2\": \"string\",\n          \"key_3\": \"string\",\n          \"key_4\": \"string\",\n          \"key_5\": \"string\",\n          \"key_6\": \"string\",\n          \"key_7\": \"string\",\n          \"key_8\": \"string\",\n          \"key_9\": \"string\",\n          \"key_10\": \"string\",\n          \"key_11\": \"string\",\n          \"key_12\": \"string\",\n          \"key_13\": \"string\",\n          \"key_14\": \"string\",\n          \"key_15\": \"string\",\n          \"key_16\": \"string\",\n          \"key_17\": \"string\",\n          \"key_18\": \"string\",\n          \"key_19\": \"string\",\n          \"key_20\": \"string\",\n          \"key_21\": \"string\",\n          \"key_22\": \"string\",\n          \"key_23\": \"string\",\n          \"key_24\": \"string\",\n          \"key_25\": \"string\",\n          \"key_26\": \"string\",\n          \"key_27\": \"string\",\n          \"key_28\": \"string\",\n          \"key_29\": \"string\",\n          \"key_30\": \"string\",\n          \"key_31\": \"string\",\n          \"key_32\": \"string\",\n          \"key_33\": \"string\",\n          \"key_34\": \"string\",\n          \"key_35\": \"string\",\n          \"key_36\": \"string\",\n          \"key_37\": \"string\",\n          \"key_38\": \"string\",\n          \"key_39\": \"string\",\n          \"key_40\": \"string\",\n          \"key_41\": \"string\",\n          \"key_42\": \"string\",\n          \"key_43\": \"string\",\n          \"key_44\": \"string\",\n          \"key_45\": \"string\",\n          \"key_46\": \"string\",\n          \"key_47\": \"string\",\n          \"key_48\": \"string\",\n          \"key_49\": \"string\",\n          \"key_50\": \"string\",\n          \"key_51\": \"string\",\n          \"key_52\": \"string\",\n          \"key_53\": \"string\",\n          \"key_54\": \"string\",\n          \"key_55\": \"string\"\n        }\n      }\n    ],\n    \"pricing_options\": [\n      {\n        \"name\": \"Monthly\",\n        \"billing_interval_type\": \"month\",\n        \"billing_frequency\": 1,\n        \"plan_length\": 12,\n        \"end_behavior\": \"close\",\n        \"can_pause\": false,\n        \"can_resume\": false,\n        \"can_cancel\": false,\n        \"external_ref\": \"abc123\",\n        \"description\": \"A monthly subscription.\",\n        \"trial_period\": 7,\n        \"lead_time\": {\n          \"type\": \"day\",\n          \"time\": 14\n        },\n        \"notification_schedule\": [\n          {\n            \"name\": \"Daily billing run.\",\n            \"unit\": \"day\",\n            \"amount\": 100\n          },\n          {\n            \"name\": \"Daily billing run.\",\n            \"unit\": \"day\",\n            \"amount\": 100\n          }\n        ],\n        \"base_price_percentage\": 90,\n        \"fixed_price\": {\n          \"USD\": {\n            \"amount\": 100,\n            \"includes_tax\": false\n          },\n          \"GBP\": {\n            \"amount\": 90,\n            \"includes_tax\": true\n          }\n        }\n      }\n    ],\n    \"external_ref\": \"abc123\",\n    \"description\": \"A lovely magazine that is published every month.\",\n    \"proration_policy_id\": \"11111111-2222-3333-4444-555555555555\",\n    \"configured_features\": {\n      \"key_0\": {\n        \"key_0\": {\n          \"type\": \"access\"\n        },\n        \"key_1\": {\n          \"type\": \"access\"\n        },\n        \"key_2\": {\n          \"type\": \"access\"\n        }\n      },\n      \"key_1\": {\n        \"key_0\": {\n          \"type\": \"access\"\n        }\n      }\n    },\n    \"pricing_option_associations\": {\n      \"key_0\": [\n        \"11111111-2222-3333-4444-555555555555\",\n        \"11111111-2222-3333-4444-555555555555\"\n      ],\n      \"key_1\": [\n        \"11111111-2222-3333-4444-555555555555\",\n        \"11111111-2222-3333-4444-555555555555\"\n      ]\n    },\n    \"features\": [\n      \"abc123\"\n    ]\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d28c9571-252a-4489-a4ed-828f123fdeb2",
          "name": "Get offering",
          "request": {
            "name": "Get offering",
            "description": {},
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "offerings",
                ":offering_uuid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "",
                    "type": "text/plain"
                  },
                  "key": "include",
                  "value": "plans,pricing_options"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "offering_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the offering.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "1153e704-2784-404e-bb76-a760a9b66860",
              "name": "Success. The details of the subscription offering are returned.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "plans,pricing_options"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"subscription_offering\",\n    \"attributes\": {\n      \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n      \"name\": \"Magazine\",\n      \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n      \"external_ref\": \"abc123\",\n      \"description\": \"A lovely magazine that is published every month.\"\n    },\n    \"meta\": {\n      \"owner\": \"store\",\n      \"timestamps\": {\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n      },\n      \"external_plan_refs\": [\n        \"97dddc65-eabd-45d8-b45b-2ece5cfc8c50\",\n        \"97dddc65-eabd-45d8-b45b-2ece5cfc8c50\"\n      ]\n    },\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"relationships\": {\n      \"key_0\": {\n        \"data\": {\n          \"id\": \"11111111-2222-3333-4444-555555555555\",\n          \"type\": \"11111111-2222-3333-4444-555555555555\"\n        },\n        \"links\": {\n          \"related\": \"foo.bar\"\n        }\n      },\n      \"key_1\": {\n        \"data\": {\n          \"id\": \"11111111-2222-3333-4444-555555555555\",\n          \"type\": \"11111111-2222-3333-4444-555555555555\"\n        },\n        \"links\": {\n          \"related\": \"foo.bar\"\n        }\n      }\n    }\n  },\n  \"included\": {\n    \"features\": [\n      {\n        \"type\": \"subscription_offering_feature\",\n        \"attributes\": {\n          \"name\": \"Digital library access\",\n          \"configuration\": {\n            \"type\": \"access\",\n            \"tag\": \"digital_library_access\"\n          },\n          \"external_ref\": \"abc123\",\n          \"description\": \"Access to over 100 ebooks via the digital library.\"\n        },\n        \"meta\": {\n          \"owner\": \"store\",\n          \"timestamps\": {\n            \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n            \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n          }\n        },\n        \"id\": \"11111111-2222-3333-4444-555555555555\",\n        \"relationships\": {\n          \"key_0\": {\n            \"data\": {\n              \"id\": \"11111111-2222-3333-4444-555555555555\",\n              \"type\": \"11111111-2222-3333-4444-555555555555\"\n            },\n            \"links\": {\n              \"related\": \"foo.bar\"\n            }\n          }\n        }\n      },\n      {\n        \"type\": \"subscription_offering_feature\",\n        \"attributes\": {\n          \"name\": \"Digital library access\",\n          \"configuration\": {\n            \"type\": \"access\",\n            \"tag\": \"digital_library_access\"\n          },\n          \"external_ref\": \"abc123\",\n          \"description\": \"Access to over 100 ebooks via the digital library.\"\n        },\n        \"meta\": {\n          \"owner\": \"store\",\n          \"timestamps\": {\n            \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n            \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n          }\n        },\n        \"id\": \"11111111-2222-3333-4444-555555555555\",\n        \"relationships\": {\n          \"key_0\": {\n            \"data\": {\n              \"id\": \"11111111-2222-3333-4444-555555555555\",\n              \"type\": \"11111111-2222-3333-4444-555555555555\"\n            },\n            \"links\": {\n              \"related\": \"foo.bar\"\n            }\n          },\n          \"key_1\": {\n            \"data\": {\n              \"id\": \"11111111-2222-3333-4444-555555555555\",\n              \"type\": \"11111111-2222-3333-4444-555555555555\"\n            },\n            \"links\": {\n              \"related\": \"foo.bar\"\n            }\n          }\n        }\n      }\n    ],\n    \"plans\": [\n      {\n        \"type\": \"subscription_offering_plan\",\n        \"attributes\": {\n          \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"feature_configurations\": {\n            \"key_0\": {\n              \"type\": \"access\"\n            },\n            \"key_1\": {\n              \"type\": \"access\"\n            },\n            \"key_2\": {\n              \"type\": \"access\"\n            },\n            \"key_3\": {\n              \"type\": \"access\"\n            }\n          },\n          \"name\": \"Magazine\",\n          \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"external_ref\": \"abc123\",\n          \"description\": \"A lovely magazine that is published every month.\",\n          \"sku\": \"MAGAZINE1\",\n          \"main_image\": \"https://magazine.com/cover.jpg\",\n          \"price\": {\n            \"USD\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"GBP\": {\n              \"amount\": 90,\n              \"includes_tax\": true\n            }\n          },\n          \"price_units\": {\n            \"unit\": \"day\",\n            \"amount\": 7\n          },\n          \"custom_attributes\": {\n            \"key_0\": \"string\",\n            \"key_1\": \"string\",\n            \"key_2\": \"string\"\n          }\n        },\n        \"meta\": {\n          \"owner\": \"store\",\n          \"timestamps\": {\n            \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n            \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n          },\n          \"prices\": {\n            \"key_0\": {\n              \"price\": {\n                \"USD\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"GBP\": {\n                  \"amount\": 90,\n                  \"includes_tax\": true\n                }\n              },\n              \"display_price\": {\n                \"without_tax\": {\n                  \"amount\": 100,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$1.00\"\n                },\n                \"with_tax\": {\n                  \"amount\": 110,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$1.10\"\n                },\n                \"tax\": {\n                  \"amount\": 10,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$0.10\"\n                }\n              }\n            },\n            \"key_1\": {\n              \"price\": {\n                \"USD\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"GBP\": {\n                  \"amount\": 90,\n                  \"includes_tax\": true\n                }\n              },\n              \"display_price\": {\n                \"without_tax\": {\n                  \"amount\": 100,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$1.00\"\n                },\n                \"with_tax\": {\n                  \"amount\": 110,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$1.10\"\n                },\n                \"tax\": {\n                  \"amount\": 10,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$0.10\"\n                }\n              }\n            }\n          },\n          \"display_price\": {\n            \"without_tax\": {\n              \"amount\": 100,\n              \"currency\": \"USD\",\n              \"formatted\": \"$1.00\"\n            },\n            \"with_tax\": {\n              \"amount\": 110,\n              \"currency\": \"USD\",\n              \"formatted\": \"$1.10\"\n            },\n            \"tax\": {\n              \"amount\": 10,\n              \"currency\": \"USD\",\n              \"formatted\": \"$0.10\"\n            }\n          },\n          \"active_plan\": true\n        },\n        \"id\": \"11111111-2222-3333-4444-555555555555\",\n        \"relationships\": {\n          \"key_0\": {\n            \"data\": {\n              \"id\": \"11111111-2222-3333-4444-555555555555\",\n              \"type\": \"11111111-2222-3333-4444-555555555555\"\n            },\n            \"links\": {\n              \"related\": \"foo.bar\"\n            }\n          },\n          \"key_1\": {\n            \"data\": {\n              \"id\": \"11111111-2222-3333-4444-555555555555\",\n              \"type\": \"11111111-2222-3333-4444-555555555555\"\n            },\n            \"links\": {\n              \"related\": \"foo.bar\"\n            }\n          }\n        }\n      },\n      {\n        \"type\": \"subscription_offering_plan\",\n        \"attributes\": {\n          \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"feature_configurations\": {\n            \"key_0\": {\n              \"type\": \"access\"\n            }\n          },\n          \"name\": \"Magazine\",\n          \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"external_ref\": \"abc123\",\n          \"description\": \"A lovely magazine that is published every month.\",\n          \"sku\": \"MAGAZINE1\",\n          \"main_image\": \"https://magazine.com/cover.jpg\",\n          \"price\": {\n            \"USD\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"GBP\": {\n              \"amount\": 90,\n              \"includes_tax\": true\n            }\n          },\n          \"price_units\": {\n            \"unit\": \"day\",\n            \"amount\": 7\n          },\n          \"custom_attributes\": {\n            \"key_0\": \"string\",\n            \"key_1\": \"string\"\n          }\n        },\n        \"meta\": {\n          \"owner\": \"store\",\n          \"timestamps\": {\n            \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n            \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n          },\n          \"prices\": {\n            \"key_0\": {\n              \"price\": {\n                \"USD\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"GBP\": {\n                  \"amount\": 90,\n                  \"includes_tax\": true\n                }\n              },\n              \"display_price\": {\n                \"without_tax\": {\n                  \"amount\": 100,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$1.00\"\n                },\n                \"with_tax\": {\n                  \"amount\": 110,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$1.10\"\n                },\n                \"tax\": {\n                  \"amount\": 10,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$0.10\"\n                }\n              }\n            }\n          },\n          \"display_price\": {\n            \"without_tax\": {\n              \"amount\": 100,\n              \"currency\": \"USD\",\n              \"formatted\": \"$1.00\"\n            },\n            \"with_tax\": {\n              \"amount\": 110,\n              \"currency\": \"USD\",\n              \"formatted\": \"$1.10\"\n            },\n            \"tax\": {\n              \"amount\": 10,\n              \"currency\": \"USD\",\n              \"formatted\": \"$0.10\"\n            }\n          },\n          \"active_plan\": true\n        },\n        \"id\": \"11111111-2222-3333-4444-555555555555\",\n        \"relationships\": {\n          \"key_0\": {\n            \"data\": {\n              \"id\": \"11111111-2222-3333-4444-555555555555\",\n              \"type\": \"11111111-2222-3333-4444-555555555555\"\n            },\n            \"links\": {\n              \"related\": \"foo.bar\"\n            }\n          },\n          \"key_1\": {\n            \"data\": {\n              \"id\": \"11111111-2222-3333-4444-555555555555\",\n              \"type\": \"11111111-2222-3333-4444-555555555555\"\n            },\n            \"links\": {\n              \"related\": \"foo.bar\"\n            }\n          },\n          \"key_2\": {\n            \"data\": {\n              \"id\": \"11111111-2222-3333-4444-555555555555\",\n              \"type\": \"11111111-2222-3333-4444-555555555555\"\n            },\n            \"links\": {\n              \"related\": \"foo.bar\"\n            }\n          }\n        }\n      }\n    ],\n    \"pricing_options\": [\n      {\n        \"type\": \"subscription_offering_pricing_option\",\n        \"attributes\": {\n          \"billing_frequency\": 1,\n          \"billing_interval_type\": \"month\",\n          \"can_cancel\": false,\n          \"can_pause\": false,\n          \"can_resume\": false,\n          \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"end_behavior\": \"close\",\n          \"name\": \"Monthly\",\n          \"plan_length\": 12,\n          \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"external_ref\": \"abc123\",\n          \"description\": \"A monthly subscription.\",\n          \"trial_period\": 7,\n          \"lead_time\": {\n            \"type\": \"day\",\n            \"time\": 14\n          },\n          \"notification_schedule\": [\n            {\n              \"name\": \"Daily billing run.\",\n              \"unit\": \"day\",\n              \"amount\": 100\n            },\n            {\n              \"name\": \"Daily billing run.\",\n              \"unit\": \"day\",\n              \"amount\": 100\n            }\n          ],\n          \"base_price_percentage\": 90,\n          \"fixed_price\": {\n            \"USD\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"GBP\": {\n              \"amount\": 90,\n              \"includes_tax\": true\n            }\n          }\n        },\n        \"meta\": {\n          \"owner\": \"store\",\n          \"timestamps\": {\n            \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n            \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n          },\n          \"prices\": {\n            \"key_0\": {\n              \"price\": {\n                \"USD\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"GBP\": {\n                  \"amount\": 90,\n                  \"includes_tax\": true\n                }\n              },\n              \"display_price\": {\n                \"without_tax\": {\n                  \"amount\": 100,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$1.00\"\n                },\n                \"with_tax\": {\n                  \"amount\": 110,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$1.10\"\n                },\n                \"tax\": {\n                  \"amount\": 10,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$0.10\"\n                }\n              }\n            },\n            \"key_1\": {\n              \"price\": {\n                \"USD\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"GBP\": {\n                  \"amount\": 90,\n                  \"includes_tax\": true\n                }\n              },\n              \"display_price\": {\n                \"without_tax\": {\n                  \"amount\": 100,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$1.00\"\n                },\n                \"with_tax\": {\n                  \"amount\": 110,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$1.10\"\n                },\n                \"tax\": {\n                  \"amount\": 10,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$0.10\"\n                }\n              }\n            }\n          },\n          \"price\": {\n            \"USD\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"GBP\": {\n              \"amount\": 90,\n              \"includes_tax\": true\n            }\n          },\n          \"display_price\": {\n            \"without_tax\": {\n              \"amount\": 100,\n              \"currency\": \"USD\",\n              \"formatted\": \"$1.00\"\n            },\n            \"with_tax\": {\n              \"amount\": 110,\n              \"currency\": \"USD\",\n              \"formatted\": \"$1.10\"\n            },\n            \"tax\": {\n              \"amount\": 10,\n              \"currency\": \"USD\",\n              \"formatted\": \"$0.10\"\n            }\n          },\n          \"active_pricing_option\": true\n        },\n        \"id\": \"11111111-2222-3333-4444-555555555555\",\n        \"relationships\": {\n          \"key_0\": {\n            \"data\": {\n              \"id\": \"11111111-2222-3333-4444-555555555555\",\n              \"type\": \"11111111-2222-3333-4444-555555555555\"\n            },\n            \"links\": {\n              \"related\": \"foo.bar\"\n            }\n          },\n          \"key_1\": {\n            \"data\": {\n              \"id\": \"11111111-2222-3333-4444-555555555555\",\n              \"type\": \"11111111-2222-3333-4444-555555555555\"\n            },\n            \"links\": {\n              \"related\": \"foo.bar\"\n            }\n          }\n        }\n      },\n      {\n        \"type\": \"subscription_offering_pricing_option\",\n        \"attributes\": {\n          \"billing_frequency\": 1,\n          \"billing_interval_type\": \"month\",\n          \"can_cancel\": false,\n          \"can_pause\": false,\n          \"can_resume\": false,\n          \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"end_behavior\": \"close\",\n          \"name\": \"Monthly\",\n          \"plan_length\": 12,\n          \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"external_ref\": \"abc123\",\n          \"description\": \"A monthly subscription.\",\n          \"trial_period\": 7,\n          \"lead_time\": {\n            \"type\": \"day\",\n            \"time\": 14\n          },\n          \"notification_schedule\": [\n            {\n              \"name\": \"Daily billing run.\",\n              \"unit\": \"day\",\n              \"amount\": 100\n            },\n            {\n              \"name\": \"Daily billing run.\",\n              \"unit\": \"day\",\n              \"amount\": 100\n            }\n          ],\n          \"base_price_percentage\": 90,\n          \"fixed_price\": {\n            \"USD\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"GBP\": {\n              \"amount\": 90,\n              \"includes_tax\": true\n            }\n          }\n        },\n        \"meta\": {\n          \"owner\": \"store\",\n          \"timestamps\": {\n            \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n            \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n          },\n          \"prices\": {\n            \"key_0\": {\n              \"price\": {\n                \"USD\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"GBP\": {\n                  \"amount\": 90,\n                  \"includes_tax\": true\n                }\n              },\n              \"display_price\": {\n                \"without_tax\": {\n                  \"amount\": 100,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$1.00\"\n                },\n                \"with_tax\": {\n                  \"amount\": 110,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$1.10\"\n                },\n                \"tax\": {\n                  \"amount\": 10,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$0.10\"\n                }\n              }\n            },\n            \"key_1\": {\n              \"price\": {\n                \"USD\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"GBP\": {\n                  \"amount\": 90,\n                  \"includes_tax\": true\n                }\n              },\n              \"display_price\": {\n                \"without_tax\": {\n                  \"amount\": 100,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$1.00\"\n                },\n                \"with_tax\": {\n                  \"amount\": 110,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$1.10\"\n                },\n                \"tax\": {\n                  \"amount\": 10,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$0.10\"\n                }\n              }\n            }\n          },\n          \"price\": {\n            \"USD\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"GBP\": {\n              \"amount\": 90,\n              \"includes_tax\": true\n            }\n          },\n          \"display_price\": {\n            \"without_tax\": {\n              \"amount\": 100,\n              \"currency\": \"USD\",\n              \"formatted\": \"$1.00\"\n            },\n            \"with_tax\": {\n              \"amount\": 110,\n              \"currency\": \"USD\",\n              \"formatted\": \"$1.10\"\n            },\n            \"tax\": {\n              \"amount\": 10,\n              \"currency\": \"USD\",\n              \"formatted\": \"$0.10\"\n            }\n          },\n          \"active_pricing_option\": true\n        },\n        \"id\": \"11111111-2222-3333-4444-555555555555\",\n        \"relationships\": {\n          \"key_0\": {\n            \"data\": {\n              \"id\": \"11111111-2222-3333-4444-555555555555\",\n              \"type\": \"11111111-2222-3333-4444-555555555555\"\n            },\n            \"links\": {\n              \"related\": \"foo.bar\"\n            }\n          },\n          \"key_1\": {\n            \"data\": {\n              \"id\": \"11111111-2222-3333-4444-555555555555\",\n              \"type\": \"11111111-2222-3333-4444-555555555555\"\n            },\n            \"links\": {\n              \"related\": \"foo.bar\"\n            }\n          }\n        }\n      }\n    ]\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "274609a5-df9e-4171-af80-fbc72eded289",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "plans,pricing_options"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "653df9f7-423a-405b-b6a4-0dfc75e19ded",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "plans,pricing_options"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"No plan found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "787b1672-8e2f-4a5e-b247-79581e587166",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "plans,pricing_options"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "50e6eceb-082e-4b30-9dff-5d333f961bb7",
          "name": "Delete offering",
          "request": {
            "name": "Delete offering",
            "description": {
              "content": "When a subscription is created, it creates a snapshot of the offering. This means you can delete an offering without affecting any active subscriptions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "offerings",
                ":offering_uuid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "offering_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the offering.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "280f8ef4-1776-4f23-ba8a-d6d367709edb",
              "name": "Success. The subscription offering is removed.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "b1250ff8-1655-4244-b373-751cecafc47c",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b9caa970-0943-452b-bdb2-67bf84ead8f3",
          "name": "Update an offering",
          "request": {
            "name": "Update an offering",
            "description": {
              "content": "After saving an offering, you can update an offering at any time. Updating an offering does not affect any active subscriptions. The changes take effect on all new subscriptions that are created. For fields that are optional, an existing value can be removed by specifying a value of null.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "offerings",
                ":offering_uuid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "offering_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the offering.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"attributes\": 2315\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "d78bb116-29cd-4210-8acc-3a01b3b035ff",
              "name": "Success. The details of the subscription offering are updated.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"attributes\": 2315\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"subscription_offering\",\n    \"attributes\": {\n      \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n      \"name\": \"Magazine\",\n      \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n      \"external_ref\": \"abc123\",\n      \"description\": \"A lovely magazine that is published every month.\"\n    },\n    \"meta\": {\n      \"owner\": \"store\",\n      \"timestamps\": {\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n      },\n      \"external_plan_refs\": [\n        \"97dddc65-eabd-45d8-b45b-2ece5cfc8c50\",\n        \"97dddc65-eabd-45d8-b45b-2ece5cfc8c50\"\n      ]\n    },\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"relationships\": {\n      \"key_0\": {\n        \"data\": {\n          \"id\": \"11111111-2222-3333-4444-555555555555\",\n          \"type\": \"11111111-2222-3333-4444-555555555555\"\n        },\n        \"links\": {\n          \"related\": \"foo.bar\"\n        }\n      },\n      \"key_1\": {\n        \"data\": {\n          \"id\": \"11111111-2222-3333-4444-555555555555\",\n          \"type\": \"11111111-2222-3333-4444-555555555555\"\n        },\n        \"links\": {\n          \"related\": \"foo.bar\"\n        }\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c75dab0d-f6c7-4b27-b3bd-74a2f5f33de2",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"attributes\": 2315\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1980b987-40a6-4c1c-a61a-ebc1d27eb23b",
              "name": "Forbidden. The operation is forbidden on this entity.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"attributes\": 2315\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Permission denied\",\n      \"status\": \"404\",\n      \"detail\": \"Permission denied: plan tenancy mismatch\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d90e2d6d-df60-4ff4-b22e-778e79d2527b",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"attributes\": 2315\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"No plan found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "203bd9af-7feb-4e4b-af80-a14a3fdb8671",
              "name": "Write conflict. Unable to perform the operation at this time.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"attributes\": 2315\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Write Conflict\",\n      \"status\": \"409\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a1a8b9a5-85eb-4a97-9708-2e3b57691674",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"attributes\": 2315\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5b6ff60d-35eb-4923-88d0-ff87a86be517",
          "name": "Get a feature in an offering",
          "request": {
            "name": "Get a feature in an offering",
            "description": {},
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "offerings",
                ":offering_uuid",
                "features",
                ":feature_uuid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "offering_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the offering.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "feature_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the feature.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "8c5a5d2c-37c2-4e49-ad44-f417d8afcee5",
              "name": "Success. The details of the feature are returned.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "features",
                    ":feature_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the feature.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "feature_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"subscription_offering_feature\",\n    \"attributes\": {\n      \"name\": \"Digital library access\",\n      \"configuration\": {\n        \"type\": \"access\",\n        \"tag\": \"digital_library_access\"\n      },\n      \"external_ref\": \"abc123\",\n      \"description\": \"Access to over 100 ebooks via the digital library.\"\n    },\n    \"meta\": {\n      \"owner\": \"store\",\n      \"timestamps\": {\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n      }\n    },\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"relationships\": {\n      \"key_0\": {\n        \"data\": {\n          \"id\": \"11111111-2222-3333-4444-555555555555\",\n          \"type\": \"11111111-2222-3333-4444-555555555555\"\n        },\n        \"links\": {\n          \"related\": \"foo.bar\"\n        }\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7746a157-aa11-4b35-ae56-26526fdcd87d",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "features",
                    ":feature_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the feature.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "feature_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "314cf140-3b15-4200-bddb-97ad03070c4e",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "features",
                    ":feature_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the feature.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "feature_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"No plan found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6f1b261b-2f8b-4af2-8d83-b9c0a9986b7f",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "features",
                    ":feature_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the feature.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "feature_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c0c8dcba-0ed6-4448-a0e2-20b3b9e38b2d",
          "name": "Updates a feature in an offering",
          "request": {
            "name": "Updates a feature in an offering",
            "description": {
              "content": "Use the unique identifier of the feature in the offering that you want to update. Any modifications that you make to the features in an offering, does not affect any active subscriptions. The changes take effect on all new subscriptions that are created.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "offerings",
                ":offering_uuid",
                "features",
                ":feature_uuid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "offering_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the offering.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "feature_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the feature.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"type\": \"subscription_offering_feature\",\n    \"attributes\": {\n      \"external_ref\": \"abc123\",\n      \"name\": \"Digital library access\",\n      \"description\": \"Access to over 100 ebooks via the digital library.\",\n      \"configuration\": {\n        \"type\": \"access\",\n        \"tag\": \"digital_library_access\"\n      }\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "780bbd02-87b8-4cb4-9fb9-d8b0f010c65c",
              "name": "Success. The feature details are updated on the offering.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "features",
                    ":feature_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the feature.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "feature_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"type\": \"subscription_offering_feature\",\n    \"attributes\": {\n      \"external_ref\": \"abc123\",\n      \"name\": \"Digital library access\",\n      \"description\": \"Access to over 100 ebooks via the digital library.\",\n      \"configuration\": {\n        \"type\": \"access\",\n        \"tag\": \"digital_library_access\"\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"subscription_feature\",\n    \"attributes\": {\n      \"name\": \"Digital library access\",\n      \"configuration\": {\n        \"type\": \"access\",\n        \"tag\": \"digital_library_access\"\n      },\n      \"external_ref\": \"abc123\",\n      \"description\": \"Access to over 100 ebooks via the digital library.\"\n    },\n    \"meta\": {\n      \"owner\": \"store\",\n      \"timestamps\": {\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n      }\n    },\n    \"id\": \"11111111-2222-3333-4444-555555555555\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2b1d5a5a-57f4-4f5f-a1e8-948e9c271a97",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "features",
                    ":feature_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the feature.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "feature_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"type\": \"subscription_offering_feature\",\n    \"attributes\": {\n      \"external_ref\": \"abc123\",\n      \"name\": \"Digital library access\",\n      \"description\": \"Access to over 100 ebooks via the digital library.\",\n      \"configuration\": {\n        \"type\": \"access\",\n        \"tag\": \"digital_library_access\"\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a3a2a37e-9646-4e91-9b47-be82e6b9864f",
              "name": "Forbidden. The operation is forbidden on this entity.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "features",
                    ":feature_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the feature.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "feature_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"type\": \"subscription_offering_feature\",\n    \"attributes\": {\n      \"external_ref\": \"abc123\",\n      \"name\": \"Digital library access\",\n      \"description\": \"Access to over 100 ebooks via the digital library.\",\n      \"configuration\": {\n        \"type\": \"access\",\n        \"tag\": \"digital_library_access\"\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Permission denied\",\n      \"status\": \"404\",\n      \"detail\": \"Permission denied: plan tenancy mismatch\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "56bc195d-ef3f-42e9-b967-d6799a752590",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "features",
                    ":feature_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the feature.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "feature_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"type\": \"subscription_offering_feature\",\n    \"attributes\": {\n      \"external_ref\": \"abc123\",\n      \"name\": \"Digital library access\",\n      \"description\": \"Access to over 100 ebooks via the digital library.\",\n      \"configuration\": {\n        \"type\": \"access\",\n        \"tag\": \"digital_library_access\"\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"No plan found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "44030441-ef07-4526-bf3f-bda2d7534a55",
              "name": "Write conflict. Unable to perform the operation at this time.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "features",
                    ":feature_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the feature.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "feature_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"type\": \"subscription_offering_feature\",\n    \"attributes\": {\n      \"external_ref\": \"abc123\",\n      \"name\": \"Digital library access\",\n      \"description\": \"Access to over 100 ebooks via the digital library.\",\n      \"configuration\": {\n        \"type\": \"access\",\n        \"tag\": \"digital_library_access\"\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Write Conflict\",\n      \"status\": \"409\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f7c73a31-4e9d-44f8-b838-622412731dbe",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "features",
                    ":feature_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the feature.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "feature_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"type\": \"subscription_offering_feature\",\n    \"attributes\": {\n      \"external_ref\": \"abc123\",\n      \"name\": \"Digital library access\",\n      \"description\": \"Access to over 100 ebooks via the digital library.\",\n      \"configuration\": {\n        \"type\": \"access\",\n        \"tag\": \"digital_library_access\"\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b9136fb8-2a8a-4369-b958-ebaf1e807fd1",
          "name": "Remove a feature from an offering",
          "request": {
            "name": "Remove a feature from an offering",
            "description": {
              "content": "After saving an offering, you can remove features from it at any time.\n\n Removing a feature from an offering does not affect any existing active subscriptions. The changes take effect on all new subscriptions that are created.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "offerings",
                ":offering_uuid",
                "features",
                ":feature_uuid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "offering_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the offering.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "feature_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the feature.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "0e1f0367-0bfb-4fb7-aceb-cbaee58cbc92",
              "name": "Success. The subscription feature is removed from the offering.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "features",
                    ":feature_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the feature.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "feature_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "af115bb5-cd38-4da1-a1fc-5f03e2d6c5af",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "features",
                    ":feature_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the feature.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "feature_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "659fb581-2882-4f92-b6c7-7b6468f55a4b",
              "name": "Forbidden. The operation is forbidden on this entity.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "features",
                    ":feature_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the feature.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "feature_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Permission denied\",\n      \"status\": \"404\",\n      \"detail\": \"Permission denied: plan tenancy mismatch\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "94316316-4807-4848-8d7f-08f7c3e3f3f8",
          "name": "Attach a feature",
          "request": {
            "name": "Attach a feature",
            "description": {
              "content": "After saving an offering, you can attach new features to it at any time.\n\nAdding new features does not affect any existing active subscriptions. The changes take effect on all new subscriptions that are created.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "offerings",
                ":offering_uuid",
                "features",
                "attach"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "offering_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the offering.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"features\": [\n      \"11111111-2222-3333-4444-555555555555\"\n    ]\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "0fdbd1bf-d161-4100-a96a-faf43931cfb2",
              "name": "Success. The subscription feature is attached with the offering.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "features",
                    "attach"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"features\": [\n      \"11111111-2222-3333-4444-555555555555\"\n    ]\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"type\": \"subscription_offering_feature\",\n      \"attributes\": {\n        \"name\": \"Digital library access\",\n        \"configuration\": {\n          \"type\": \"access\",\n          \"tag\": \"digital_library_access\"\n        },\n        \"external_ref\": \"abc123\",\n        \"description\": \"Access to over 100 ebooks via the digital library.\"\n      },\n      \"meta\": {\n        \"owner\": \"store\",\n        \"timestamps\": {\n          \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n        }\n      },\n      \"id\": \"11111111-2222-3333-4444-555555555555\",\n      \"relationships\": {\n        \"key_0\": {\n          \"data\": {\n            \"id\": \"11111111-2222-3333-4444-555555555555\",\n            \"type\": \"11111111-2222-3333-4444-555555555555\"\n          },\n          \"links\": {\n            \"related\": \"foo.bar\"\n          }\n        },\n        \"key_1\": {\n          \"data\": {\n            \"id\": \"11111111-2222-3333-4444-555555555555\",\n            \"type\": \"11111111-2222-3333-4444-555555555555\"\n          },\n          \"links\": {\n            \"related\": \"foo.bar\"\n          }\n        }\n      }\n    },\n    {\n      \"type\": \"subscription_offering_feature\",\n      \"attributes\": {\n        \"name\": \"Digital library access\",\n        \"configuration\": {\n          \"type\": \"access\",\n          \"tag\": \"digital_library_access\"\n        },\n        \"external_ref\": \"abc123\",\n        \"description\": \"Access to over 100 ebooks via the digital library.\"\n      },\n      \"meta\": {\n        \"owner\": \"store\",\n        \"timestamps\": {\n          \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n        }\n      },\n      \"id\": \"11111111-2222-3333-4444-555555555555\",\n      \"relationships\": {\n        \"key_0\": {\n          \"data\": {\n            \"id\": \"11111111-2222-3333-4444-555555555555\",\n            \"type\": \"11111111-2222-3333-4444-555555555555\"\n          },\n          \"links\": {\n            \"related\": \"foo.bar\"\n          }\n        },\n        \"key_1\": {\n          \"data\": {\n            \"id\": \"11111111-2222-3333-4444-555555555555\",\n            \"type\": \"11111111-2222-3333-4444-555555555555\"\n          },\n          \"links\": {\n            \"related\": \"foo.bar\"\n          }\n        },\n        \"key_2\": {\n          \"data\": {\n            \"id\": \"11111111-2222-3333-4444-555555555555\",\n            \"type\": \"11111111-2222-3333-4444-555555555555\"\n          },\n          \"links\": {\n            \"related\": \"foo.bar\"\n          }\n        }\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ebddcd41-8dd8-4aa1-bcfb-19515696b2b7",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "features",
                    "attach"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"features\": [\n      \"11111111-2222-3333-4444-555555555555\"\n    ]\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "66b73077-4ab3-4ad1-9d43-7e1ccdf82438",
              "name": "Forbidden. The operation is forbidden on this entity.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "features",
                    "attach"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"features\": [\n      \"11111111-2222-3333-4444-555555555555\"\n    ]\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Permission denied\",\n      \"status\": \"404\",\n      \"detail\": \"Permission denied: plan tenancy mismatch\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f1c4cdd3-d5f5-47a4-a0f2-88f13f0ae5ff",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "features",
                    "attach"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"features\": [\n      \"11111111-2222-3333-4444-555555555555\"\n    ]\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"No plan found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7776c3f5-845a-466c-ba8e-82e986617652",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "features",
                    "attach"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"features\": [\n      \"11111111-2222-3333-4444-555555555555\"\n    ]\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ce04b5bb-7aad-4b02-87aa-52d383255128",
          "name": "List an offering's pricing options",
          "request": {
            "name": "List an offering's pricing options",
            "description": {},
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "offerings",
                ":offering_uuid",
                "pricing-options"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "10"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "100"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "offering_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the offering.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "a66fd9bc-f673-409b-adb7-851de9681d63",
              "name": "Success. A list of pricing options attached with the offering is returned.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "pricing-options"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"type\": \"subscription_offering_pricing_option\",\n      \"attributes\": {\n        \"billing_frequency\": 1,\n        \"billing_interval_type\": \"month\",\n        \"can_cancel\": false,\n        \"can_pause\": false,\n        \"can_resume\": false,\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"end_behavior\": \"close\",\n        \"name\": \"Monthly\",\n        \"plan_length\": 12,\n        \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"external_ref\": \"abc123\",\n        \"description\": \"A monthly subscription.\",\n        \"trial_period\": 7,\n        \"lead_time\": {\n          \"type\": \"day\",\n          \"time\": 14\n        },\n        \"notification_schedule\": [\n          {\n            \"name\": \"Daily billing run.\",\n            \"unit\": \"day\",\n            \"amount\": 100\n          },\n          {\n            \"name\": \"Daily billing run.\",\n            \"unit\": \"day\",\n            \"amount\": 100\n          }\n        ],\n        \"base_price_percentage\": 90,\n        \"fixed_price\": {\n          \"USD\": {\n            \"amount\": 100,\n            \"includes_tax\": false\n          },\n          \"GBP\": {\n            \"amount\": 90,\n            \"includes_tax\": true\n          }\n        }\n      },\n      \"meta\": {\n        \"owner\": \"store\",\n        \"timestamps\": {\n          \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n        },\n        \"prices\": {\n          \"key_0\": {\n            \"price\": {\n              \"USD\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"GBP\": {\n                \"amount\": 90,\n                \"includes_tax\": true\n              }\n            },\n            \"display_price\": {\n              \"without_tax\": {\n                \"amount\": 100,\n                \"currency\": \"USD\",\n                \"formatted\": \"$1.00\"\n              },\n              \"with_tax\": {\n                \"amount\": 110,\n                \"currency\": \"USD\",\n                \"formatted\": \"$1.10\"\n              },\n              \"tax\": {\n                \"amount\": 10,\n                \"currency\": \"USD\",\n                \"formatted\": \"$0.10\"\n              }\n            }\n          },\n          \"key_1\": {\n            \"price\": {\n              \"USD\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"GBP\": {\n                \"amount\": 90,\n                \"includes_tax\": true\n              }\n            },\n            \"display_price\": {\n              \"without_tax\": {\n                \"amount\": 100,\n                \"currency\": \"USD\",\n                \"formatted\": \"$1.00\"\n              },\n              \"with_tax\": {\n                \"amount\": 110,\n                \"currency\": \"USD\",\n                \"formatted\": \"$1.10\"\n              },\n              \"tax\": {\n                \"amount\": 10,\n                \"currency\": \"USD\",\n                \"formatted\": \"$0.10\"\n              }\n            }\n          }\n        },\n        \"price\": {\n          \"USD\": {\n            \"amount\": 100,\n            \"includes_tax\": false\n          },\n          \"GBP\": {\n            \"amount\": 90,\n            \"includes_tax\": true\n          }\n        },\n        \"display_price\": {\n          \"without_tax\": {\n            \"amount\": 100,\n            \"currency\": \"USD\",\n            \"formatted\": \"$1.00\"\n          },\n          \"with_tax\": {\n            \"amount\": 110,\n            \"currency\": \"USD\",\n            \"formatted\": \"$1.10\"\n          },\n          \"tax\": {\n            \"amount\": 10,\n            \"currency\": \"USD\",\n            \"formatted\": \"$0.10\"\n          }\n        },\n        \"active_pricing_option\": true\n      },\n      \"id\": \"11111111-2222-3333-4444-555555555555\",\n      \"relationships\": {\n        \"key_0\": {\n          \"data\": {\n            \"id\": \"11111111-2222-3333-4444-555555555555\",\n            \"type\": \"11111111-2222-3333-4444-555555555555\"\n          },\n          \"links\": {\n            \"related\": \"foo.bar\"\n          }\n        }\n      }\n    },\n    {\n      \"type\": \"subscription_offering_pricing_option\",\n      \"attributes\": {\n        \"billing_frequency\": 1,\n        \"billing_interval_type\": \"month\",\n        \"can_cancel\": false,\n        \"can_pause\": false,\n        \"can_resume\": false,\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"end_behavior\": \"close\",\n        \"name\": \"Monthly\",\n        \"plan_length\": 12,\n        \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"external_ref\": \"abc123\",\n        \"description\": \"A monthly subscription.\",\n        \"trial_period\": 7,\n        \"lead_time\": {\n          \"type\": \"day\",\n          \"time\": 14\n        },\n        \"notification_schedule\": [\n          {\n            \"name\": \"Daily billing run.\",\n            \"unit\": \"day\",\n            \"amount\": 100\n          },\n          {\n            \"name\": \"Daily billing run.\",\n            \"unit\": \"day\",\n            \"amount\": 100\n          }\n        ],\n        \"base_price_percentage\": 90,\n        \"fixed_price\": {\n          \"USD\": {\n            \"amount\": 100,\n            \"includes_tax\": false\n          },\n          \"GBP\": {\n            \"amount\": 90,\n            \"includes_tax\": true\n          }\n        }\n      },\n      \"meta\": {\n        \"owner\": \"store\",\n        \"timestamps\": {\n          \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n        },\n        \"prices\": {\n          \"key_0\": {\n            \"price\": {\n              \"USD\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"GBP\": {\n                \"amount\": 90,\n                \"includes_tax\": true\n              }\n            },\n            \"display_price\": {\n              \"without_tax\": {\n                \"amount\": 100,\n                \"currency\": \"USD\",\n                \"formatted\": \"$1.00\"\n              },\n              \"with_tax\": {\n                \"amount\": 110,\n                \"currency\": \"USD\",\n                \"formatted\": \"$1.10\"\n              },\n              \"tax\": {\n                \"amount\": 10,\n                \"currency\": \"USD\",\n                \"formatted\": \"$0.10\"\n              }\n            }\n          }\n        },\n        \"price\": {\n          \"USD\": {\n            \"amount\": 100,\n            \"includes_tax\": false\n          },\n          \"GBP\": {\n            \"amount\": 90,\n            \"includes_tax\": true\n          }\n        },\n        \"display_price\": {\n          \"without_tax\": {\n            \"amount\": 100,\n            \"currency\": \"USD\",\n            \"formatted\": \"$1.00\"\n          },\n          \"with_tax\": {\n            \"amount\": 110,\n            \"currency\": \"USD\",\n            \"formatted\": \"$1.10\"\n          },\n          \"tax\": {\n            \"amount\": 10,\n            \"currency\": \"USD\",\n            \"formatted\": \"$0.10\"\n          }\n        },\n        \"active_pricing_option\": true\n      },\n      \"id\": \"11111111-2222-3333-4444-555555555555\",\n      \"relationships\": {\n        \"key_0\": {\n          \"data\": {\n            \"id\": \"11111111-2222-3333-4444-555555555555\",\n            \"type\": \"11111111-2222-3333-4444-555555555555\"\n          },\n          \"links\": {\n            \"related\": \"foo.bar\"\n          }\n        },\n        \"key_1\": {\n          \"data\": {\n            \"id\": \"11111111-2222-3333-4444-555555555555\",\n            \"type\": \"11111111-2222-3333-4444-555555555555\"\n          },\n          \"links\": {\n            \"related\": \"foo.bar\"\n          }\n        }\n      }\n    }\n  ],\n  \"links\": {\n    \"key_0\": \"http://example.com/articles/1/comments\",\n    \"key_1\": \"http://example.com/articles/1/comments\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "19a6f8db-0ca4-40ca-8251-fe5847a6e6d3",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "pricing-options"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"No plan found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1cdef837-c224-47aa-9311-c38e5a502822",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "pricing-options"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "51a88a68-2aab-44e0-9d50-bc5e22481e15",
          "name": "Create a pricing option inside an offering",
          "request": {
            "name": "Create a pricing option inside an offering",
            "description": {
              "content": "After saving an offering, you can add new pricing option to it at any time.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "offerings",
                ":offering_uuid",
                "pricing-options"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "offering_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the offering.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"subscription_offering_pricing_option\",\n    \"attributes\": {\n      \"name\": \"Monthly\",\n      \"billing_interval_type\": \"month\",\n      \"billing_frequency\": 1,\n      \"plan_length\": 12,\n      \"end_behavior\": \"close\",\n      \"can_pause\": false,\n      \"can_resume\": false,\n      \"can_cancel\": false,\n      \"external_ref\": \"abc123\",\n      \"description\": \"A monthly subscription.\",\n      \"trial_period\": 7,\n      \"lead_time\": {\n        \"type\": \"day\",\n        \"time\": 14\n      },\n      \"notification_schedule\": [\n        {\n          \"name\": \"Daily billing run.\",\n          \"unit\": \"day\",\n          \"amount\": 100\n        },\n        {\n          \"name\": \"Daily billing run.\",\n          \"unit\": \"day\",\n          \"amount\": 100\n        }\n      ],\n      \"base_price_percentage\": 90,\n      \"fixed_price\": {\n        \"USD\": {\n          \"amount\": 100,\n          \"includes_tax\": false\n        },\n        \"GBP\": {\n          \"amount\": 90,\n          \"includes_tax\": true\n        }\n      }\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "34b24229-5177-4639-9fe6-daa361e146bf",
              "name": "Success. The pricing option is created.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "pricing-options"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"subscription_offering_pricing_option\",\n    \"attributes\": {\n      \"name\": \"Monthly\",\n      \"billing_interval_type\": \"month\",\n      \"billing_frequency\": 1,\n      \"plan_length\": 12,\n      \"end_behavior\": \"close\",\n      \"can_pause\": false,\n      \"can_resume\": false,\n      \"can_cancel\": false,\n      \"external_ref\": \"abc123\",\n      \"description\": \"A monthly subscription.\",\n      \"trial_period\": 7,\n      \"lead_time\": {\n        \"type\": \"day\",\n        \"time\": 14\n      },\n      \"notification_schedule\": [\n        {\n          \"name\": \"Daily billing run.\",\n          \"unit\": \"day\",\n          \"amount\": 100\n        },\n        {\n          \"name\": \"Daily billing run.\",\n          \"unit\": \"day\",\n          \"amount\": 100\n        }\n      ],\n      \"base_price_percentage\": 90,\n      \"fixed_price\": {\n        \"USD\": {\n          \"amount\": 100,\n          \"includes_tax\": false\n        },\n        \"GBP\": {\n          \"amount\": 90,\n          \"includes_tax\": true\n        }\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"subscription_offering_pricing_option\",\n    \"attributes\": {\n      \"billing_frequency\": 1,\n      \"billing_interval_type\": \"month\",\n      \"can_cancel\": false,\n      \"can_pause\": false,\n      \"can_resume\": false,\n      \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n      \"end_behavior\": \"close\",\n      \"name\": \"Monthly\",\n      \"plan_length\": 12,\n      \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n      \"external_ref\": \"abc123\",\n      \"description\": \"A monthly subscription.\",\n      \"trial_period\": 7,\n      \"lead_time\": {\n        \"type\": \"day\",\n        \"time\": 14\n      },\n      \"notification_schedule\": [\n        {\n          \"name\": \"Daily billing run.\",\n          \"unit\": \"day\",\n          \"amount\": 100\n        },\n        {\n          \"name\": \"Daily billing run.\",\n          \"unit\": \"day\",\n          \"amount\": 100\n        }\n      ],\n      \"base_price_percentage\": 90,\n      \"fixed_price\": {\n        \"USD\": {\n          \"amount\": 100,\n          \"includes_tax\": false\n        },\n        \"GBP\": {\n          \"amount\": 90,\n          \"includes_tax\": true\n        }\n      }\n    },\n    \"meta\": {\n      \"owner\": \"store\",\n      \"timestamps\": {\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n      },\n      \"prices\": {\n        \"key_0\": {\n          \"price\": {\n            \"USD\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"GBP\": {\n              \"amount\": 90,\n              \"includes_tax\": true\n            }\n          },\n          \"display_price\": {\n            \"without_tax\": {\n              \"amount\": 100,\n              \"currency\": \"USD\",\n              \"formatted\": \"$1.00\"\n            },\n            \"with_tax\": {\n              \"amount\": 110,\n              \"currency\": \"USD\",\n              \"formatted\": \"$1.10\"\n            },\n            \"tax\": {\n              \"amount\": 10,\n              \"currency\": \"USD\",\n              \"formatted\": \"$0.10\"\n            }\n          }\n        },\n        \"key_1\": {\n          \"price\": {\n            \"USD\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"GBP\": {\n              \"amount\": 90,\n              \"includes_tax\": true\n            }\n          },\n          \"display_price\": {\n            \"without_tax\": {\n              \"amount\": 100,\n              \"currency\": \"USD\",\n              \"formatted\": \"$1.00\"\n            },\n            \"with_tax\": {\n              \"amount\": 110,\n              \"currency\": \"USD\",\n              \"formatted\": \"$1.10\"\n            },\n            \"tax\": {\n              \"amount\": 10,\n              \"currency\": \"USD\",\n              \"formatted\": \"$0.10\"\n            }\n          }\n        },\n        \"key_2\": {\n          \"price\": {\n            \"USD\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"GBP\": {\n              \"amount\": 90,\n              \"includes_tax\": true\n            }\n          },\n          \"display_price\": {\n            \"without_tax\": {\n              \"amount\": 100,\n              \"currency\": \"USD\",\n              \"formatted\": \"$1.00\"\n            },\n            \"with_tax\": {\n              \"amount\": 110,\n              \"currency\": \"USD\",\n              \"formatted\": \"$1.10\"\n            },\n            \"tax\": {\n              \"amount\": 10,\n              \"currency\": \"USD\",\n              \"formatted\": \"$0.10\"\n            }\n          }\n        },\n        \"key_3\": {\n          \"price\": {\n            \"USD\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"GBP\": {\n              \"amount\": 90,\n              \"includes_tax\": true\n            }\n          },\n          \"display_price\": {\n            \"without_tax\": {\n              \"amount\": 100,\n              \"currency\": \"USD\",\n              \"formatted\": \"$1.00\"\n            },\n            \"with_tax\": {\n              \"amount\": 110,\n              \"currency\": \"USD\",\n              \"formatted\": \"$1.10\"\n            },\n            \"tax\": {\n              \"amount\": 10,\n              \"currency\": \"USD\",\n              \"formatted\": \"$0.10\"\n            }\n          }\n        }\n      },\n      \"price\": {\n        \"USD\": {\n          \"amount\": 100,\n          \"includes_tax\": false\n        },\n        \"GBP\": {\n          \"amount\": 90,\n          \"includes_tax\": true\n        }\n      },\n      \"display_price\": {\n        \"without_tax\": {\n          \"amount\": 100,\n          \"currency\": \"USD\",\n          \"formatted\": \"$1.00\"\n        },\n        \"with_tax\": {\n          \"amount\": 110,\n          \"currency\": \"USD\",\n          \"formatted\": \"$1.10\"\n        },\n        \"tax\": {\n          \"amount\": 10,\n          \"currency\": \"USD\",\n          \"formatted\": \"$0.10\"\n        }\n      },\n      \"active_pricing_option\": true\n    },\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"relationships\": {\n      \"key_0\": {\n        \"data\": {\n          \"id\": \"11111111-2222-3333-4444-555555555555\",\n          \"type\": \"11111111-2222-3333-4444-555555555555\"\n        },\n        \"links\": {\n          \"related\": \"foo.bar\"\n        }\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "299e9560-90bb-4134-a59a-97fede200fa7",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "pricing-options"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"subscription_offering_pricing_option\",\n    \"attributes\": {\n      \"name\": \"Monthly\",\n      \"billing_interval_type\": \"month\",\n      \"billing_frequency\": 1,\n      \"plan_length\": 12,\n      \"end_behavior\": \"close\",\n      \"can_pause\": false,\n      \"can_resume\": false,\n      \"can_cancel\": false,\n      \"external_ref\": \"abc123\",\n      \"description\": \"A monthly subscription.\",\n      \"trial_period\": 7,\n      \"lead_time\": {\n        \"type\": \"day\",\n        \"time\": 14\n      },\n      \"notification_schedule\": [\n        {\n          \"name\": \"Daily billing run.\",\n          \"unit\": \"day\",\n          \"amount\": 100\n        },\n        {\n          \"name\": \"Daily billing run.\",\n          \"unit\": \"day\",\n          \"amount\": 100\n        }\n      ],\n      \"base_price_percentage\": 90,\n      \"fixed_price\": {\n        \"USD\": {\n          \"amount\": 100,\n          \"includes_tax\": false\n        },\n        \"GBP\": {\n          \"amount\": 90,\n          \"includes_tax\": true\n        }\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "af6fdc8a-33b6-4587-b874-8a2ed3d6ede5",
              "name": "Forbidden. The operation is forbidden on this entity.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "pricing-options"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"subscription_offering_pricing_option\",\n    \"attributes\": {\n      \"name\": \"Monthly\",\n      \"billing_interval_type\": \"month\",\n      \"billing_frequency\": 1,\n      \"plan_length\": 12,\n      \"end_behavior\": \"close\",\n      \"can_pause\": false,\n      \"can_resume\": false,\n      \"can_cancel\": false,\n      \"external_ref\": \"abc123\",\n      \"description\": \"A monthly subscription.\",\n      \"trial_period\": 7,\n      \"lead_time\": {\n        \"type\": \"day\",\n        \"time\": 14\n      },\n      \"notification_schedule\": [\n        {\n          \"name\": \"Daily billing run.\",\n          \"unit\": \"day\",\n          \"amount\": 100\n        },\n        {\n          \"name\": \"Daily billing run.\",\n          \"unit\": \"day\",\n          \"amount\": 100\n        }\n      ],\n      \"base_price_percentage\": 90,\n      \"fixed_price\": {\n        \"USD\": {\n          \"amount\": 100,\n          \"includes_tax\": false\n        },\n        \"GBP\": {\n          \"amount\": 90,\n          \"includes_tax\": true\n        }\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Permission denied\",\n      \"status\": \"404\",\n      \"detail\": \"Permission denied: plan tenancy mismatch\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a61530c9-8b7f-4c38-839d-281ce4029db2",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "pricing-options"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"subscription_offering_pricing_option\",\n    \"attributes\": {\n      \"name\": \"Monthly\",\n      \"billing_interval_type\": \"month\",\n      \"billing_frequency\": 1,\n      \"plan_length\": 12,\n      \"end_behavior\": \"close\",\n      \"can_pause\": false,\n      \"can_resume\": false,\n      \"can_cancel\": false,\n      \"external_ref\": \"abc123\",\n      \"description\": \"A monthly subscription.\",\n      \"trial_period\": 7,\n      \"lead_time\": {\n        \"type\": \"day\",\n        \"time\": 14\n      },\n      \"notification_schedule\": [\n        {\n          \"name\": \"Daily billing run.\",\n          \"unit\": \"day\",\n          \"amount\": 100\n        },\n        {\n          \"name\": \"Daily billing run.\",\n          \"unit\": \"day\",\n          \"amount\": 100\n        }\n      ],\n      \"base_price_percentage\": 90,\n      \"fixed_price\": {\n        \"USD\": {\n          \"amount\": 100,\n          \"includes_tax\": false\n        },\n        \"GBP\": {\n          \"amount\": 90,\n          \"includes_tax\": true\n        }\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"No plan found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "88ab83f0-b101-49d9-883f-58b3e23456b5",
              "name": "Write conflict. Unable to perform the operation at this time.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "pricing-options"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"subscription_offering_pricing_option\",\n    \"attributes\": {\n      \"name\": \"Monthly\",\n      \"billing_interval_type\": \"month\",\n      \"billing_frequency\": 1,\n      \"plan_length\": 12,\n      \"end_behavior\": \"close\",\n      \"can_pause\": false,\n      \"can_resume\": false,\n      \"can_cancel\": false,\n      \"external_ref\": \"abc123\",\n      \"description\": \"A monthly subscription.\",\n      \"trial_period\": 7,\n      \"lead_time\": {\n        \"type\": \"day\",\n        \"time\": 14\n      },\n      \"notification_schedule\": [\n        {\n          \"name\": \"Daily billing run.\",\n          \"unit\": \"day\",\n          \"amount\": 100\n        },\n        {\n          \"name\": \"Daily billing run.\",\n          \"unit\": \"day\",\n          \"amount\": 100\n        }\n      ],\n      \"base_price_percentage\": 90,\n      \"fixed_price\": {\n        \"USD\": {\n          \"amount\": 100,\n          \"includes_tax\": false\n        },\n        \"GBP\": {\n          \"amount\": 90,\n          \"includes_tax\": true\n        }\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Write Conflict\",\n      \"status\": \"409\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "08ac349d-dbe9-41e7-807c-21bb89f4e03e",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "pricing-options"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"subscription_offering_pricing_option\",\n    \"attributes\": {\n      \"name\": \"Monthly\",\n      \"billing_interval_type\": \"month\",\n      \"billing_frequency\": 1,\n      \"plan_length\": 12,\n      \"end_behavior\": \"close\",\n      \"can_pause\": false,\n      \"can_resume\": false,\n      \"can_cancel\": false,\n      \"external_ref\": \"abc123\",\n      \"description\": \"A monthly subscription.\",\n      \"trial_period\": 7,\n      \"lead_time\": {\n        \"type\": \"day\",\n        \"time\": 14\n      },\n      \"notification_schedule\": [\n        {\n          \"name\": \"Daily billing run.\",\n          \"unit\": \"day\",\n          \"amount\": 100\n        },\n        {\n          \"name\": \"Daily billing run.\",\n          \"unit\": \"day\",\n          \"amount\": 100\n        }\n      ],\n      \"base_price_percentage\": 90,\n      \"fixed_price\": {\n        \"USD\": {\n          \"amount\": 100,\n          \"includes_tax\": false\n        },\n        \"GBP\": {\n          \"amount\": 90,\n          \"includes_tax\": true\n        }\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "bda2cc44-1f79-4229-95af-417c9bf03bde",
          "name": "Get a pricing option in an offering",
          "request": {
            "name": "Get a pricing option in an offering",
            "description": {},
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "offerings",
                ":offering_uuid",
                "pricing-options",
                ":pricing_option_uuid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "offering_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the offering.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "pricing_option_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the pricing option.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "f95b0d95-fe4d-4ad2-b84d-60647e25cb3f",
              "name": "Success. The details of the pricing option are returned.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "pricing-options",
                    ":pricing_option_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the pricing option.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "pricing_option_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"subscription_offering_pricing_option\",\n    \"attributes\": {\n      \"billing_frequency\": 1,\n      \"billing_interval_type\": \"month\",\n      \"can_cancel\": false,\n      \"can_pause\": false,\n      \"can_resume\": false,\n      \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n      \"end_behavior\": \"close\",\n      \"name\": \"Monthly\",\n      \"plan_length\": 12,\n      \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n      \"external_ref\": \"abc123\",\n      \"description\": \"A monthly subscription.\",\n      \"trial_period\": 7,\n      \"lead_time\": {\n        \"type\": \"day\",\n        \"time\": 14\n      },\n      \"notification_schedule\": [\n        {\n          \"name\": \"Daily billing run.\",\n          \"unit\": \"day\",\n          \"amount\": 100\n        },\n        {\n          \"name\": \"Daily billing run.\",\n          \"unit\": \"day\",\n          \"amount\": 100\n        }\n      ],\n      \"base_price_percentage\": 90,\n      \"fixed_price\": {\n        \"USD\": {\n          \"amount\": 100,\n          \"includes_tax\": false\n        },\n        \"GBP\": {\n          \"amount\": 90,\n          \"includes_tax\": true\n        }\n      }\n    },\n    \"meta\": {\n      \"owner\": \"store\",\n      \"timestamps\": {\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n      },\n      \"prices\": {\n        \"key_0\": {\n          \"price\": {\n            \"USD\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"GBP\": {\n              \"amount\": 90,\n              \"includes_tax\": true\n            }\n          },\n          \"display_price\": {\n            \"without_tax\": {\n              \"amount\": 100,\n              \"currency\": \"USD\",\n              \"formatted\": \"$1.00\"\n            },\n            \"with_tax\": {\n              \"amount\": 110,\n              \"currency\": \"USD\",\n              \"formatted\": \"$1.10\"\n            },\n            \"tax\": {\n              \"amount\": 10,\n              \"currency\": \"USD\",\n              \"formatted\": \"$0.10\"\n            }\n          }\n        },\n        \"key_1\": {\n          \"price\": {\n            \"USD\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"GBP\": {\n              \"amount\": 90,\n              \"includes_tax\": true\n            }\n          },\n          \"display_price\": {\n            \"without_tax\": {\n              \"amount\": 100,\n              \"currency\": \"USD\",\n              \"formatted\": \"$1.00\"\n            },\n            \"with_tax\": {\n              \"amount\": 110,\n              \"currency\": \"USD\",\n              \"formatted\": \"$1.10\"\n            },\n            \"tax\": {\n              \"amount\": 10,\n              \"currency\": \"USD\",\n              \"formatted\": \"$0.10\"\n            }\n          }\n        },\n        \"key_2\": {\n          \"price\": {\n            \"USD\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"GBP\": {\n              \"amount\": 90,\n              \"includes_tax\": true\n            }\n          },\n          \"display_price\": {\n            \"without_tax\": {\n              \"amount\": 100,\n              \"currency\": \"USD\",\n              \"formatted\": \"$1.00\"\n            },\n            \"with_tax\": {\n              \"amount\": 110,\n              \"currency\": \"USD\",\n              \"formatted\": \"$1.10\"\n            },\n            \"tax\": {\n              \"amount\": 10,\n              \"currency\": \"USD\",\n              \"formatted\": \"$0.10\"\n            }\n          }\n        },\n        \"key_3\": {\n          \"price\": {\n            \"USD\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"GBP\": {\n              \"amount\": 90,\n              \"includes_tax\": true\n            }\n          },\n          \"display_price\": {\n            \"without_tax\": {\n              \"amount\": 100,\n              \"currency\": \"USD\",\n              \"formatted\": \"$1.00\"\n            },\n            \"with_tax\": {\n              \"amount\": 110,\n              \"currency\": \"USD\",\n              \"formatted\": \"$1.10\"\n            },\n            \"tax\": {\n              \"amount\": 10,\n              \"currency\": \"USD\",\n              \"formatted\": \"$0.10\"\n            }\n          }\n        }\n      },\n      \"price\": {\n        \"USD\": {\n          \"amount\": 100,\n          \"includes_tax\": false\n        },\n        \"GBP\": {\n          \"amount\": 90,\n          \"includes_tax\": true\n        }\n      },\n      \"display_price\": {\n        \"without_tax\": {\n          \"amount\": 100,\n          \"currency\": \"USD\",\n          \"formatted\": \"$1.00\"\n        },\n        \"with_tax\": {\n          \"amount\": 110,\n          \"currency\": \"USD\",\n          \"formatted\": \"$1.10\"\n        },\n        \"tax\": {\n          \"amount\": 10,\n          \"currency\": \"USD\",\n          \"formatted\": \"$0.10\"\n        }\n      },\n      \"active_pricing_option\": true\n    },\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"relationships\": {\n      \"key_0\": {\n        \"data\": {\n          \"id\": \"11111111-2222-3333-4444-555555555555\",\n          \"type\": \"11111111-2222-3333-4444-555555555555\"\n        },\n        \"links\": {\n          \"related\": \"foo.bar\"\n        }\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ad72f219-319f-4bed-8247-754bd6132afa",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "pricing-options",
                    ":pricing_option_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the pricing option.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "pricing_option_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ef023516-8590-4508-932f-8fdeb6d00e50",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "pricing-options",
                    ":pricing_option_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the pricing option.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "pricing_option_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"No plan found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ee12fd63-d374-4d91-9558-8a6b770c062c",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "pricing-options",
                    ":pricing_option_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the pricing option.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "pricing_option_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "fef850fb-5b4d-4754-81f8-bb33191090ea",
          "name": "Update a pricing option in an offering",
          "request": {
            "name": "Update a pricing option in an offering",
            "description": {},
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "offerings",
                ":offering_uuid",
                "pricing-options",
                ":pricing_option_uuid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "offering_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the offering.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "pricing_option_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the pricing option.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"type\": \"subscription_offering_pricing_option\",\n    \"attributes\": {\n      \"external_ref\": \"abc123\",\n      \"name\": \"Monthly\",\n      \"description\": \"A monthly subscription.\",\n      \"billing_interval_type\": \"month\",\n      \"billing_frequency\": 1,\n      \"trial_period\": 7,\n      \"plan_length\": 12,\n      \"lead_time\": {\n        \"type\": \"week\",\n        \"time\": 14\n      },\n      \"notification_schedule\": [\n        {\n          \"name\": \"Daily billing run.\",\n          \"unit\": \"day\",\n          \"amount\": 100\n        },\n        {\n          \"name\": \"Daily billing run.\",\n          \"unit\": \"day\",\n          \"amount\": 100\n        }\n      ],\n      \"end_behavior\": \"close\",\n      \"can_pause\": false,\n      \"can_resume\": false,\n      \"can_cancel\": false,\n      \"base_price_percentage\": 90,\n      \"fixed_price\": {\n        \"USD\": {\n          \"amount\": 100,\n          \"includes_tax\": false\n        },\n        \"GBP\": {\n          \"amount\": 90,\n          \"includes_tax\": true\n        }\n      }\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "9505fb54-c10e-4c57-8c54-6aef0a70029f",
              "name": "Success. The pricing option details are updated on the offering.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "pricing-options",
                    ":pricing_option_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the pricing option.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "pricing_option_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"type\": \"subscription_offering_pricing_option\",\n    \"attributes\": {\n      \"external_ref\": \"abc123\",\n      \"name\": \"Monthly\",\n      \"description\": \"A monthly subscription.\",\n      \"billing_interval_type\": \"month\",\n      \"billing_frequency\": 1,\n      \"trial_period\": 7,\n      \"plan_length\": 12,\n      \"lead_time\": {\n        \"type\": \"week\",\n        \"time\": 14\n      },\n      \"notification_schedule\": [\n        {\n          \"name\": \"Daily billing run.\",\n          \"unit\": \"day\",\n          \"amount\": 100\n        },\n        {\n          \"name\": \"Daily billing run.\",\n          \"unit\": \"day\",\n          \"amount\": 100\n        }\n      ],\n      \"end_behavior\": \"close\",\n      \"can_pause\": false,\n      \"can_resume\": false,\n      \"can_cancel\": false,\n      \"base_price_percentage\": 90,\n      \"fixed_price\": {\n        \"USD\": {\n          \"amount\": 100,\n          \"includes_tax\": false\n        },\n        \"GBP\": {\n          \"amount\": 90,\n          \"includes_tax\": true\n        }\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"subscription_offering_pricing_option\",\n    \"attributes\": {\n      \"billing_frequency\": 1,\n      \"billing_interval_type\": \"month\",\n      \"can_cancel\": false,\n      \"can_pause\": false,\n      \"can_resume\": false,\n      \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n      \"end_behavior\": \"close\",\n      \"name\": \"Monthly\",\n      \"plan_length\": 12,\n      \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n      \"external_ref\": \"abc123\",\n      \"description\": \"A monthly subscription.\",\n      \"trial_period\": 7,\n      \"lead_time\": {\n        \"type\": \"day\",\n        \"time\": 14\n      },\n      \"notification_schedule\": [\n        {\n          \"name\": \"Daily billing run.\",\n          \"unit\": \"day\",\n          \"amount\": 100\n        },\n        {\n          \"name\": \"Daily billing run.\",\n          \"unit\": \"day\",\n          \"amount\": 100\n        }\n      ],\n      \"base_price_percentage\": 90,\n      \"fixed_price\": {\n        \"USD\": {\n          \"amount\": 100,\n          \"includes_tax\": false\n        },\n        \"GBP\": {\n          \"amount\": 90,\n          \"includes_tax\": true\n        }\n      }\n    },\n    \"meta\": {\n      \"owner\": \"store\",\n      \"timestamps\": {\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n      },\n      \"prices\": {\n        \"key_0\": {\n          \"price\": {\n            \"USD\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"GBP\": {\n              \"amount\": 90,\n              \"includes_tax\": true\n            }\n          },\n          \"display_price\": {\n            \"without_tax\": {\n              \"amount\": 100,\n              \"currency\": \"USD\",\n              \"formatted\": \"$1.00\"\n            },\n            \"with_tax\": {\n              \"amount\": 110,\n              \"currency\": \"USD\",\n              \"formatted\": \"$1.10\"\n            },\n            \"tax\": {\n              \"amount\": 10,\n              \"currency\": \"USD\",\n              \"formatted\": \"$0.10\"\n            }\n          }\n        },\n        \"key_1\": {\n          \"price\": {\n            \"USD\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"GBP\": {\n              \"amount\": 90,\n              \"includes_tax\": true\n            }\n          },\n          \"display_price\": {\n            \"without_tax\": {\n              \"amount\": 100,\n              \"currency\": \"USD\",\n              \"formatted\": \"$1.00\"\n            },\n            \"with_tax\": {\n              \"amount\": 110,\n              \"currency\": \"USD\",\n              \"formatted\": \"$1.10\"\n            },\n            \"tax\": {\n              \"amount\": 10,\n              \"currency\": \"USD\",\n              \"formatted\": \"$0.10\"\n            }\n          }\n        },\n        \"key_2\": {\n          \"price\": {\n            \"USD\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"GBP\": {\n              \"amount\": 90,\n              \"includes_tax\": true\n            }\n          },\n          \"display_price\": {\n            \"without_tax\": {\n              \"amount\": 100,\n              \"currency\": \"USD\",\n              \"formatted\": \"$1.00\"\n            },\n            \"with_tax\": {\n              \"amount\": 110,\n              \"currency\": \"USD\",\n              \"formatted\": \"$1.10\"\n            },\n            \"tax\": {\n              \"amount\": 10,\n              \"currency\": \"USD\",\n              \"formatted\": \"$0.10\"\n            }\n          }\n        },\n        \"key_3\": {\n          \"price\": {\n            \"USD\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"GBP\": {\n              \"amount\": 90,\n              \"includes_tax\": true\n            }\n          },\n          \"display_price\": {\n            \"without_tax\": {\n              \"amount\": 100,\n              \"currency\": \"USD\",\n              \"formatted\": \"$1.00\"\n            },\n            \"with_tax\": {\n              \"amount\": 110,\n              \"currency\": \"USD\",\n              \"formatted\": \"$1.10\"\n            },\n            \"tax\": {\n              \"amount\": 10,\n              \"currency\": \"USD\",\n              \"formatted\": \"$0.10\"\n            }\n          }\n        }\n      },\n      \"price\": {\n        \"USD\": {\n          \"amount\": 100,\n          \"includes_tax\": false\n        },\n        \"GBP\": {\n          \"amount\": 90,\n          \"includes_tax\": true\n        }\n      },\n      \"display_price\": {\n        \"without_tax\": {\n          \"amount\": 100,\n          \"currency\": \"USD\",\n          \"formatted\": \"$1.00\"\n        },\n        \"with_tax\": {\n          \"amount\": 110,\n          \"currency\": \"USD\",\n          \"formatted\": \"$1.10\"\n        },\n        \"tax\": {\n          \"amount\": 10,\n          \"currency\": \"USD\",\n          \"formatted\": \"$0.10\"\n        }\n      },\n      \"active_pricing_option\": true\n    },\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"relationships\": {\n      \"key_0\": {\n        \"data\": {\n          \"id\": \"11111111-2222-3333-4444-555555555555\",\n          \"type\": \"11111111-2222-3333-4444-555555555555\"\n        },\n        \"links\": {\n          \"related\": \"foo.bar\"\n        }\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e2502e35-6ef0-4dd1-a83f-7b790fd4e7f2",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "pricing-options",
                    ":pricing_option_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the pricing option.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "pricing_option_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"type\": \"subscription_offering_pricing_option\",\n    \"attributes\": {\n      \"external_ref\": \"abc123\",\n      \"name\": \"Monthly\",\n      \"description\": \"A monthly subscription.\",\n      \"billing_interval_type\": \"month\",\n      \"billing_frequency\": 1,\n      \"trial_period\": 7,\n      \"plan_length\": 12,\n      \"lead_time\": {\n        \"type\": \"week\",\n        \"time\": 14\n      },\n      \"notification_schedule\": [\n        {\n          \"name\": \"Daily billing run.\",\n          \"unit\": \"day\",\n          \"amount\": 100\n        },\n        {\n          \"name\": \"Daily billing run.\",\n          \"unit\": \"day\",\n          \"amount\": 100\n        }\n      ],\n      \"end_behavior\": \"close\",\n      \"can_pause\": false,\n      \"can_resume\": false,\n      \"can_cancel\": false,\n      \"base_price_percentage\": 90,\n      \"fixed_price\": {\n        \"USD\": {\n          \"amount\": 100,\n          \"includes_tax\": false\n        },\n        \"GBP\": {\n          \"amount\": 90,\n          \"includes_tax\": true\n        }\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6e782f72-bafe-4254-bff6-e6e8368b75cd",
              "name": "Forbidden. The operation is forbidden on this entity.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "pricing-options",
                    ":pricing_option_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the pricing option.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "pricing_option_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"type\": \"subscription_offering_pricing_option\",\n    \"attributes\": {\n      \"external_ref\": \"abc123\",\n      \"name\": \"Monthly\",\n      \"description\": \"A monthly subscription.\",\n      \"billing_interval_type\": \"month\",\n      \"billing_frequency\": 1,\n      \"trial_period\": 7,\n      \"plan_length\": 12,\n      \"lead_time\": {\n        \"type\": \"week\",\n        \"time\": 14\n      },\n      \"notification_schedule\": [\n        {\n          \"name\": \"Daily billing run.\",\n          \"unit\": \"day\",\n          \"amount\": 100\n        },\n        {\n          \"name\": \"Daily billing run.\",\n          \"unit\": \"day\",\n          \"amount\": 100\n        }\n      ],\n      \"end_behavior\": \"close\",\n      \"can_pause\": false,\n      \"can_resume\": false,\n      \"can_cancel\": false,\n      \"base_price_percentage\": 90,\n      \"fixed_price\": {\n        \"USD\": {\n          \"amount\": 100,\n          \"includes_tax\": false\n        },\n        \"GBP\": {\n          \"amount\": 90,\n          \"includes_tax\": true\n        }\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Permission denied\",\n      \"status\": \"404\",\n      \"detail\": \"Permission denied: plan tenancy mismatch\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fd6f8f3e-20f4-48b5-80c4-131a8970c1e8",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "pricing-options",
                    ":pricing_option_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the pricing option.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "pricing_option_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"type\": \"subscription_offering_pricing_option\",\n    \"attributes\": {\n      \"external_ref\": \"abc123\",\n      \"name\": \"Monthly\",\n      \"description\": \"A monthly subscription.\",\n      \"billing_interval_type\": \"month\",\n      \"billing_frequency\": 1,\n      \"trial_period\": 7,\n      \"plan_length\": 12,\n      \"lead_time\": {\n        \"type\": \"week\",\n        \"time\": 14\n      },\n      \"notification_schedule\": [\n        {\n          \"name\": \"Daily billing run.\",\n          \"unit\": \"day\",\n          \"amount\": 100\n        },\n        {\n          \"name\": \"Daily billing run.\",\n          \"unit\": \"day\",\n          \"amount\": 100\n        }\n      ],\n      \"end_behavior\": \"close\",\n      \"can_pause\": false,\n      \"can_resume\": false,\n      \"can_cancel\": false,\n      \"base_price_percentage\": 90,\n      \"fixed_price\": {\n        \"USD\": {\n          \"amount\": 100,\n          \"includes_tax\": false\n        },\n        \"GBP\": {\n          \"amount\": 90,\n          \"includes_tax\": true\n        }\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"No plan found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5e77d5a4-af46-4e06-bf86-99aeef8e9fe7",
              "name": "Write conflict. Unable to perform the operation at this time.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "pricing-options",
                    ":pricing_option_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the pricing option.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "pricing_option_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"type\": \"subscription_offering_pricing_option\",\n    \"attributes\": {\n      \"external_ref\": \"abc123\",\n      \"name\": \"Monthly\",\n      \"description\": \"A monthly subscription.\",\n      \"billing_interval_type\": \"month\",\n      \"billing_frequency\": 1,\n      \"trial_period\": 7,\n      \"plan_length\": 12,\n      \"lead_time\": {\n        \"type\": \"week\",\n        \"time\": 14\n      },\n      \"notification_schedule\": [\n        {\n          \"name\": \"Daily billing run.\",\n          \"unit\": \"day\",\n          \"amount\": 100\n        },\n        {\n          \"name\": \"Daily billing run.\",\n          \"unit\": \"day\",\n          \"amount\": 100\n        }\n      ],\n      \"end_behavior\": \"close\",\n      \"can_pause\": false,\n      \"can_resume\": false,\n      \"can_cancel\": false,\n      \"base_price_percentage\": 90,\n      \"fixed_price\": {\n        \"USD\": {\n          \"amount\": 100,\n          \"includes_tax\": false\n        },\n        \"GBP\": {\n          \"amount\": 90,\n          \"includes_tax\": true\n        }\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Write Conflict\",\n      \"status\": \"409\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "09dd148d-30ff-4af1-8553-0717b5d6a0d6",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "pricing-options",
                    ":pricing_option_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the pricing option.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "pricing_option_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"type\": \"subscription_offering_pricing_option\",\n    \"attributes\": {\n      \"external_ref\": \"abc123\",\n      \"name\": \"Monthly\",\n      \"description\": \"A monthly subscription.\",\n      \"billing_interval_type\": \"month\",\n      \"billing_frequency\": 1,\n      \"trial_period\": 7,\n      \"plan_length\": 12,\n      \"lead_time\": {\n        \"type\": \"week\",\n        \"time\": 14\n      },\n      \"notification_schedule\": [\n        {\n          \"name\": \"Daily billing run.\",\n          \"unit\": \"day\",\n          \"amount\": 100\n        },\n        {\n          \"name\": \"Daily billing run.\",\n          \"unit\": \"day\",\n          \"amount\": 100\n        }\n      ],\n      \"end_behavior\": \"close\",\n      \"can_pause\": false,\n      \"can_resume\": false,\n      \"can_cancel\": false,\n      \"base_price_percentage\": 90,\n      \"fixed_price\": {\n        \"USD\": {\n          \"amount\": 100,\n          \"includes_tax\": false\n        },\n        \"GBP\": {\n          \"amount\": 90,\n          \"includes_tax\": true\n        }\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b8f7d863-d673-4c52-9f79-590dd81705ac",
          "name": "Remove a pricing option from an offering",
          "request": {
            "name": "Remove a pricing option from an offering",
            "description": {
              "content": "After saving an offering, you can remove pricing options from it at any time.\n\nRemoving a pricing option from an offering does not affect any existing active subscriptions. The changes take effect on all new subscriptions that are created.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "offerings",
                ":offering_uuid",
                "pricing-options",
                ":pricing_option_uuid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "offering_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the offering.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "pricing_option_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the pricing option.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "01c4c85a-214e-4226-966f-1b81074f068f",
              "name": "Success. The subscription pricing option is no longer associated with the offering.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "pricing-options",
                    ":pricing_option_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the pricing option.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "pricing_option_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "c122d18b-87f7-4f28-922d-a86410c12c45",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "pricing-options",
                    ":pricing_option_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the pricing option.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "pricing_option_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7a8893f0-1f2f-49b1-bc8a-bb5abae57376",
              "name": "Forbidden. The operation is forbidden on this entity.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "pricing-options",
                    ":pricing_option_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the pricing option.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "pricing_option_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Permission denied\",\n      \"status\": \"404\",\n      \"detail\": \"Permission denied: plan tenancy mismatch\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1bdd3c73-9a3d-46e6-89be-ca9e989d9e61",
          "name": "List an offering's features",
          "request": {
            "name": "List an offering's features",
            "description": {},
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "offerings",
                ":offering_uuid",
                "features"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "10"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "100"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "offering_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the offering.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "923e4dbe-abce-4135-9594-7f393feaa47d",
              "name": "Success. A list of subscription features attached to the offering is returned.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "features"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"type\": \"subscription_offering_feature\",\n      \"attributes\": {\n        \"name\": \"Digital library access\",\n        \"configuration\": {\n          \"type\": \"access\",\n          \"tag\": \"digital_library_access\"\n        },\n        \"external_ref\": \"abc123\",\n        \"description\": \"Access to over 100 ebooks via the digital library.\"\n      },\n      \"meta\": {\n        \"owner\": \"store\",\n        \"timestamps\": {\n          \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n        }\n      },\n      \"id\": \"11111111-2222-3333-4444-555555555555\",\n      \"relationships\": {\n        \"key_0\": {\n          \"data\": {\n            \"id\": \"11111111-2222-3333-4444-555555555555\",\n            \"type\": \"11111111-2222-3333-4444-555555555555\"\n          },\n          \"links\": {\n            \"related\": \"foo.bar\"\n          }\n        },\n        \"key_1\": {\n          \"data\": {\n            \"id\": \"11111111-2222-3333-4444-555555555555\",\n            \"type\": \"11111111-2222-3333-4444-555555555555\"\n          },\n          \"links\": {\n            \"related\": \"foo.bar\"\n          }\n        }\n      }\n    },\n    {\n      \"type\": \"subscription_offering_feature\",\n      \"attributes\": {\n        \"name\": \"Digital library access\",\n        \"configuration\": {\n          \"type\": \"access\",\n          \"tag\": \"digital_library_access\"\n        },\n        \"external_ref\": \"abc123\",\n        \"description\": \"Access to over 100 ebooks via the digital library.\"\n      },\n      \"meta\": {\n        \"owner\": \"store\",\n        \"timestamps\": {\n          \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n        }\n      },\n      \"id\": \"11111111-2222-3333-4444-555555555555\",\n      \"relationships\": {\n        \"key_0\": {\n          \"data\": {\n            \"id\": \"11111111-2222-3333-4444-555555555555\",\n            \"type\": \"11111111-2222-3333-4444-555555555555\"\n          },\n          \"links\": {\n            \"related\": \"foo.bar\"\n          }\n        }\n      }\n    }\n  ],\n  \"links\": {\n    \"key_0\": \"http://example.com/articles/1/comments\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a6adb005-2fbc-421d-9a9c-b757ba58d2bf",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "features"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"No plan found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "773d927e-44c2-40c8-a24c-ff2a0831c32e",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "features"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "71151c7a-2708-47e8-a77b-ec41fefd0218",
          "name": "Create a feature directly inside an offering",
          "request": {
            "name": "Create a feature directly inside an offering",
            "description": {
              "content": "After saving an offering, you can add new features to it at any time.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "offerings",
                ":offering_uuid",
                "features"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "offering_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the offering.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"subscription_offering_feature\",\n    \"attributes\": {\n      \"name\": \"Digital library access\",\n      \"configuration\": {\n        \"type\": \"access\",\n        \"tag\": \"digital_library_access\"\n      },\n      \"external_ref\": \"abc123\",\n      \"description\": \"Access to over 100 ebooks via the digital library.\"\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "8a2c55ba-6fec-4741-9302-68ccc9524be4",
              "name": "Success. The feature is created.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "features"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"subscription_offering_feature\",\n    \"attributes\": {\n      \"name\": \"Digital library access\",\n      \"configuration\": {\n        \"type\": \"access\",\n        \"tag\": \"digital_library_access\"\n      },\n      \"external_ref\": \"abc123\",\n      \"description\": \"Access to over 100 ebooks via the digital library.\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"subscription_offering_feature\",\n    \"attributes\": {\n      \"name\": \"Digital library access\",\n      \"configuration\": {\n        \"type\": \"access\",\n        \"tag\": \"digital_library_access\"\n      },\n      \"external_ref\": \"abc123\",\n      \"description\": \"Access to over 100 ebooks via the digital library.\"\n    },\n    \"meta\": {\n      \"owner\": \"store\",\n      \"timestamps\": {\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n      }\n    },\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"relationships\": {\n      \"key_0\": {\n        \"data\": {\n          \"id\": \"11111111-2222-3333-4444-555555555555\",\n          \"type\": \"11111111-2222-3333-4444-555555555555\"\n        },\n        \"links\": {\n          \"related\": \"foo.bar\"\n        }\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fe6382d7-becc-49ea-9ae6-50fe0f557618",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "features"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"subscription_offering_feature\",\n    \"attributes\": {\n      \"name\": \"Digital library access\",\n      \"configuration\": {\n        \"type\": \"access\",\n        \"tag\": \"digital_library_access\"\n      },\n      \"external_ref\": \"abc123\",\n      \"description\": \"Access to over 100 ebooks via the digital library.\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4b99c895-8ed7-4ef1-9b3f-fc7b6ddfb592",
              "name": "Forbidden. The operation is forbidden on this entity.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "features"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"subscription_offering_feature\",\n    \"attributes\": {\n      \"name\": \"Digital library access\",\n      \"configuration\": {\n        \"type\": \"access\",\n        \"tag\": \"digital_library_access\"\n      },\n      \"external_ref\": \"abc123\",\n      \"description\": \"Access to over 100 ebooks via the digital library.\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Permission denied\",\n      \"status\": \"404\",\n      \"detail\": \"Permission denied: plan tenancy mismatch\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "99a47d0c-ad6f-4887-af82-25fdfea7e040",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "features"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"subscription_offering_feature\",\n    \"attributes\": {\n      \"name\": \"Digital library access\",\n      \"configuration\": {\n        \"type\": \"access\",\n        \"tag\": \"digital_library_access\"\n      },\n      \"external_ref\": \"abc123\",\n      \"description\": \"Access to over 100 ebooks via the digital library.\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"No plan found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "14d61302-231a-482d-8f3a-e4c6f61cecd0",
              "name": "Write conflict. Unable to perform the operation at this time.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "features"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"subscription_offering_feature\",\n    \"attributes\": {\n      \"name\": \"Digital library access\",\n      \"configuration\": {\n        \"type\": \"access\",\n        \"tag\": \"digital_library_access\"\n      },\n      \"external_ref\": \"abc123\",\n      \"description\": \"Access to over 100 ebooks via the digital library.\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Write Conflict\",\n      \"status\": \"409\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "974257f5-a41d-4d78-b97e-4a8273ab75c3",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "features"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"subscription_offering_feature\",\n    \"attributes\": {\n      \"name\": \"Digital library access\",\n      \"configuration\": {\n        \"type\": \"access\",\n        \"tag\": \"digital_library_access\"\n      },\n      \"external_ref\": \"abc123\",\n      \"description\": \"Access to over 100 ebooks via the digital library.\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3f44bacf-208e-4faf-9efd-f867e6442e81",
          "name": "List an offering's plans",
          "request": {
            "name": "List an offering's plans",
            "description": {},
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "offerings",
                ":offering_uuid",
                "plans"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "10"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "100"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "offering_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the offering.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "2da13d7d-431d-4db6-95c9-a40d0e13d7c6",
              "name": "Success. A list of subscription plans attached to the offering is returned.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "plans"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"type\": \"subscription_offering_plan\",\n      \"attributes\": {\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"feature_configurations\": {\n          \"key_0\": {\n            \"type\": \"access\"\n          },\n          \"key_1\": {\n            \"type\": \"access\"\n          }\n        },\n        \"name\": \"Magazine\",\n        \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"external_ref\": \"abc123\",\n        \"description\": \"A lovely magazine that is published every month.\",\n        \"sku\": \"MAGAZINE1\",\n        \"main_image\": \"https://magazine.com/cover.jpg\",\n        \"price\": {\n          \"USD\": {\n            \"amount\": 100,\n            \"includes_tax\": false\n          },\n          \"GBP\": {\n            \"amount\": 90,\n            \"includes_tax\": true\n          }\n        },\n        \"price_units\": {\n          \"unit\": \"day\",\n          \"amount\": 7\n        },\n        \"custom_attributes\": {\n          \"key_0\": \"string\",\n          \"key_1\": \"string\",\n          \"key_2\": \"string\"\n        }\n      },\n      \"meta\": {\n        \"owner\": \"store\",\n        \"timestamps\": {\n          \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n        },\n        \"prices\": {\n          \"key_0\": {\n            \"price\": {\n              \"USD\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"GBP\": {\n                \"amount\": 90,\n                \"includes_tax\": true\n              }\n            },\n            \"display_price\": {\n              \"without_tax\": {\n                \"amount\": 100,\n                \"currency\": \"USD\",\n                \"formatted\": \"$1.00\"\n              },\n              \"with_tax\": {\n                \"amount\": 110,\n                \"currency\": \"USD\",\n                \"formatted\": \"$1.10\"\n              },\n              \"tax\": {\n                \"amount\": 10,\n                \"currency\": \"USD\",\n                \"formatted\": \"$0.10\"\n              }\n            }\n          },\n          \"key_1\": {\n            \"price\": {\n              \"USD\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"GBP\": {\n                \"amount\": 90,\n                \"includes_tax\": true\n              }\n            },\n            \"display_price\": {\n              \"without_tax\": {\n                \"amount\": 100,\n                \"currency\": \"USD\",\n                \"formatted\": \"$1.00\"\n              },\n              \"with_tax\": {\n                \"amount\": 110,\n                \"currency\": \"USD\",\n                \"formatted\": \"$1.10\"\n              },\n              \"tax\": {\n                \"amount\": 10,\n                \"currency\": \"USD\",\n                \"formatted\": \"$0.10\"\n              }\n            }\n          },\n          \"key_2\": {\n            \"price\": {\n              \"USD\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"GBP\": {\n                \"amount\": 90,\n                \"includes_tax\": true\n              }\n            },\n            \"display_price\": {\n              \"without_tax\": {\n                \"amount\": 100,\n                \"currency\": \"USD\",\n                \"formatted\": \"$1.00\"\n              },\n              \"with_tax\": {\n                \"amount\": 110,\n                \"currency\": \"USD\",\n                \"formatted\": \"$1.10\"\n              },\n              \"tax\": {\n                \"amount\": 10,\n                \"currency\": \"USD\",\n                \"formatted\": \"$0.10\"\n              }\n            }\n          }\n        },\n        \"display_price\": {\n          \"without_tax\": {\n            \"amount\": 100,\n            \"currency\": \"USD\",\n            \"formatted\": \"$1.00\"\n          },\n          \"with_tax\": {\n            \"amount\": 110,\n            \"currency\": \"USD\",\n            \"formatted\": \"$1.10\"\n          },\n          \"tax\": {\n            \"amount\": 10,\n            \"currency\": \"USD\",\n            \"formatted\": \"$0.10\"\n          }\n        },\n        \"active_plan\": true\n      },\n      \"id\": \"11111111-2222-3333-4444-555555555555\",\n      \"relationships\": {\n        \"key_0\": {\n          \"data\": {\n            \"id\": \"11111111-2222-3333-4444-555555555555\",\n            \"type\": \"11111111-2222-3333-4444-555555555555\"\n          },\n          \"links\": {\n            \"related\": \"foo.bar\"\n          }\n        }\n      }\n    },\n    {\n      \"type\": \"subscription_offering_plan\",\n      \"attributes\": {\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"feature_configurations\": {\n          \"key_0\": {\n            \"type\": \"access\"\n          }\n        },\n        \"name\": \"Magazine\",\n        \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"external_ref\": \"abc123\",\n        \"description\": \"A lovely magazine that is published every month.\",\n        \"sku\": \"MAGAZINE1\",\n        \"main_image\": \"https://magazine.com/cover.jpg\",\n        \"price\": {\n          \"USD\": {\n            \"amount\": 100,\n            \"includes_tax\": false\n          },\n          \"GBP\": {\n            \"amount\": 90,\n            \"includes_tax\": true\n          }\n        },\n        \"price_units\": {\n          \"unit\": \"day\",\n          \"amount\": 7\n        },\n        \"custom_attributes\": {\n          \"key_0\": \"string\",\n          \"key_1\": \"string\"\n        }\n      },\n      \"meta\": {\n        \"owner\": \"store\",\n        \"timestamps\": {\n          \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n        },\n        \"prices\": {\n          \"key_0\": {\n            \"price\": {\n              \"USD\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"GBP\": {\n                \"amount\": 90,\n                \"includes_tax\": true\n              }\n            },\n            \"display_price\": {\n              \"without_tax\": {\n                \"amount\": 100,\n                \"currency\": \"USD\",\n                \"formatted\": \"$1.00\"\n              },\n              \"with_tax\": {\n                \"amount\": 110,\n                \"currency\": \"USD\",\n                \"formatted\": \"$1.10\"\n              },\n              \"tax\": {\n                \"amount\": 10,\n                \"currency\": \"USD\",\n                \"formatted\": \"$0.10\"\n              }\n            }\n          },\n          \"key_1\": {\n            \"price\": {\n              \"USD\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"GBP\": {\n                \"amount\": 90,\n                \"includes_tax\": true\n              }\n            },\n            \"display_price\": {\n              \"without_tax\": {\n                \"amount\": 100,\n                \"currency\": \"USD\",\n                \"formatted\": \"$1.00\"\n              },\n              \"with_tax\": {\n                \"amount\": 110,\n                \"currency\": \"USD\",\n                \"formatted\": \"$1.10\"\n              },\n              \"tax\": {\n                \"amount\": 10,\n                \"currency\": \"USD\",\n                \"formatted\": \"$0.10\"\n              }\n            }\n          }\n        },\n        \"display_price\": {\n          \"without_tax\": {\n            \"amount\": 100,\n            \"currency\": \"USD\",\n            \"formatted\": \"$1.00\"\n          },\n          \"with_tax\": {\n            \"amount\": 110,\n            \"currency\": \"USD\",\n            \"formatted\": \"$1.10\"\n          },\n          \"tax\": {\n            \"amount\": 10,\n            \"currency\": \"USD\",\n            \"formatted\": \"$0.10\"\n          }\n        },\n        \"active_plan\": true\n      },\n      \"id\": \"11111111-2222-3333-4444-555555555555\",\n      \"relationships\": {\n        \"key_0\": {\n          \"data\": {\n            \"id\": \"11111111-2222-3333-4444-555555555555\",\n            \"type\": \"11111111-2222-3333-4444-555555555555\"\n          },\n          \"links\": {\n            \"related\": \"foo.bar\"\n          }\n        }\n      }\n    }\n  ],\n  \"links\": {\n    \"key_0\": \"http://example.com/articles/1/comments\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0e78a1a6-9353-46de-952d-aa50b15269de",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "plans"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"No plan found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "de1cd68b-372d-4bd4-9544-87357433ada7",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "plans"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "65927e1b-ac03-4498-8b87-adc748b30f44",
          "name": "Create a plan inside an offering",
          "request": {
            "name": "Create a plan inside an offering",
            "description": {
              "content": "After saving an offering, you can add new plans to it at any time.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "offerings",
                ":offering_uuid",
                "plans"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "offering_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the offering.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"subscription_offering_plan\",\n    \"attributes\": {\n      \"name\": \"Magazine\",\n      \"external_ref\": \"abc123\",\n      \"description\": \"A lovely magazine that is published every month.\",\n      \"sku\": \"MAGAZINE1\",\n      \"main_image\": \"https://magazine.com/cover.jpg\",\n      \"price\": {\n        \"USD\": {\n          \"amount\": 100,\n          \"includes_tax\": false\n        },\n        \"GBP\": {\n          \"amount\": 90,\n          \"includes_tax\": true\n        }\n      },\n      \"price_units\": {\n        \"unit\": \"day\",\n        \"amount\": 7\n      },\n      \"feature_configurations\": {\n        \"key_0\": {\n          \"type\": \"access\"\n        }\n      },\n      \"custom_attributes\": {\n        \"key_0\": \"string\",\n        \"key_1\": \"string\",\n        \"key_2\": \"string\",\n        \"key_3\": \"string\",\n        \"key_4\": \"string\",\n        \"key_5\": \"string\",\n        \"key_6\": \"string\",\n        \"key_7\": \"string\",\n        \"key_8\": \"string\",\n        \"key_9\": \"string\",\n        \"key_10\": \"string\",\n        \"key_11\": \"string\",\n        \"key_12\": \"string\",\n        \"key_13\": \"string\",\n        \"key_14\": \"string\",\n        \"key_15\": \"string\",\n        \"key_16\": \"string\",\n        \"key_17\": \"string\",\n        \"key_18\": \"string\",\n        \"key_19\": \"string\",\n        \"key_20\": \"string\",\n        \"key_21\": \"string\",\n        \"key_22\": \"string\",\n        \"key_23\": \"string\",\n        \"key_24\": \"string\",\n        \"key_25\": \"string\",\n        \"key_26\": \"string\",\n        \"key_27\": \"string\",\n        \"key_28\": \"string\",\n        \"key_29\": \"string\",\n        \"key_30\": \"string\"\n      }\n    },\n    \"relationships\": {\n      \"key_0\": {\n        \"data\": {\n          \"id\": \"11111111-2222-3333-4444-555555555555\",\n          \"type\": \"11111111-2222-3333-4444-555555555555\"\n        },\n        \"links\": {\n          \"related\": \"foo.bar\"\n        }\n      }\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "ca615ed7-fbe8-4a35-b8e1-5d00a5ce5242",
              "name": "Success. The plan is created.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "plans"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"subscription_offering_plan\",\n    \"attributes\": {\n      \"name\": \"Magazine\",\n      \"external_ref\": \"abc123\",\n      \"description\": \"A lovely magazine that is published every month.\",\n      \"sku\": \"MAGAZINE1\",\n      \"main_image\": \"https://magazine.com/cover.jpg\",\n      \"price\": {\n        \"USD\": {\n          \"amount\": 100,\n          \"includes_tax\": false\n        },\n        \"GBP\": {\n          \"amount\": 90,\n          \"includes_tax\": true\n        }\n      },\n      \"price_units\": {\n        \"unit\": \"day\",\n        \"amount\": 7\n      },\n      \"feature_configurations\": {\n        \"key_0\": {\n          \"type\": \"access\"\n        }\n      },\n      \"custom_attributes\": {\n        \"key_0\": \"string\",\n        \"key_1\": \"string\",\n        \"key_2\": \"string\",\n        \"key_3\": \"string\",\n        \"key_4\": \"string\",\n        \"key_5\": \"string\",\n        \"key_6\": \"string\",\n        \"key_7\": \"string\",\n        \"key_8\": \"string\",\n        \"key_9\": \"string\",\n        \"key_10\": \"string\",\n        \"key_11\": \"string\",\n        \"key_12\": \"string\",\n        \"key_13\": \"string\",\n        \"key_14\": \"string\",\n        \"key_15\": \"string\",\n        \"key_16\": \"string\",\n        \"key_17\": \"string\",\n        \"key_18\": \"string\",\n        \"key_19\": \"string\",\n        \"key_20\": \"string\",\n        \"key_21\": \"string\",\n        \"key_22\": \"string\",\n        \"key_23\": \"string\",\n        \"key_24\": \"string\",\n        \"key_25\": \"string\",\n        \"key_26\": \"string\",\n        \"key_27\": \"string\",\n        \"key_28\": \"string\",\n        \"key_29\": \"string\",\n        \"key_30\": \"string\"\n      }\n    },\n    \"relationships\": {\n      \"key_0\": {\n        \"data\": {\n          \"id\": \"11111111-2222-3333-4444-555555555555\",\n          \"type\": \"11111111-2222-3333-4444-555555555555\"\n        },\n        \"links\": {\n          \"related\": \"foo.bar\"\n        }\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"subscription_offering_plan\",\n    \"attributes\": {\n      \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n      \"feature_configurations\": {\n        \"key_0\": {\n          \"type\": \"access\"\n        },\n        \"key_1\": {\n          \"type\": \"access\"\n        }\n      },\n      \"name\": \"Magazine\",\n      \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n      \"external_ref\": \"abc123\",\n      \"description\": \"A lovely magazine that is published every month.\",\n      \"sku\": \"MAGAZINE1\",\n      \"main_image\": \"https://magazine.com/cover.jpg\",\n      \"price\": {\n        \"USD\": {\n          \"amount\": 100,\n          \"includes_tax\": false\n        },\n        \"GBP\": {\n          \"amount\": 90,\n          \"includes_tax\": true\n        }\n      },\n      \"price_units\": {\n        \"unit\": \"day\",\n        \"amount\": 7\n      },\n      \"custom_attributes\": {\n        \"key_0\": \"string\"\n      }\n    },\n    \"meta\": {\n      \"owner\": \"store\",\n      \"timestamps\": {\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n      },\n      \"prices\": {\n        \"key_0\": {\n          \"price\": {\n            \"USD\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"GBP\": {\n              \"amount\": 90,\n              \"includes_tax\": true\n            }\n          },\n          \"display_price\": {\n            \"without_tax\": {\n              \"amount\": 100,\n              \"currency\": \"USD\",\n              \"formatted\": \"$1.00\"\n            },\n            \"with_tax\": {\n              \"amount\": 110,\n              \"currency\": \"USD\",\n              \"formatted\": \"$1.10\"\n            },\n            \"tax\": {\n              \"amount\": 10,\n              \"currency\": \"USD\",\n              \"formatted\": \"$0.10\"\n            }\n          }\n        }\n      },\n      \"display_price\": {\n        \"without_tax\": {\n          \"amount\": 100,\n          \"currency\": \"USD\",\n          \"formatted\": \"$1.00\"\n        },\n        \"with_tax\": {\n          \"amount\": 110,\n          \"currency\": \"USD\",\n          \"formatted\": \"$1.10\"\n        },\n        \"tax\": {\n          \"amount\": 10,\n          \"currency\": \"USD\",\n          \"formatted\": \"$0.10\"\n        }\n      },\n      \"active_plan\": true\n    },\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"relationships\": {\n      \"key_0\": {\n        \"data\": {\n          \"id\": \"11111111-2222-3333-4444-555555555555\",\n          \"type\": \"11111111-2222-3333-4444-555555555555\"\n        },\n        \"links\": {\n          \"related\": \"foo.bar\"\n        }\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1766b3b1-3a75-4606-8364-43785980269a",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "plans"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"subscription_offering_plan\",\n    \"attributes\": {\n      \"name\": \"Magazine\",\n      \"external_ref\": \"abc123\",\n      \"description\": \"A lovely magazine that is published every month.\",\n      \"sku\": \"MAGAZINE1\",\n      \"main_image\": \"https://magazine.com/cover.jpg\",\n      \"price\": {\n        \"USD\": {\n          \"amount\": 100,\n          \"includes_tax\": false\n        },\n        \"GBP\": {\n          \"amount\": 90,\n          \"includes_tax\": true\n        }\n      },\n      \"price_units\": {\n        \"unit\": \"day\",\n        \"amount\": 7\n      },\n      \"feature_configurations\": {\n        \"key_0\": {\n          \"type\": \"access\"\n        }\n      },\n      \"custom_attributes\": {\n        \"key_0\": \"string\",\n        \"key_1\": \"string\",\n        \"key_2\": \"string\",\n        \"key_3\": \"string\",\n        \"key_4\": \"string\",\n        \"key_5\": \"string\",\n        \"key_6\": \"string\",\n        \"key_7\": \"string\",\n        \"key_8\": \"string\",\n        \"key_9\": \"string\",\n        \"key_10\": \"string\",\n        \"key_11\": \"string\",\n        \"key_12\": \"string\",\n        \"key_13\": \"string\",\n        \"key_14\": \"string\",\n        \"key_15\": \"string\",\n        \"key_16\": \"string\",\n        \"key_17\": \"string\",\n        \"key_18\": \"string\",\n        \"key_19\": \"string\",\n        \"key_20\": \"string\",\n        \"key_21\": \"string\",\n        \"key_22\": \"string\",\n        \"key_23\": \"string\",\n        \"key_24\": \"string\",\n        \"key_25\": \"string\",\n        \"key_26\": \"string\",\n        \"key_27\": \"string\",\n        \"key_28\": \"string\",\n        \"key_29\": \"string\",\n        \"key_30\": \"string\"\n      }\n    },\n    \"relationships\": {\n      \"key_0\": {\n        \"data\": {\n          \"id\": \"11111111-2222-3333-4444-555555555555\",\n          \"type\": \"11111111-2222-3333-4444-555555555555\"\n        },\n        \"links\": {\n          \"related\": \"foo.bar\"\n        }\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cdabed2e-27d6-4241-8012-7200f18d9628",
              "name": "Forbidden. The operation is forbidden on this entity.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "plans"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"subscription_offering_plan\",\n    \"attributes\": {\n      \"name\": \"Magazine\",\n      \"external_ref\": \"abc123\",\n      \"description\": \"A lovely magazine that is published every month.\",\n      \"sku\": \"MAGAZINE1\",\n      \"main_image\": \"https://magazine.com/cover.jpg\",\n      \"price\": {\n        \"USD\": {\n          \"amount\": 100,\n          \"includes_tax\": false\n        },\n        \"GBP\": {\n          \"amount\": 90,\n          \"includes_tax\": true\n        }\n      },\n      \"price_units\": {\n        \"unit\": \"day\",\n        \"amount\": 7\n      },\n      \"feature_configurations\": {\n        \"key_0\": {\n          \"type\": \"access\"\n        }\n      },\n      \"custom_attributes\": {\n        \"key_0\": \"string\",\n        \"key_1\": \"string\",\n        \"key_2\": \"string\",\n        \"key_3\": \"string\",\n        \"key_4\": \"string\",\n        \"key_5\": \"string\",\n        \"key_6\": \"string\",\n        \"key_7\": \"string\",\n        \"key_8\": \"string\",\n        \"key_9\": \"string\",\n        \"key_10\": \"string\",\n        \"key_11\": \"string\",\n        \"key_12\": \"string\",\n        \"key_13\": \"string\",\n        \"key_14\": \"string\",\n        \"key_15\": \"string\",\n        \"key_16\": \"string\",\n        \"key_17\": \"string\",\n        \"key_18\": \"string\",\n        \"key_19\": \"string\",\n        \"key_20\": \"string\",\n        \"key_21\": \"string\",\n        \"key_22\": \"string\",\n        \"key_23\": \"string\",\n        \"key_24\": \"string\",\n        \"key_25\": \"string\",\n        \"key_26\": \"string\",\n        \"key_27\": \"string\",\n        \"key_28\": \"string\",\n        \"key_29\": \"string\",\n        \"key_30\": \"string\"\n      }\n    },\n    \"relationships\": {\n      \"key_0\": {\n        \"data\": {\n          \"id\": \"11111111-2222-3333-4444-555555555555\",\n          \"type\": \"11111111-2222-3333-4444-555555555555\"\n        },\n        \"links\": {\n          \"related\": \"foo.bar\"\n        }\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Permission denied\",\n      \"status\": \"404\",\n      \"detail\": \"Permission denied: plan tenancy mismatch\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8db689c2-953f-4f17-96e1-b52526009f1e",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "plans"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"subscription_offering_plan\",\n    \"attributes\": {\n      \"name\": \"Magazine\",\n      \"external_ref\": \"abc123\",\n      \"description\": \"A lovely magazine that is published every month.\",\n      \"sku\": \"MAGAZINE1\",\n      \"main_image\": \"https://magazine.com/cover.jpg\",\n      \"price\": {\n        \"USD\": {\n          \"amount\": 100,\n          \"includes_tax\": false\n        },\n        \"GBP\": {\n          \"amount\": 90,\n          \"includes_tax\": true\n        }\n      },\n      \"price_units\": {\n        \"unit\": \"day\",\n        \"amount\": 7\n      },\n      \"feature_configurations\": {\n        \"key_0\": {\n          \"type\": \"access\"\n        }\n      },\n      \"custom_attributes\": {\n        \"key_0\": \"string\",\n        \"key_1\": \"string\",\n        \"key_2\": \"string\",\n        \"key_3\": \"string\",\n        \"key_4\": \"string\",\n        \"key_5\": \"string\",\n        \"key_6\": \"string\",\n        \"key_7\": \"string\",\n        \"key_8\": \"string\",\n        \"key_9\": \"string\",\n        \"key_10\": \"string\",\n        \"key_11\": \"string\",\n        \"key_12\": \"string\",\n        \"key_13\": \"string\",\n        \"key_14\": \"string\",\n        \"key_15\": \"string\",\n        \"key_16\": \"string\",\n        \"key_17\": \"string\",\n        \"key_18\": \"string\",\n        \"key_19\": \"string\",\n        \"key_20\": \"string\",\n        \"key_21\": \"string\",\n        \"key_22\": \"string\",\n        \"key_23\": \"string\",\n        \"key_24\": \"string\",\n        \"key_25\": \"string\",\n        \"key_26\": \"string\",\n        \"key_27\": \"string\",\n        \"key_28\": \"string\",\n        \"key_29\": \"string\",\n        \"key_30\": \"string\"\n      }\n    },\n    \"relationships\": {\n      \"key_0\": {\n        \"data\": {\n          \"id\": \"11111111-2222-3333-4444-555555555555\",\n          \"type\": \"11111111-2222-3333-4444-555555555555\"\n        },\n        \"links\": {\n          \"related\": \"foo.bar\"\n        }\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"No plan found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "01edb6f8-76f7-4af4-b313-587a7448fa1b",
              "name": "Write conflict. Unable to perform the operation at this time.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "plans"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"subscription_offering_plan\",\n    \"attributes\": {\n      \"name\": \"Magazine\",\n      \"external_ref\": \"abc123\",\n      \"description\": \"A lovely magazine that is published every month.\",\n      \"sku\": \"MAGAZINE1\",\n      \"main_image\": \"https://magazine.com/cover.jpg\",\n      \"price\": {\n        \"USD\": {\n          \"amount\": 100,\n          \"includes_tax\": false\n        },\n        \"GBP\": {\n          \"amount\": 90,\n          \"includes_tax\": true\n        }\n      },\n      \"price_units\": {\n        \"unit\": \"day\",\n        \"amount\": 7\n      },\n      \"feature_configurations\": {\n        \"key_0\": {\n          \"type\": \"access\"\n        }\n      },\n      \"custom_attributes\": {\n        \"key_0\": \"string\",\n        \"key_1\": \"string\",\n        \"key_2\": \"string\",\n        \"key_3\": \"string\",\n        \"key_4\": \"string\",\n        \"key_5\": \"string\",\n        \"key_6\": \"string\",\n        \"key_7\": \"string\",\n        \"key_8\": \"string\",\n        \"key_9\": \"string\",\n        \"key_10\": \"string\",\n        \"key_11\": \"string\",\n        \"key_12\": \"string\",\n        \"key_13\": \"string\",\n        \"key_14\": \"string\",\n        \"key_15\": \"string\",\n        \"key_16\": \"string\",\n        \"key_17\": \"string\",\n        \"key_18\": \"string\",\n        \"key_19\": \"string\",\n        \"key_20\": \"string\",\n        \"key_21\": \"string\",\n        \"key_22\": \"string\",\n        \"key_23\": \"string\",\n        \"key_24\": \"string\",\n        \"key_25\": \"string\",\n        \"key_26\": \"string\",\n        \"key_27\": \"string\",\n        \"key_28\": \"string\",\n        \"key_29\": \"string\",\n        \"key_30\": \"string\"\n      }\n    },\n    \"relationships\": {\n      \"key_0\": {\n        \"data\": {\n          \"id\": \"11111111-2222-3333-4444-555555555555\",\n          \"type\": \"11111111-2222-3333-4444-555555555555\"\n        },\n        \"links\": {\n          \"related\": \"foo.bar\"\n        }\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Write Conflict\",\n      \"status\": \"409\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "181e2a49-7915-4a39-9e8c-1bd52305ee7f",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "plans"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"subscription_offering_plan\",\n    \"attributes\": {\n      \"name\": \"Magazine\",\n      \"external_ref\": \"abc123\",\n      \"description\": \"A lovely magazine that is published every month.\",\n      \"sku\": \"MAGAZINE1\",\n      \"main_image\": \"https://magazine.com/cover.jpg\",\n      \"price\": {\n        \"USD\": {\n          \"amount\": 100,\n          \"includes_tax\": false\n        },\n        \"GBP\": {\n          \"amount\": 90,\n          \"includes_tax\": true\n        }\n      },\n      \"price_units\": {\n        \"unit\": \"day\",\n        \"amount\": 7\n      },\n      \"feature_configurations\": {\n        \"key_0\": {\n          \"type\": \"access\"\n        }\n      },\n      \"custom_attributes\": {\n        \"key_0\": \"string\",\n        \"key_1\": \"string\",\n        \"key_2\": \"string\",\n        \"key_3\": \"string\",\n        \"key_4\": \"string\",\n        \"key_5\": \"string\",\n        \"key_6\": \"string\",\n        \"key_7\": \"string\",\n        \"key_8\": \"string\",\n        \"key_9\": \"string\",\n        \"key_10\": \"string\",\n        \"key_11\": \"string\",\n        \"key_12\": \"string\",\n        \"key_13\": \"string\",\n        \"key_14\": \"string\",\n        \"key_15\": \"string\",\n        \"key_16\": \"string\",\n        \"key_17\": \"string\",\n        \"key_18\": \"string\",\n        \"key_19\": \"string\",\n        \"key_20\": \"string\",\n        \"key_21\": \"string\",\n        \"key_22\": \"string\",\n        \"key_23\": \"string\",\n        \"key_24\": \"string\",\n        \"key_25\": \"string\",\n        \"key_26\": \"string\",\n        \"key_27\": \"string\",\n        \"key_28\": \"string\",\n        \"key_29\": \"string\",\n        \"key_30\": \"string\"\n      }\n    },\n    \"relationships\": {\n      \"key_0\": {\n        \"data\": {\n          \"id\": \"11111111-2222-3333-4444-555555555555\",\n          \"type\": \"11111111-2222-3333-4444-555555555555\"\n        },\n        \"links\": {\n          \"related\": \"foo.bar\"\n        }\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a439f897-eccc-46cb-9870-60b8c67a757a",
          "name": "Get a plan in an offering",
          "request": {
            "name": "Get a plan in an offering",
            "description": {},
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "offerings",
                ":offering_uuid",
                "plans",
                ":plan_uuid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "offering_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the offering.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "plan_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the plan.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "089ed9b9-4206-4cb2-87d6-2a3f546238e8",
              "name": "Success. The details of the plan are returned.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "plans",
                    ":plan_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the plan.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "plan_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"subscription_offering_plan\",\n    \"attributes\": {\n      \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n      \"feature_configurations\": {\n        \"key_0\": {\n          \"type\": \"access\"\n        },\n        \"key_1\": {\n          \"type\": \"access\"\n        }\n      },\n      \"name\": \"Magazine\",\n      \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n      \"external_ref\": \"abc123\",\n      \"description\": \"A lovely magazine that is published every month.\",\n      \"sku\": \"MAGAZINE1\",\n      \"main_image\": \"https://magazine.com/cover.jpg\",\n      \"price\": {\n        \"USD\": {\n          \"amount\": 100,\n          \"includes_tax\": false\n        },\n        \"GBP\": {\n          \"amount\": 90,\n          \"includes_tax\": true\n        }\n      },\n      \"price_units\": {\n        \"unit\": \"day\",\n        \"amount\": 7\n      },\n      \"custom_attributes\": {\n        \"key_0\": \"string\"\n      }\n    },\n    \"meta\": {\n      \"owner\": \"store\",\n      \"timestamps\": {\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n      },\n      \"prices\": {\n        \"key_0\": {\n          \"price\": {\n            \"USD\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"GBP\": {\n              \"amount\": 90,\n              \"includes_tax\": true\n            }\n          },\n          \"display_price\": {\n            \"without_tax\": {\n              \"amount\": 100,\n              \"currency\": \"USD\",\n              \"formatted\": \"$1.00\"\n            },\n            \"with_tax\": {\n              \"amount\": 110,\n              \"currency\": \"USD\",\n              \"formatted\": \"$1.10\"\n            },\n            \"tax\": {\n              \"amount\": 10,\n              \"currency\": \"USD\",\n              \"formatted\": \"$0.10\"\n            }\n          }\n        }\n      },\n      \"display_price\": {\n        \"without_tax\": {\n          \"amount\": 100,\n          \"currency\": \"USD\",\n          \"formatted\": \"$1.00\"\n        },\n        \"with_tax\": {\n          \"amount\": 110,\n          \"currency\": \"USD\",\n          \"formatted\": \"$1.10\"\n        },\n        \"tax\": {\n          \"amount\": 10,\n          \"currency\": \"USD\",\n          \"formatted\": \"$0.10\"\n        }\n      },\n      \"active_plan\": true\n    },\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"relationships\": {\n      \"key_0\": {\n        \"data\": {\n          \"id\": \"11111111-2222-3333-4444-555555555555\",\n          \"type\": \"11111111-2222-3333-4444-555555555555\"\n        },\n        \"links\": {\n          \"related\": \"foo.bar\"\n        }\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "26a2688a-d5aa-4a09-ada6-94beeb03a1dd",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "plans",
                    ":plan_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the plan.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "plan_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7628c937-3498-43f0-963b-8e117655092d",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "plans",
                    ":plan_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the plan.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "plan_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"No plan found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "581f1a4d-ab6b-4932-b94e-00c02f8f6a39",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "plans",
                    ":plan_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the plan.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "plan_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4469c207-992c-489b-a77a-b2a4b97e9f12",
          "name": "Update a plan in an offering",
          "request": {
            "name": "Update a plan in an offering",
            "description": {
              "content": "Use the unique identifier of the plan in the offering that you want to update. Any modifications that you make to the plans in an offering, does not affect any active subscriptions. The changes take effect on all new subscriptions that are created.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "offerings",
                ":offering_uuid",
                "plans",
                ":plan_uuid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "offering_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the offering.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "plan_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the plan.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"type\": \"subscription_offering_plan\",\n    \"attributes\": {\n      \"external_ref\": \"abc123\",\n      \"name\": \"Magazine\",\n      \"description\": \"A lovely magazine that is published every month.\",\n      \"sku\": \"MAGAZINE1\",\n      \"main_image\": \"https://magazine.com/cover.jpg\",\n      \"price\": {\n        \"USD\": {\n          \"amount\": 100,\n          \"includes_tax\": false\n        },\n        \"GBP\": {\n          \"amount\": 90,\n          \"includes_tax\": true\n        }\n      },\n      \"price_units\": {\n        \"unit\": \"day\",\n        \"amount\": 7\n      },\n      \"feature_configurations\": {\n        \"key_0\": {\n          \"type\": \"access\"\n        },\n        \"key_1\": {\n          \"type\": \"access\"\n        },\n        \"key_2\": {\n          \"type\": \"access\"\n        }\n      },\n      \"custom_attributes\": {\n        \"key_0\": \"string\",\n        \"key_1\": \"string\",\n        \"key_2\": \"string\",\n        \"key_3\": \"string\",\n        \"key_4\": \"string\",\n        \"key_5\": \"string\",\n        \"key_6\": \"string\",\n        \"key_7\": \"string\",\n        \"key_8\": \"string\",\n        \"key_9\": \"string\",\n        \"key_10\": \"string\",\n        \"key_11\": \"string\",\n        \"key_12\": \"string\",\n        \"key_13\": \"string\",\n        \"key_14\": \"string\",\n        \"key_15\": \"string\",\n        \"key_16\": \"string\",\n        \"key_17\": \"string\",\n        \"key_18\": \"string\",\n        \"key_19\": \"string\",\n        \"key_20\": \"string\",\n        \"key_21\": \"string\",\n        \"key_22\": \"string\",\n        \"key_23\": \"string\",\n        \"key_24\": \"string\",\n        \"key_25\": \"string\",\n        \"key_26\": \"string\",\n        \"key_27\": \"string\",\n        \"key_28\": \"string\",\n        \"key_29\": \"string\",\n        \"key_30\": \"string\",\n        \"key_31\": \"string\",\n        \"key_32\": \"string\",\n        \"key_33\": \"string\",\n        \"key_34\": \"string\",\n        \"key_35\": \"string\",\n        \"key_36\": \"string\",\n        \"key_37\": \"string\",\n        \"key_38\": \"string\",\n        \"key_39\": \"string\",\n        \"key_40\": \"string\",\n        \"key_41\": \"string\",\n        \"key_42\": \"string\",\n        \"key_43\": \"string\",\n        \"key_44\": \"string\",\n        \"key_45\": \"string\",\n        \"key_46\": \"string\",\n        \"key_47\": \"string\",\n        \"key_48\": \"string\",\n        \"key_49\": \"string\",\n        \"key_50\": \"string\",\n        \"key_51\": \"string\",\n        \"key_52\": \"string\",\n        \"key_53\": \"string\",\n        \"key_54\": \"string\",\n        \"key_55\": \"string\",\n        \"key_56\": \"string\",\n        \"key_57\": \"string\",\n        \"key_58\": \"string\",\n        \"key_59\": \"string\",\n        \"key_60\": \"string\",\n        \"key_61\": \"string\",\n        \"key_62\": \"string\",\n        \"key_63\": \"string\",\n        \"key_64\": \"string\",\n        \"key_65\": \"string\",\n        \"key_66\": \"string\",\n        \"key_67\": \"string\",\n        \"key_68\": \"string\",\n        \"key_69\": \"string\",\n        \"key_70\": \"string\",\n        \"key_71\": \"string\",\n        \"key_72\": \"string\",\n        \"key_73\": \"string\"\n      }\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "d789586b-a43c-4457-bc05-22ae97058ac8",
              "name": "Success. The plan details are updated on the offering.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "plans",
                    ":plan_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the plan.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "plan_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"type\": \"subscription_offering_plan\",\n    \"attributes\": {\n      \"external_ref\": \"abc123\",\n      \"name\": \"Magazine\",\n      \"description\": \"A lovely magazine that is published every month.\",\n      \"sku\": \"MAGAZINE1\",\n      \"main_image\": \"https://magazine.com/cover.jpg\",\n      \"price\": {\n        \"USD\": {\n          \"amount\": 100,\n          \"includes_tax\": false\n        },\n        \"GBP\": {\n          \"amount\": 90,\n          \"includes_tax\": true\n        }\n      },\n      \"price_units\": {\n        \"unit\": \"day\",\n        \"amount\": 7\n      },\n      \"feature_configurations\": {\n        \"key_0\": {\n          \"type\": \"access\"\n        },\n        \"key_1\": {\n          \"type\": \"access\"\n        },\n        \"key_2\": {\n          \"type\": \"access\"\n        }\n      },\n      \"custom_attributes\": {\n        \"key_0\": \"string\",\n        \"key_1\": \"string\",\n        \"key_2\": \"string\",\n        \"key_3\": \"string\",\n        \"key_4\": \"string\",\n        \"key_5\": \"string\",\n        \"key_6\": \"string\",\n        \"key_7\": \"string\",\n        \"key_8\": \"string\",\n        \"key_9\": \"string\",\n        \"key_10\": \"string\",\n        \"key_11\": \"string\",\n        \"key_12\": \"string\",\n        \"key_13\": \"string\",\n        \"key_14\": \"string\",\n        \"key_15\": \"string\",\n        \"key_16\": \"string\",\n        \"key_17\": \"string\",\n        \"key_18\": \"string\",\n        \"key_19\": \"string\",\n        \"key_20\": \"string\",\n        \"key_21\": \"string\",\n        \"key_22\": \"string\",\n        \"key_23\": \"string\",\n        \"key_24\": \"string\",\n        \"key_25\": \"string\",\n        \"key_26\": \"string\",\n        \"key_27\": \"string\",\n        \"key_28\": \"string\",\n        \"key_29\": \"string\",\n        \"key_30\": \"string\",\n        \"key_31\": \"string\",\n        \"key_32\": \"string\",\n        \"key_33\": \"string\",\n        \"key_34\": \"string\",\n        \"key_35\": \"string\",\n        \"key_36\": \"string\",\n        \"key_37\": \"string\",\n        \"key_38\": \"string\",\n        \"key_39\": \"string\",\n        \"key_40\": \"string\",\n        \"key_41\": \"string\",\n        \"key_42\": \"string\",\n        \"key_43\": \"string\",\n        \"key_44\": \"string\",\n        \"key_45\": \"string\",\n        \"key_46\": \"string\",\n        \"key_47\": \"string\",\n        \"key_48\": \"string\",\n        \"key_49\": \"string\",\n        \"key_50\": \"string\",\n        \"key_51\": \"string\",\n        \"key_52\": \"string\",\n        \"key_53\": \"string\",\n        \"key_54\": \"string\",\n        \"key_55\": \"string\",\n        \"key_56\": \"string\",\n        \"key_57\": \"string\",\n        \"key_58\": \"string\",\n        \"key_59\": \"string\",\n        \"key_60\": \"string\",\n        \"key_61\": \"string\",\n        \"key_62\": \"string\",\n        \"key_63\": \"string\",\n        \"key_64\": \"string\",\n        \"key_65\": \"string\",\n        \"key_66\": \"string\",\n        \"key_67\": \"string\",\n        \"key_68\": \"string\",\n        \"key_69\": \"string\",\n        \"key_70\": \"string\",\n        \"key_71\": \"string\",\n        \"key_72\": \"string\",\n        \"key_73\": \"string\"\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"subscription_offering_plan\",\n    \"attributes\": {\n      \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n      \"feature_configurations\": {\n        \"key_0\": {\n          \"type\": \"access\"\n        },\n        \"key_1\": {\n          \"type\": \"access\"\n        }\n      },\n      \"name\": \"Magazine\",\n      \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n      \"external_ref\": \"abc123\",\n      \"description\": \"A lovely magazine that is published every month.\",\n      \"sku\": \"MAGAZINE1\",\n      \"main_image\": \"https://magazine.com/cover.jpg\",\n      \"price\": {\n        \"USD\": {\n          \"amount\": 100,\n          \"includes_tax\": false\n        },\n        \"GBP\": {\n          \"amount\": 90,\n          \"includes_tax\": true\n        }\n      },\n      \"price_units\": {\n        \"unit\": \"day\",\n        \"amount\": 7\n      },\n      \"custom_attributes\": {\n        \"key_0\": \"string\"\n      }\n    },\n    \"meta\": {\n      \"owner\": \"store\",\n      \"timestamps\": {\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n      },\n      \"prices\": {\n        \"key_0\": {\n          \"price\": {\n            \"USD\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"GBP\": {\n              \"amount\": 90,\n              \"includes_tax\": true\n            }\n          },\n          \"display_price\": {\n            \"without_tax\": {\n              \"amount\": 100,\n              \"currency\": \"USD\",\n              \"formatted\": \"$1.00\"\n            },\n            \"with_tax\": {\n              \"amount\": 110,\n              \"currency\": \"USD\",\n              \"formatted\": \"$1.10\"\n            },\n            \"tax\": {\n              \"amount\": 10,\n              \"currency\": \"USD\",\n              \"formatted\": \"$0.10\"\n            }\n          }\n        }\n      },\n      \"display_price\": {\n        \"without_tax\": {\n          \"amount\": 100,\n          \"currency\": \"USD\",\n          \"formatted\": \"$1.00\"\n        },\n        \"with_tax\": {\n          \"amount\": 110,\n          \"currency\": \"USD\",\n          \"formatted\": \"$1.10\"\n        },\n        \"tax\": {\n          \"amount\": 10,\n          \"currency\": \"USD\",\n          \"formatted\": \"$0.10\"\n        }\n      },\n      \"active_plan\": true\n    },\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"relationships\": {\n      \"key_0\": {\n        \"data\": {\n          \"id\": \"11111111-2222-3333-4444-555555555555\",\n          \"type\": \"11111111-2222-3333-4444-555555555555\"\n        },\n        \"links\": {\n          \"related\": \"foo.bar\"\n        }\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2f422762-a301-4371-b78e-46b375688d86",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "plans",
                    ":plan_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the plan.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "plan_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"type\": \"subscription_offering_plan\",\n    \"attributes\": {\n      \"external_ref\": \"abc123\",\n      \"name\": \"Magazine\",\n      \"description\": \"A lovely magazine that is published every month.\",\n      \"sku\": \"MAGAZINE1\",\n      \"main_image\": \"https://magazine.com/cover.jpg\",\n      \"price\": {\n        \"USD\": {\n          \"amount\": 100,\n          \"includes_tax\": false\n        },\n        \"GBP\": {\n          \"amount\": 90,\n          \"includes_tax\": true\n        }\n      },\n      \"price_units\": {\n        \"unit\": \"day\",\n        \"amount\": 7\n      },\n      \"feature_configurations\": {\n        \"key_0\": {\n          \"type\": \"access\"\n        },\n        \"key_1\": {\n          \"type\": \"access\"\n        },\n        \"key_2\": {\n          \"type\": \"access\"\n        }\n      },\n      \"custom_attributes\": {\n        \"key_0\": \"string\",\n        \"key_1\": \"string\",\n        \"key_2\": \"string\",\n        \"key_3\": \"string\",\n        \"key_4\": \"string\",\n        \"key_5\": \"string\",\n        \"key_6\": \"string\",\n        \"key_7\": \"string\",\n        \"key_8\": \"string\",\n        \"key_9\": \"string\",\n        \"key_10\": \"string\",\n        \"key_11\": \"string\",\n        \"key_12\": \"string\",\n        \"key_13\": \"string\",\n        \"key_14\": \"string\",\n        \"key_15\": \"string\",\n        \"key_16\": \"string\",\n        \"key_17\": \"string\",\n        \"key_18\": \"string\",\n        \"key_19\": \"string\",\n        \"key_20\": \"string\",\n        \"key_21\": \"string\",\n        \"key_22\": \"string\",\n        \"key_23\": \"string\",\n        \"key_24\": \"string\",\n        \"key_25\": \"string\",\n        \"key_26\": \"string\",\n        \"key_27\": \"string\",\n        \"key_28\": \"string\",\n        \"key_29\": \"string\",\n        \"key_30\": \"string\",\n        \"key_31\": \"string\",\n        \"key_32\": \"string\",\n        \"key_33\": \"string\",\n        \"key_34\": \"string\",\n        \"key_35\": \"string\",\n        \"key_36\": \"string\",\n        \"key_37\": \"string\",\n        \"key_38\": \"string\",\n        \"key_39\": \"string\",\n        \"key_40\": \"string\",\n        \"key_41\": \"string\",\n        \"key_42\": \"string\",\n        \"key_43\": \"string\",\n        \"key_44\": \"string\",\n        \"key_45\": \"string\",\n        \"key_46\": \"string\",\n        \"key_47\": \"string\",\n        \"key_48\": \"string\",\n        \"key_49\": \"string\",\n        \"key_50\": \"string\",\n        \"key_51\": \"string\",\n        \"key_52\": \"string\",\n        \"key_53\": \"string\",\n        \"key_54\": \"string\",\n        \"key_55\": \"string\",\n        \"key_56\": \"string\",\n        \"key_57\": \"string\",\n        \"key_58\": \"string\",\n        \"key_59\": \"string\",\n        \"key_60\": \"string\",\n        \"key_61\": \"string\",\n        \"key_62\": \"string\",\n        \"key_63\": \"string\",\n        \"key_64\": \"string\",\n        \"key_65\": \"string\",\n        \"key_66\": \"string\",\n        \"key_67\": \"string\",\n        \"key_68\": \"string\",\n        \"key_69\": \"string\",\n        \"key_70\": \"string\",\n        \"key_71\": \"string\",\n        \"key_72\": \"string\",\n        \"key_73\": \"string\"\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6f2664d5-2a3f-4851-957c-6e554bb54f5f",
              "name": "Forbidden. The operation is forbidden on this entity.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "plans",
                    ":plan_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the plan.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "plan_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"type\": \"subscription_offering_plan\",\n    \"attributes\": {\n      \"external_ref\": \"abc123\",\n      \"name\": \"Magazine\",\n      \"description\": \"A lovely magazine that is published every month.\",\n      \"sku\": \"MAGAZINE1\",\n      \"main_image\": \"https://magazine.com/cover.jpg\",\n      \"price\": {\n        \"USD\": {\n          \"amount\": 100,\n          \"includes_tax\": false\n        },\n        \"GBP\": {\n          \"amount\": 90,\n          \"includes_tax\": true\n        }\n      },\n      \"price_units\": {\n        \"unit\": \"day\",\n        \"amount\": 7\n      },\n      \"feature_configurations\": {\n        \"key_0\": {\n          \"type\": \"access\"\n        },\n        \"key_1\": {\n          \"type\": \"access\"\n        },\n        \"key_2\": {\n          \"type\": \"access\"\n        }\n      },\n      \"custom_attributes\": {\n        \"key_0\": \"string\",\n        \"key_1\": \"string\",\n        \"key_2\": \"string\",\n        \"key_3\": \"string\",\n        \"key_4\": \"string\",\n        \"key_5\": \"string\",\n        \"key_6\": \"string\",\n        \"key_7\": \"string\",\n        \"key_8\": \"string\",\n        \"key_9\": \"string\",\n        \"key_10\": \"string\",\n        \"key_11\": \"string\",\n        \"key_12\": \"string\",\n        \"key_13\": \"string\",\n        \"key_14\": \"string\",\n        \"key_15\": \"string\",\n        \"key_16\": \"string\",\n        \"key_17\": \"string\",\n        \"key_18\": \"string\",\n        \"key_19\": \"string\",\n        \"key_20\": \"string\",\n        \"key_21\": \"string\",\n        \"key_22\": \"string\",\n        \"key_23\": \"string\",\n        \"key_24\": \"string\",\n        \"key_25\": \"string\",\n        \"key_26\": \"string\",\n        \"key_27\": \"string\",\n        \"key_28\": \"string\",\n        \"key_29\": \"string\",\n        \"key_30\": \"string\",\n        \"key_31\": \"string\",\n        \"key_32\": \"string\",\n        \"key_33\": \"string\",\n        \"key_34\": \"string\",\n        \"key_35\": \"string\",\n        \"key_36\": \"string\",\n        \"key_37\": \"string\",\n        \"key_38\": \"string\",\n        \"key_39\": \"string\",\n        \"key_40\": \"string\",\n        \"key_41\": \"string\",\n        \"key_42\": \"string\",\n        \"key_43\": \"string\",\n        \"key_44\": \"string\",\n        \"key_45\": \"string\",\n        \"key_46\": \"string\",\n        \"key_47\": \"string\",\n        \"key_48\": \"string\",\n        \"key_49\": \"string\",\n        \"key_50\": \"string\",\n        \"key_51\": \"string\",\n        \"key_52\": \"string\",\n        \"key_53\": \"string\",\n        \"key_54\": \"string\",\n        \"key_55\": \"string\",\n        \"key_56\": \"string\",\n        \"key_57\": \"string\",\n        \"key_58\": \"string\",\n        \"key_59\": \"string\",\n        \"key_60\": \"string\",\n        \"key_61\": \"string\",\n        \"key_62\": \"string\",\n        \"key_63\": \"string\",\n        \"key_64\": \"string\",\n        \"key_65\": \"string\",\n        \"key_66\": \"string\",\n        \"key_67\": \"string\",\n        \"key_68\": \"string\",\n        \"key_69\": \"string\",\n        \"key_70\": \"string\",\n        \"key_71\": \"string\",\n        \"key_72\": \"string\",\n        \"key_73\": \"string\"\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Permission denied\",\n      \"status\": \"404\",\n      \"detail\": \"Permission denied: plan tenancy mismatch\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c3c75c70-95a9-4024-adcd-cb157f244936",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "plans",
                    ":plan_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the plan.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "plan_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"type\": \"subscription_offering_plan\",\n    \"attributes\": {\n      \"external_ref\": \"abc123\",\n      \"name\": \"Magazine\",\n      \"description\": \"A lovely magazine that is published every month.\",\n      \"sku\": \"MAGAZINE1\",\n      \"main_image\": \"https://magazine.com/cover.jpg\",\n      \"price\": {\n        \"USD\": {\n          \"amount\": 100,\n          \"includes_tax\": false\n        },\n        \"GBP\": {\n          \"amount\": 90,\n          \"includes_tax\": true\n        }\n      },\n      \"price_units\": {\n        \"unit\": \"day\",\n        \"amount\": 7\n      },\n      \"feature_configurations\": {\n        \"key_0\": {\n          \"type\": \"access\"\n        },\n        \"key_1\": {\n          \"type\": \"access\"\n        },\n        \"key_2\": {\n          \"type\": \"access\"\n        }\n      },\n      \"custom_attributes\": {\n        \"key_0\": \"string\",\n        \"key_1\": \"string\",\n        \"key_2\": \"string\",\n        \"key_3\": \"string\",\n        \"key_4\": \"string\",\n        \"key_5\": \"string\",\n        \"key_6\": \"string\",\n        \"key_7\": \"string\",\n        \"key_8\": \"string\",\n        \"key_9\": \"string\",\n        \"key_10\": \"string\",\n        \"key_11\": \"string\",\n        \"key_12\": \"string\",\n        \"key_13\": \"string\",\n        \"key_14\": \"string\",\n        \"key_15\": \"string\",\n        \"key_16\": \"string\",\n        \"key_17\": \"string\",\n        \"key_18\": \"string\",\n        \"key_19\": \"string\",\n        \"key_20\": \"string\",\n        \"key_21\": \"string\",\n        \"key_22\": \"string\",\n        \"key_23\": \"string\",\n        \"key_24\": \"string\",\n        \"key_25\": \"string\",\n        \"key_26\": \"string\",\n        \"key_27\": \"string\",\n        \"key_28\": \"string\",\n        \"key_29\": \"string\",\n        \"key_30\": \"string\",\n        \"key_31\": \"string\",\n        \"key_32\": \"string\",\n        \"key_33\": \"string\",\n        \"key_34\": \"string\",\n        \"key_35\": \"string\",\n        \"key_36\": \"string\",\n        \"key_37\": \"string\",\n        \"key_38\": \"string\",\n        \"key_39\": \"string\",\n        \"key_40\": \"string\",\n        \"key_41\": \"string\",\n        \"key_42\": \"string\",\n        \"key_43\": \"string\",\n        \"key_44\": \"string\",\n        \"key_45\": \"string\",\n        \"key_46\": \"string\",\n        \"key_47\": \"string\",\n        \"key_48\": \"string\",\n        \"key_49\": \"string\",\n        \"key_50\": \"string\",\n        \"key_51\": \"string\",\n        \"key_52\": \"string\",\n        \"key_53\": \"string\",\n        \"key_54\": \"string\",\n        \"key_55\": \"string\",\n        \"key_56\": \"string\",\n        \"key_57\": \"string\",\n        \"key_58\": \"string\",\n        \"key_59\": \"string\",\n        \"key_60\": \"string\",\n        \"key_61\": \"string\",\n        \"key_62\": \"string\",\n        \"key_63\": \"string\",\n        \"key_64\": \"string\",\n        \"key_65\": \"string\",\n        \"key_66\": \"string\",\n        \"key_67\": \"string\",\n        \"key_68\": \"string\",\n        \"key_69\": \"string\",\n        \"key_70\": \"string\",\n        \"key_71\": \"string\",\n        \"key_72\": \"string\",\n        \"key_73\": \"string\"\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"No plan found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5aa86c48-66f8-4733-b7db-16a47b217fb4",
              "name": "Write conflict. Unable to perform the operation at this time.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "plans",
                    ":plan_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the plan.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "plan_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"type\": \"subscription_offering_plan\",\n    \"attributes\": {\n      \"external_ref\": \"abc123\",\n      \"name\": \"Magazine\",\n      \"description\": \"A lovely magazine that is published every month.\",\n      \"sku\": \"MAGAZINE1\",\n      \"main_image\": \"https://magazine.com/cover.jpg\",\n      \"price\": {\n        \"USD\": {\n          \"amount\": 100,\n          \"includes_tax\": false\n        },\n        \"GBP\": {\n          \"amount\": 90,\n          \"includes_tax\": true\n        }\n      },\n      \"price_units\": {\n        \"unit\": \"day\",\n        \"amount\": 7\n      },\n      \"feature_configurations\": {\n        \"key_0\": {\n          \"type\": \"access\"\n        },\n        \"key_1\": {\n          \"type\": \"access\"\n        },\n        \"key_2\": {\n          \"type\": \"access\"\n        }\n      },\n      \"custom_attributes\": {\n        \"key_0\": \"string\",\n        \"key_1\": \"string\",\n        \"key_2\": \"string\",\n        \"key_3\": \"string\",\n        \"key_4\": \"string\",\n        \"key_5\": \"string\",\n        \"key_6\": \"string\",\n        \"key_7\": \"string\",\n        \"key_8\": \"string\",\n        \"key_9\": \"string\",\n        \"key_10\": \"string\",\n        \"key_11\": \"string\",\n        \"key_12\": \"string\",\n        \"key_13\": \"string\",\n        \"key_14\": \"string\",\n        \"key_15\": \"string\",\n        \"key_16\": \"string\",\n        \"key_17\": \"string\",\n        \"key_18\": \"string\",\n        \"key_19\": \"string\",\n        \"key_20\": \"string\",\n        \"key_21\": \"string\",\n        \"key_22\": \"string\",\n        \"key_23\": \"string\",\n        \"key_24\": \"string\",\n        \"key_25\": \"string\",\n        \"key_26\": \"string\",\n        \"key_27\": \"string\",\n        \"key_28\": \"string\",\n        \"key_29\": \"string\",\n        \"key_30\": \"string\",\n        \"key_31\": \"string\",\n        \"key_32\": \"string\",\n        \"key_33\": \"string\",\n        \"key_34\": \"string\",\n        \"key_35\": \"string\",\n        \"key_36\": \"string\",\n        \"key_37\": \"string\",\n        \"key_38\": \"string\",\n        \"key_39\": \"string\",\n        \"key_40\": \"string\",\n        \"key_41\": \"string\",\n        \"key_42\": \"string\",\n        \"key_43\": \"string\",\n        \"key_44\": \"string\",\n        \"key_45\": \"string\",\n        \"key_46\": \"string\",\n        \"key_47\": \"string\",\n        \"key_48\": \"string\",\n        \"key_49\": \"string\",\n        \"key_50\": \"string\",\n        \"key_51\": \"string\",\n        \"key_52\": \"string\",\n        \"key_53\": \"string\",\n        \"key_54\": \"string\",\n        \"key_55\": \"string\",\n        \"key_56\": \"string\",\n        \"key_57\": \"string\",\n        \"key_58\": \"string\",\n        \"key_59\": \"string\",\n        \"key_60\": \"string\",\n        \"key_61\": \"string\",\n        \"key_62\": \"string\",\n        \"key_63\": \"string\",\n        \"key_64\": \"string\",\n        \"key_65\": \"string\",\n        \"key_66\": \"string\",\n        \"key_67\": \"string\",\n        \"key_68\": \"string\",\n        \"key_69\": \"string\",\n        \"key_70\": \"string\",\n        \"key_71\": \"string\",\n        \"key_72\": \"string\",\n        \"key_73\": \"string\"\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Write Conflict\",\n      \"status\": \"409\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "10cde7e2-7038-409d-b2b8-8b1ba56fbac6",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "plans",
                    ":plan_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the plan.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "plan_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"type\": \"subscription_offering_plan\",\n    \"attributes\": {\n      \"external_ref\": \"abc123\",\n      \"name\": \"Magazine\",\n      \"description\": \"A lovely magazine that is published every month.\",\n      \"sku\": \"MAGAZINE1\",\n      \"main_image\": \"https://magazine.com/cover.jpg\",\n      \"price\": {\n        \"USD\": {\n          \"amount\": 100,\n          \"includes_tax\": false\n        },\n        \"GBP\": {\n          \"amount\": 90,\n          \"includes_tax\": true\n        }\n      },\n      \"price_units\": {\n        \"unit\": \"day\",\n        \"amount\": 7\n      },\n      \"feature_configurations\": {\n        \"key_0\": {\n          \"type\": \"access\"\n        },\n        \"key_1\": {\n          \"type\": \"access\"\n        },\n        \"key_2\": {\n          \"type\": \"access\"\n        }\n      },\n      \"custom_attributes\": {\n        \"key_0\": \"string\",\n        \"key_1\": \"string\",\n        \"key_2\": \"string\",\n        \"key_3\": \"string\",\n        \"key_4\": \"string\",\n        \"key_5\": \"string\",\n        \"key_6\": \"string\",\n        \"key_7\": \"string\",\n        \"key_8\": \"string\",\n        \"key_9\": \"string\",\n        \"key_10\": \"string\",\n        \"key_11\": \"string\",\n        \"key_12\": \"string\",\n        \"key_13\": \"string\",\n        \"key_14\": \"string\",\n        \"key_15\": \"string\",\n        \"key_16\": \"string\",\n        \"key_17\": \"string\",\n        \"key_18\": \"string\",\n        \"key_19\": \"string\",\n        \"key_20\": \"string\",\n        \"key_21\": \"string\",\n        \"key_22\": \"string\",\n        \"key_23\": \"string\",\n        \"key_24\": \"string\",\n        \"key_25\": \"string\",\n        \"key_26\": \"string\",\n        \"key_27\": \"string\",\n        \"key_28\": \"string\",\n        \"key_29\": \"string\",\n        \"key_30\": \"string\",\n        \"key_31\": \"string\",\n        \"key_32\": \"string\",\n        \"key_33\": \"string\",\n        \"key_34\": \"string\",\n        \"key_35\": \"string\",\n        \"key_36\": \"string\",\n        \"key_37\": \"string\",\n        \"key_38\": \"string\",\n        \"key_39\": \"string\",\n        \"key_40\": \"string\",\n        \"key_41\": \"string\",\n        \"key_42\": \"string\",\n        \"key_43\": \"string\",\n        \"key_44\": \"string\",\n        \"key_45\": \"string\",\n        \"key_46\": \"string\",\n        \"key_47\": \"string\",\n        \"key_48\": \"string\",\n        \"key_49\": \"string\",\n        \"key_50\": \"string\",\n        \"key_51\": \"string\",\n        \"key_52\": \"string\",\n        \"key_53\": \"string\",\n        \"key_54\": \"string\",\n        \"key_55\": \"string\",\n        \"key_56\": \"string\",\n        \"key_57\": \"string\",\n        \"key_58\": \"string\",\n        \"key_59\": \"string\",\n        \"key_60\": \"string\",\n        \"key_61\": \"string\",\n        \"key_62\": \"string\",\n        \"key_63\": \"string\",\n        \"key_64\": \"string\",\n        \"key_65\": \"string\",\n        \"key_66\": \"string\",\n        \"key_67\": \"string\",\n        \"key_68\": \"string\",\n        \"key_69\": \"string\",\n        \"key_70\": \"string\",\n        \"key_71\": \"string\",\n        \"key_72\": \"string\",\n        \"key_73\": \"string\"\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9397b845-fbe3-4641-9386-3f6ae4bad1e8",
          "name": "Remove a plan from an offering",
          "request": {
            "name": "Remove a plan from an offering",
            "description": {
              "content": "After saving an offering, you can remove plans from it at any time.\n\n Removing a plan from an offering does not affect any existing active subscriptions. The changes take effect on all new subscriptions that are created.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "offerings",
                ":offering_uuid",
                "plans",
                ":plan_uuid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "offering_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the offering.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "plan_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the plan.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "920a39f6-8754-4128-b505-22c5cf095d59",
              "name": "Success. The subscription plan is removed from the offering.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "plans",
                    ":plan_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the plan.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "plan_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "bbeda6bc-957a-4ccf-8f8c-9116c7d9e390",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "plans",
                    ":plan_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the plan.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "plan_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "277216cd-ce0d-4459-b4f7-f130d343ca9f",
              "name": "Forbidden. The operation is forbidden on this entity.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "plans",
                    ":plan_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the plan.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "plan_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Permission denied\",\n      \"status\": \"404\",\n      \"detail\": \"Permission denied: plan tenancy mismatch\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ae5594b4-900e-4901-bc22-8683d7d17ccc",
          "name": "List the pricing options available to a plan in an offering",
          "request": {
            "name": "List the pricing options available to a plan in an offering",
            "description": {},
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "offerings",
                ":offering_uuid",
                "plans",
                ":plan_uuid",
                "relationships",
                "pricing_options"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "offering_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the offering.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "plan_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the plan.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "bb567b4a-e238-4f66-965f-ada94ce43228",
              "name": "Success. The pricing option relationships are returned",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "plans",
                    ":plan_uuid",
                    "relationships",
                    "pricing_options"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the plan.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "plan_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"11111111-2222-3333-4444-555555555555\",\n      \"type\": \"11111111-2222-3333-4444-555555555555\"\n    },\n    {\n      \"id\": \"11111111-2222-3333-4444-555555555555\",\n      \"type\": \"11111111-2222-3333-4444-555555555555\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a91cb9c7-e3c1-4ed3-9b57-262ceef0663b",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "plans",
                    ":plan_uuid",
                    "relationships",
                    "pricing_options"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the plan.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "plan_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"No plan found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d0df3758-68e6-4686-8c5f-faaf956dbe72",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "plans",
                    ":plan_uuid",
                    "relationships",
                    "pricing_options"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the plan.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "plan_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "af0f7c66-30cd-4404-b2e6-7cf933ead240",
          "name": "Adds an offering's pricing options to the plan",
          "request": {
            "name": "Adds an offering's pricing options to the plan",
            "description": {
              "content": "Use the unique identifier of the pricing in the offering that you want to update. Any modifications that you make to the plans in an offering, does not affect any active subscriptions. The changes take effect on all new subscriptions that are created.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "offerings",
                ":offering_uuid",
                "plans",
                ":plan_uuid",
                "relationships",
                "pricing_options"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "offering_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the offering.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "plan_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the plan.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": [\n    {\n      \"id\": \"11111111-2222-3333-4444-555555555555\",\n      \"type\": \"11111111-2222-3333-4444-555555555555\"\n    },\n    {\n      \"id\": \"11111111-2222-3333-4444-555555555555\",\n      \"type\": \"11111111-2222-3333-4444-555555555555\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "f61fe03b-69cd-4f0b-ad57-485b93ef49f8",
              "name": "Success. The pricing options are added to the plan",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "plans",
                    ":plan_uuid",
                    "relationships",
                    "pricing_options"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the plan.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "plan_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"11111111-2222-3333-4444-555555555555\",\n      \"type\": \"11111111-2222-3333-4444-555555555555\"\n    },\n    {\n      \"id\": \"11111111-2222-3333-4444-555555555555\",\n      \"type\": \"11111111-2222-3333-4444-555555555555\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"11111111-2222-3333-4444-555555555555\",\n      \"type\": \"11111111-2222-3333-4444-555555555555\"\n    },\n    {\n      \"id\": \"11111111-2222-3333-4444-555555555555\",\n      \"type\": \"11111111-2222-3333-4444-555555555555\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9bca62ba-78d9-4613-8be7-a90c70e31f51",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "plans",
                    ":plan_uuid",
                    "relationships",
                    "pricing_options"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the plan.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "plan_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"11111111-2222-3333-4444-555555555555\",\n      \"type\": \"11111111-2222-3333-4444-555555555555\"\n    },\n    {\n      \"id\": \"11111111-2222-3333-4444-555555555555\",\n      \"type\": \"11111111-2222-3333-4444-555555555555\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "218b9c61-7921-48f4-95ed-4b9674ae3fdd",
              "name": "Forbidden. The operation is forbidden on this entity.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "plans",
                    ":plan_uuid",
                    "relationships",
                    "pricing_options"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the plan.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "plan_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"11111111-2222-3333-4444-555555555555\",\n      \"type\": \"11111111-2222-3333-4444-555555555555\"\n    },\n    {\n      \"id\": \"11111111-2222-3333-4444-555555555555\",\n      \"type\": \"11111111-2222-3333-4444-555555555555\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Permission denied\",\n      \"status\": \"404\",\n      \"detail\": \"Permission denied: plan tenancy mismatch\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "decaa750-0a9c-4c16-9e8c-4b279205a28d",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "plans",
                    ":plan_uuid",
                    "relationships",
                    "pricing_options"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the plan.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "plan_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"11111111-2222-3333-4444-555555555555\",\n      \"type\": \"11111111-2222-3333-4444-555555555555\"\n    },\n    {\n      \"id\": \"11111111-2222-3333-4444-555555555555\",\n      \"type\": \"11111111-2222-3333-4444-555555555555\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"No plan found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4345ac71-f976-45ee-afad-02c8be0958fa",
              "name": "Write conflict. Unable to perform the operation at this time.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "plans",
                    ":plan_uuid",
                    "relationships",
                    "pricing_options"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the plan.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "plan_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"11111111-2222-3333-4444-555555555555\",\n      \"type\": \"11111111-2222-3333-4444-555555555555\"\n    },\n    {\n      \"id\": \"11111111-2222-3333-4444-555555555555\",\n      \"type\": \"11111111-2222-3333-4444-555555555555\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Write Conflict\",\n      \"status\": \"409\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "09358269-2c68-4e07-989d-6c933d920868",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "plans",
                    ":plan_uuid",
                    "relationships",
                    "pricing_options"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the plan.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "plan_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"11111111-2222-3333-4444-555555555555\",\n      \"type\": \"11111111-2222-3333-4444-555555555555\"\n    },\n    {\n      \"id\": \"11111111-2222-3333-4444-555555555555\",\n      \"type\": \"11111111-2222-3333-4444-555555555555\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5e7d7dbb-783a-4509-ad15-31dfb03c0306",
          "name": "Removes an offering's pricing options from the plan",
          "request": {
            "name": "Removes an offering's pricing options from the plan",
            "description": {
              "content": "Use the unique identifier of the pricing in the offering that you want to update. Any modifications that you make to the plans in an offering, does not affect any active subscriptions. The changes take effect on all new subscriptions that are created.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "offerings",
                ":offering_uuid",
                "plans",
                ":plan_uuid",
                "relationships",
                "pricing_options"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "offering_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the offering.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "plan_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the plan.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": [\n    {\n      \"id\": \"11111111-2222-3333-4444-555555555555\",\n      \"type\": \"11111111-2222-3333-4444-555555555555\"\n    },\n    {\n      \"id\": \"11111111-2222-3333-4444-555555555555\",\n      \"type\": \"11111111-2222-3333-4444-555555555555\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "f47270ff-cbb5-42c8-b8d4-ece39ddfcdb6",
              "name": "Success. The pricing options are added to the plan",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "plans",
                    ":plan_uuid",
                    "relationships",
                    "pricing_options"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the plan.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "plan_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"11111111-2222-3333-4444-555555555555\",\n      \"type\": \"11111111-2222-3333-4444-555555555555\"\n    },\n    {\n      \"id\": \"11111111-2222-3333-4444-555555555555\",\n      \"type\": \"11111111-2222-3333-4444-555555555555\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"11111111-2222-3333-4444-555555555555\",\n      \"type\": \"11111111-2222-3333-4444-555555555555\"\n    },\n    {\n      \"id\": \"11111111-2222-3333-4444-555555555555\",\n      \"type\": \"11111111-2222-3333-4444-555555555555\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f7b73a46-cd43-4b58-bc3d-194c7fa3003b",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "plans",
                    ":plan_uuid",
                    "relationships",
                    "pricing_options"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the plan.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "plan_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"11111111-2222-3333-4444-555555555555\",\n      \"type\": \"11111111-2222-3333-4444-555555555555\"\n    },\n    {\n      \"id\": \"11111111-2222-3333-4444-555555555555\",\n      \"type\": \"11111111-2222-3333-4444-555555555555\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "02f442af-59e8-4175-81df-2cee97ad4b5c",
              "name": "Forbidden. The operation is forbidden on this entity.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "plans",
                    ":plan_uuid",
                    "relationships",
                    "pricing_options"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the plan.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "plan_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"11111111-2222-3333-4444-555555555555\",\n      \"type\": \"11111111-2222-3333-4444-555555555555\"\n    },\n    {\n      \"id\": \"11111111-2222-3333-4444-555555555555\",\n      \"type\": \"11111111-2222-3333-4444-555555555555\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Permission denied\",\n      \"status\": \"404\",\n      \"detail\": \"Permission denied: plan tenancy mismatch\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ca327116-a2ad-4449-98ae-63c17301042a",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "plans",
                    ":plan_uuid",
                    "relationships",
                    "pricing_options"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the plan.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "plan_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"11111111-2222-3333-4444-555555555555\",\n      \"type\": \"11111111-2222-3333-4444-555555555555\"\n    },\n    {\n      \"id\": \"11111111-2222-3333-4444-555555555555\",\n      \"type\": \"11111111-2222-3333-4444-555555555555\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"No plan found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "141f76f8-5ca0-470f-8f38-76e79a14e0a0",
              "name": "Write conflict. Unable to perform the operation at this time.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "plans",
                    ":plan_uuid",
                    "relationships",
                    "pricing_options"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the plan.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "plan_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"11111111-2222-3333-4444-555555555555\",\n      \"type\": \"11111111-2222-3333-4444-555555555555\"\n    },\n    {\n      \"id\": \"11111111-2222-3333-4444-555555555555\",\n      \"type\": \"11111111-2222-3333-4444-555555555555\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Write Conflict\",\n      \"status\": \"409\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e0beadca-2938-4775-bc81-773539caaa16",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "offerings",
                    ":offering_uuid",
                    "plans",
                    ":plan_uuid",
                    "relationships",
                    "pricing_options"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the offering.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "offering_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the plan.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "plan_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"id\": \"11111111-2222-3333-4444-555555555555\",\n      \"type\": \"11111111-2222-3333-4444-555555555555\"\n    },\n    {\n      \"id\": \"11111111-2222-3333-4444-555555555555\",\n      \"type\": \"11111111-2222-3333-4444-555555555555\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Subscriptions",
      "description": "Elastic Path Subscriptions enables you to manage your subscriptions plans and pricing options, using offerings. Offerings can contain any combination of pricing options and a plan. When a customer chooses a pricing option, a subscription is created.  \n\n### Managing the Subscription Lifecycle\n\nThe subscription lifecycle is the states that a subscription can go through when a customer subscribes to a service or a plan. \n\nA subscription can have the following states:\n\n- `pending`\n- `canceled`\n- `paused`\n- `resumed`\n\n#### Creating a pending subscription \n\nA subscription can be created in a `pending` state. This is useful for several reasons.\n\n- If there are subscriptions that require user setup or onboarding, for example, installing software or setting up preferences. This helps reduce shopper frustration during the onboarding process, as the shopper is not paying for a service that they cannot use yet.\n- When offering a free trial or promotion, keeping the subscription in a pending state until the trial or promotion starts or ends allows you to manage transitions more smoothly. \n- Before a subscription becomes active, you may need to verify the payment method or authorize the first payment. Keeping the subscription in a pending state allows time to complete these steps without activating the subscription.\n\nFor a subscription with a `pending` state, you can also configure a `go_live_after` date. The subscription starts from the `go_live_after` date. This is useful as it ensures both the subscription provider and subscriber are clear about when a subscription officially begins. Once the `go_live_after` date is passed, the subscription becomes `active`, initiating the billing and payment runs. If a subscription is activated this way, you can see this in the `timestamp` meta.   \n\nYou can configure a `go_live_after` date to be a past date. This is useful, for example, for backdating a subscription or managing a delay in activating a subscription. Setting the `go_live_after` date in the past ensures the subscriptions timeline correctly aligns with the agreed-upon service start date. \n\n:::caution\n\nAlthough, billing runs generate one invoice per subscription, if a `go_live_date` is set far in the past, multiple invoices could be generated over the course of several billing runs, which could be frustrating and confusing to your subscribers. \n\n:::\n\nSee [create a subscription](/docs/api/subscriptions/create-subscription).\n\n#### Cancelling, pausing, and resuming subscriptions\n\nA subscriber can cancel their own subscription. A merchandizer can pause, resume, or cancel a subscription on a subscriber's behalf. The following example describes each lifecycle change.\n\n##### Subscriber-initiated cancellation\n\n1. The subscriber cancels the subscription.\n   - The subscription status is `active`.\n   - `cancelled` is set to `true`.\n   - the `cancelled_at` timestamp is populated with the date and time the subscription was cancelled.\n   - `end_date` indicates when the subscription will expire and end.\n2. When the next billing run is due, the billing run checks the subscription state. If the subscription is cancelled then no invoice is created and the subscription status is updated to `inactive`.\n3. Subsequent billing runs skip that subscription completely as the subscription status is `inactive`.\n\n##### Merchandizer-initiated pause, resume, or cancellation\n\n1. The merchandizer pauses, resumes, or cancels the subscription on the subscriber's behalf.\n   - The subscription status is `active`.\n   - `paused` or `cancelled` is set to `true` (for pause or cancel).\n   - the `paused_at` or `cancelled_at` timestamp is populated with the date and time the subscription was paused or cancelled.\n   - for cancelled subscriptions, `end_date` indicates when the subscription will expire and end.\n2. When the next billing run is due, the billing run checks the subscription state. If the subscription state is paused or cancelled then no invoice is created and the subscription status is updated to `inactive`.\n3. Subsequent billing runs skip that subscription completely as the subscription status is `inactive`.\n4. If the merchandizer resumes the subscription:\n   - `paused` or `cancelled` is set to `false`.\n   - the `resumed_at` timestamp is populated with the date and time the subscription is resumed.\n5. When the next billing run is due, the billing run checks the subscription state. If `paused` or `cancelled` is set to `false` then the billing run creates an invoice.\n6. The payment run processes the invoice. Once the payment succeeds, the payment run updates the status of the subscription to `active`.\n\n### Orders\n\nWhen a customer chooses a subscription, they need to add the subscription to a cart, checkout the cart and then pay for the order. \n\n1. When a customer adds a subscription to cart, this is handled using the `Add subscription to cart` endpoint. \n2. Once a subscription has been added to a cart, the [**Checkout API**](/docs/api/carts/checkout-api) converts the cart to an order. \n3. Once the order is created, payment needs to be taken. This is handled by Elastic Path Payments Powered by Stripe. See [**Payments**](/docs/api/subscriptions/invoices#payments).\n",
      "item": [
        {
          "id": "ac59b881-d2c5-4a44-89f3-1c8ac55d30f5",
          "name": "Create a subscription",
          "request": {
            "name": "Create a subscription",
            "description": {},
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "subscriptions"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"account_id\": \"11111111-2222-3333-4444-555555555555\",\n    \"currency\": \"USD\",\n    \"name\": \"Albert Einstein\",\n    \"email\": \"albert@elasticpath.com\",\n    \"manual_payments\": false,\n    \"external_ref\": \"abc123\",\n    \"address_id\": \"11111111-2222-3333-4444-555555555555\",\n    \"offering_external_ref\": \"abc123\",\n    \"offering_id\": \"11111111-2222-3333-4444-555555555555\",\n    \"plan_id\": \"11111111-2222-3333-4444-555555555555\",\n    \"pricing_option_id\": \"11111111-2222-3333-4444-555555555555\",\n    \"payment_authority\": {\n      \"type\": \"elastic_path_payments_stripe\",\n      \"customer_id\": \"cus_OPfKlxWV3hp9h6\",\n      \"card_id\": \"card_8Diw3FQPhxK27WADPVMeXieP\"\n    },\n    \"pending\": false,\n    \"first_invoice_paid\": false,\n    \"started_at\": \"2017-01-10T11:41:19.244842Z\",\n    \"override_first_period_end_date\": \"2027-02-01T00:00:00Z\",\n    \"offering\": {\n      \"name\": \"Magazine\",\n      \"external_ref\": \"abc123\",\n      \"description\": \"A lovely magazine that is published every month.\"\n    },\n    \"features\": [\n      \"abc123\"\n    ],\n    \"plans\": [\n      {\n        \"name\": \"Magazine\",\n        \"external_ref\": \"abc123\",\n        \"description\": \"A lovely magazine that is published every month.\",\n        \"sku\": \"MAGAZINE1\",\n        \"main_image\": \"https://magazine.com/cover.jpg\",\n        \"price\": {\n          \"USD\": {\n            \"amount\": 100,\n            \"includes_tax\": false\n          },\n          \"GBP\": {\n            \"amount\": 90,\n            \"includes_tax\": true\n          }\n        },\n        \"price_units\": {\n          \"unit\": \"day\",\n          \"amount\": 7\n        },\n        \"meta\": {\n          \"selected\": true\n        },\n        \"custom_attributes\": {\n          \"key_0\": \"string\",\n          \"key_1\": \"string\",\n          \"key_2\": \"string\",\n          \"key_3\": \"string\",\n          \"key_4\": \"string\",\n          \"key_5\": \"string\",\n          \"key_6\": \"string\",\n          \"key_7\": \"string\",\n          \"key_8\": \"string\",\n          \"key_9\": \"string\",\n          \"key_10\": \"string\",\n          \"key_11\": \"string\",\n          \"key_12\": \"string\",\n          \"key_13\": \"string\",\n          \"key_14\": \"string\",\n          \"key_15\": \"string\",\n          \"key_16\": \"string\",\n          \"key_17\": \"string\",\n          \"key_18\": \"string\",\n          \"key_19\": \"string\",\n          \"key_20\": \"string\",\n          \"key_21\": \"string\",\n          \"key_22\": \"string\",\n          \"key_23\": \"string\",\n          \"key_24\": \"string\",\n          \"key_25\": \"string\",\n          \"key_26\": \"string\",\n          \"key_27\": \"string\",\n          \"key_28\": \"string\",\n          \"key_29\": \"string\",\n          \"key_30\": \"string\",\n          \"key_31\": \"string\",\n          \"key_32\": \"string\",\n          \"key_33\": \"string\",\n          \"key_34\": \"string\",\n          \"key_35\": \"string\",\n          \"key_36\": \"string\",\n          \"key_37\": \"string\",\n          \"key_38\": \"string\",\n          \"key_39\": \"string\",\n          \"key_40\": \"string\",\n          \"key_41\": \"string\",\n          \"key_42\": \"string\",\n          \"key_43\": \"string\",\n          \"key_44\": \"string\",\n          \"key_45\": \"string\",\n          \"key_46\": \"string\",\n          \"key_47\": \"string\",\n          \"key_48\": \"string\",\n          \"key_49\": \"string\",\n          \"key_50\": \"string\",\n          \"key_51\": \"string\",\n          \"key_52\": \"string\",\n          \"key_53\": \"string\",\n          \"key_54\": \"string\",\n          \"key_55\": \"string\",\n          \"key_56\": \"string\",\n          \"key_57\": \"string\",\n          \"key_58\": \"string\",\n          \"key_59\": \"string\",\n          \"key_60\": \"string\",\n          \"key_61\": \"string\",\n          \"key_62\": \"string\",\n          \"key_63\": \"string\",\n          \"key_64\": \"string\",\n          \"key_65\": \"string\",\n          \"key_66\": \"string\",\n          \"key_67\": \"string\",\n          \"key_68\": \"string\",\n          \"key_69\": \"string\",\n          \"key_70\": \"string\",\n          \"key_71\": \"string\",\n          \"key_72\": \"string\",\n          \"key_73\": \"string\",\n          \"key_74\": \"string\",\n          \"key_75\": \"string\",\n          \"key_76\": \"string\",\n          \"key_77\": \"string\",\n          \"key_78\": \"string\",\n          \"key_79\": \"string\",\n          \"key_80\": \"string\",\n          \"key_81\": \"string\"\n        }\n      }\n    ],\n    \"pricing_options\": [\n      {\n        \"name\": \"Monthly\",\n        \"billing_interval_type\": \"month\",\n        \"billing_frequency\": 1,\n        \"plan_length\": 12,\n        \"end_behavior\": \"close\",\n        \"can_pause\": false,\n        \"can_resume\": false,\n        \"can_cancel\": false,\n        \"external_ref\": \"abc123\",\n        \"description\": \"A monthly subscription.\",\n        \"trial_period\": 7,\n        \"lead_time\": {\n          \"type\": \"day\",\n          \"time\": 14\n        },\n        \"notification_schedule\": [\n          {\n            \"name\": \"Daily billing run.\",\n            \"unit\": \"day\",\n            \"amount\": 100\n          },\n          {\n            \"name\": \"Daily billing run.\",\n            \"unit\": \"day\",\n            \"amount\": 100\n          }\n        ],\n        \"base_price_percentage\": 90,\n        \"fixed_price\": {\n          \"USD\": {\n            \"amount\": 100,\n            \"includes_tax\": false\n          },\n          \"GBP\": {\n            \"amount\": 90,\n            \"includes_tax\": true\n          }\n        },\n        \"meta\": {\n          \"selected\": true\n        }\n      }\n    ],\n    \"configured_features\": {\n      \"key_0\": {\n        \"key_0\": {\n          \"type\": \"access\"\n        },\n        \"key_1\": {\n          \"type\": \"access\"\n        },\n        \"key_2\": {\n          \"type\": \"access\"\n        }\n      },\n      \"key_1\": {\n        \"key_0\": {\n          \"type\": \"access\"\n        },\n        \"key_1\": {\n          \"type\": \"access\"\n        },\n        \"key_2\": {\n          \"type\": \"access\"\n        }\n      }\n    },\n    \"pricing_option_associations\": {\n      \"key_0\": [\n        \"11111111-2222-3333-4444-555555555555\",\n        \"11111111-2222-3333-4444-555555555555\"\n      ],\n      \"key_1\": [\n        \"11111111-2222-3333-4444-555555555555\",\n        \"11111111-2222-3333-4444-555555555555\"\n      ]\n    },\n    \"selected_plan\": \"abc123\",\n    \"selected_pricing_option\": \"abc123\",\n    \"order\": {\n      \"order_id\": \"11111111-2222-3333-4444-555555555555\",\n      \"order_item_id\": \"11111111-2222-3333-4444-555555555555\"\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "c98e6003-2e06-4b2b-a2db-6504cb19badb",
              "name": "Success. The subscription is created.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscriptions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"account_id\": \"11111111-2222-3333-4444-555555555555\",\n    \"currency\": \"USD\",\n    \"name\": \"Albert Einstein\",\n    \"email\": \"albert@elasticpath.com\",\n    \"manual_payments\": false,\n    \"external_ref\": \"abc123\",\n    \"address_id\": \"11111111-2222-3333-4444-555555555555\",\n    \"offering_external_ref\": \"abc123\",\n    \"offering_id\": \"11111111-2222-3333-4444-555555555555\",\n    \"plan_id\": \"11111111-2222-3333-4444-555555555555\",\n    \"pricing_option_id\": \"11111111-2222-3333-4444-555555555555\",\n    \"payment_authority\": {\n      \"type\": \"elastic_path_payments_stripe\",\n      \"customer_id\": \"cus_OPfKlxWV3hp9h6\",\n      \"card_id\": \"card_8Diw3FQPhxK27WADPVMeXieP\"\n    },\n    \"pending\": false,\n    \"first_invoice_paid\": false,\n    \"started_at\": \"2017-01-10T11:41:19.244842Z\",\n    \"override_first_period_end_date\": \"2027-02-01T00:00:00Z\",\n    \"offering\": {\n      \"name\": \"Magazine\",\n      \"external_ref\": \"abc123\",\n      \"description\": \"A lovely magazine that is published every month.\"\n    },\n    \"features\": [\n      \"abc123\"\n    ],\n    \"plans\": [\n      {\n        \"name\": \"Magazine\",\n        \"external_ref\": \"abc123\",\n        \"description\": \"A lovely magazine that is published every month.\",\n        \"sku\": \"MAGAZINE1\",\n        \"main_image\": \"https://magazine.com/cover.jpg\",\n        \"price\": {\n          \"USD\": {\n            \"amount\": 100,\n            \"includes_tax\": false\n          },\n          \"GBP\": {\n            \"amount\": 90,\n            \"includes_tax\": true\n          }\n        },\n        \"price_units\": {\n          \"unit\": \"day\",\n          \"amount\": 7\n        },\n        \"meta\": {\n          \"selected\": true\n        },\n        \"custom_attributes\": {\n          \"key_0\": \"string\",\n          \"key_1\": \"string\",\n          \"key_2\": \"string\",\n          \"key_3\": \"string\",\n          \"key_4\": \"string\",\n          \"key_5\": \"string\",\n          \"key_6\": \"string\",\n          \"key_7\": \"string\",\n          \"key_8\": \"string\",\n          \"key_9\": \"string\",\n          \"key_10\": \"string\",\n          \"key_11\": \"string\",\n          \"key_12\": \"string\",\n          \"key_13\": \"string\",\n          \"key_14\": \"string\",\n          \"key_15\": \"string\",\n          \"key_16\": \"string\",\n          \"key_17\": \"string\",\n          \"key_18\": \"string\",\n          \"key_19\": \"string\",\n          \"key_20\": \"string\",\n          \"key_21\": \"string\",\n          \"key_22\": \"string\",\n          \"key_23\": \"string\",\n          \"key_24\": \"string\",\n          \"key_25\": \"string\",\n          \"key_26\": \"string\",\n          \"key_27\": \"string\",\n          \"key_28\": \"string\",\n          \"key_29\": \"string\",\n          \"key_30\": \"string\",\n          \"key_31\": \"string\",\n          \"key_32\": \"string\",\n          \"key_33\": \"string\",\n          \"key_34\": \"string\",\n          \"key_35\": \"string\",\n          \"key_36\": \"string\",\n          \"key_37\": \"string\",\n          \"key_38\": \"string\",\n          \"key_39\": \"string\",\n          \"key_40\": \"string\",\n          \"key_41\": \"string\",\n          \"key_42\": \"string\",\n          \"key_43\": \"string\",\n          \"key_44\": \"string\",\n          \"key_45\": \"string\",\n          \"key_46\": \"string\",\n          \"key_47\": \"string\",\n          \"key_48\": \"string\",\n          \"key_49\": \"string\",\n          \"key_50\": \"string\",\n          \"key_51\": \"string\",\n          \"key_52\": \"string\",\n          \"key_53\": \"string\",\n          \"key_54\": \"string\",\n          \"key_55\": \"string\",\n          \"key_56\": \"string\",\n          \"key_57\": \"string\",\n          \"key_58\": \"string\",\n          \"key_59\": \"string\",\n          \"key_60\": \"string\",\n          \"key_61\": \"string\",\n          \"key_62\": \"string\",\n          \"key_63\": \"string\",\n          \"key_64\": \"string\",\n          \"key_65\": \"string\",\n          \"key_66\": \"string\",\n          \"key_67\": \"string\",\n          \"key_68\": \"string\",\n          \"key_69\": \"string\",\n          \"key_70\": \"string\",\n          \"key_71\": \"string\",\n          \"key_72\": \"string\",\n          \"key_73\": \"string\",\n          \"key_74\": \"string\",\n          \"key_75\": \"string\",\n          \"key_76\": \"string\",\n          \"key_77\": \"string\",\n          \"key_78\": \"string\",\n          \"key_79\": \"string\",\n          \"key_80\": \"string\",\n          \"key_81\": \"string\"\n        }\n      }\n    ],\n    \"pricing_options\": [\n      {\n        \"name\": \"Monthly\",\n        \"billing_interval_type\": \"month\",\n        \"billing_frequency\": 1,\n        \"plan_length\": 12,\n        \"end_behavior\": \"close\",\n        \"can_pause\": false,\n        \"can_resume\": false,\n        \"can_cancel\": false,\n        \"external_ref\": \"abc123\",\n        \"description\": \"A monthly subscription.\",\n        \"trial_period\": 7,\n        \"lead_time\": {\n          \"type\": \"day\",\n          \"time\": 14\n        },\n        \"notification_schedule\": [\n          {\n            \"name\": \"Daily billing run.\",\n            \"unit\": \"day\",\n            \"amount\": 100\n          },\n          {\n            \"name\": \"Daily billing run.\",\n            \"unit\": \"day\",\n            \"amount\": 100\n          }\n        ],\n        \"base_price_percentage\": 90,\n        \"fixed_price\": {\n          \"USD\": {\n            \"amount\": 100,\n            \"includes_tax\": false\n          },\n          \"GBP\": {\n            \"amount\": 90,\n            \"includes_tax\": true\n          }\n        },\n        \"meta\": {\n          \"selected\": true\n        }\n      }\n    ],\n    \"configured_features\": {\n      \"key_0\": {\n        \"key_0\": {\n          \"type\": \"access\"\n        },\n        \"key_1\": {\n          \"type\": \"access\"\n        },\n        \"key_2\": {\n          \"type\": \"access\"\n        }\n      },\n      \"key_1\": {\n        \"key_0\": {\n          \"type\": \"access\"\n        },\n        \"key_1\": {\n          \"type\": \"access\"\n        },\n        \"key_2\": {\n          \"type\": \"access\"\n        }\n      }\n    },\n    \"pricing_option_associations\": {\n      \"key_0\": [\n        \"11111111-2222-3333-4444-555555555555\",\n        \"11111111-2222-3333-4444-555555555555\"\n      ],\n      \"key_1\": [\n        \"11111111-2222-3333-4444-555555555555\",\n        \"11111111-2222-3333-4444-555555555555\"\n      ]\n    },\n    \"selected_plan\": \"abc123\",\n    \"selected_pricing_option\": \"abc123\",\n    \"order\": {\n      \"order_id\": \"11111111-2222-3333-4444-555555555555\",\n      \"order_item_id\": \"11111111-2222-3333-4444-555555555555\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"subscription\",\n    \"attributes\": {\n      \"account_id\": \"11111111-2222-3333-4444-555555555555\",\n      \"pricing_option_id\": \"11111111-2222-3333-4444-555555555555\",\n      \"plan_id\": \"11111111-2222-3333-4444-555555555555\",\n      \"offering\": {\n        \"type\": \"subscription_offering\",\n        \"attributes\": {\n          \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"name\": \"Magazine\",\n          \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"external_ref\": \"abc123\",\n          \"description\": \"A lovely magazine that is published every month.\"\n        },\n        \"meta\": {\n          \"owner\": \"store\",\n          \"timestamps\": {\n            \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n            \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n          },\n          \"external_plan_refs\": [\n            \"97dddc65-eabd-45d8-b45b-2ece5cfc8c50\",\n            \"97dddc65-eabd-45d8-b45b-2ece5cfc8c50\"\n          ]\n        },\n        \"id\": \"11111111-2222-3333-4444-555555555555\",\n        \"relationships\": {\n          \"key_0\": {\n            \"data\": {\n              \"id\": \"11111111-2222-3333-4444-555555555555\",\n              \"type\": \"11111111-2222-3333-4444-555555555555\"\n            },\n            \"links\": {\n              \"related\": \"foo.bar\"\n            }\n          },\n          \"key_1\": {\n            \"data\": {\n              \"id\": \"11111111-2222-3333-4444-555555555555\",\n              \"type\": \"11111111-2222-3333-4444-555555555555\"\n            },\n            \"links\": {\n              \"related\": \"foo.bar\"\n            }\n          }\n        }\n      },\n      \"currency\": \"USD\",\n      \"external_ref\": \"abc123\",\n      \"address_id\": \"11111111-2222-3333-4444-555555555555\"\n    },\n    \"meta\": {\n      \"owner\": \"store\",\n      \"timestamps\": {\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"canceled_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"paused_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"resumed_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"end_date\": \"2017-01-10T11:41:19.244842Z\",\n        \"go_live_after\": \"2017-01-10T11:41:19.244842Z\",\n        \"go_live\": \"2017-01-10T11:41:19.244842Z\"\n      },\n      \"status\": \"active\",\n      \"canceled\": true,\n      \"paused\": true,\n      \"closed\": true,\n      \"pending\": false,\n      \"suspended\": false,\n      \"invoice_after\": \"2017-01-10T11:41:19.244842Z\",\n      \"manual_payments\": false,\n      \"first_invoice_prepaid\": false,\n      \"state\": {\n        \"type\": \"subscription_state\",\n        \"attributes\": {\n          \"action\": \"cancel\",\n          \"cancel_immediately\": false\n        },\n        \"meta\": {\n          \"created_at\": \"2017-01-10T11:41:19.244842Z\"\n        },\n        \"id\": \"11111111-2222-3333-4444-555555555555\"\n      },\n      \"pending_price_change\": {\n        \"plan_prices\": {\n          \"197a11f4-d341-4594-9574-7fbfbe6a671d\": {\n            \"USD\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"GBP\": {\n              \"amount\": 90,\n              \"includes_tax\": true\n            }\n          }\n        },\n        \"pricing_option_prices\": {\n          \"83f6b8e3-031c-4f2a-a1d7-b1c83cb5ac3c\": {\n            \"base_price_percentage\": 90\n          },\n          \"197a11f4-d341-4594-9574-7fbfbe6a671d\": {\n            \"USD\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"GBP\": {\n              \"amount\": 90,\n              \"includes_tax\": true\n            }\n          }\n        }\n      },\n      \"price_update_history\": [\n        {\n          \"price_changes\": {\n            \"plan_prices\": {\n              \"197a11f4-d341-4594-9574-7fbfbe6a671d\": {\n                \"USD\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"GBP\": {\n                  \"amount\": 90,\n                  \"includes_tax\": true\n                }\n              }\n            },\n            \"pricing_option_prices\": {\n              \"83f6b8e3-031c-4f2a-a1d7-b1c83cb5ac3c\": {\n                \"base_price_percentage\": 90\n              },\n              \"197a11f4-d341-4594-9574-7fbfbe6a671d\": {\n                \"USD\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"GBP\": {\n                  \"amount\": 90,\n                  \"includes_tax\": true\n                }\n              }\n            }\n          },\n          \"valid_until\": \"2017-01-10T11:41:19.244842Z\"\n        },\n        {\n          \"price_changes\": {\n            \"plan_prices\": {\n              \"197a11f4-d341-4594-9574-7fbfbe6a671d\": {\n                \"USD\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"GBP\": {\n                  \"amount\": 90,\n                  \"includes_tax\": true\n                }\n              }\n            },\n            \"pricing_option_prices\": {\n              \"83f6b8e3-031c-4f2a-a1d7-b1c83cb5ac3c\": {\n                \"base_price_percentage\": 90\n              },\n              \"197a11f4-d341-4594-9574-7fbfbe6a671d\": {\n                \"USD\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"GBP\": {\n                  \"amount\": 90,\n                  \"includes_tax\": true\n                }\n              }\n            }\n          },\n          \"valid_until\": \"2017-01-10T11:41:19.244842Z\"\n        }\n      ]\n    },\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"relationships\": {\n      \"key_0\": {\n        \"data\": {\n          \"id\": \"11111111-2222-3333-4444-555555555555\",\n          \"type\": \"11111111-2222-3333-4444-555555555555\"\n        },\n        \"links\": {\n          \"related\": \"foo.bar\"\n        }\n      },\n      \"key_1\": {\n        \"data\": {\n          \"id\": \"11111111-2222-3333-4444-555555555555\",\n          \"type\": \"11111111-2222-3333-4444-555555555555\"\n        },\n        \"links\": {\n          \"related\": \"foo.bar\"\n        }\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a150c8c4-68be-4f85-abf5-9f7d8f8e80b1",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscriptions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"account_id\": \"11111111-2222-3333-4444-555555555555\",\n    \"currency\": \"USD\",\n    \"name\": \"Albert Einstein\",\n    \"email\": \"albert@elasticpath.com\",\n    \"manual_payments\": false,\n    \"external_ref\": \"abc123\",\n    \"address_id\": \"11111111-2222-3333-4444-555555555555\",\n    \"offering_external_ref\": \"abc123\",\n    \"offering_id\": \"11111111-2222-3333-4444-555555555555\",\n    \"plan_id\": \"11111111-2222-3333-4444-555555555555\",\n    \"pricing_option_id\": \"11111111-2222-3333-4444-555555555555\",\n    \"payment_authority\": {\n      \"type\": \"elastic_path_payments_stripe\",\n      \"customer_id\": \"cus_OPfKlxWV3hp9h6\",\n      \"card_id\": \"card_8Diw3FQPhxK27WADPVMeXieP\"\n    },\n    \"pending\": false,\n    \"first_invoice_paid\": false,\n    \"started_at\": \"2017-01-10T11:41:19.244842Z\",\n    \"override_first_period_end_date\": \"2027-02-01T00:00:00Z\",\n    \"offering\": {\n      \"name\": \"Magazine\",\n      \"external_ref\": \"abc123\",\n      \"description\": \"A lovely magazine that is published every month.\"\n    },\n    \"features\": [\n      \"abc123\"\n    ],\n    \"plans\": [\n      {\n        \"name\": \"Magazine\",\n        \"external_ref\": \"abc123\",\n        \"description\": \"A lovely magazine that is published every month.\",\n        \"sku\": \"MAGAZINE1\",\n        \"main_image\": \"https://magazine.com/cover.jpg\",\n        \"price\": {\n          \"USD\": {\n            \"amount\": 100,\n            \"includes_tax\": false\n          },\n          \"GBP\": {\n            \"amount\": 90,\n            \"includes_tax\": true\n          }\n        },\n        \"price_units\": {\n          \"unit\": \"day\",\n          \"amount\": 7\n        },\n        \"meta\": {\n          \"selected\": true\n        },\n        \"custom_attributes\": {\n          \"key_0\": \"string\",\n          \"key_1\": \"string\",\n          \"key_2\": \"string\",\n          \"key_3\": \"string\",\n          \"key_4\": \"string\",\n          \"key_5\": \"string\",\n          \"key_6\": \"string\",\n          \"key_7\": \"string\",\n          \"key_8\": \"string\",\n          \"key_9\": \"string\",\n          \"key_10\": \"string\",\n          \"key_11\": \"string\",\n          \"key_12\": \"string\",\n          \"key_13\": \"string\",\n          \"key_14\": \"string\",\n          \"key_15\": \"string\",\n          \"key_16\": \"string\",\n          \"key_17\": \"string\",\n          \"key_18\": \"string\",\n          \"key_19\": \"string\",\n          \"key_20\": \"string\",\n          \"key_21\": \"string\",\n          \"key_22\": \"string\",\n          \"key_23\": \"string\",\n          \"key_24\": \"string\",\n          \"key_25\": \"string\",\n          \"key_26\": \"string\",\n          \"key_27\": \"string\",\n          \"key_28\": \"string\",\n          \"key_29\": \"string\",\n          \"key_30\": \"string\",\n          \"key_31\": \"string\",\n          \"key_32\": \"string\",\n          \"key_33\": \"string\",\n          \"key_34\": \"string\",\n          \"key_35\": \"string\",\n          \"key_36\": \"string\",\n          \"key_37\": \"string\",\n          \"key_38\": \"string\",\n          \"key_39\": \"string\",\n          \"key_40\": \"string\",\n          \"key_41\": \"string\",\n          \"key_42\": \"string\",\n          \"key_43\": \"string\",\n          \"key_44\": \"string\",\n          \"key_45\": \"string\",\n          \"key_46\": \"string\",\n          \"key_47\": \"string\",\n          \"key_48\": \"string\",\n          \"key_49\": \"string\",\n          \"key_50\": \"string\",\n          \"key_51\": \"string\",\n          \"key_52\": \"string\",\n          \"key_53\": \"string\",\n          \"key_54\": \"string\",\n          \"key_55\": \"string\",\n          \"key_56\": \"string\",\n          \"key_57\": \"string\",\n          \"key_58\": \"string\",\n          \"key_59\": \"string\",\n          \"key_60\": \"string\",\n          \"key_61\": \"string\",\n          \"key_62\": \"string\",\n          \"key_63\": \"string\",\n          \"key_64\": \"string\",\n          \"key_65\": \"string\",\n          \"key_66\": \"string\",\n          \"key_67\": \"string\",\n          \"key_68\": \"string\",\n          \"key_69\": \"string\",\n          \"key_70\": \"string\",\n          \"key_71\": \"string\",\n          \"key_72\": \"string\",\n          \"key_73\": \"string\",\n          \"key_74\": \"string\",\n          \"key_75\": \"string\",\n          \"key_76\": \"string\",\n          \"key_77\": \"string\",\n          \"key_78\": \"string\",\n          \"key_79\": \"string\",\n          \"key_80\": \"string\",\n          \"key_81\": \"string\"\n        }\n      }\n    ],\n    \"pricing_options\": [\n      {\n        \"name\": \"Monthly\",\n        \"billing_interval_type\": \"month\",\n        \"billing_frequency\": 1,\n        \"plan_length\": 12,\n        \"end_behavior\": \"close\",\n        \"can_pause\": false,\n        \"can_resume\": false,\n        \"can_cancel\": false,\n        \"external_ref\": \"abc123\",\n        \"description\": \"A monthly subscription.\",\n        \"trial_period\": 7,\n        \"lead_time\": {\n          \"type\": \"day\",\n          \"time\": 14\n        },\n        \"notification_schedule\": [\n          {\n            \"name\": \"Daily billing run.\",\n            \"unit\": \"day\",\n            \"amount\": 100\n          },\n          {\n            \"name\": \"Daily billing run.\",\n            \"unit\": \"day\",\n            \"amount\": 100\n          }\n        ],\n        \"base_price_percentage\": 90,\n        \"fixed_price\": {\n          \"USD\": {\n            \"amount\": 100,\n            \"includes_tax\": false\n          },\n          \"GBP\": {\n            \"amount\": 90,\n            \"includes_tax\": true\n          }\n        },\n        \"meta\": {\n          \"selected\": true\n        }\n      }\n    ],\n    \"configured_features\": {\n      \"key_0\": {\n        \"key_0\": {\n          \"type\": \"access\"\n        },\n        \"key_1\": {\n          \"type\": \"access\"\n        },\n        \"key_2\": {\n          \"type\": \"access\"\n        }\n      },\n      \"key_1\": {\n        \"key_0\": {\n          \"type\": \"access\"\n        },\n        \"key_1\": {\n          \"type\": \"access\"\n        },\n        \"key_2\": {\n          \"type\": \"access\"\n        }\n      }\n    },\n    \"pricing_option_associations\": {\n      \"key_0\": [\n        \"11111111-2222-3333-4444-555555555555\",\n        \"11111111-2222-3333-4444-555555555555\"\n      ],\n      \"key_1\": [\n        \"11111111-2222-3333-4444-555555555555\",\n        \"11111111-2222-3333-4444-555555555555\"\n      ]\n    },\n    \"selected_plan\": \"abc123\",\n    \"selected_pricing_option\": \"abc123\",\n    \"order\": {\n      \"order_id\": \"11111111-2222-3333-4444-555555555555\",\n      \"order_item_id\": \"11111111-2222-3333-4444-555555555555\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0d2a31aa-838c-4e0f-992c-74401ce8503a",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscriptions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"account_id\": \"11111111-2222-3333-4444-555555555555\",\n    \"currency\": \"USD\",\n    \"name\": \"Albert Einstein\",\n    \"email\": \"albert@elasticpath.com\",\n    \"manual_payments\": false,\n    \"external_ref\": \"abc123\",\n    \"address_id\": \"11111111-2222-3333-4444-555555555555\",\n    \"offering_external_ref\": \"abc123\",\n    \"offering_id\": \"11111111-2222-3333-4444-555555555555\",\n    \"plan_id\": \"11111111-2222-3333-4444-555555555555\",\n    \"pricing_option_id\": \"11111111-2222-3333-4444-555555555555\",\n    \"payment_authority\": {\n      \"type\": \"elastic_path_payments_stripe\",\n      \"customer_id\": \"cus_OPfKlxWV3hp9h6\",\n      \"card_id\": \"card_8Diw3FQPhxK27WADPVMeXieP\"\n    },\n    \"pending\": false,\n    \"first_invoice_paid\": false,\n    \"started_at\": \"2017-01-10T11:41:19.244842Z\",\n    \"override_first_period_end_date\": \"2027-02-01T00:00:00Z\",\n    \"offering\": {\n      \"name\": \"Magazine\",\n      \"external_ref\": \"abc123\",\n      \"description\": \"A lovely magazine that is published every month.\"\n    },\n    \"features\": [\n      \"abc123\"\n    ],\n    \"plans\": [\n      {\n        \"name\": \"Magazine\",\n        \"external_ref\": \"abc123\",\n        \"description\": \"A lovely magazine that is published every month.\",\n        \"sku\": \"MAGAZINE1\",\n        \"main_image\": \"https://magazine.com/cover.jpg\",\n        \"price\": {\n          \"USD\": {\n            \"amount\": 100,\n            \"includes_tax\": false\n          },\n          \"GBP\": {\n            \"amount\": 90,\n            \"includes_tax\": true\n          }\n        },\n        \"price_units\": {\n          \"unit\": \"day\",\n          \"amount\": 7\n        },\n        \"meta\": {\n          \"selected\": true\n        },\n        \"custom_attributes\": {\n          \"key_0\": \"string\",\n          \"key_1\": \"string\",\n          \"key_2\": \"string\",\n          \"key_3\": \"string\",\n          \"key_4\": \"string\",\n          \"key_5\": \"string\",\n          \"key_6\": \"string\",\n          \"key_7\": \"string\",\n          \"key_8\": \"string\",\n          \"key_9\": \"string\",\n          \"key_10\": \"string\",\n          \"key_11\": \"string\",\n          \"key_12\": \"string\",\n          \"key_13\": \"string\",\n          \"key_14\": \"string\",\n          \"key_15\": \"string\",\n          \"key_16\": \"string\",\n          \"key_17\": \"string\",\n          \"key_18\": \"string\",\n          \"key_19\": \"string\",\n          \"key_20\": \"string\",\n          \"key_21\": \"string\",\n          \"key_22\": \"string\",\n          \"key_23\": \"string\",\n          \"key_24\": \"string\",\n          \"key_25\": \"string\",\n          \"key_26\": \"string\",\n          \"key_27\": \"string\",\n          \"key_28\": \"string\",\n          \"key_29\": \"string\",\n          \"key_30\": \"string\",\n          \"key_31\": \"string\",\n          \"key_32\": \"string\",\n          \"key_33\": \"string\",\n          \"key_34\": \"string\",\n          \"key_35\": \"string\",\n          \"key_36\": \"string\",\n          \"key_37\": \"string\",\n          \"key_38\": \"string\",\n          \"key_39\": \"string\",\n          \"key_40\": \"string\",\n          \"key_41\": \"string\",\n          \"key_42\": \"string\",\n          \"key_43\": \"string\",\n          \"key_44\": \"string\",\n          \"key_45\": \"string\",\n          \"key_46\": \"string\",\n          \"key_47\": \"string\",\n          \"key_48\": \"string\",\n          \"key_49\": \"string\",\n          \"key_50\": \"string\",\n          \"key_51\": \"string\",\n          \"key_52\": \"string\",\n          \"key_53\": \"string\",\n          \"key_54\": \"string\",\n          \"key_55\": \"string\",\n          \"key_56\": \"string\",\n          \"key_57\": \"string\",\n          \"key_58\": \"string\",\n          \"key_59\": \"string\",\n          \"key_60\": \"string\",\n          \"key_61\": \"string\",\n          \"key_62\": \"string\",\n          \"key_63\": \"string\",\n          \"key_64\": \"string\",\n          \"key_65\": \"string\",\n          \"key_66\": \"string\",\n          \"key_67\": \"string\",\n          \"key_68\": \"string\",\n          \"key_69\": \"string\",\n          \"key_70\": \"string\",\n          \"key_71\": \"string\",\n          \"key_72\": \"string\",\n          \"key_73\": \"string\",\n          \"key_74\": \"string\",\n          \"key_75\": \"string\",\n          \"key_76\": \"string\",\n          \"key_77\": \"string\",\n          \"key_78\": \"string\",\n          \"key_79\": \"string\",\n          \"key_80\": \"string\",\n          \"key_81\": \"string\"\n        }\n      }\n    ],\n    \"pricing_options\": [\n      {\n        \"name\": \"Monthly\",\n        \"billing_interval_type\": \"month\",\n        \"billing_frequency\": 1,\n        \"plan_length\": 12,\n        \"end_behavior\": \"close\",\n        \"can_pause\": false,\n        \"can_resume\": false,\n        \"can_cancel\": false,\n        \"external_ref\": \"abc123\",\n        \"description\": \"A monthly subscription.\",\n        \"trial_period\": 7,\n        \"lead_time\": {\n          \"type\": \"day\",\n          \"time\": 14\n        },\n        \"notification_schedule\": [\n          {\n            \"name\": \"Daily billing run.\",\n            \"unit\": \"day\",\n            \"amount\": 100\n          },\n          {\n            \"name\": \"Daily billing run.\",\n            \"unit\": \"day\",\n            \"amount\": 100\n          }\n        ],\n        \"base_price_percentage\": 90,\n        \"fixed_price\": {\n          \"USD\": {\n            \"amount\": 100,\n            \"includes_tax\": false\n          },\n          \"GBP\": {\n            \"amount\": 90,\n            \"includes_tax\": true\n          }\n        },\n        \"meta\": {\n          \"selected\": true\n        }\n      }\n    ],\n    \"configured_features\": {\n      \"key_0\": {\n        \"key_0\": {\n          \"type\": \"access\"\n        },\n        \"key_1\": {\n          \"type\": \"access\"\n        },\n        \"key_2\": {\n          \"type\": \"access\"\n        }\n      },\n      \"key_1\": {\n        \"key_0\": {\n          \"type\": \"access\"\n        },\n        \"key_1\": {\n          \"type\": \"access\"\n        },\n        \"key_2\": {\n          \"type\": \"access\"\n        }\n      }\n    },\n    \"pricing_option_associations\": {\n      \"key_0\": [\n        \"11111111-2222-3333-4444-555555555555\",\n        \"11111111-2222-3333-4444-555555555555\"\n      ],\n      \"key_1\": [\n        \"11111111-2222-3333-4444-555555555555\",\n        \"11111111-2222-3333-4444-555555555555\"\n      ]\n    },\n    \"selected_plan\": \"abc123\",\n    \"selected_pricing_option\": \"abc123\",\n    \"order\": {\n      \"order_id\": \"11111111-2222-3333-4444-555555555555\",\n      \"order_item_id\": \"11111111-2222-3333-4444-555555555555\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ca1d80ca-5863-4f42-b8b3-7157c5793c1c",
          "name": "List subscriptions",
          "request": {
            "name": "List subscriptions",
            "description": {
              "content": "Retrieves a list of all subscriptions.\n\n### Filtering\n\nThis endpoint supports filtering. For the general syntax, see [**Filtering**](/guides/Getting-Started/filtering).\n\nThe following attributes and operators are supported.\n\n| Operator | Attribute | Description |\n| --- | --- | --- | \n| `eq` | `account_id`, `name`, `email`, `external_ref` | Equals. Checks if the values of two operands are equal. If they are, the condition is true. |\n| `in` | `account_id`, `name`, `email`, `external_ref` | In. Checks if the value is in the specified list. If it is, the condition is true. |\n\n### Including Resources\n\nYou can use the `include` parameter to include the following resources with this endpoint.\n\n| Resource | Required | Description |\n| --- | --- | --- |\n| `pricing_options, plans` | Optional | Retrieves all pricing options and plans associated with a subscription. |\n| `plans` | Optional | Retrieves all plans associated with a subscription. |\n| `pricing_options` | Optional | Retrieves all pricing options associated with a subscription. |\n\nSee [Characteristics of Include Parameter](/guides/Getting-Started/includes#characteristics-of-include-parameter).\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "subscriptions"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "eq(name,Alan Turing)"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "10"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "100"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "",
                    "type": "text/plain"
                  },
                  "key": "include",
                  "value": "plans,pricing_options"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "a116fdf8-3c12-473d-a587-e34f8005a25e",
              "name": "Success. A list of subscriptions is returned.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscriptions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(name,Alan Turing)"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "plans,pricing_options"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"type\": \"subscription\",\n      \"attributes\": {\n        \"account_id\": \"11111111-2222-3333-4444-555555555555\",\n        \"pricing_option_id\": \"11111111-2222-3333-4444-555555555555\",\n        \"plan_id\": \"11111111-2222-3333-4444-555555555555\",\n        \"offering\": {\n          \"type\": \"subscription_offering\",\n          \"attributes\": {\n            \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n            \"name\": \"Magazine\",\n            \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n            \"external_ref\": \"abc123\",\n            \"description\": \"A lovely magazine that is published every month.\"\n          },\n          \"meta\": {\n            \"owner\": \"store\",\n            \"timestamps\": {\n              \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n              \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n            },\n            \"external_plan_refs\": [\n              \"97dddc65-eabd-45d8-b45b-2ece5cfc8c50\",\n              \"97dddc65-eabd-45d8-b45b-2ece5cfc8c50\"\n            ]\n          },\n          \"id\": \"11111111-2222-3333-4444-555555555555\",\n          \"relationships\": {\n            \"key_0\": {\n              \"data\": {\n                \"id\": \"11111111-2222-3333-4444-555555555555\",\n                \"type\": \"11111111-2222-3333-4444-555555555555\"\n              },\n              \"links\": {\n                \"related\": \"foo.bar\"\n              }\n            }\n          }\n        },\n        \"currency\": \"USD\",\n        \"external_ref\": \"abc123\",\n        \"address_id\": \"11111111-2222-3333-4444-555555555555\"\n      },\n      \"meta\": {\n        \"owner\": \"store\",\n        \"timestamps\": {\n          \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"canceled_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"paused_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"resumed_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"end_date\": \"2017-01-10T11:41:19.244842Z\",\n          \"go_live_after\": \"2017-01-10T11:41:19.244842Z\",\n          \"go_live\": \"2017-01-10T11:41:19.244842Z\"\n        },\n        \"status\": \"active\",\n        \"canceled\": true,\n        \"paused\": true,\n        \"closed\": true,\n        \"pending\": false,\n        \"suspended\": false,\n        \"invoice_after\": \"2017-01-10T11:41:19.244842Z\",\n        \"manual_payments\": false,\n        \"first_invoice_prepaid\": false,\n        \"state\": {\n          \"type\": \"subscription_state\",\n          \"attributes\": {\n            \"action\": \"cancel\",\n            \"cancel_immediately\": false\n          },\n          \"meta\": {\n            \"created_at\": \"2017-01-10T11:41:19.244842Z\"\n          },\n          \"id\": \"11111111-2222-3333-4444-555555555555\"\n        },\n        \"pending_price_change\": {\n          \"plan_prices\": {\n            \"197a11f4-d341-4594-9574-7fbfbe6a671d\": {\n              \"USD\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"GBP\": {\n                \"amount\": 90,\n                \"includes_tax\": true\n              }\n            }\n          },\n          \"pricing_option_prices\": {\n            \"83f6b8e3-031c-4f2a-a1d7-b1c83cb5ac3c\": {\n              \"base_price_percentage\": 90\n            },\n            \"197a11f4-d341-4594-9574-7fbfbe6a671d\": {\n              \"USD\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"GBP\": {\n                \"amount\": 90,\n                \"includes_tax\": true\n              }\n            }\n          }\n        },\n        \"price_update_history\": [\n          {\n            \"price_changes\": {\n              \"plan_prices\": {\n                \"197a11f4-d341-4594-9574-7fbfbe6a671d\": {\n                  \"USD\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"GBP\": {\n                    \"amount\": 90,\n                    \"includes_tax\": true\n                  }\n                }\n              },\n              \"pricing_option_prices\": {\n                \"83f6b8e3-031c-4f2a-a1d7-b1c83cb5ac3c\": {\n                  \"base_price_percentage\": 90\n                },\n                \"197a11f4-d341-4594-9574-7fbfbe6a671d\": {\n                  \"USD\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"GBP\": {\n                    \"amount\": 90,\n                    \"includes_tax\": true\n                  }\n                }\n              }\n            },\n            \"valid_until\": \"2017-01-10T11:41:19.244842Z\"\n          },\n          {\n            \"price_changes\": {\n              \"plan_prices\": {\n                \"197a11f4-d341-4594-9574-7fbfbe6a671d\": {\n                  \"USD\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"GBP\": {\n                    \"amount\": 90,\n                    \"includes_tax\": true\n                  }\n                }\n              },\n              \"pricing_option_prices\": {\n                \"83f6b8e3-031c-4f2a-a1d7-b1c83cb5ac3c\": {\n                  \"base_price_percentage\": 90\n                },\n                \"197a11f4-d341-4594-9574-7fbfbe6a671d\": {\n                  \"USD\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"GBP\": {\n                    \"amount\": 90,\n                    \"includes_tax\": true\n                  }\n                }\n              }\n            },\n            \"valid_until\": \"2017-01-10T11:41:19.244842Z\"\n          }\n        ]\n      },\n      \"id\": \"11111111-2222-3333-4444-555555555555\",\n      \"relationships\": {\n        \"key_0\": {\n          \"data\": {\n            \"id\": \"11111111-2222-3333-4444-555555555555\",\n            \"type\": \"11111111-2222-3333-4444-555555555555\"\n          },\n          \"links\": {\n            \"related\": \"foo.bar\"\n          }\n        },\n        \"key_1\": {\n          \"data\": {\n            \"id\": \"11111111-2222-3333-4444-555555555555\",\n            \"type\": \"11111111-2222-3333-4444-555555555555\"\n          },\n          \"links\": {\n            \"related\": \"foo.bar\"\n          }\n        }\n      }\n    },\n    {\n      \"type\": \"subscription\",\n      \"attributes\": {\n        \"account_id\": \"11111111-2222-3333-4444-555555555555\",\n        \"pricing_option_id\": \"11111111-2222-3333-4444-555555555555\",\n        \"plan_id\": \"11111111-2222-3333-4444-555555555555\",\n        \"offering\": {\n          \"type\": \"subscription_offering\",\n          \"attributes\": {\n            \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n            \"name\": \"Magazine\",\n            \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n            \"external_ref\": \"abc123\",\n            \"description\": \"A lovely magazine that is published every month.\"\n          },\n          \"meta\": {\n            \"owner\": \"store\",\n            \"timestamps\": {\n              \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n              \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n            },\n            \"external_plan_refs\": [\n              \"97dddc65-eabd-45d8-b45b-2ece5cfc8c50\",\n              \"97dddc65-eabd-45d8-b45b-2ece5cfc8c50\"\n            ]\n          },\n          \"id\": \"11111111-2222-3333-4444-555555555555\",\n          \"relationships\": {\n            \"key_0\": {\n              \"data\": {\n                \"id\": \"11111111-2222-3333-4444-555555555555\",\n                \"type\": \"11111111-2222-3333-4444-555555555555\"\n              },\n              \"links\": {\n                \"related\": \"foo.bar\"\n              }\n            }\n          }\n        },\n        \"currency\": \"USD\",\n        \"external_ref\": \"abc123\",\n        \"address_id\": \"11111111-2222-3333-4444-555555555555\"\n      },\n      \"meta\": {\n        \"owner\": \"store\",\n        \"timestamps\": {\n          \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"canceled_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"paused_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"resumed_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"end_date\": \"2017-01-10T11:41:19.244842Z\",\n          \"go_live_after\": \"2017-01-10T11:41:19.244842Z\",\n          \"go_live\": \"2017-01-10T11:41:19.244842Z\"\n        },\n        \"status\": \"active\",\n        \"canceled\": true,\n        \"paused\": true,\n        \"closed\": true,\n        \"pending\": false,\n        \"suspended\": false,\n        \"invoice_after\": \"2017-01-10T11:41:19.244842Z\",\n        \"manual_payments\": false,\n        \"first_invoice_prepaid\": false,\n        \"state\": {\n          \"type\": \"subscription_state\",\n          \"attributes\": {\n            \"action\": \"cancel\",\n            \"cancel_immediately\": false\n          },\n          \"meta\": {\n            \"created_at\": \"2017-01-10T11:41:19.244842Z\"\n          },\n          \"id\": \"11111111-2222-3333-4444-555555555555\"\n        },\n        \"pending_price_change\": {\n          \"plan_prices\": {\n            \"197a11f4-d341-4594-9574-7fbfbe6a671d\": {\n              \"USD\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"GBP\": {\n                \"amount\": 90,\n                \"includes_tax\": true\n              }\n            }\n          },\n          \"pricing_option_prices\": {\n            \"83f6b8e3-031c-4f2a-a1d7-b1c83cb5ac3c\": {\n              \"base_price_percentage\": 90\n            },\n            \"197a11f4-d341-4594-9574-7fbfbe6a671d\": {\n              \"USD\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"GBP\": {\n                \"amount\": 90,\n                \"includes_tax\": true\n              }\n            }\n          }\n        },\n        \"price_update_history\": [\n          {\n            \"price_changes\": {\n              \"plan_prices\": {\n                \"197a11f4-d341-4594-9574-7fbfbe6a671d\": {\n                  \"USD\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"GBP\": {\n                    \"amount\": 90,\n                    \"includes_tax\": true\n                  }\n                }\n              },\n              \"pricing_option_prices\": {\n                \"83f6b8e3-031c-4f2a-a1d7-b1c83cb5ac3c\": {\n                  \"base_price_percentage\": 90\n                },\n                \"197a11f4-d341-4594-9574-7fbfbe6a671d\": {\n                  \"USD\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"GBP\": {\n                    \"amount\": 90,\n                    \"includes_tax\": true\n                  }\n                }\n              }\n            },\n            \"valid_until\": \"2017-01-10T11:41:19.244842Z\"\n          },\n          {\n            \"price_changes\": {\n              \"plan_prices\": {\n                \"197a11f4-d341-4594-9574-7fbfbe6a671d\": {\n                  \"USD\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"GBP\": {\n                    \"amount\": 90,\n                    \"includes_tax\": true\n                  }\n                }\n              },\n              \"pricing_option_prices\": {\n                \"83f6b8e3-031c-4f2a-a1d7-b1c83cb5ac3c\": {\n                  \"base_price_percentage\": 90\n                },\n                \"197a11f4-d341-4594-9574-7fbfbe6a671d\": {\n                  \"USD\": {\n                    \"amount\": 100,\n                    \"includes_tax\": false\n                  },\n                  \"GBP\": {\n                    \"amount\": 90,\n                    \"includes_tax\": true\n                  }\n                }\n              }\n            },\n            \"valid_until\": \"2017-01-10T11:41:19.244842Z\"\n          }\n        ]\n      },\n      \"id\": \"11111111-2222-3333-4444-555555555555\",\n      \"relationships\": {\n        \"key_0\": {\n          \"data\": {\n            \"id\": \"11111111-2222-3333-4444-555555555555\",\n            \"type\": \"11111111-2222-3333-4444-555555555555\"\n          },\n          \"links\": {\n            \"related\": \"foo.bar\"\n          }\n        }\n      }\n    }\n  ],\n  \"included\": {\n    \"plans\": [\n      {\n        \"type\": \"subscription_offering_plan\",\n        \"attributes\": {\n          \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"feature_configurations\": {\n            \"key_0\": {\n              \"type\": \"access\"\n            }\n          },\n          \"name\": \"Magazine\",\n          \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"external_ref\": \"abc123\",\n          \"description\": \"A lovely magazine that is published every month.\",\n          \"sku\": \"MAGAZINE1\",\n          \"main_image\": \"https://magazine.com/cover.jpg\",\n          \"price\": {\n            \"USD\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"GBP\": {\n              \"amount\": 90,\n              \"includes_tax\": true\n            }\n          },\n          \"price_units\": {\n            \"unit\": \"day\",\n            \"amount\": 7\n          },\n          \"custom_attributes\": {\n            \"key_0\": \"string\"\n          }\n        },\n        \"meta\": {\n          \"owner\": \"store\",\n          \"timestamps\": {\n            \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n            \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n          },\n          \"prices\": {\n            \"key_0\": {\n              \"price\": {\n                \"USD\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"GBP\": {\n                  \"amount\": 90,\n                  \"includes_tax\": true\n                }\n              },\n              \"display_price\": {\n                \"without_tax\": {\n                  \"amount\": 100,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$1.00\"\n                },\n                \"with_tax\": {\n                  \"amount\": 110,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$1.10\"\n                },\n                \"tax\": {\n                  \"amount\": 10,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$0.10\"\n                }\n              }\n            },\n            \"key_1\": {\n              \"price\": {\n                \"USD\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"GBP\": {\n                  \"amount\": 90,\n                  \"includes_tax\": true\n                }\n              },\n              \"display_price\": {\n                \"without_tax\": {\n                  \"amount\": 100,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$1.00\"\n                },\n                \"with_tax\": {\n                  \"amount\": 110,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$1.10\"\n                },\n                \"tax\": {\n                  \"amount\": 10,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$0.10\"\n                }\n              }\n            }\n          },\n          \"display_price\": {\n            \"without_tax\": {\n              \"amount\": 100,\n              \"currency\": \"USD\",\n              \"formatted\": \"$1.00\"\n            },\n            \"with_tax\": {\n              \"amount\": 110,\n              \"currency\": \"USD\",\n              \"formatted\": \"$1.10\"\n            },\n            \"tax\": {\n              \"amount\": 10,\n              \"currency\": \"USD\",\n              \"formatted\": \"$0.10\"\n            }\n          },\n          \"active_plan\": true\n        },\n        \"id\": \"11111111-2222-3333-4444-555555555555\",\n        \"relationships\": {\n          \"key_0\": {\n            \"data\": {\n              \"id\": \"11111111-2222-3333-4444-555555555555\",\n              \"type\": \"11111111-2222-3333-4444-555555555555\"\n            },\n            \"links\": {\n              \"related\": \"foo.bar\"\n            }\n          },\n          \"key_1\": {\n            \"data\": {\n              \"id\": \"11111111-2222-3333-4444-555555555555\",\n              \"type\": \"11111111-2222-3333-4444-555555555555\"\n            },\n            \"links\": {\n              \"related\": \"foo.bar\"\n            }\n          },\n          \"key_2\": {\n            \"data\": {\n              \"id\": \"11111111-2222-3333-4444-555555555555\",\n              \"type\": \"11111111-2222-3333-4444-555555555555\"\n            },\n            \"links\": {\n              \"related\": \"foo.bar\"\n            }\n          },\n          \"key_3\": {\n            \"data\": {\n              \"id\": \"11111111-2222-3333-4444-555555555555\",\n              \"type\": \"11111111-2222-3333-4444-555555555555\"\n            },\n            \"links\": {\n              \"related\": \"foo.bar\"\n            }\n          }\n        }\n      },\n      {\n        \"type\": \"subscription_offering_plan\",\n        \"attributes\": {\n          \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"feature_configurations\": {\n            \"key_0\": {\n              \"type\": \"access\"\n            }\n          },\n          \"name\": \"Magazine\",\n          \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"external_ref\": \"abc123\",\n          \"description\": \"A lovely magazine that is published every month.\",\n          \"sku\": \"MAGAZINE1\",\n          \"main_image\": \"https://magazine.com/cover.jpg\",\n          \"price\": {\n            \"USD\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"GBP\": {\n              \"amount\": 90,\n              \"includes_tax\": true\n            }\n          },\n          \"price_units\": {\n            \"unit\": \"day\",\n            \"amount\": 7\n          },\n          \"custom_attributes\": {\n            \"key_0\": \"string\"\n          }\n        },\n        \"meta\": {\n          \"owner\": \"store\",\n          \"timestamps\": {\n            \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n            \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n          },\n          \"prices\": {\n            \"key_0\": {\n              \"price\": {\n                \"USD\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"GBP\": {\n                  \"amount\": 90,\n                  \"includes_tax\": true\n                }\n              },\n              \"display_price\": {\n                \"without_tax\": {\n                  \"amount\": 100,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$1.00\"\n                },\n                \"with_tax\": {\n                  \"amount\": 110,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$1.10\"\n                },\n                \"tax\": {\n                  \"amount\": 10,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$0.10\"\n                }\n              }\n            },\n            \"key_1\": {\n              \"price\": {\n                \"USD\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"GBP\": {\n                  \"amount\": 90,\n                  \"includes_tax\": true\n                }\n              },\n              \"display_price\": {\n                \"without_tax\": {\n                  \"amount\": 100,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$1.00\"\n                },\n                \"with_tax\": {\n                  \"amount\": 110,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$1.10\"\n                },\n                \"tax\": {\n                  \"amount\": 10,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$0.10\"\n                }\n              }\n            }\n          },\n          \"display_price\": {\n            \"without_tax\": {\n              \"amount\": 100,\n              \"currency\": \"USD\",\n              \"formatted\": \"$1.00\"\n            },\n            \"with_tax\": {\n              \"amount\": 110,\n              \"currency\": \"USD\",\n              \"formatted\": \"$1.10\"\n            },\n            \"tax\": {\n              \"amount\": 10,\n              \"currency\": \"USD\",\n              \"formatted\": \"$0.10\"\n            }\n          },\n          \"active_plan\": true\n        },\n        \"id\": \"11111111-2222-3333-4444-555555555555\",\n        \"relationships\": {\n          \"key_0\": {\n            \"data\": {\n              \"id\": \"11111111-2222-3333-4444-555555555555\",\n              \"type\": \"11111111-2222-3333-4444-555555555555\"\n            },\n            \"links\": {\n              \"related\": \"foo.bar\"\n            }\n          }\n        }\n      }\n    ],\n    \"pricing_options\": [\n      {\n        \"type\": \"subscription_offering_pricing_option\",\n        \"attributes\": {\n          \"billing_frequency\": 1,\n          \"billing_interval_type\": \"month\",\n          \"can_cancel\": false,\n          \"can_pause\": false,\n          \"can_resume\": false,\n          \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"end_behavior\": \"close\",\n          \"name\": \"Monthly\",\n          \"plan_length\": 12,\n          \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"external_ref\": \"abc123\",\n          \"description\": \"A monthly subscription.\",\n          \"trial_period\": 7,\n          \"lead_time\": {\n            \"type\": \"day\",\n            \"time\": 14\n          },\n          \"notification_schedule\": [\n            {\n              \"name\": \"Daily billing run.\",\n              \"unit\": \"day\",\n              \"amount\": 100\n            },\n            {\n              \"name\": \"Daily billing run.\",\n              \"unit\": \"day\",\n              \"amount\": 100\n            }\n          ],\n          \"base_price_percentage\": 90,\n          \"fixed_price\": {\n            \"USD\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"GBP\": {\n              \"amount\": 90,\n              \"includes_tax\": true\n            }\n          }\n        },\n        \"meta\": {\n          \"owner\": \"store\",\n          \"timestamps\": {\n            \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n            \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n          },\n          \"prices\": {\n            \"key_0\": {\n              \"price\": {\n                \"USD\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"GBP\": {\n                  \"amount\": 90,\n                  \"includes_tax\": true\n                }\n              },\n              \"display_price\": {\n                \"without_tax\": {\n                  \"amount\": 100,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$1.00\"\n                },\n                \"with_tax\": {\n                  \"amount\": 110,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$1.10\"\n                },\n                \"tax\": {\n                  \"amount\": 10,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$0.10\"\n                }\n              }\n            }\n          },\n          \"price\": {\n            \"USD\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"GBP\": {\n              \"amount\": 90,\n              \"includes_tax\": true\n            }\n          },\n          \"display_price\": {\n            \"without_tax\": {\n              \"amount\": 100,\n              \"currency\": \"USD\",\n              \"formatted\": \"$1.00\"\n            },\n            \"with_tax\": {\n              \"amount\": 110,\n              \"currency\": \"USD\",\n              \"formatted\": \"$1.10\"\n            },\n            \"tax\": {\n              \"amount\": 10,\n              \"currency\": \"USD\",\n              \"formatted\": \"$0.10\"\n            }\n          },\n          \"active_pricing_option\": true\n        },\n        \"id\": \"11111111-2222-3333-4444-555555555555\",\n        \"relationships\": {\n          \"key_0\": {\n            \"data\": {\n              \"id\": \"11111111-2222-3333-4444-555555555555\",\n              \"type\": \"11111111-2222-3333-4444-555555555555\"\n            },\n            \"links\": {\n              \"related\": \"foo.bar\"\n            }\n          },\n          \"key_1\": {\n            \"data\": {\n              \"id\": \"11111111-2222-3333-4444-555555555555\",\n              \"type\": \"11111111-2222-3333-4444-555555555555\"\n            },\n            \"links\": {\n              \"related\": \"foo.bar\"\n            }\n          }\n        }\n      },\n      {\n        \"type\": \"subscription_offering_pricing_option\",\n        \"attributes\": {\n          \"billing_frequency\": 1,\n          \"billing_interval_type\": \"month\",\n          \"can_cancel\": false,\n          \"can_pause\": false,\n          \"can_resume\": false,\n          \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"end_behavior\": \"close\",\n          \"name\": \"Monthly\",\n          \"plan_length\": 12,\n          \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"external_ref\": \"abc123\",\n          \"description\": \"A monthly subscription.\",\n          \"trial_period\": 7,\n          \"lead_time\": {\n            \"type\": \"day\",\n            \"time\": 14\n          },\n          \"notification_schedule\": [\n            {\n              \"name\": \"Daily billing run.\",\n              \"unit\": \"day\",\n              \"amount\": 100\n            },\n            {\n              \"name\": \"Daily billing run.\",\n              \"unit\": \"day\",\n              \"amount\": 100\n            }\n          ],\n          \"base_price_percentage\": 90,\n          \"fixed_price\": {\n            \"USD\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"GBP\": {\n              \"amount\": 90,\n              \"includes_tax\": true\n            }\n          }\n        },\n        \"meta\": {\n          \"owner\": \"store\",\n          \"timestamps\": {\n            \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n            \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n          },\n          \"prices\": {\n            \"key_0\": {\n              \"price\": {\n                \"USD\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"GBP\": {\n                  \"amount\": 90,\n                  \"includes_tax\": true\n                }\n              },\n              \"display_price\": {\n                \"without_tax\": {\n                  \"amount\": 100,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$1.00\"\n                },\n                \"with_tax\": {\n                  \"amount\": 110,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$1.10\"\n                },\n                \"tax\": {\n                  \"amount\": 10,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$0.10\"\n                }\n              }\n            },\n            \"key_1\": {\n              \"price\": {\n                \"USD\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"GBP\": {\n                  \"amount\": 90,\n                  \"includes_tax\": true\n                }\n              },\n              \"display_price\": {\n                \"without_tax\": {\n                  \"amount\": 100,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$1.00\"\n                },\n                \"with_tax\": {\n                  \"amount\": 110,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$1.10\"\n                },\n                \"tax\": {\n                  \"amount\": 10,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$0.10\"\n                }\n              }\n            }\n          },\n          \"price\": {\n            \"USD\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"GBP\": {\n              \"amount\": 90,\n              \"includes_tax\": true\n            }\n          },\n          \"display_price\": {\n            \"without_tax\": {\n              \"amount\": 100,\n              \"currency\": \"USD\",\n              \"formatted\": \"$1.00\"\n            },\n            \"with_tax\": {\n              \"amount\": 110,\n              \"currency\": \"USD\",\n              \"formatted\": \"$1.10\"\n            },\n            \"tax\": {\n              \"amount\": 10,\n              \"currency\": \"USD\",\n              \"formatted\": \"$0.10\"\n            }\n          },\n          \"active_pricing_option\": true\n        },\n        \"id\": \"11111111-2222-3333-4444-555555555555\",\n        \"relationships\": {\n          \"key_0\": {\n            \"data\": {\n              \"id\": \"11111111-2222-3333-4444-555555555555\",\n              \"type\": \"11111111-2222-3333-4444-555555555555\"\n            },\n            \"links\": {\n              \"related\": \"foo.bar\"\n            }\n          },\n          \"key_1\": {\n            \"data\": {\n              \"id\": \"11111111-2222-3333-4444-555555555555\",\n              \"type\": \"11111111-2222-3333-4444-555555555555\"\n            },\n            \"links\": {\n              \"related\": \"foo.bar\"\n            }\n          }\n        }\n      }\n    ]\n  },\n  \"links\": {\n    \"key_0\": \"http://example.com/articles/1/comments\",\n    \"key_1\": \"http://example.com/articles/1/comments\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ed6a4e98-de88-419f-b968-06b87e42326f",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscriptions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(name,Alan Turing)"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "plans,pricing_options"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "35b5b89a-d9fa-4a5a-bc36-d06d4d70cb81",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscriptions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(name,Alan Turing)"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "plans,pricing_options"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8de9c510-7005-4ba5-b12e-ffa60c7ae4f4",
          "name": "Get subscription",
          "request": {
            "name": "Get subscription",
            "description": {},
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "subscriptions",
                ":subscription_uuid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "",
                    "type": "text/plain"
                  },
                  "key": "include",
                  "value": "plans,pricing_options"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "subscription_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the subscription.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "46511a7e-b59f-4668-bd1c-c1b3638e8d58",
              "name": "Success. The details of a subscription are returned.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscriptions",
                    ":subscription_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "plans,pricing_options"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscription.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscription_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"subscription\",\n    \"attributes\": {\n      \"account_id\": \"11111111-2222-3333-4444-555555555555\",\n      \"pricing_option_id\": \"11111111-2222-3333-4444-555555555555\",\n      \"plan_id\": \"11111111-2222-3333-4444-555555555555\",\n      \"offering\": {\n        \"type\": \"subscription_offering\",\n        \"attributes\": {\n          \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"name\": \"Magazine\",\n          \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"external_ref\": \"abc123\",\n          \"description\": \"A lovely magazine that is published every month.\"\n        },\n        \"meta\": {\n          \"owner\": \"store\",\n          \"timestamps\": {\n            \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n            \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n          },\n          \"external_plan_refs\": [\n            \"97dddc65-eabd-45d8-b45b-2ece5cfc8c50\",\n            \"97dddc65-eabd-45d8-b45b-2ece5cfc8c50\"\n          ]\n        },\n        \"id\": \"11111111-2222-3333-4444-555555555555\",\n        \"relationships\": {\n          \"key_0\": {\n            \"data\": {\n              \"id\": \"11111111-2222-3333-4444-555555555555\",\n              \"type\": \"11111111-2222-3333-4444-555555555555\"\n            },\n            \"links\": {\n              \"related\": \"foo.bar\"\n            }\n          },\n          \"key_1\": {\n            \"data\": {\n              \"id\": \"11111111-2222-3333-4444-555555555555\",\n              \"type\": \"11111111-2222-3333-4444-555555555555\"\n            },\n            \"links\": {\n              \"related\": \"foo.bar\"\n            }\n          }\n        }\n      },\n      \"currency\": \"USD\",\n      \"external_ref\": \"abc123\",\n      \"address_id\": \"11111111-2222-3333-4444-555555555555\"\n    },\n    \"meta\": {\n      \"owner\": \"store\",\n      \"timestamps\": {\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"canceled_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"paused_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"resumed_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"end_date\": \"2017-01-10T11:41:19.244842Z\",\n        \"go_live_after\": \"2017-01-10T11:41:19.244842Z\",\n        \"go_live\": \"2017-01-10T11:41:19.244842Z\"\n      },\n      \"status\": \"active\",\n      \"canceled\": true,\n      \"paused\": true,\n      \"closed\": true,\n      \"pending\": false,\n      \"suspended\": false,\n      \"invoice_after\": \"2017-01-10T11:41:19.244842Z\",\n      \"manual_payments\": false,\n      \"first_invoice_prepaid\": false,\n      \"state\": {\n        \"type\": \"subscription_state\",\n        \"attributes\": {\n          \"action\": \"cancel\",\n          \"cancel_immediately\": false\n        },\n        \"meta\": {\n          \"created_at\": \"2017-01-10T11:41:19.244842Z\"\n        },\n        \"id\": \"11111111-2222-3333-4444-555555555555\"\n      },\n      \"pending_price_change\": {\n        \"plan_prices\": {\n          \"197a11f4-d341-4594-9574-7fbfbe6a671d\": {\n            \"USD\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"GBP\": {\n              \"amount\": 90,\n              \"includes_tax\": true\n            }\n          }\n        },\n        \"pricing_option_prices\": {\n          \"83f6b8e3-031c-4f2a-a1d7-b1c83cb5ac3c\": {\n            \"base_price_percentage\": 90\n          },\n          \"197a11f4-d341-4594-9574-7fbfbe6a671d\": {\n            \"USD\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"GBP\": {\n              \"amount\": 90,\n              \"includes_tax\": true\n            }\n          }\n        }\n      },\n      \"price_update_history\": [\n        {\n          \"price_changes\": {\n            \"plan_prices\": {\n              \"197a11f4-d341-4594-9574-7fbfbe6a671d\": {\n                \"USD\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"GBP\": {\n                  \"amount\": 90,\n                  \"includes_tax\": true\n                }\n              }\n            },\n            \"pricing_option_prices\": {\n              \"83f6b8e3-031c-4f2a-a1d7-b1c83cb5ac3c\": {\n                \"base_price_percentage\": 90\n              },\n              \"197a11f4-d341-4594-9574-7fbfbe6a671d\": {\n                \"USD\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"GBP\": {\n                  \"amount\": 90,\n                  \"includes_tax\": true\n                }\n              }\n            }\n          },\n          \"valid_until\": \"2017-01-10T11:41:19.244842Z\"\n        },\n        {\n          \"price_changes\": {\n            \"plan_prices\": {\n              \"197a11f4-d341-4594-9574-7fbfbe6a671d\": {\n                \"USD\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"GBP\": {\n                  \"amount\": 90,\n                  \"includes_tax\": true\n                }\n              }\n            },\n            \"pricing_option_prices\": {\n              \"83f6b8e3-031c-4f2a-a1d7-b1c83cb5ac3c\": {\n                \"base_price_percentage\": 90\n              },\n              \"197a11f4-d341-4594-9574-7fbfbe6a671d\": {\n                \"USD\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"GBP\": {\n                  \"amount\": 90,\n                  \"includes_tax\": true\n                }\n              }\n            }\n          },\n          \"valid_until\": \"2017-01-10T11:41:19.244842Z\"\n        }\n      ]\n    },\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"relationships\": {\n      \"key_0\": {\n        \"data\": {\n          \"id\": \"11111111-2222-3333-4444-555555555555\",\n          \"type\": \"11111111-2222-3333-4444-555555555555\"\n        },\n        \"links\": {\n          \"related\": \"foo.bar\"\n        }\n      },\n      \"key_1\": {\n        \"data\": {\n          \"id\": \"11111111-2222-3333-4444-555555555555\",\n          \"type\": \"11111111-2222-3333-4444-555555555555\"\n        },\n        \"links\": {\n          \"related\": \"foo.bar\"\n        }\n      }\n    }\n  },\n  \"included\": {\n    \"plans\": [\n      {\n        \"type\": \"subscription_offering_plan\",\n        \"attributes\": {\n          \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"feature_configurations\": {\n            \"key_0\": {\n              \"type\": \"access\"\n            }\n          },\n          \"name\": \"Magazine\",\n          \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"external_ref\": \"abc123\",\n          \"description\": \"A lovely magazine that is published every month.\",\n          \"sku\": \"MAGAZINE1\",\n          \"main_image\": \"https://magazine.com/cover.jpg\",\n          \"price\": {\n            \"USD\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"GBP\": {\n              \"amount\": 90,\n              \"includes_tax\": true\n            }\n          },\n          \"price_units\": {\n            \"unit\": \"day\",\n            \"amount\": 7\n          },\n          \"custom_attributes\": {\n            \"key_0\": \"string\",\n            \"key_1\": \"string\",\n            \"key_2\": \"string\",\n            \"key_3\": \"string\"\n          }\n        },\n        \"meta\": {\n          \"owner\": \"store\",\n          \"timestamps\": {\n            \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n            \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n          },\n          \"prices\": {\n            \"key_0\": {\n              \"price\": {\n                \"USD\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"GBP\": {\n                  \"amount\": 90,\n                  \"includes_tax\": true\n                }\n              },\n              \"display_price\": {\n                \"without_tax\": {\n                  \"amount\": 100,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$1.00\"\n                },\n                \"with_tax\": {\n                  \"amount\": 110,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$1.10\"\n                },\n                \"tax\": {\n                  \"amount\": 10,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$0.10\"\n                }\n              }\n            },\n            \"key_1\": {\n              \"price\": {\n                \"USD\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"GBP\": {\n                  \"amount\": 90,\n                  \"includes_tax\": true\n                }\n              },\n              \"display_price\": {\n                \"without_tax\": {\n                  \"amount\": 100,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$1.00\"\n                },\n                \"with_tax\": {\n                  \"amount\": 110,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$1.10\"\n                },\n                \"tax\": {\n                  \"amount\": 10,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$0.10\"\n                }\n              }\n            },\n            \"key_2\": {\n              \"price\": {\n                \"USD\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"GBP\": {\n                  \"amount\": 90,\n                  \"includes_tax\": true\n                }\n              },\n              \"display_price\": {\n                \"without_tax\": {\n                  \"amount\": 100,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$1.00\"\n                },\n                \"with_tax\": {\n                  \"amount\": 110,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$1.10\"\n                },\n                \"tax\": {\n                  \"amount\": 10,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$0.10\"\n                }\n              }\n            }\n          },\n          \"display_price\": {\n            \"without_tax\": {\n              \"amount\": 100,\n              \"currency\": \"USD\",\n              \"formatted\": \"$1.00\"\n            },\n            \"with_tax\": {\n              \"amount\": 110,\n              \"currency\": \"USD\",\n              \"formatted\": \"$1.10\"\n            },\n            \"tax\": {\n              \"amount\": 10,\n              \"currency\": \"USD\",\n              \"formatted\": \"$0.10\"\n            }\n          },\n          \"active_plan\": true\n        },\n        \"id\": \"11111111-2222-3333-4444-555555555555\",\n        \"relationships\": {\n          \"key_0\": {\n            \"data\": {\n              \"id\": \"11111111-2222-3333-4444-555555555555\",\n              \"type\": \"11111111-2222-3333-4444-555555555555\"\n            },\n            \"links\": {\n              \"related\": \"foo.bar\"\n            }\n          }\n        }\n      },\n      {\n        \"type\": \"subscription_offering_plan\",\n        \"attributes\": {\n          \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"feature_configurations\": {\n            \"key_0\": {\n              \"type\": \"access\"\n            }\n          },\n          \"name\": \"Magazine\",\n          \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"external_ref\": \"abc123\",\n          \"description\": \"A lovely magazine that is published every month.\",\n          \"sku\": \"MAGAZINE1\",\n          \"main_image\": \"https://magazine.com/cover.jpg\",\n          \"price\": {\n            \"USD\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"GBP\": {\n              \"amount\": 90,\n              \"includes_tax\": true\n            }\n          },\n          \"price_units\": {\n            \"unit\": \"day\",\n            \"amount\": 7\n          },\n          \"custom_attributes\": {\n            \"key_0\": \"string\",\n            \"key_1\": \"string\"\n          }\n        },\n        \"meta\": {\n          \"owner\": \"store\",\n          \"timestamps\": {\n            \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n            \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n          },\n          \"prices\": {\n            \"key_0\": {\n              \"price\": {\n                \"USD\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"GBP\": {\n                  \"amount\": 90,\n                  \"includes_tax\": true\n                }\n              },\n              \"display_price\": {\n                \"without_tax\": {\n                  \"amount\": 100,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$1.00\"\n                },\n                \"with_tax\": {\n                  \"amount\": 110,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$1.10\"\n                },\n                \"tax\": {\n                  \"amount\": 10,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$0.10\"\n                }\n              }\n            },\n            \"key_1\": {\n              \"price\": {\n                \"USD\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"GBP\": {\n                  \"amount\": 90,\n                  \"includes_tax\": true\n                }\n              },\n              \"display_price\": {\n                \"without_tax\": {\n                  \"amount\": 100,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$1.00\"\n                },\n                \"with_tax\": {\n                  \"amount\": 110,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$1.10\"\n                },\n                \"tax\": {\n                  \"amount\": 10,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$0.10\"\n                }\n              }\n            }\n          },\n          \"display_price\": {\n            \"without_tax\": {\n              \"amount\": 100,\n              \"currency\": \"USD\",\n              \"formatted\": \"$1.00\"\n            },\n            \"with_tax\": {\n              \"amount\": 110,\n              \"currency\": \"USD\",\n              \"formatted\": \"$1.10\"\n            },\n            \"tax\": {\n              \"amount\": 10,\n              \"currency\": \"USD\",\n              \"formatted\": \"$0.10\"\n            }\n          },\n          \"active_plan\": true\n        },\n        \"id\": \"11111111-2222-3333-4444-555555555555\",\n        \"relationships\": {\n          \"key_0\": {\n            \"data\": {\n              \"id\": \"11111111-2222-3333-4444-555555555555\",\n              \"type\": \"11111111-2222-3333-4444-555555555555\"\n            },\n            \"links\": {\n              \"related\": \"foo.bar\"\n            }\n          },\n          \"key_1\": {\n            \"data\": {\n              \"id\": \"11111111-2222-3333-4444-555555555555\",\n              \"type\": \"11111111-2222-3333-4444-555555555555\"\n            },\n            \"links\": {\n              \"related\": \"foo.bar\"\n            }\n          }\n        }\n      }\n    ],\n    \"pricing_options\": [\n      {\n        \"type\": \"subscription_offering_pricing_option\",\n        \"attributes\": {\n          \"billing_frequency\": 1,\n          \"billing_interval_type\": \"month\",\n          \"can_cancel\": false,\n          \"can_pause\": false,\n          \"can_resume\": false,\n          \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"end_behavior\": \"close\",\n          \"name\": \"Monthly\",\n          \"plan_length\": 12,\n          \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"external_ref\": \"abc123\",\n          \"description\": \"A monthly subscription.\",\n          \"trial_period\": 7,\n          \"lead_time\": {\n            \"type\": \"day\",\n            \"time\": 14\n          },\n          \"notification_schedule\": [\n            {\n              \"name\": \"Daily billing run.\",\n              \"unit\": \"day\",\n              \"amount\": 100\n            },\n            {\n              \"name\": \"Daily billing run.\",\n              \"unit\": \"day\",\n              \"amount\": 100\n            }\n          ],\n          \"base_price_percentage\": 90,\n          \"fixed_price\": {\n            \"USD\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"GBP\": {\n              \"amount\": 90,\n              \"includes_tax\": true\n            }\n          }\n        },\n        \"meta\": {\n          \"owner\": \"store\",\n          \"timestamps\": {\n            \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n            \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n          },\n          \"prices\": {\n            \"key_0\": {\n              \"price\": {\n                \"USD\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"GBP\": {\n                  \"amount\": 90,\n                  \"includes_tax\": true\n                }\n              },\n              \"display_price\": {\n                \"without_tax\": {\n                  \"amount\": 100,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$1.00\"\n                },\n                \"with_tax\": {\n                  \"amount\": 110,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$1.10\"\n                },\n                \"tax\": {\n                  \"amount\": 10,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$0.10\"\n                }\n              }\n            },\n            \"key_1\": {\n              \"price\": {\n                \"USD\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"GBP\": {\n                  \"amount\": 90,\n                  \"includes_tax\": true\n                }\n              },\n              \"display_price\": {\n                \"without_tax\": {\n                  \"amount\": 100,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$1.00\"\n                },\n                \"with_tax\": {\n                  \"amount\": 110,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$1.10\"\n                },\n                \"tax\": {\n                  \"amount\": 10,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$0.10\"\n                }\n              }\n            },\n            \"key_2\": {\n              \"price\": {\n                \"USD\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"GBP\": {\n                  \"amount\": 90,\n                  \"includes_tax\": true\n                }\n              },\n              \"display_price\": {\n                \"without_tax\": {\n                  \"amount\": 100,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$1.00\"\n                },\n                \"with_tax\": {\n                  \"amount\": 110,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$1.10\"\n                },\n                \"tax\": {\n                  \"amount\": 10,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$0.10\"\n                }\n              }\n            },\n            \"key_3\": {\n              \"price\": {\n                \"USD\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"GBP\": {\n                  \"amount\": 90,\n                  \"includes_tax\": true\n                }\n              },\n              \"display_price\": {\n                \"without_tax\": {\n                  \"amount\": 100,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$1.00\"\n                },\n                \"with_tax\": {\n                  \"amount\": 110,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$1.10\"\n                },\n                \"tax\": {\n                  \"amount\": 10,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$0.10\"\n                }\n              }\n            }\n          },\n          \"price\": {\n            \"USD\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"GBP\": {\n              \"amount\": 90,\n              \"includes_tax\": true\n            }\n          },\n          \"display_price\": {\n            \"without_tax\": {\n              \"amount\": 100,\n              \"currency\": \"USD\",\n              \"formatted\": \"$1.00\"\n            },\n            \"with_tax\": {\n              \"amount\": 110,\n              \"currency\": \"USD\",\n              \"formatted\": \"$1.10\"\n            },\n            \"tax\": {\n              \"amount\": 10,\n              \"currency\": \"USD\",\n              \"formatted\": \"$0.10\"\n            }\n          },\n          \"active_pricing_option\": true\n        },\n        \"id\": \"11111111-2222-3333-4444-555555555555\",\n        \"relationships\": {\n          \"key_0\": {\n            \"data\": {\n              \"id\": \"11111111-2222-3333-4444-555555555555\",\n              \"type\": \"11111111-2222-3333-4444-555555555555\"\n            },\n            \"links\": {\n              \"related\": \"foo.bar\"\n            }\n          }\n        }\n      },\n      {\n        \"type\": \"subscription_offering_pricing_option\",\n        \"attributes\": {\n          \"billing_frequency\": 1,\n          \"billing_interval_type\": \"month\",\n          \"can_cancel\": false,\n          \"can_pause\": false,\n          \"can_resume\": false,\n          \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"end_behavior\": \"close\",\n          \"name\": \"Monthly\",\n          \"plan_length\": 12,\n          \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"external_ref\": \"abc123\",\n          \"description\": \"A monthly subscription.\",\n          \"trial_period\": 7,\n          \"lead_time\": {\n            \"type\": \"day\",\n            \"time\": 14\n          },\n          \"notification_schedule\": [\n            {\n              \"name\": \"Daily billing run.\",\n              \"unit\": \"day\",\n              \"amount\": 100\n            },\n            {\n              \"name\": \"Daily billing run.\",\n              \"unit\": \"day\",\n              \"amount\": 100\n            }\n          ],\n          \"base_price_percentage\": 90,\n          \"fixed_price\": {\n            \"USD\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"GBP\": {\n              \"amount\": 90,\n              \"includes_tax\": true\n            }\n          }\n        },\n        \"meta\": {\n          \"owner\": \"store\",\n          \"timestamps\": {\n            \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n            \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n          },\n          \"prices\": {\n            \"key_0\": {\n              \"price\": {\n                \"USD\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"GBP\": {\n                  \"amount\": 90,\n                  \"includes_tax\": true\n                }\n              },\n              \"display_price\": {\n                \"without_tax\": {\n                  \"amount\": 100,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$1.00\"\n                },\n                \"with_tax\": {\n                  \"amount\": 110,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$1.10\"\n                },\n                \"tax\": {\n                  \"amount\": 10,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$0.10\"\n                }\n              }\n            },\n            \"key_1\": {\n              \"price\": {\n                \"USD\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"GBP\": {\n                  \"amount\": 90,\n                  \"includes_tax\": true\n                }\n              },\n              \"display_price\": {\n                \"without_tax\": {\n                  \"amount\": 100,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$1.00\"\n                },\n                \"with_tax\": {\n                  \"amount\": 110,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$1.10\"\n                },\n                \"tax\": {\n                  \"amount\": 10,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$0.10\"\n                }\n              }\n            },\n            \"key_2\": {\n              \"price\": {\n                \"USD\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"GBP\": {\n                  \"amount\": 90,\n                  \"includes_tax\": true\n                }\n              },\n              \"display_price\": {\n                \"without_tax\": {\n                  \"amount\": 100,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$1.00\"\n                },\n                \"with_tax\": {\n                  \"amount\": 110,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$1.10\"\n                },\n                \"tax\": {\n                  \"amount\": 10,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$0.10\"\n                }\n              }\n            },\n            \"key_3\": {\n              \"price\": {\n                \"USD\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"GBP\": {\n                  \"amount\": 90,\n                  \"includes_tax\": true\n                }\n              },\n              \"display_price\": {\n                \"without_tax\": {\n                  \"amount\": 100,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$1.00\"\n                },\n                \"with_tax\": {\n                  \"amount\": 110,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$1.10\"\n                },\n                \"tax\": {\n                  \"amount\": 10,\n                  \"currency\": \"USD\",\n                  \"formatted\": \"$0.10\"\n                }\n              }\n            }\n          },\n          \"price\": {\n            \"USD\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"GBP\": {\n              \"amount\": 90,\n              \"includes_tax\": true\n            }\n          },\n          \"display_price\": {\n            \"without_tax\": {\n              \"amount\": 100,\n              \"currency\": \"USD\",\n              \"formatted\": \"$1.00\"\n            },\n            \"with_tax\": {\n              \"amount\": 110,\n              \"currency\": \"USD\",\n              \"formatted\": \"$1.10\"\n            },\n            \"tax\": {\n              \"amount\": 10,\n              \"currency\": \"USD\",\n              \"formatted\": \"$0.10\"\n            }\n          },\n          \"active_pricing_option\": true\n        },\n        \"id\": \"11111111-2222-3333-4444-555555555555\",\n        \"relationships\": {\n          \"key_0\": {\n            \"data\": {\n              \"id\": \"11111111-2222-3333-4444-555555555555\",\n              \"type\": \"11111111-2222-3333-4444-555555555555\"\n            },\n            \"links\": {\n              \"related\": \"foo.bar\"\n            }\n          },\n          \"key_1\": {\n            \"data\": {\n              \"id\": \"11111111-2222-3333-4444-555555555555\",\n              \"type\": \"11111111-2222-3333-4444-555555555555\"\n            },\n            \"links\": {\n              \"related\": \"foo.bar\"\n            }\n          }\n        }\n      }\n    ]\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3addc2e4-32ff-446a-9ad1-8ffbbd07f732",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscriptions",
                    ":subscription_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "plans,pricing_options"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscription.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscription_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1e268239-4b11-4deb-9c97-d23bb7848f7d",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscriptions",
                    ":subscription_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "plans,pricing_options"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscription.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscription_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"No plan found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e428c874-55f1-4805-9eab-6eadd2da2b38",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscriptions",
                    ":subscription_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "plans,pricing_options"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscription.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscription_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "21a4a8f8-9626-4bdc-bef4-fada6581f8d0",
          "name": "Update a subscription",
          "request": {
            "name": "Update a subscription",
            "description": {
              "content": "Updates a subscription. For example, a subscriber can switch from one pricing option to another in a subscription.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "subscriptions",
                ":subscription_uuid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "subscription_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the subscription.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"type\": \"subscription\",\n    \"attributes\": {\n      \"pricing_option_id\": \"00000000-0000-0000-0000-000000000001\",\n      \"plan_id\": \"00000000-0000-0000-0000-000000000001\",\n      \"address_id\": \"00000000-0000-0000-0000-000000000001\",\n      \"payment_authority\": {\n        \"type\": \"elastic_path_payments_stripe\",\n        \"customer_id\": \"cus_OPfKlxWV3hp9h6\",\n        \"card_id\": \"card_8Diw3FQPhxK27WADPVMeXieP\"\n      },\n      \"go_live_after\": \"2017-01-10T11:41:19.244842Z\"\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "19aa4d3c-f63f-4fb6-ba91-d80a09022961",
              "name": "Success. The subscription is updated.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscriptions",
                    ":subscription_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscription.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscription_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"type\": \"subscription\",\n    \"attributes\": {\n      \"pricing_option_id\": \"00000000-0000-0000-0000-000000000001\",\n      \"plan_id\": \"00000000-0000-0000-0000-000000000001\",\n      \"address_id\": \"00000000-0000-0000-0000-000000000001\",\n      \"payment_authority\": {\n        \"type\": \"elastic_path_payments_stripe\",\n        \"customer_id\": \"cus_OPfKlxWV3hp9h6\",\n        \"card_id\": \"card_8Diw3FQPhxK27WADPVMeXieP\"\n      },\n      \"go_live_after\": \"2017-01-10T11:41:19.244842Z\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"subscription\",\n    \"attributes\": {\n      \"account_id\": \"11111111-2222-3333-4444-555555555555\",\n      \"pricing_option_id\": \"11111111-2222-3333-4444-555555555555\",\n      \"plan_id\": \"11111111-2222-3333-4444-555555555555\",\n      \"offering\": {\n        \"type\": \"subscription_offering\",\n        \"attributes\": {\n          \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"name\": \"Magazine\",\n          \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"external_ref\": \"abc123\",\n          \"description\": \"A lovely magazine that is published every month.\"\n        },\n        \"meta\": {\n          \"owner\": \"store\",\n          \"timestamps\": {\n            \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n            \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n          },\n          \"external_plan_refs\": [\n            \"97dddc65-eabd-45d8-b45b-2ece5cfc8c50\",\n            \"97dddc65-eabd-45d8-b45b-2ece5cfc8c50\"\n          ]\n        },\n        \"id\": \"11111111-2222-3333-4444-555555555555\",\n        \"relationships\": {\n          \"key_0\": {\n            \"data\": {\n              \"id\": \"11111111-2222-3333-4444-555555555555\",\n              \"type\": \"11111111-2222-3333-4444-555555555555\"\n            },\n            \"links\": {\n              \"related\": \"foo.bar\"\n            }\n          },\n          \"key_1\": {\n            \"data\": {\n              \"id\": \"11111111-2222-3333-4444-555555555555\",\n              \"type\": \"11111111-2222-3333-4444-555555555555\"\n            },\n            \"links\": {\n              \"related\": \"foo.bar\"\n            }\n          }\n        }\n      },\n      \"currency\": \"USD\",\n      \"external_ref\": \"abc123\",\n      \"address_id\": \"11111111-2222-3333-4444-555555555555\"\n    },\n    \"meta\": {\n      \"owner\": \"store\",\n      \"timestamps\": {\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"canceled_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"paused_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"resumed_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"end_date\": \"2017-01-10T11:41:19.244842Z\",\n        \"go_live_after\": \"2017-01-10T11:41:19.244842Z\",\n        \"go_live\": \"2017-01-10T11:41:19.244842Z\"\n      },\n      \"status\": \"active\",\n      \"canceled\": true,\n      \"paused\": true,\n      \"closed\": true,\n      \"pending\": false,\n      \"suspended\": false,\n      \"invoice_after\": \"2017-01-10T11:41:19.244842Z\",\n      \"manual_payments\": false,\n      \"first_invoice_prepaid\": false,\n      \"state\": {\n        \"type\": \"subscription_state\",\n        \"attributes\": {\n          \"action\": \"cancel\",\n          \"cancel_immediately\": false\n        },\n        \"meta\": {\n          \"created_at\": \"2017-01-10T11:41:19.244842Z\"\n        },\n        \"id\": \"11111111-2222-3333-4444-555555555555\"\n      },\n      \"pending_price_change\": {\n        \"plan_prices\": {\n          \"197a11f4-d341-4594-9574-7fbfbe6a671d\": {\n            \"USD\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"GBP\": {\n              \"amount\": 90,\n              \"includes_tax\": true\n            }\n          }\n        },\n        \"pricing_option_prices\": {\n          \"83f6b8e3-031c-4f2a-a1d7-b1c83cb5ac3c\": {\n            \"base_price_percentage\": 90\n          },\n          \"197a11f4-d341-4594-9574-7fbfbe6a671d\": {\n            \"USD\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"GBP\": {\n              \"amount\": 90,\n              \"includes_tax\": true\n            }\n          }\n        }\n      },\n      \"price_update_history\": [\n        {\n          \"price_changes\": {\n            \"plan_prices\": {\n              \"197a11f4-d341-4594-9574-7fbfbe6a671d\": {\n                \"USD\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"GBP\": {\n                  \"amount\": 90,\n                  \"includes_tax\": true\n                }\n              }\n            },\n            \"pricing_option_prices\": {\n              \"83f6b8e3-031c-4f2a-a1d7-b1c83cb5ac3c\": {\n                \"base_price_percentage\": 90\n              },\n              \"197a11f4-d341-4594-9574-7fbfbe6a671d\": {\n                \"USD\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"GBP\": {\n                  \"amount\": 90,\n                  \"includes_tax\": true\n                }\n              }\n            }\n          },\n          \"valid_until\": \"2017-01-10T11:41:19.244842Z\"\n        },\n        {\n          \"price_changes\": {\n            \"plan_prices\": {\n              \"197a11f4-d341-4594-9574-7fbfbe6a671d\": {\n                \"USD\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"GBP\": {\n                  \"amount\": 90,\n                  \"includes_tax\": true\n                }\n              }\n            },\n            \"pricing_option_prices\": {\n              \"83f6b8e3-031c-4f2a-a1d7-b1c83cb5ac3c\": {\n                \"base_price_percentage\": 90\n              },\n              \"197a11f4-d341-4594-9574-7fbfbe6a671d\": {\n                \"USD\": {\n                  \"amount\": 100,\n                  \"includes_tax\": false\n                },\n                \"GBP\": {\n                  \"amount\": 90,\n                  \"includes_tax\": true\n                }\n              }\n            }\n          },\n          \"valid_until\": \"2017-01-10T11:41:19.244842Z\"\n        }\n      ]\n    },\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"relationships\": {\n      \"key_0\": {\n        \"data\": {\n          \"id\": \"11111111-2222-3333-4444-555555555555\",\n          \"type\": \"11111111-2222-3333-4444-555555555555\"\n        },\n        \"links\": {\n          \"related\": \"foo.bar\"\n        }\n      },\n      \"key_1\": {\n        \"data\": {\n          \"id\": \"11111111-2222-3333-4444-555555555555\",\n          \"type\": \"11111111-2222-3333-4444-555555555555\"\n        },\n        \"links\": {\n          \"related\": \"foo.bar\"\n        }\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "24dcc1d4-7cf7-4e6f-a272-6f28cbd98c78",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscriptions",
                    ":subscription_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscription.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscription_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"type\": \"subscription\",\n    \"attributes\": {\n      \"pricing_option_id\": \"00000000-0000-0000-0000-000000000001\",\n      \"plan_id\": \"00000000-0000-0000-0000-000000000001\",\n      \"address_id\": \"00000000-0000-0000-0000-000000000001\",\n      \"payment_authority\": {\n        \"type\": \"elastic_path_payments_stripe\",\n        \"customer_id\": \"cus_OPfKlxWV3hp9h6\",\n        \"card_id\": \"card_8Diw3FQPhxK27WADPVMeXieP\"\n      },\n      \"go_live_after\": \"2017-01-10T11:41:19.244842Z\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0e0b5ef0-75c9-4e9c-8e6c-8b88ee3a5ee4",
              "name": "Forbidden. The operation is forbidden on this entity.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscriptions",
                    ":subscription_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscription.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscription_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"type\": \"subscription\",\n    \"attributes\": {\n      \"pricing_option_id\": \"00000000-0000-0000-0000-000000000001\",\n      \"plan_id\": \"00000000-0000-0000-0000-000000000001\",\n      \"address_id\": \"00000000-0000-0000-0000-000000000001\",\n      \"payment_authority\": {\n        \"type\": \"elastic_path_payments_stripe\",\n        \"customer_id\": \"cus_OPfKlxWV3hp9h6\",\n        \"card_id\": \"card_8Diw3FQPhxK27WADPVMeXieP\"\n      },\n      \"go_live_after\": \"2017-01-10T11:41:19.244842Z\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Permission denied\",\n      \"status\": \"404\",\n      \"detail\": \"Permission denied: plan tenancy mismatch\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0d8ace99-96bd-48e6-9aea-350a72e11a6c",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscriptions",
                    ":subscription_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscription.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscription_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"type\": \"subscription\",\n    \"attributes\": {\n      \"pricing_option_id\": \"00000000-0000-0000-0000-000000000001\",\n      \"plan_id\": \"00000000-0000-0000-0000-000000000001\",\n      \"address_id\": \"00000000-0000-0000-0000-000000000001\",\n      \"payment_authority\": {\n        \"type\": \"elastic_path_payments_stripe\",\n        \"customer_id\": \"cus_OPfKlxWV3hp9h6\",\n        \"card_id\": \"card_8Diw3FQPhxK27WADPVMeXieP\"\n      },\n      \"go_live_after\": \"2017-01-10T11:41:19.244842Z\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"No plan found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9228bd7b-8132-407f-8b48-7f0cd7320e96",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscriptions",
                    ":subscription_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscription.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscription_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"type\": \"subscription\",\n    \"attributes\": {\n      \"pricing_option_id\": \"00000000-0000-0000-0000-000000000001\",\n      \"plan_id\": \"00000000-0000-0000-0000-000000000001\",\n      \"address_id\": \"00000000-0000-0000-0000-000000000001\",\n      \"payment_authority\": {\n        \"type\": \"elastic_path_payments_stripe\",\n        \"customer_id\": \"cus_OPfKlxWV3hp9h6\",\n        \"card_id\": \"card_8Diw3FQPhxK27WADPVMeXieP\"\n      },\n      \"go_live_after\": \"2017-01-10T11:41:19.244842Z\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c7a70686-2b98-42d1-a9f5-10b6b27ce7f4",
          "name": "Delete a subscription",
          "request": {
            "name": "Delete a subscription",
            "description": {
              "content": "Deletes a subscription\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "subscriptions",
                ":subscription_uuid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "subscription_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the subscription.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "b846b14c-bf9d-40d0-9228-8716c2cf19e2",
              "name": "Success. The subscription is removed.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscriptions",
                    ":subscription_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscription.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscription_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "190fd0f9-23f3-429c-92cb-b410f4fe0e46",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscriptions",
                    ":subscription_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscription.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscription_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "280a8f7a-3c3b-4125-849f-80ca713c078d",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscriptions",
                    ":subscription_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscription.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscription_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"No plan found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5941177e-7651-40fd-afd2-1283b8196eda",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscriptions",
                    ":subscription_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscription.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscription_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "29cfea11-4df0-4c32-be8b-27fed74b1772",
          "name": "Get a feature in a subscription",
          "request": {
            "name": "Get a feature in a subscription",
            "description": {},
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "subscriptions",
                ":subscription_uuid",
                "features",
                ":feature_uuid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "subscription_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the subscription.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "feature_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the feature.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "0c5b875f-b383-49d3-a784-3d1f278e3f8e",
              "name": "Success. The details of the feature are returned.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscriptions",
                    ":subscription_uuid",
                    "features",
                    ":feature_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscription.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscription_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the feature.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "feature_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"subscription_offering_feature\",\n    \"attributes\": {\n      \"name\": \"Digital library access\",\n      \"configuration\": {\n        \"type\": \"access\",\n        \"tag\": \"digital_library_access\"\n      },\n      \"external_ref\": \"abc123\",\n      \"description\": \"Access to over 100 ebooks via the digital library.\"\n    },\n    \"meta\": {\n      \"owner\": \"store\",\n      \"timestamps\": {\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n      }\n    },\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"relationships\": {\n      \"key_0\": {\n        \"data\": {\n          \"id\": \"11111111-2222-3333-4444-555555555555\",\n          \"type\": \"11111111-2222-3333-4444-555555555555\"\n        },\n        \"links\": {\n          \"related\": \"foo.bar\"\n        }\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e956539d-1dbf-43a3-86d3-c0f61a780fc6",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscriptions",
                    ":subscription_uuid",
                    "features",
                    ":feature_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscription.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscription_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the feature.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "feature_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ee34042a-26ef-4ee4-a47b-53d28d2dbf33",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscriptions",
                    ":subscription_uuid",
                    "features",
                    ":feature_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscription.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscription_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the feature.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "feature_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"No plan found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9c830ae5-dedd-47dc-9d4c-330606850ffb",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscriptions",
                    ":subscription_uuid",
                    "features",
                    ":feature_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscription.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscription_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the feature.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "feature_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2963893a-ab0a-4608-81af-515db801c7af",
          "name": "Get a plan in a subscription",
          "request": {
            "name": "Get a plan in a subscription",
            "description": {},
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "subscriptions",
                ":subscription_uuid",
                "plans",
                ":plan_uuid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "subscription_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the subscription.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "plan_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the plan.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "100c2d5b-e599-49b5-b21e-2dc22a66cdf8",
              "name": "Success. The details of the plan are returned.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscriptions",
                    ":subscription_uuid",
                    "plans",
                    ":plan_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscription.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscription_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the plan.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "plan_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"subscription_offering_plan\",\n    \"attributes\": {\n      \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n      \"feature_configurations\": {\n        \"key_0\": {\n          \"type\": \"access\"\n        },\n        \"key_1\": {\n          \"type\": \"access\"\n        }\n      },\n      \"name\": \"Magazine\",\n      \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n      \"external_ref\": \"abc123\",\n      \"description\": \"A lovely magazine that is published every month.\",\n      \"sku\": \"MAGAZINE1\",\n      \"main_image\": \"https://magazine.com/cover.jpg\",\n      \"price\": {\n        \"USD\": {\n          \"amount\": 100,\n          \"includes_tax\": false\n        },\n        \"GBP\": {\n          \"amount\": 90,\n          \"includes_tax\": true\n        }\n      },\n      \"price_units\": {\n        \"unit\": \"day\",\n        \"amount\": 7\n      },\n      \"custom_attributes\": {\n        \"key_0\": \"string\"\n      }\n    },\n    \"meta\": {\n      \"owner\": \"store\",\n      \"timestamps\": {\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n      },\n      \"prices\": {\n        \"key_0\": {\n          \"price\": {\n            \"USD\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"GBP\": {\n              \"amount\": 90,\n              \"includes_tax\": true\n            }\n          },\n          \"display_price\": {\n            \"without_tax\": {\n              \"amount\": 100,\n              \"currency\": \"USD\",\n              \"formatted\": \"$1.00\"\n            },\n            \"with_tax\": {\n              \"amount\": 110,\n              \"currency\": \"USD\",\n              \"formatted\": \"$1.10\"\n            },\n            \"tax\": {\n              \"amount\": 10,\n              \"currency\": \"USD\",\n              \"formatted\": \"$0.10\"\n            }\n          }\n        }\n      },\n      \"display_price\": {\n        \"without_tax\": {\n          \"amount\": 100,\n          \"currency\": \"USD\",\n          \"formatted\": \"$1.00\"\n        },\n        \"with_tax\": {\n          \"amount\": 110,\n          \"currency\": \"USD\",\n          \"formatted\": \"$1.10\"\n        },\n        \"tax\": {\n          \"amount\": 10,\n          \"currency\": \"USD\",\n          \"formatted\": \"$0.10\"\n        }\n      },\n      \"active_plan\": true\n    },\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"relationships\": {\n      \"key_0\": {\n        \"data\": {\n          \"id\": \"11111111-2222-3333-4444-555555555555\",\n          \"type\": \"11111111-2222-3333-4444-555555555555\"\n        },\n        \"links\": {\n          \"related\": \"foo.bar\"\n        }\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5a4ac2a6-82eb-4b40-83d4-c9fc81b8cf67",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscriptions",
                    ":subscription_uuid",
                    "plans",
                    ":plan_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscription.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscription_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the plan.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "plan_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dad34c2a-a87b-4743-95c3-3b8ebf3170be",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscriptions",
                    ":subscription_uuid",
                    "plans",
                    ":plan_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscription.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscription_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the plan.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "plan_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"No plan found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "35c58738-9c13-47a0-9661-9d4ddaccfb73",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscriptions",
                    ":subscription_uuid",
                    "plans",
                    ":plan_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscription.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscription_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the plan.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "plan_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e7ccd78b-cd3f-4963-8436-f1e15522a6ff",
          "name": "Get a pricing option in a subscription",
          "request": {
            "name": "Get a pricing option in a subscription",
            "description": {},
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "subscriptions",
                ":subscription_uuid",
                "pricing-options",
                ":pricing_option_uuid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "subscription_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the subscription.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "pricing_option_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the pricing option.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "faebd72c-ce1e-468e-b3fb-d7e376a9ff0b",
              "name": "Success. The details of the pricing option are returned.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscriptions",
                    ":subscription_uuid",
                    "pricing-options",
                    ":pricing_option_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscription.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscription_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the pricing option.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "pricing_option_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"subscription_offering_pricing_option\",\n    \"attributes\": {\n      \"billing_frequency\": 1,\n      \"billing_interval_type\": \"month\",\n      \"can_cancel\": false,\n      \"can_pause\": false,\n      \"can_resume\": false,\n      \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n      \"end_behavior\": \"close\",\n      \"name\": \"Monthly\",\n      \"plan_length\": 12,\n      \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n      \"external_ref\": \"abc123\",\n      \"description\": \"A monthly subscription.\",\n      \"trial_period\": 7,\n      \"lead_time\": {\n        \"type\": \"day\",\n        \"time\": 14\n      },\n      \"notification_schedule\": [\n        {\n          \"name\": \"Daily billing run.\",\n          \"unit\": \"day\",\n          \"amount\": 100\n        },\n        {\n          \"name\": \"Daily billing run.\",\n          \"unit\": \"day\",\n          \"amount\": 100\n        }\n      ],\n      \"base_price_percentage\": 90,\n      \"fixed_price\": {\n        \"USD\": {\n          \"amount\": 100,\n          \"includes_tax\": false\n        },\n        \"GBP\": {\n          \"amount\": 90,\n          \"includes_tax\": true\n        }\n      }\n    },\n    \"meta\": {\n      \"owner\": \"store\",\n      \"timestamps\": {\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n      },\n      \"prices\": {\n        \"key_0\": {\n          \"price\": {\n            \"USD\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"GBP\": {\n              \"amount\": 90,\n              \"includes_tax\": true\n            }\n          },\n          \"display_price\": {\n            \"without_tax\": {\n              \"amount\": 100,\n              \"currency\": \"USD\",\n              \"formatted\": \"$1.00\"\n            },\n            \"with_tax\": {\n              \"amount\": 110,\n              \"currency\": \"USD\",\n              \"formatted\": \"$1.10\"\n            },\n            \"tax\": {\n              \"amount\": 10,\n              \"currency\": \"USD\",\n              \"formatted\": \"$0.10\"\n            }\n          }\n        },\n        \"key_1\": {\n          \"price\": {\n            \"USD\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"GBP\": {\n              \"amount\": 90,\n              \"includes_tax\": true\n            }\n          },\n          \"display_price\": {\n            \"without_tax\": {\n              \"amount\": 100,\n              \"currency\": \"USD\",\n              \"formatted\": \"$1.00\"\n            },\n            \"with_tax\": {\n              \"amount\": 110,\n              \"currency\": \"USD\",\n              \"formatted\": \"$1.10\"\n            },\n            \"tax\": {\n              \"amount\": 10,\n              \"currency\": \"USD\",\n              \"formatted\": \"$0.10\"\n            }\n          }\n        },\n        \"key_2\": {\n          \"price\": {\n            \"USD\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"GBP\": {\n              \"amount\": 90,\n              \"includes_tax\": true\n            }\n          },\n          \"display_price\": {\n            \"without_tax\": {\n              \"amount\": 100,\n              \"currency\": \"USD\",\n              \"formatted\": \"$1.00\"\n            },\n            \"with_tax\": {\n              \"amount\": 110,\n              \"currency\": \"USD\",\n              \"formatted\": \"$1.10\"\n            },\n            \"tax\": {\n              \"amount\": 10,\n              \"currency\": \"USD\",\n              \"formatted\": \"$0.10\"\n            }\n          }\n        },\n        \"key_3\": {\n          \"price\": {\n            \"USD\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"GBP\": {\n              \"amount\": 90,\n              \"includes_tax\": true\n            }\n          },\n          \"display_price\": {\n            \"without_tax\": {\n              \"amount\": 100,\n              \"currency\": \"USD\",\n              \"formatted\": \"$1.00\"\n            },\n            \"with_tax\": {\n              \"amount\": 110,\n              \"currency\": \"USD\",\n              \"formatted\": \"$1.10\"\n            },\n            \"tax\": {\n              \"amount\": 10,\n              \"currency\": \"USD\",\n              \"formatted\": \"$0.10\"\n            }\n          }\n        }\n      },\n      \"price\": {\n        \"USD\": {\n          \"amount\": 100,\n          \"includes_tax\": false\n        },\n        \"GBP\": {\n          \"amount\": 90,\n          \"includes_tax\": true\n        }\n      },\n      \"display_price\": {\n        \"without_tax\": {\n          \"amount\": 100,\n          \"currency\": \"USD\",\n          \"formatted\": \"$1.00\"\n        },\n        \"with_tax\": {\n          \"amount\": 110,\n          \"currency\": \"USD\",\n          \"formatted\": \"$1.10\"\n        },\n        \"tax\": {\n          \"amount\": 10,\n          \"currency\": \"USD\",\n          \"formatted\": \"$0.10\"\n        }\n      },\n      \"active_pricing_option\": true\n    },\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"relationships\": {\n      \"key_0\": {\n        \"data\": {\n          \"id\": \"11111111-2222-3333-4444-555555555555\",\n          \"type\": \"11111111-2222-3333-4444-555555555555\"\n        },\n        \"links\": {\n          \"related\": \"foo.bar\"\n        }\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "92396388-3a1f-4f04-965f-176f407d2e4a",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscriptions",
                    ":subscription_uuid",
                    "pricing-options",
                    ":pricing_option_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscription.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscription_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the pricing option.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "pricing_option_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e2a58ec0-fdee-42af-b85d-fcf348c35954",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscriptions",
                    ":subscription_uuid",
                    "pricing-options",
                    ":pricing_option_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscription.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscription_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the pricing option.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "pricing_option_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"No plan found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7ea7d54a-83d0-472d-8566-c0decaabe7cb",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscriptions",
                    ":subscription_uuid",
                    "pricing-options",
                    ":pricing_option_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscription.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscription_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the pricing option.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "pricing_option_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "149f6d73-49fa-4fcc-991a-d310fc89b6b4",
          "name": "List an subscriptions features",
          "request": {
            "name": "List an subscriptions features",
            "description": {},
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "subscriptions",
                ":subscription_uuid",
                "features"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "10"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "100"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "subscription_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the subscription.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "3f9cef83-8116-49fd-a2fa-32c93d1bb584",
              "name": "Success. A list of subscription features is returned.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscriptions",
                    ":subscription_uuid",
                    "features"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscription.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscription_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"type\": \"subscription_offering_feature\",\n      \"attributes\": {\n        \"name\": \"Digital library access\",\n        \"configuration\": {\n          \"type\": \"access\",\n          \"tag\": \"digital_library_access\"\n        },\n        \"external_ref\": \"abc123\",\n        \"description\": \"Access to over 100 ebooks via the digital library.\"\n      },\n      \"meta\": {\n        \"owner\": \"store\",\n        \"timestamps\": {\n          \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n        }\n      },\n      \"id\": \"11111111-2222-3333-4444-555555555555\",\n      \"relationships\": {\n        \"key_0\": {\n          \"data\": {\n            \"id\": \"11111111-2222-3333-4444-555555555555\",\n            \"type\": \"11111111-2222-3333-4444-555555555555\"\n          },\n          \"links\": {\n            \"related\": \"foo.bar\"\n          }\n        },\n        \"key_1\": {\n          \"data\": {\n            \"id\": \"11111111-2222-3333-4444-555555555555\",\n            \"type\": \"11111111-2222-3333-4444-555555555555\"\n          },\n          \"links\": {\n            \"related\": \"foo.bar\"\n          }\n        }\n      }\n    },\n    {\n      \"type\": \"subscription_offering_feature\",\n      \"attributes\": {\n        \"name\": \"Digital library access\",\n        \"configuration\": {\n          \"type\": \"access\",\n          \"tag\": \"digital_library_access\"\n        },\n        \"external_ref\": \"abc123\",\n        \"description\": \"Access to over 100 ebooks via the digital library.\"\n      },\n      \"meta\": {\n        \"owner\": \"store\",\n        \"timestamps\": {\n          \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n        }\n      },\n      \"id\": \"11111111-2222-3333-4444-555555555555\",\n      \"relationships\": {\n        \"key_0\": {\n          \"data\": {\n            \"id\": \"11111111-2222-3333-4444-555555555555\",\n            \"type\": \"11111111-2222-3333-4444-555555555555\"\n          },\n          \"links\": {\n            \"related\": \"foo.bar\"\n          }\n        }\n      }\n    }\n  ],\n  \"links\": {\n    \"key_0\": \"http://example.com/articles/1/comments\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "189ba444-08f4-47a9-9b70-800375e6379e",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscriptions",
                    ":subscription_uuid",
                    "features"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscription.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscription_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"No plan found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f7525618-96ec-4109-875c-d392fa7fc817",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscriptions",
                    ":subscription_uuid",
                    "features"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscription.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscription_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7cb5198f-e6ff-4fe1-8f46-cfea7838cd8c",
          "name": "List subscription plans",
          "request": {
            "name": "List subscription plans",
            "description": {
              "content": "Retrieves a list of plans associated with the specified subscription. Using this endpoint you can see the plan that is currently active in a subscription. If `active_plan` is `true`, a plan is active in a subscription. If `active_plan` is null, the pricing option is not active.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "subscriptions",
                ":subscription_uuid",
                "plans"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "subscription_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the subscription.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "ef110cc5-ce65-4a77-bf10-9a5131237332",
              "name": "Success. A list of subscription plans is returned.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscriptions",
                    ":subscription_uuid",
                    "plans"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscription.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscription_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"type\": \"subscription_offering_plan\",\n      \"attributes\": {\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"feature_configurations\": {\n          \"key_0\": {\n            \"type\": \"access\"\n          },\n          \"key_1\": {\n            \"type\": \"access\"\n          }\n        },\n        \"name\": \"Magazine\",\n        \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"external_ref\": \"abc123\",\n        \"description\": \"A lovely magazine that is published every month.\",\n        \"sku\": \"MAGAZINE1\",\n        \"main_image\": \"https://magazine.com/cover.jpg\",\n        \"price\": {\n          \"USD\": {\n            \"amount\": 100,\n            \"includes_tax\": false\n          },\n          \"GBP\": {\n            \"amount\": 90,\n            \"includes_tax\": true\n          }\n        },\n        \"price_units\": {\n          \"unit\": \"day\",\n          \"amount\": 7\n        },\n        \"custom_attributes\": {\n          \"key_0\": \"string\",\n          \"key_1\": \"string\"\n        }\n      },\n      \"meta\": {\n        \"owner\": \"store\",\n        \"timestamps\": {\n          \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n        },\n        \"prices\": {\n          \"key_0\": {\n            \"price\": {\n              \"USD\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"GBP\": {\n                \"amount\": 90,\n                \"includes_tax\": true\n              }\n            },\n            \"display_price\": {\n              \"without_tax\": {\n                \"amount\": 100,\n                \"currency\": \"USD\",\n                \"formatted\": \"$1.00\"\n              },\n              \"with_tax\": {\n                \"amount\": 110,\n                \"currency\": \"USD\",\n                \"formatted\": \"$1.10\"\n              },\n              \"tax\": {\n                \"amount\": 10,\n                \"currency\": \"USD\",\n                \"formatted\": \"$0.10\"\n              }\n            }\n          },\n          \"key_1\": {\n            \"price\": {\n              \"USD\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"GBP\": {\n                \"amount\": 90,\n                \"includes_tax\": true\n              }\n            },\n            \"display_price\": {\n              \"without_tax\": {\n                \"amount\": 100,\n                \"currency\": \"USD\",\n                \"formatted\": \"$1.00\"\n              },\n              \"with_tax\": {\n                \"amount\": 110,\n                \"currency\": \"USD\",\n                \"formatted\": \"$1.10\"\n              },\n              \"tax\": {\n                \"amount\": 10,\n                \"currency\": \"USD\",\n                \"formatted\": \"$0.10\"\n              }\n            }\n          },\n          \"key_2\": {\n            \"price\": {\n              \"USD\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"GBP\": {\n                \"amount\": 90,\n                \"includes_tax\": true\n              }\n            },\n            \"display_price\": {\n              \"without_tax\": {\n                \"amount\": 100,\n                \"currency\": \"USD\",\n                \"formatted\": \"$1.00\"\n              },\n              \"with_tax\": {\n                \"amount\": 110,\n                \"currency\": \"USD\",\n                \"formatted\": \"$1.10\"\n              },\n              \"tax\": {\n                \"amount\": 10,\n                \"currency\": \"USD\",\n                \"formatted\": \"$0.10\"\n              }\n            }\n          }\n        },\n        \"display_price\": {\n          \"without_tax\": {\n            \"amount\": 100,\n            \"currency\": \"USD\",\n            \"formatted\": \"$1.00\"\n          },\n          \"with_tax\": {\n            \"amount\": 110,\n            \"currency\": \"USD\",\n            \"formatted\": \"$1.10\"\n          },\n          \"tax\": {\n            \"amount\": 10,\n            \"currency\": \"USD\",\n            \"formatted\": \"$0.10\"\n          }\n        },\n        \"active_plan\": true\n      },\n      \"id\": \"11111111-2222-3333-4444-555555555555\",\n      \"relationships\": {\n        \"key_0\": {\n          \"data\": {\n            \"id\": \"11111111-2222-3333-4444-555555555555\",\n            \"type\": \"11111111-2222-3333-4444-555555555555\"\n          },\n          \"links\": {\n            \"related\": \"foo.bar\"\n          }\n        },\n        \"key_1\": {\n          \"data\": {\n            \"id\": \"11111111-2222-3333-4444-555555555555\",\n            \"type\": \"11111111-2222-3333-4444-555555555555\"\n          },\n          \"links\": {\n            \"related\": \"foo.bar\"\n          }\n        }\n      }\n    },\n    {\n      \"type\": \"subscription_offering_plan\",\n      \"attributes\": {\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"feature_configurations\": {\n          \"key_0\": {\n            \"type\": \"access\"\n          }\n        },\n        \"name\": \"Magazine\",\n        \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"external_ref\": \"abc123\",\n        \"description\": \"A lovely magazine that is published every month.\",\n        \"sku\": \"MAGAZINE1\",\n        \"main_image\": \"https://magazine.com/cover.jpg\",\n        \"price\": {\n          \"USD\": {\n            \"amount\": 100,\n            \"includes_tax\": false\n          },\n          \"GBP\": {\n            \"amount\": 90,\n            \"includes_tax\": true\n          }\n        },\n        \"price_units\": {\n          \"unit\": \"day\",\n          \"amount\": 7\n        },\n        \"custom_attributes\": {\n          \"key_0\": \"string\"\n        }\n      },\n      \"meta\": {\n        \"owner\": \"store\",\n        \"timestamps\": {\n          \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n        },\n        \"prices\": {\n          \"key_0\": {\n            \"price\": {\n              \"USD\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"GBP\": {\n                \"amount\": 90,\n                \"includes_tax\": true\n              }\n            },\n            \"display_price\": {\n              \"without_tax\": {\n                \"amount\": 100,\n                \"currency\": \"USD\",\n                \"formatted\": \"$1.00\"\n              },\n              \"with_tax\": {\n                \"amount\": 110,\n                \"currency\": \"USD\",\n                \"formatted\": \"$1.10\"\n              },\n              \"tax\": {\n                \"amount\": 10,\n                \"currency\": \"USD\",\n                \"formatted\": \"$0.10\"\n              }\n            }\n          },\n          \"key_1\": {\n            \"price\": {\n              \"USD\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"GBP\": {\n                \"amount\": 90,\n                \"includes_tax\": true\n              }\n            },\n            \"display_price\": {\n              \"without_tax\": {\n                \"amount\": 100,\n                \"currency\": \"USD\",\n                \"formatted\": \"$1.00\"\n              },\n              \"with_tax\": {\n                \"amount\": 110,\n                \"currency\": \"USD\",\n                \"formatted\": \"$1.10\"\n              },\n              \"tax\": {\n                \"amount\": 10,\n                \"currency\": \"USD\",\n                \"formatted\": \"$0.10\"\n              }\n            }\n          },\n          \"key_2\": {\n            \"price\": {\n              \"USD\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"GBP\": {\n                \"amount\": 90,\n                \"includes_tax\": true\n              }\n            },\n            \"display_price\": {\n              \"without_tax\": {\n                \"amount\": 100,\n                \"currency\": \"USD\",\n                \"formatted\": \"$1.00\"\n              },\n              \"with_tax\": {\n                \"amount\": 110,\n                \"currency\": \"USD\",\n                \"formatted\": \"$1.10\"\n              },\n              \"tax\": {\n                \"amount\": 10,\n                \"currency\": \"USD\",\n                \"formatted\": \"$0.10\"\n              }\n            }\n          }\n        },\n        \"display_price\": {\n          \"without_tax\": {\n            \"amount\": 100,\n            \"currency\": \"USD\",\n            \"formatted\": \"$1.00\"\n          },\n          \"with_tax\": {\n            \"amount\": 110,\n            \"currency\": \"USD\",\n            \"formatted\": \"$1.10\"\n          },\n          \"tax\": {\n            \"amount\": 10,\n            \"currency\": \"USD\",\n            \"formatted\": \"$0.10\"\n          }\n        },\n        \"active_plan\": true\n      },\n      \"id\": \"11111111-2222-3333-4444-555555555555\",\n      \"relationships\": {\n        \"key_0\": {\n          \"data\": {\n            \"id\": \"11111111-2222-3333-4444-555555555555\",\n            \"type\": \"11111111-2222-3333-4444-555555555555\"\n          },\n          \"links\": {\n            \"related\": \"foo.bar\"\n          }\n        }\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7887ab3b-dd68-4ace-ace6-978e3b0c2d8b",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscriptions",
                    ":subscription_uuid",
                    "plans"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscription.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscription_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4f48a399-6086-4169-9652-000d42f86144",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscriptions",
                    ":subscription_uuid",
                    "plans"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscription.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscription_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"No plan found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "299d419d-a2c5-4f66-9aa0-bcbff07158d5",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscriptions",
                    ":subscription_uuid",
                    "plans"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscription.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscription_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1dfbca7b-3f43-4f7e-87ac-4138bca20f29",
          "name": "Manage subscription plans",
          "request": {
            "name": "Manage subscription plans",
            "description": {
              "content": "Manage subscription plans by replacing, changing or detaching plans on the subscription",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "subscriptions",
                ":subscription_uuid",
                "plans"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "subscription_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the subscription.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": [\n    {\n      \"type\": \"attach\",\n      \"plans\": [\n        \"bafa601f-359c-48da-834e-377b6c0d9466\"\n      ]\n    },\n    {\n      \"type\": \"detach\",\n      \"plans\": [\n        \"a8aad94d-60fc-44f7-8dfa-299249566ec4\"\n      ]\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "67c1da74-82d7-4fe9-b0d8-1e202336e373",
              "name": "Success. The subscription's plans have been updated.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscriptions",
                    ":subscription_uuid",
                    "plans"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscription.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscription_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"type\": \"attach\",\n      \"plans\": [\n        \"bafa601f-359c-48da-834e-377b6c0d9466\"\n      ]\n    },\n    {\n      \"type\": \"detach\",\n      \"plans\": [\n        \"a8aad94d-60fc-44f7-8dfa-299249566ec4\"\n      ]\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "17743b66-5f93-4d15-86da-fec95edeab1b",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscriptions",
                    ":subscription_uuid",
                    "plans"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscription.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscription_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"type\": \"attach\",\n      \"plans\": [\n        \"bafa601f-359c-48da-834e-377b6c0d9466\"\n      ]\n    },\n    {\n      \"type\": \"detach\",\n      \"plans\": [\n        \"a8aad94d-60fc-44f7-8dfa-299249566ec4\"\n      ]\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "57029846-b4f2-4311-8c0d-65a2dcf75b3b",
              "name": "Forbidden. The operation is forbidden on this entity.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscriptions",
                    ":subscription_uuid",
                    "plans"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscription.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscription_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"type\": \"attach\",\n      \"plans\": [\n        \"bafa601f-359c-48da-834e-377b6c0d9466\"\n      ]\n    },\n    {\n      \"type\": \"detach\",\n      \"plans\": [\n        \"a8aad94d-60fc-44f7-8dfa-299249566ec4\"\n      ]\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Permission denied\",\n      \"status\": \"404\",\n      \"detail\": \"Permission denied: plan tenancy mismatch\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f7538797-9ea7-43db-8dbc-7afab5bf9058",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscriptions",
                    ":subscription_uuid",
                    "plans"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscription.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscription_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"type\": \"attach\",\n      \"plans\": [\n        \"bafa601f-359c-48da-834e-377b6c0d9466\"\n      ]\n    },\n    {\n      \"type\": \"detach\",\n      \"plans\": [\n        \"a8aad94d-60fc-44f7-8dfa-299249566ec4\"\n      ]\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"No plan found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9e20d3f1-ca54-423d-ac4c-5a380019ab44",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscriptions",
                    ":subscription_uuid",
                    "plans"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscription.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscription_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    {\n      \"type\": \"attach\",\n      \"plans\": [\n        \"bafa601f-359c-48da-834e-377b6c0d9466\"\n      ]\n    },\n    {\n      \"type\": \"detach\",\n      \"plans\": [\n        \"a8aad94d-60fc-44f7-8dfa-299249566ec4\"\n      ]\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7e95f3a9-439f-4890-86c5-b87d0000a092",
          "name": "List subscription pricing options",
          "request": {
            "name": "List subscription pricing options",
            "description": {
              "content": "Retrieves a list of pricing options associated with the specified subscription. Using this endpoint you can see the pricing options that are currently active in a subscription. If `active_pricing_option` is `true`, a pricing option is active in a subscription. If `active_pricing_option` is null, the pricing option is not active.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "subscriptions",
                ":subscription_uuid",
                "pricing-options"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "subscription_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the subscription.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "a5ca3d4c-5048-4c53-954a-fdc076144f25",
              "name": "Success. A list of subscription pricing options is returned.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscriptions",
                    ":subscription_uuid",
                    "pricing-options"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscription.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscription_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"type\": \"subscription_offering_pricing_option\",\n      \"attributes\": {\n        \"billing_frequency\": 1,\n        \"billing_interval_type\": \"month\",\n        \"can_cancel\": false,\n        \"can_pause\": false,\n        \"can_resume\": false,\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"end_behavior\": \"close\",\n        \"name\": \"Monthly\",\n        \"plan_length\": 12,\n        \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"external_ref\": \"abc123\",\n        \"description\": \"A monthly subscription.\",\n        \"trial_period\": 7,\n        \"lead_time\": {\n          \"type\": \"day\",\n          \"time\": 14\n        },\n        \"notification_schedule\": [\n          {\n            \"name\": \"Daily billing run.\",\n            \"unit\": \"day\",\n            \"amount\": 100\n          },\n          {\n            \"name\": \"Daily billing run.\",\n            \"unit\": \"day\",\n            \"amount\": 100\n          }\n        ],\n        \"base_price_percentage\": 90,\n        \"fixed_price\": {\n          \"USD\": {\n            \"amount\": 100,\n            \"includes_tax\": false\n          },\n          \"GBP\": {\n            \"amount\": 90,\n            \"includes_tax\": true\n          }\n        }\n      },\n      \"meta\": {\n        \"owner\": \"store\",\n        \"timestamps\": {\n          \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n        },\n        \"prices\": {\n          \"key_0\": {\n            \"price\": {\n              \"USD\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"GBP\": {\n                \"amount\": 90,\n                \"includes_tax\": true\n              }\n            },\n            \"display_price\": {\n              \"without_tax\": {\n                \"amount\": 100,\n                \"currency\": \"USD\",\n                \"formatted\": \"$1.00\"\n              },\n              \"with_tax\": {\n                \"amount\": 110,\n                \"currency\": \"USD\",\n                \"formatted\": \"$1.10\"\n              },\n              \"tax\": {\n                \"amount\": 10,\n                \"currency\": \"USD\",\n                \"formatted\": \"$0.10\"\n              }\n            }\n          }\n        },\n        \"price\": {\n          \"USD\": {\n            \"amount\": 100,\n            \"includes_tax\": false\n          },\n          \"GBP\": {\n            \"amount\": 90,\n            \"includes_tax\": true\n          }\n        },\n        \"display_price\": {\n          \"without_tax\": {\n            \"amount\": 100,\n            \"currency\": \"USD\",\n            \"formatted\": \"$1.00\"\n          },\n          \"with_tax\": {\n            \"amount\": 110,\n            \"currency\": \"USD\",\n            \"formatted\": \"$1.10\"\n          },\n          \"tax\": {\n            \"amount\": 10,\n            \"currency\": \"USD\",\n            \"formatted\": \"$0.10\"\n          }\n        },\n        \"active_pricing_option\": true\n      },\n      \"id\": \"11111111-2222-3333-4444-555555555555\",\n      \"relationships\": {\n        \"key_0\": {\n          \"data\": {\n            \"id\": \"11111111-2222-3333-4444-555555555555\",\n            \"type\": \"11111111-2222-3333-4444-555555555555\"\n          },\n          \"links\": {\n            \"related\": \"foo.bar\"\n          }\n        },\n        \"key_1\": {\n          \"data\": {\n            \"id\": \"11111111-2222-3333-4444-555555555555\",\n            \"type\": \"11111111-2222-3333-4444-555555555555\"\n          },\n          \"links\": {\n            \"related\": \"foo.bar\"\n          }\n        },\n        \"key_2\": {\n          \"data\": {\n            \"id\": \"11111111-2222-3333-4444-555555555555\",\n            \"type\": \"11111111-2222-3333-4444-555555555555\"\n          },\n          \"links\": {\n            \"related\": \"foo.bar\"\n          }\n        }\n      }\n    },\n    {\n      \"type\": \"subscription_offering_pricing_option\",\n      \"attributes\": {\n        \"billing_frequency\": 1,\n        \"billing_interval_type\": \"month\",\n        \"can_cancel\": false,\n        \"can_pause\": false,\n        \"can_resume\": false,\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"end_behavior\": \"close\",\n        \"name\": \"Monthly\",\n        \"plan_length\": 12,\n        \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"external_ref\": \"abc123\",\n        \"description\": \"A monthly subscription.\",\n        \"trial_period\": 7,\n        \"lead_time\": {\n          \"type\": \"day\",\n          \"time\": 14\n        },\n        \"notification_schedule\": [\n          {\n            \"name\": \"Daily billing run.\",\n            \"unit\": \"day\",\n            \"amount\": 100\n          },\n          {\n            \"name\": \"Daily billing run.\",\n            \"unit\": \"day\",\n            \"amount\": 100\n          }\n        ],\n        \"base_price_percentage\": 90,\n        \"fixed_price\": {\n          \"USD\": {\n            \"amount\": 100,\n            \"includes_tax\": false\n          },\n          \"GBP\": {\n            \"amount\": 90,\n            \"includes_tax\": true\n          }\n        }\n      },\n      \"meta\": {\n        \"owner\": \"store\",\n        \"timestamps\": {\n          \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n        },\n        \"prices\": {\n          \"key_0\": {\n            \"price\": {\n              \"USD\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"GBP\": {\n                \"amount\": 90,\n                \"includes_tax\": true\n              }\n            },\n            \"display_price\": {\n              \"without_tax\": {\n                \"amount\": 100,\n                \"currency\": \"USD\",\n                \"formatted\": \"$1.00\"\n              },\n              \"with_tax\": {\n                \"amount\": 110,\n                \"currency\": \"USD\",\n                \"formatted\": \"$1.10\"\n              },\n              \"tax\": {\n                \"amount\": 10,\n                \"currency\": \"USD\",\n                \"formatted\": \"$0.10\"\n              }\n            }\n          },\n          \"key_1\": {\n            \"price\": {\n              \"USD\": {\n                \"amount\": 100,\n                \"includes_tax\": false\n              },\n              \"GBP\": {\n                \"amount\": 90,\n                \"includes_tax\": true\n              }\n            },\n            \"display_price\": {\n              \"without_tax\": {\n                \"amount\": 100,\n                \"currency\": \"USD\",\n                \"formatted\": \"$1.00\"\n              },\n              \"with_tax\": {\n                \"amount\": 110,\n                \"currency\": \"USD\",\n                \"formatted\": \"$1.10\"\n              },\n              \"tax\": {\n                \"amount\": 10,\n                \"currency\": \"USD\",\n                \"formatted\": \"$0.10\"\n              }\n            }\n          }\n        },\n        \"price\": {\n          \"USD\": {\n            \"amount\": 100,\n            \"includes_tax\": false\n          },\n          \"GBP\": {\n            \"amount\": 90,\n            \"includes_tax\": true\n          }\n        },\n        \"display_price\": {\n          \"without_tax\": {\n            \"amount\": 100,\n            \"currency\": \"USD\",\n            \"formatted\": \"$1.00\"\n          },\n          \"with_tax\": {\n            \"amount\": 110,\n            \"currency\": \"USD\",\n            \"formatted\": \"$1.10\"\n          },\n          \"tax\": {\n            \"amount\": 10,\n            \"currency\": \"USD\",\n            \"formatted\": \"$0.10\"\n          }\n        },\n        \"active_pricing_option\": true\n      },\n      \"id\": \"11111111-2222-3333-4444-555555555555\",\n      \"relationships\": {\n        \"key_0\": {\n          \"data\": {\n            \"id\": \"11111111-2222-3333-4444-555555555555\",\n            \"type\": \"11111111-2222-3333-4444-555555555555\"\n          },\n          \"links\": {\n            \"related\": \"foo.bar\"\n          }\n        },\n        \"key_1\": {\n          \"data\": {\n            \"id\": \"11111111-2222-3333-4444-555555555555\",\n            \"type\": \"11111111-2222-3333-4444-555555555555\"\n          },\n          \"links\": {\n            \"related\": \"foo.bar\"\n          }\n        }\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c157c4de-bf5c-4aa4-9f8b-d1205cb7a7c3",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscriptions",
                    ":subscription_uuid",
                    "pricing-options"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscription.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscription_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "657cb2a8-d75e-4f61-8663-ffdaf1c6eb80",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscriptions",
                    ":subscription_uuid",
                    "pricing-options"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscription.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscription_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"No plan found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b343155d-d008-4523-9f7f-60885d35af1a",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscriptions",
                    ":subscription_uuid",
                    "pricing-options"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscription.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscription_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "da3f85ff-bc29-4d4f-97b2-484070c99158",
          "name": "Preview a subscription proration",
          "request": {
            "name": "Preview a subscription proration",
            "description": {
              "content": "Computes the proration amounts a prospective plan or pricing option change would produce, without\npersisting anything or affecting billing. Use this to show a subscriber the cost impact of a change\nbefore submitting it via a subscription update.\n\nA `200` response with `would_prorate: false` is not an error - it means the prospective change would\nnot result in a proration being applied if actually submitted. See `rejection_reason`.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "subscriptions",
                ":subscription_uuid",
                "proration-preview"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "subscription_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the subscription.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"proration_preview_request\",\n    \"attributes\": {\n      \"trigger\": \"plan_pricing_option_change\",\n      \"pricing_option_id\": \"11111111-2222-3333-4444-555555555555\",\n      \"plan_id\": \"11111111-2222-3333-4444-555555555555\"\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "ebf1a241-23ed-4603-a654-978291666a36",
              "name": "Success. The proration preview was computed.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscriptions",
                    ":subscription_uuid",
                    "proration-preview"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscription.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscription_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"proration_preview_request\",\n    \"attributes\": {\n      \"trigger\": \"plan_pricing_option_change\",\n      \"pricing_option_id\": \"11111111-2222-3333-4444-555555555555\",\n      \"plan_id\": \"11111111-2222-3333-4444-555555555555\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"proration_preview\",\n    \"attributes\": {\n      \"trigger\": \"plan_pricing_option_change\",\n      \"would_prorate\": true,\n      \"rejection_reason\": \"negative_amount\",\n      \"billing_cost_before_proration\": 1200,\n      \"refunded_cost_for_unused_pricing_option_period\": 300,\n      \"new_pricing_option_cost\": 900,\n      \"proration_policy_id\": \"00000000-0000-0000-0000-000000000001\",\n      \"prorated_at\": \"2017-01-10T11:41:19.244842Z\",\n      \"billing_period_end_date_after_proration\": \"2017-01-10T11:41:19.244842Z\",\n      \"refund_period_end_date\": \"2017-01-10T11:41:19.244842Z\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1a880629-12e7-404a-af32-574e306f1934",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscriptions",
                    ":subscription_uuid",
                    "proration-preview"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscription.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscription_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"proration_preview_request\",\n    \"attributes\": {\n      \"trigger\": \"plan_pricing_option_change\",\n      \"pricing_option_id\": \"11111111-2222-3333-4444-555555555555\",\n      \"plan_id\": \"11111111-2222-3333-4444-555555555555\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c71dc3db-da7f-4271-a210-6de2c5bfdfef",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscriptions",
                    ":subscription_uuid",
                    "proration-preview"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscription.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscription_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"proration_preview_request\",\n    \"attributes\": {\n      \"trigger\": \"plan_pricing_option_change\",\n      \"pricing_option_id\": \"11111111-2222-3333-4444-555555555555\",\n      \"plan_id\": \"11111111-2222-3333-4444-555555555555\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"No plan found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6cdd96d0-535f-4a33-a19d-4efc08701524",
              "name": "Unprocessable Content.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscriptions",
                    ":subscription_uuid",
                    "proration-preview"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscription.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscription_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"proration_preview_request\",\n    \"attributes\": {\n      \"trigger\": \"plan_pricing_option_change\",\n      \"pricing_option_id\": \"11111111-2222-3333-4444-555555555555\",\n      \"plan_id\": \"11111111-2222-3333-4444-555555555555\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Unprocessable Content\",\n      \"status\": \"422\",\n      \"detail\": \"Unprocessable Content: cannot process the refund\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f8e8430e-79fa-451b-9804-45ca94912c15",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscriptions",
                    ":subscription_uuid",
                    "proration-preview"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscription.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscription_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"proration_preview_request\",\n    \"attributes\": {\n      \"trigger\": \"plan_pricing_option_change\",\n      \"pricing_option_id\": \"11111111-2222-3333-4444-555555555555\",\n      \"plan_id\": \"11111111-2222-3333-4444-555555555555\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4f660b47-a5e5-4d7f-994f-3e31c5f61edc",
          "name": "Create a subscription state",
          "request": {
            "name": "Create a subscription state",
            "description": {
              "content": "The subscription lifecycle is the states that a subscription can go through when a customer subscribes to a service or a plan. \n\nA subscription can have the following states:\n\n- `pending` \n- `canceled`\n- `paused`\n- `resumed`\nFor more information, see [Managing the Subscription Lifecycle](/docs/api/subscriptions/subscriptions#managing-the-subscription-lifecycle).\n\nImmediate cancellation (`cancel` with `cancel_immediately: true`) ends the subscription and updates entitlements in this request; it does **not** issue refunds or modify paid invoices. Use payments refund flows separately if needed.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "subscriptions",
                ":subscription_uuid",
                "states"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "subscription_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the subscription.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"subscription_state\",\n    \"attributes\": {\n      \"action\": \"cancel\",\n      \"cancel_immediately\": false\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "68a190e8-dc26-456b-af1e-2017cb15dc70",
              "name": "Success. The subscription's state has changed.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscriptions",
                    ":subscription_uuid",
                    "states"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscription.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscription_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"subscription_state\",\n    \"attributes\": {\n      \"action\": \"cancel\",\n      \"cancel_immediately\": false\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "44dbd805-2529-4b99-9a28-9c9902d9b593",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscriptions",
                    ":subscription_uuid",
                    "states"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscription.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscription_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"subscription_state\",\n    \"attributes\": {\n      \"action\": \"cancel\",\n      \"cancel_immediately\": false\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4bfa68ec-2746-42d7-bdc9-65439df0400c",
              "name": "Forbidden. The operation is forbidden on this entity.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscriptions",
                    ":subscription_uuid",
                    "states"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscription.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscription_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"subscription_state\",\n    \"attributes\": {\n      \"action\": \"cancel\",\n      \"cancel_immediately\": false\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Permission denied\",\n      \"status\": \"404\",\n      \"detail\": \"Permission denied: plan tenancy mismatch\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9a24d0d4-5f77-40ee-ab56-609f30d718f1",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscriptions",
                    ":subscription_uuid",
                    "states"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscription.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscription_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"subscription_state\",\n    \"attributes\": {\n      \"action\": \"cancel\",\n      \"cancel_immediately\": false\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"No plan found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e83b9dc2-59ff-45d0-aa17-9d460b6dbf3e",
              "name": "Unprocessable Content.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscriptions",
                    ":subscription_uuid",
                    "states"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscription.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscription_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"subscription_state\",\n    \"attributes\": {\n      \"action\": \"cancel\",\n      \"cancel_immediately\": false\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Unprocessable Content\",\n      \"status\": \"422\",\n      \"detail\": \"Unprocessable Content: cannot process the refund\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bb22d748-0966-4b8b-968c-6106a7ee860b",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscriptions",
                    ":subscription_uuid",
                    "states"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscription.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscription_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"subscription_state\",\n    \"attributes\": {\n      \"action\": \"cancel\",\n      \"cancel_immediately\": false\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ef774e73-4c7b-47c6-bc7c-0e043943e105",
          "name": "List subscription states",
          "request": {
            "name": "List subscription states",
            "description": {},
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "subscriptions",
                ":subscription_uuid",
                "states"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "subscription_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the subscription.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "e0d82498-2ce2-4e46-828c-f0374acc5d6b",
              "name": "Success. A list of subscription states is returned.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscriptions",
                    ":subscription_uuid",
                    "states"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscription.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscription_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"type\": \"subscription_state\",\n      \"attributes\": {\n        \"action\": \"cancel\",\n        \"cancel_immediately\": false\n      },\n      \"meta\": {\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\"\n      },\n      \"id\": \"11111111-2222-3333-4444-555555555555\"\n    },\n    {\n      \"type\": \"subscription_state\",\n      \"attributes\": {\n        \"action\": \"cancel\",\n        \"cancel_immediately\": false\n      },\n      \"meta\": {\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\"\n      },\n      \"id\": \"11111111-2222-3333-4444-555555555555\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dcf54a90-7e24-41de-8de6-4fdd2a5487ab",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscriptions",
                    ":subscription_uuid",
                    "states"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscription.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscription_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fc270700-4606-486f-b8d9-2797c888af85",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscriptions",
                    ":subscription_uuid",
                    "states"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscription.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscription_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"No plan found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7f04e1d9-4720-4da2-89b9-a9a5bdf20147",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscriptions",
                    ":subscription_uuid",
                    "states"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscription.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscription_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "bb30c673-b693-4b71-aa96-8c9d0fa79087",
          "name": "Get subscription state",
          "request": {
            "name": "Get subscription state",
            "description": {},
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "subscriptions",
                ":subscription_uuid",
                "states",
                ":state_uuid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "subscription_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the subscription.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "state_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the subscription state.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "5ea2feab-a43d-4b51-80ff-8506b67ead5d",
              "name": "Success. A subscription state is returned.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscriptions",
                    ":subscription_uuid",
                    "states",
                    ":state_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscription.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscription_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscription state.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "state_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"subscription_state\",\n    \"attributes\": {\n      \"action\": \"cancel\",\n      \"cancel_immediately\": false\n    },\n    \"meta\": {\n      \"created_at\": \"2017-01-10T11:41:19.244842Z\"\n    },\n    \"id\": \"11111111-2222-3333-4444-555555555555\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "04434925-6c66-4cfc-a096-7190c334fe18",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscriptions",
                    ":subscription_uuid",
                    "states",
                    ":state_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscription.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscription_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscription state.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "state_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4b42293d-da56-4243-af01-4d9f9f0f2548",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscriptions",
                    ":subscription_uuid",
                    "states",
                    ":state_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscription.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscription_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscription state.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "state_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"No plan found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "14921a0c-63ad-4a2c-b871-c55aa2a59bd6",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscriptions",
                    ":subscription_uuid",
                    "states",
                    ":state_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscription.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscription_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscription state.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "state_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9c2ea00f-dd0f-4d41-9131-6d50a98242c0",
          "name": "List subscription invoices",
          "request": {
            "name": "List subscription invoices",
            "description": {
              "content": "Lists all invoices for a given subscription.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "subscriptions",
                ":subscription_uuid",
                "invoices"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "10"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "100"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "subscription_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the subscription.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "fcd493ed-1c18-47d1-99e3-ae608305f5fc",
              "name": "Success. A list of invoices is returned.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscriptions",
                    ":subscription_uuid",
                    "invoices"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscription.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscription_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"type\": \"subscription_invoice\",\n      \"attributes\": {\n        \"billing_period\": {\n          \"start\": \"2017-07-21T17:32:28Z\",\n          \"end\": \"2017-07-21T17:32:28Z\"\n        },\n        \"pro_forma\": false,\n        \"invoice_items\": [\n          {\n            \"description\": \"Magazine issue\",\n            \"price\": {\n              \"currency\": \"USD\",\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"plan_id\": \"11111111-2222-3333-4444-555555555555\",\n            \"from_time_period\": \"2017-01-10T11:41:19.244842Z\",\n            \"until_time_period\": \"2017-01-10T11:41:19.244842Z\"\n          },\n          {\n            \"description\": \"Magazine issue\",\n            \"price\": {\n              \"currency\": \"USD\",\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"plan_id\": \"11111111-2222-3333-4444-555555555555\",\n            \"from_time_period\": \"2017-01-10T11:41:19.244842Z\",\n            \"until_time_period\": \"2017-01-10T11:41:19.244842Z\"\n          }\n        ],\n        \"outstanding\": true,\n        \"tax_required\": true,\n        \"payment_retries_limit_reached\": false,\n        \"manual_payment_pending\": true,\n        \"tax_items\": [\n          {\n            \"type\": \"tax_item\",\n            \"rate\": 0.2,\n            \"name\": \"GST\",\n            \"code\": \"20.0 % S\",\n            \"jurisdiction\": \"USA\"\n          },\n          {\n            \"type\": \"tax_item\",\n            \"rate\": 0.2,\n            \"name\": \"GST\",\n            \"code\": \"20.0 % S\",\n            \"jurisdiction\": \"USA\"\n          }\n        ],\n        \"number\": 1,\n        \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"valid_from\": \"2017-01-10T11:41:19.244842Z\"\n      },\n      \"meta\": {\n        \"owner\": \"store\",\n        \"timestamps\": {\n          \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"taxes_added_at\": \"2017-01-10T11:41:19.244842Z\"\n        },\n        \"proration_events\": [\n          {\n            \"proration_policy_id\": \"11111111-2222-3333-4444-555555555555\",\n            \"billing_cost_before_proration\": 100,\n            \"refunded_amount_for_unused_pricing_option\": 100,\n            \"new_pricing_option_cost\": 100,\n            \"prorated_at\": \"2017-01-10T11:41:19.244842Z\"\n          },\n          {\n            \"proration_policy_id\": \"11111111-2222-3333-4444-555555555555\",\n            \"billing_cost_before_proration\": 100,\n            \"refunded_amount_for_unused_pricing_option\": 100,\n            \"new_pricing_option_cost\": 100,\n            \"prorated_at\": \"2017-01-10T11:41:19.244842Z\"\n          }\n        ],\n        \"pro_rata_remaining_value\": 500,\n        \"display_price\": {\n          \"without_tax\": {\n            \"amount\": 100,\n            \"currency\": \"USD\",\n            \"formatted\": \"$1.00\"\n          },\n          \"with_tax\": {\n            \"amount\": 110,\n            \"currency\": \"USD\",\n            \"formatted\": \"$1.10\"\n          },\n          \"tax\": {\n            \"amount\": 10,\n            \"currency\": \"USD\",\n            \"formatted\": \"$0.10\"\n          }\n        },\n        \"subscription_id\": \"11111111-2222-3333-4444-555555555555\",\n        \"subscriber_id\": \"11111111-2222-3333-4444-555555555555\",\n        \"price\": {\n          \"currency\": \"USD\",\n          \"amount\": 100,\n          \"includes_tax\": false\n        },\n        \"notifications\": [\n          {\n            \"name\": \"7 days before renewal\",\n            \"due\": \"2024-01-24T00:00:00Z\",\n            \"sent_at\": \"2024-01-24T00:00:00Z\"\n          },\n          {\n            \"name\": \"7 days before renewal\",\n            \"due\": \"2024-01-24T00:00:00Z\",\n            \"sent_at\": \"2024-01-24T00:00:00Z\"\n          }\n        ]\n      },\n      \"id\": \"11111111-2222-3333-4444-555555555555\",\n      \"relationships\": {\n        \"key_0\": {\n          \"data\": {\n            \"id\": \"11111111-2222-3333-4444-555555555555\",\n            \"type\": \"11111111-2222-3333-4444-555555555555\"\n          },\n          \"links\": {\n            \"related\": \"foo.bar\"\n          }\n        },\n        \"key_1\": {\n          \"data\": {\n            \"id\": \"11111111-2222-3333-4444-555555555555\",\n            \"type\": \"11111111-2222-3333-4444-555555555555\"\n          },\n          \"links\": {\n            \"related\": \"foo.bar\"\n          }\n        }\n      }\n    },\n    {\n      \"type\": \"subscription_invoice\",\n      \"attributes\": {\n        \"billing_period\": {\n          \"start\": \"2017-07-21T17:32:28Z\",\n          \"end\": \"2017-07-21T17:32:28Z\"\n        },\n        \"pro_forma\": false,\n        \"invoice_items\": [\n          {\n            \"description\": \"Magazine issue\",\n            \"price\": {\n              \"currency\": \"USD\",\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"plan_id\": \"11111111-2222-3333-4444-555555555555\",\n            \"from_time_period\": \"2017-01-10T11:41:19.244842Z\",\n            \"until_time_period\": \"2017-01-10T11:41:19.244842Z\"\n          },\n          {\n            \"description\": \"Magazine issue\",\n            \"price\": {\n              \"currency\": \"USD\",\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"plan_id\": \"11111111-2222-3333-4444-555555555555\",\n            \"from_time_period\": \"2017-01-10T11:41:19.244842Z\",\n            \"until_time_period\": \"2017-01-10T11:41:19.244842Z\"\n          }\n        ],\n        \"outstanding\": true,\n        \"tax_required\": true,\n        \"payment_retries_limit_reached\": false,\n        \"manual_payment_pending\": true,\n        \"tax_items\": [\n          {\n            \"type\": \"tax_item\",\n            \"rate\": 0.2,\n            \"name\": \"GST\",\n            \"code\": \"20.0 % S\",\n            \"jurisdiction\": \"USA\"\n          },\n          {\n            \"type\": \"tax_item\",\n            \"rate\": 0.2,\n            \"name\": \"GST\",\n            \"code\": \"20.0 % S\",\n            \"jurisdiction\": \"USA\"\n          }\n        ],\n        \"number\": 1,\n        \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"valid_from\": \"2017-01-10T11:41:19.244842Z\"\n      },\n      \"meta\": {\n        \"owner\": \"store\",\n        \"timestamps\": {\n          \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"taxes_added_at\": \"2017-01-10T11:41:19.244842Z\"\n        },\n        \"proration_events\": [\n          {\n            \"proration_policy_id\": \"11111111-2222-3333-4444-555555555555\",\n            \"billing_cost_before_proration\": 100,\n            \"refunded_amount_for_unused_pricing_option\": 100,\n            \"new_pricing_option_cost\": 100,\n            \"prorated_at\": \"2017-01-10T11:41:19.244842Z\"\n          },\n          {\n            \"proration_policy_id\": \"11111111-2222-3333-4444-555555555555\",\n            \"billing_cost_before_proration\": 100,\n            \"refunded_amount_for_unused_pricing_option\": 100,\n            \"new_pricing_option_cost\": 100,\n            \"prorated_at\": \"2017-01-10T11:41:19.244842Z\"\n          }\n        ],\n        \"pro_rata_remaining_value\": 500,\n        \"display_price\": {\n          \"without_tax\": {\n            \"amount\": 100,\n            \"currency\": \"USD\",\n            \"formatted\": \"$1.00\"\n          },\n          \"with_tax\": {\n            \"amount\": 110,\n            \"currency\": \"USD\",\n            \"formatted\": \"$1.10\"\n          },\n          \"tax\": {\n            \"amount\": 10,\n            \"currency\": \"USD\",\n            \"formatted\": \"$0.10\"\n          }\n        },\n        \"subscription_id\": \"11111111-2222-3333-4444-555555555555\",\n        \"subscriber_id\": \"11111111-2222-3333-4444-555555555555\",\n        \"price\": {\n          \"currency\": \"USD\",\n          \"amount\": 100,\n          \"includes_tax\": false\n        },\n        \"notifications\": [\n          {\n            \"name\": \"7 days before renewal\",\n            \"due\": \"2024-01-24T00:00:00Z\",\n            \"sent_at\": \"2024-01-24T00:00:00Z\"\n          },\n          {\n            \"name\": \"7 days before renewal\",\n            \"due\": \"2024-01-24T00:00:00Z\",\n            \"sent_at\": \"2024-01-24T00:00:00Z\"\n          }\n        ]\n      },\n      \"id\": \"11111111-2222-3333-4444-555555555555\",\n      \"relationships\": {\n        \"key_0\": {\n          \"data\": {\n            \"id\": \"11111111-2222-3333-4444-555555555555\",\n            \"type\": \"11111111-2222-3333-4444-555555555555\"\n          },\n          \"links\": {\n            \"related\": \"foo.bar\"\n          }\n        }\n      }\n    }\n  ],\n  \"links\": {\n    \"key_0\": \"http://example.com/articles/1/comments\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b76184aa-7e7f-4143-a195-3a08dc624498",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscriptions",
                    ":subscription_uuid",
                    "invoices"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscription.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscription_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c4392496-c236-48c0-a79c-56bc35e95374",
          "name": "List subscription invoice payments",
          "request": {
            "name": "List subscription invoice payments",
            "description": {
              "content": "Lists all invoice payments for a given invoice.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "subscriptions",
                ":subscription_uuid",
                "invoices",
                ":invoice_uuid",
                "payments"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "10"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "100"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "subscription_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the subscription.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "invoice_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the invoice.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "0e7873f3-98d4-484a-bd8b-5ddd40a77bcf",
              "name": "Success. Payments for the invoice are returned.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscriptions",
                    ":subscription_uuid",
                    "invoices",
                    ":invoice_uuid",
                    "payments"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscription.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscription_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the invoice.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "invoice_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"11111111-2222-3333-4444-555555555555\",\n      \"type\": \"subscription_invoice_payment\",\n      \"attributes\": {\n        \"success\": true,\n        \"amount\": {\n          \"currency\": \"USD\",\n          \"amount\": 100,\n          \"includes_tax\": false\n        },\n        \"gateway\": \"elastic_path_payments_stripe\",\n        \"pending\": true,\n        \"external_payment_id\": \"33e7ec6b-8b34-4c92-a95b-2e2647922e47\",\n        \"failure_detail\": {\n          \"reason\": \"Card Failure\"\n        }\n      },\n      \"meta\": {\n        \"owner\": \"store\",\n        \"timestamps\": {\n          \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"payment_taken_at\": \"2017-01-10T11:41:19.244842Z\"\n        },\n        \"invoice_id\": \"11111111-2222-3333-4444-555555555555\",\n        \"subscription_id\": \"11111111-2222-3333-4444-555555555555\",\n        \"job_id\": \"11111111-2222-3333-4444-555555555555\",\n        \"manual_payment\": false\n      }\n    },\n    {\n      \"id\": \"11111111-2222-3333-4444-555555555555\",\n      \"type\": \"subscription_invoice_payment\",\n      \"attributes\": {\n        \"success\": true,\n        \"amount\": {\n          \"currency\": \"USD\",\n          \"amount\": 100,\n          \"includes_tax\": false\n        },\n        \"gateway\": \"elastic_path_payments_stripe\",\n        \"pending\": true,\n        \"external_payment_id\": \"33e7ec6b-8b34-4c92-a95b-2e2647922e47\",\n        \"failure_detail\": {\n          \"reason\": \"Card Failure\"\n        }\n      },\n      \"meta\": {\n        \"owner\": \"store\",\n        \"timestamps\": {\n          \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"payment_taken_at\": \"2017-01-10T11:41:19.244842Z\"\n        },\n        \"invoice_id\": \"11111111-2222-3333-4444-555555555555\",\n        \"subscription_id\": \"11111111-2222-3333-4444-555555555555\",\n        \"job_id\": \"11111111-2222-3333-4444-555555555555\",\n        \"manual_payment\": false\n      }\n    }\n  ],\n  \"links\": {\n    \"key_0\": \"http://example.com/articles/1/comments\",\n    \"key_1\": \"http://example.com/articles/1/comments\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a6232c0b-5250-45ae-847b-43caa1e52252",
          "name": "Get subscription invoice payment",
          "request": {
            "name": "Get subscription invoice payment",
            "description": {
              "content": "Gets a specific payment for a given invoice.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "subscriptions",
                ":subscription_uuid",
                "invoices",
                ":invoice_uuid",
                "payments",
                ":payment_uuid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "subscription_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the subscription.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "invoice_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the invoice.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "payment_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the payment.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "bb93f347-dbc0-4b30-942e-29ad8ea9a87d",
              "name": "Success. Specific payment for the invoice is returned.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscriptions",
                    ":subscription_uuid",
                    "invoices",
                    ":invoice_uuid",
                    "payments",
                    ":payment_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscription.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscription_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the invoice.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "invoice_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the payment.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "payment_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"type\": \"subscription_invoice_payment\",\n    \"attributes\": {\n      \"success\": true,\n      \"amount\": {\n        \"currency\": \"USD\",\n        \"amount\": 100,\n        \"includes_tax\": false\n      },\n      \"gateway\": \"elastic_path_payments_stripe\",\n      \"pending\": true,\n      \"external_payment_id\": \"33e7ec6b-8b34-4c92-a95b-2e2647922e47\",\n      \"failure_detail\": {\n        \"reason\": \"Card Failure\"\n      }\n    },\n    \"meta\": {\n      \"owner\": \"store\",\n      \"timestamps\": {\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"payment_taken_at\": \"2017-01-10T11:41:19.244842Z\"\n      },\n      \"invoice_id\": \"11111111-2222-3333-4444-555555555555\",\n      \"subscription_id\": \"11111111-2222-3333-4444-555555555555\",\n      \"job_id\": \"11111111-2222-3333-4444-555555555555\",\n      \"manual_payment\": false\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "52c4446a-ff6b-44c5-ab44-0f2fb0423e17",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscriptions",
                    ":subscription_uuid",
                    "invoices",
                    ":invoice_uuid",
                    "payments",
                    ":payment_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscription.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscription_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the invoice.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "invoice_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the payment.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "payment_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"No plan found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c6fd0c7f-98b6-4112-bb19-7de3ad044bee",
          "name": "Get subscription invoice",
          "request": {
            "name": "Get subscription invoice",
            "description": {
              "content": "Gets a specific invoice for a given subscription.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "subscriptions",
                ":subscription_uuid",
                "invoices",
                ":invoice_uuid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "subscription_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the subscription.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "invoice_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the invoice.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "6a90781f-972c-4fc1-a18d-8c209c3fffbd",
              "name": "Success. An invoice is returned.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscriptions",
                    ":subscription_uuid",
                    "invoices",
                    ":invoice_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscription.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscription_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the invoice.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "invoice_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"subscription_invoice\",\n    \"attributes\": {\n      \"billing_period\": {\n        \"start\": \"2017-07-21T17:32:28Z\",\n        \"end\": \"2017-07-21T17:32:28Z\"\n      },\n      \"pro_forma\": false,\n      \"invoice_items\": [\n        {\n          \"description\": \"Magazine issue\",\n          \"price\": {\n            \"currency\": \"USD\",\n            \"amount\": 100,\n            \"includes_tax\": false\n          },\n          \"plan_id\": \"11111111-2222-3333-4444-555555555555\",\n          \"from_time_period\": \"2017-01-10T11:41:19.244842Z\",\n          \"until_time_period\": \"2017-01-10T11:41:19.244842Z\"\n        },\n        {\n          \"description\": \"Magazine issue\",\n          \"price\": {\n            \"currency\": \"USD\",\n            \"amount\": 100,\n            \"includes_tax\": false\n          },\n          \"plan_id\": \"11111111-2222-3333-4444-555555555555\",\n          \"from_time_period\": \"2017-01-10T11:41:19.244842Z\",\n          \"until_time_period\": \"2017-01-10T11:41:19.244842Z\"\n        }\n      ],\n      \"outstanding\": true,\n      \"tax_required\": true,\n      \"payment_retries_limit_reached\": false,\n      \"manual_payment_pending\": true,\n      \"tax_items\": [\n        {\n          \"type\": \"tax_item\",\n          \"rate\": 0.2,\n          \"name\": \"GST\",\n          \"code\": \"20.0 % S\",\n          \"jurisdiction\": \"USA\"\n        },\n        {\n          \"type\": \"tax_item\",\n          \"rate\": 0.2,\n          \"name\": \"GST\",\n          \"code\": \"20.0 % S\",\n          \"jurisdiction\": \"USA\"\n        }\n      ],\n      \"number\": 1,\n      \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n      \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n      \"valid_from\": \"2017-01-10T11:41:19.244842Z\"\n    },\n    \"meta\": {\n      \"owner\": \"store\",\n      \"timestamps\": {\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"taxes_added_at\": \"2017-01-10T11:41:19.244842Z\"\n      },\n      \"proration_events\": [\n        {\n          \"proration_policy_id\": \"11111111-2222-3333-4444-555555555555\",\n          \"billing_cost_before_proration\": 100,\n          \"refunded_amount_for_unused_pricing_option\": 100,\n          \"new_pricing_option_cost\": 100,\n          \"prorated_at\": \"2017-01-10T11:41:19.244842Z\"\n        },\n        {\n          \"proration_policy_id\": \"11111111-2222-3333-4444-555555555555\",\n          \"billing_cost_before_proration\": 100,\n          \"refunded_amount_for_unused_pricing_option\": 100,\n          \"new_pricing_option_cost\": 100,\n          \"prorated_at\": \"2017-01-10T11:41:19.244842Z\"\n        }\n      ],\n      \"pro_rata_remaining_value\": 500,\n      \"display_price\": {\n        \"without_tax\": {\n          \"amount\": 100,\n          \"currency\": \"USD\",\n          \"formatted\": \"$1.00\"\n        },\n        \"with_tax\": {\n          \"amount\": 110,\n          \"currency\": \"USD\",\n          \"formatted\": \"$1.10\"\n        },\n        \"tax\": {\n          \"amount\": 10,\n          \"currency\": \"USD\",\n          \"formatted\": \"$0.10\"\n        }\n      },\n      \"subscription_id\": \"11111111-2222-3333-4444-555555555555\",\n      \"subscriber_id\": \"11111111-2222-3333-4444-555555555555\",\n      \"price\": {\n        \"currency\": \"USD\",\n        \"amount\": 100,\n        \"includes_tax\": false\n      },\n      \"notifications\": [\n        {\n          \"name\": \"7 days before renewal\",\n          \"due\": \"2024-01-24T00:00:00Z\",\n          \"sent_at\": \"2024-01-24T00:00:00Z\"\n        },\n        {\n          \"name\": \"7 days before renewal\",\n          \"due\": \"2024-01-24T00:00:00Z\",\n          \"sent_at\": \"2024-01-24T00:00:00Z\"\n        }\n      ]\n    },\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"relationships\": {\n      \"key_0\": {\n        \"data\": {\n          \"id\": \"11111111-2222-3333-4444-555555555555\",\n          \"type\": \"11111111-2222-3333-4444-555555555555\"\n        },\n        \"links\": {\n          \"related\": \"foo.bar\"\n        }\n      },\n      \"key_1\": {\n        \"data\": {\n          \"id\": \"11111111-2222-3333-4444-555555555555\",\n          \"type\": \"11111111-2222-3333-4444-555555555555\"\n        },\n        \"links\": {\n          \"related\": \"foo.bar\"\n        }\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4ac230dd-d59c-4c35-9ca1-03ade4b03379",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscriptions",
                    ":subscription_uuid",
                    "invoices",
                    ":invoice_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscription.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscription_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the invoice.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "invoice_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"No plan found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c11b4519-439d-4c3e-95aa-199c74678c8e",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscriptions",
                    ":subscription_uuid",
                    "invoices",
                    ":invoice_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscription.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscription_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the invoice.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "invoice_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Jobs",
      "description": "Jobs are an asynchronous process that can be triggered manually or scheduled. \n\nThere are three types of job:\n\n- a billing run. Subscriptions generates an [**invoice**](/docs/api/subscriptions/invoices) when a billing run occurs. Billing runs generate invoices for the remaining billing cycles for each subscription. The invoice dates come from your pricing options. Billing runs are independent of payment runs.\n- a tax run. Invoices where `tax_required` is `true` will not have payment taken until a tax run has added the required tax to the invoice.\n- a payment run. The payment run identifies invoices that are outstanding and attempts to take payment for them. If the payment succeeds the the invoice is no longer outstanding. If the payment fails for any reason, then the invoice remains outstanding and is picked up by the next payment run to retry the payment.\n\nBy scheduling billing and payment runs, you automate the process, reducing manual intervention and ensuring the jobs are run in a timely manner. See [**Schedules**](/docs/api/subscriptions/schedules).\n\n### Characteristics of Billing, Tax & Payments Jobs\n\nBilling and payment jobs have the following characteristics.\n\n- Jobs are asynchronous.\n- Jobs have a different status, depending on where a job is in its lifecycle.\n- Jobs report any errors to help you understand the reason for any failed jobs.\n- Only one billing run and payment run is allowed per store at a time. Although billing and payments are constantly generated, the jobs are queued. Subscriptions looks for any jobs that have a status of PENDING and starts the job with the earliest created date. This process is repeated until all jobs are processed.\n\n### Billing, Tax & Payments Jobs Lifecycle\n\nA job can have the following status types:\n\n- PENDING - Subscriptions has received the request but is currently busy processing other requests.\n- STARTED - Subscriptions has started processing the job.\n- SUCCESS - The job has successfully completed.\n- FAILED - The job has failed.\n\n### Billing, Tax & Payment Reports\n\nYou can track your Subscriptions billing, payment and tax operations using reports. There are three types of report:\n\n- `BillingRunReport` - This report provides invoice summaries such as invoices ready for payment, invoices that require tax, and invoice failures.\n- `TaxRunReport` - This report provides invoice summaries such as invoices to which tax was successfully or unsuccessfully added.\n- `PaymentRunReport` - This report provides invoice summaries such as invoices for which payment was attempted, failed payment attempts and totals collected by a payment run. \n- `NotificationRunReport` - This report provides notification summaries such as notifications sent and failed to send.\n- `SubscriptionUpdateReport` - This report provides subscription update summaries such as subscriptions that were updated successfully and failed updates.\n\nSee [Get a job](/docs/api/subscriptions/get-job) and [List jobs](/docs/api/subscriptions/list-jobs).\n",
      "item": [
        {
          "id": "b8420a4a-9973-4c94-b3f0-7439f03312b2",
          "name": "Create a job",
          "request": {
            "name": "Create a job",
            "description": {},
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "jobs"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"subscription_job\",\n    \"attributes\": {\n      \"job_type\": \"billing-run\"\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "fa6ddbd5-8529-4f65-b64e-b9a7d74bd5f4",
              "name": "Success. The job was created.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "jobs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"subscription_job\",\n    \"attributes\": {\n      \"job_type\": \"billing-run\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"subscription_job\",\n    \"attributes\": {\n      \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n      \"job_type\": \"billing-run\",\n      \"status\": \"pending\",\n      \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n      \"external_ref\": \"abc123\"\n    },\n    \"meta\": {\n      \"owner\": \"store\",\n      \"timestamps\": {\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"started_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"finished_at\": \"2017-01-10T11:41:19.244842Z\"\n      },\n      \"report\": {\n        \"invoices_ready_for_payment\": 100,\n        \"invoices_tax_required\": 100,\n        \"invoice_failures\": 0,\n        \"total_ready_for_payment\": {\n          \"USD\": {\n            \"amount\": 100,\n            \"includes_tax\": false\n          },\n          \"GBP\": {\n            \"amount\": 90,\n            \"includes_tax\": true\n          }\n        },\n        \"total_tax_required\": {\n          \"USD\": {\n            \"amount\": 100,\n            \"includes_tax\": false\n          },\n          \"GBP\": {\n            \"amount\": 90,\n            \"includes_tax\": true\n          }\n        }\n      }\n    },\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"relationships\": {\n      \"key_0\": {\n        \"data\": {\n          \"id\": \"11111111-2222-3333-4444-555555555555\",\n          \"type\": \"11111111-2222-3333-4444-555555555555\"\n        },\n        \"links\": {\n          \"related\": \"foo.bar\"\n        }\n      },\n      \"key_1\": {\n        \"data\": {\n          \"id\": \"11111111-2222-3333-4444-555555555555\",\n          \"type\": \"11111111-2222-3333-4444-555555555555\"\n        },\n        \"links\": {\n          \"related\": \"foo.bar\"\n        }\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "702ac738-db22-4701-92fc-0e777a1a6464",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "jobs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"subscription_job\",\n    \"attributes\": {\n      \"job_type\": \"billing-run\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e5971483-33ab-4cae-b867-d3672cc2ad64",
              "name": "Write conflict. Unable to perform the operation at this time.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "jobs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"subscription_job\",\n    \"attributes\": {\n      \"job_type\": \"billing-run\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Write Conflict\",\n      \"status\": \"409\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "eb093696-f08a-4124-a846-ff47a0c6e7f1",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "jobs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"subscription_job\",\n    \"attributes\": {\n      \"job_type\": \"billing-run\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "83817291-5add-44d5-a967-5acf9cbb1d0b",
          "name": "List jobs",
          "request": {
            "name": "List jobs",
            "description": {
              "content": "Retrieves a list of all jobs.\n\n### Filtering\n\nThis endpoint supports filtering. For the general syntax, see [**Filtering**](/guides/Getting-Started/filtering).\n\nThe following attributes and operators are supported.\n\n| Operator | Attribute | Description |\n| --- | --- | --- | \n| `eq` | `external_ref` | Equals. Checks if the values of two operands are equal. If they are, the condition is true. |\n| `in` | `external_ref` | In. Checks if the value is in the specified list. If it is, the condition is true. |\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "jobs"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "eq(name,Alan Turing)"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "10"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "100"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "f1ff7ffc-b6a3-45b3-820d-7029bfb3367b",
              "name": "Success. A list of jobs is returned.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "jobs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(name,Alan Turing)"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"type\": \"subscription_job\",\n      \"attributes\": {\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"job_type\": \"billing-run\",\n        \"status\": \"pending\",\n        \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"external_ref\": \"abc123\"\n      },\n      \"meta\": {\n        \"owner\": \"store\",\n        \"timestamps\": {\n          \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"started_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"finished_at\": \"2017-01-10T11:41:19.244842Z\"\n        },\n        \"report\": {\n          \"invoices_ready_for_payment\": 100,\n          \"invoices_tax_required\": 100,\n          \"invoice_failures\": 0,\n          \"total_ready_for_payment\": {\n            \"USD\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"GBP\": {\n              \"amount\": 90,\n              \"includes_tax\": true\n            }\n          },\n          \"total_tax_required\": {\n            \"USD\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"GBP\": {\n              \"amount\": 90,\n              \"includes_tax\": true\n            }\n          }\n        }\n      },\n      \"id\": \"11111111-2222-3333-4444-555555555555\",\n      \"relationships\": {\n        \"key_0\": {\n          \"data\": {\n            \"id\": \"11111111-2222-3333-4444-555555555555\",\n            \"type\": \"11111111-2222-3333-4444-555555555555\"\n          },\n          \"links\": {\n            \"related\": \"foo.bar\"\n          }\n        }\n      }\n    },\n    {\n      \"type\": \"subscription_job\",\n      \"attributes\": {\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"job_type\": \"billing-run\",\n        \"status\": \"pending\",\n        \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"external_ref\": \"abc123\"\n      },\n      \"meta\": {\n        \"owner\": \"store\",\n        \"timestamps\": {\n          \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"started_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"finished_at\": \"2017-01-10T11:41:19.244842Z\"\n        },\n        \"report\": {\n          \"invoices_ready_for_payment\": 100,\n          \"invoices_tax_required\": 100,\n          \"invoice_failures\": 0,\n          \"total_ready_for_payment\": {\n            \"USD\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"GBP\": {\n              \"amount\": 90,\n              \"includes_tax\": true\n            }\n          },\n          \"total_tax_required\": {\n            \"USD\": {\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"GBP\": {\n              \"amount\": 90,\n              \"includes_tax\": true\n            }\n          }\n        }\n      },\n      \"id\": \"11111111-2222-3333-4444-555555555555\",\n      \"relationships\": {\n        \"key_0\": {\n          \"data\": {\n            \"id\": \"11111111-2222-3333-4444-555555555555\",\n            \"type\": \"11111111-2222-3333-4444-555555555555\"\n          },\n          \"links\": {\n            \"related\": \"foo.bar\"\n          }\n        }\n      }\n    }\n  ],\n  \"links\": {\n    \"key_0\": \"http://example.com/articles/1/comments\",\n    \"key_1\": \"http://example.com/articles/1/comments\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fd3de584-113f-480c-907c-21642447a1cf",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "jobs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(name,Alan Turing)"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ee237d63-13bb-4a1b-b3fb-f7e33d67b831",
          "name": "Get job",
          "request": {
            "name": "Get job",
            "description": {},
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "jobs",
                ":job_uuid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "job_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the job.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "eb3d8a6c-d869-4289-bce6-f633f109b5eb",
              "name": "Success. The job is returned.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "jobs",
                    ":job_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the job.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "job_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"subscription_job\",\n    \"attributes\": {\n      \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n      \"job_type\": \"billing-run\",\n      \"status\": \"pending\",\n      \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n      \"external_ref\": \"abc123\"\n    },\n    \"meta\": {\n      \"owner\": \"store\",\n      \"timestamps\": {\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"started_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"finished_at\": \"2017-01-10T11:41:19.244842Z\"\n      },\n      \"report\": {\n        \"invoices_ready_for_payment\": 100,\n        \"invoices_tax_required\": 100,\n        \"invoice_failures\": 0,\n        \"total_ready_for_payment\": {\n          \"USD\": {\n            \"amount\": 100,\n            \"includes_tax\": false\n          },\n          \"GBP\": {\n            \"amount\": 90,\n            \"includes_tax\": true\n          }\n        },\n        \"total_tax_required\": {\n          \"USD\": {\n            \"amount\": 100,\n            \"includes_tax\": false\n          },\n          \"GBP\": {\n            \"amount\": 90,\n            \"includes_tax\": true\n          }\n        }\n      }\n    },\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"relationships\": {\n      \"key_0\": {\n        \"data\": {\n          \"id\": \"11111111-2222-3333-4444-555555555555\",\n          \"type\": \"11111111-2222-3333-4444-555555555555\"\n        },\n        \"links\": {\n          \"related\": \"foo.bar\"\n        }\n      },\n      \"key_1\": {\n        \"data\": {\n          \"id\": \"11111111-2222-3333-4444-555555555555\",\n          \"type\": \"11111111-2222-3333-4444-555555555555\"\n        },\n        \"links\": {\n          \"related\": \"foo.bar\"\n        }\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "57e76387-ac0c-4649-adc1-d49174ae4f7d",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "jobs",
                    ":job_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the job.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "job_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "eaa04d54-f9f9-40b2-a63b-155c52e464bf",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "jobs",
                    ":job_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the job.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "job_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"No plan found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b4ede3ab-9ab4-41bd-bbb5-4e984278294c",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "jobs",
                    ":job_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the job.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "job_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "85dc9083-dda8-4ebb-96f2-5a002673447d",
          "name": "Delete job",
          "request": {
            "name": "Delete job",
            "description": {},
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "jobs",
                ":job_uuid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "job_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the job.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "fa6f3741-0039-4a8d-b4e8-864286aed192",
              "name": "Success. The job was deleted.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "jobs",
                    ":job_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the job.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "job_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "90c8d426-86d3-40be-9195-540aab7bdbc2",
              "name": "Write conflict. Unable to perform the operation at this time.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "jobs",
                    ":job_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the job.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "job_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Write Conflict\",\n      \"status\": \"409\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Imports",
      "description": "You can import subscription features, subscribers, offerings and subscriptions using Subscriptions Import. This is useful if you want to import subscriptions from an external system into Elastic Path Subscriptions. \n\nThe API uses a [**JSONL**](https://jsonlines.org/) file. Here is an [**example of a JSONL file**](/assets/subscriptions_import.jsonl).\n\nWhen you send an import request, an import job is created. Jobs are processed one at a time. You can continue to send import requests, but those jobs are queued. In other words, Subscriptions looks for any jobs that have a status of PENDING and starts the job with the earliest created date. This process is repeated until all jobs are processed. Use [List import jobs](/docs/api/subscriptions/list-import-jobs) to see a list of all import jobs.\n\nA file can include up to 50,000 objects. If you have more than 50,000 objects, then you must create a separate file, and import each file, one at a time.\n\n### Characteristics of Subscriptions Import\n\nThe Subscriptions Import API has the following characteristics:\n\n- The Subscriptions Import API reads the entire file and then creates the subscription objects. This means the subscription objects can be in any order in the file.\n\n- Subscriptions imports are asynchronous and are processed one at a time. You can continue to send import requests, but these are queued. \n\n- The API works on a \"best endeavours\" approach. In other words, the API does its best to create the subscription objects based on the file that you provide. \n\n### Subscriptions Import File\n\nThe following table describes the subscriptions objects, and their attributes, that the import file can include.\n\n| Object | Attributes |\n| --- | --- |\n| A subscriber object | The attributes you specify for a subscriber object are the attributes you specify when [creating a subscriber](/docs/api/subscriptions/create-subscriber). |\n| An offering object | The attributes you specify for an offering object are the attributes you specify when [building an offering](/docs/api/subscriptions/build-offering). |\n",
      "item": [
        {
          "id": "35a99ede-0e58-4c27-bf9c-6aba84898267",
          "name": "Import a dataset",
          "request": {
            "name": "Import a dataset",
            "description": {},
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "imports"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "multipart/form-data"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "description": {
                    "content": "(Required) The JSONL file you want to upload.",
                    "type": "text/plain"
                  },
                  "key": "import_file",
                  "type": "file"
                },
                {
                  "description": {
                    "content": "A unique attribute that you could use to contain information from another company system, for example. The maximum length is 2048 characters.",
                    "type": "text/plain"
                  },
                  "key": "external_ref",
                  "value": "abc123",
                  "type": "text"
                }
              ]
            },
            "auth": null
          },
          "response": [
            {
              "id": "fdbd05eb-61ad-4b65-ad5c-24525599a526",
              "name": "Success. The import was started.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "imports"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "multipart/form-data"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) The JSONL file you want to upload.",
                        "type": "text/plain"
                      },
                      "key": "import_file",
                      "type": "file"
                    },
                    {
                      "description": {
                        "content": "A unique attribute that you could use to contain information from another company system, for example. The maximum length is 2048 characters.",
                        "type": "text/plain"
                      },
                      "key": "external_ref",
                      "value": "abc123",
                      "type": "text"
                    }
                  ]
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"subscription_import\",\n    \"meta\": {\n      \"owner\": \"store\",\n      \"timestamps\": {\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"started_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"finished_at\": \"2017-01-10T11:41:19.244842Z\"\n      },\n      \"records\": {\n        \"uploaded\": {\n          \"subscription_feature\": 50000,\n          \"subscription_subscriber\": 50000,\n          \"subscription_offering\": 50000,\n          \"subscription\": 50000\n        },\n        \"imported\": {\n          \"subscription_feature\": 50000,\n          \"subscription_subscriber\": 45090,\n          \"subscription_offering\": 45090,\n          \"subscription\": 45090\n        }\n      }\n    },\n    \"attributes\": {\n      \"status\": \"pending\",\n      \"external_ref\": \"abc123\"\n    },\n    \"id\": \"11111111-2222-3333-4444-555555555555\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "78c677b1-5801-434d-9d3b-ffd1b6173fc1",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "imports"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "multipart/form-data"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) The JSONL file you want to upload.",
                        "type": "text/plain"
                      },
                      "key": "import_file",
                      "type": "file"
                    },
                    {
                      "description": {
                        "content": "A unique attribute that you could use to contain information from another company system, for example. The maximum length is 2048 characters.",
                        "type": "text/plain"
                      },
                      "key": "external_ref",
                      "value": "abc123",
                      "type": "text"
                    }
                  ]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8ec38e80-f5c3-4e6b-8b11-c1ed3bc41873",
              "name": "Write conflict. Unable to perform the operation at this time.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "imports"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "multipart/form-data"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) The JSONL file you want to upload.",
                        "type": "text/plain"
                      },
                      "key": "import_file",
                      "type": "file"
                    },
                    {
                      "description": {
                        "content": "A unique attribute that you could use to contain information from another company system, for example. The maximum length is 2048 characters.",
                        "type": "text/plain"
                      },
                      "key": "external_ref",
                      "value": "abc123",
                      "type": "text"
                    }
                  ]
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Write Conflict\",\n      \"status\": \"409\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ecd213fd-30f3-4e34-9ce2-9b27a45fdd39",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "imports"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "multipart/form-data"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) The JSONL file you want to upload.",
                        "type": "text/plain"
                      },
                      "key": "import_file",
                      "type": "file"
                    },
                    {
                      "description": {
                        "content": "A unique attribute that you could use to contain information from another company system, for example. The maximum length is 2048 characters.",
                        "type": "text/plain"
                      },
                      "key": "external_ref",
                      "value": "abc123",
                      "type": "text"
                    }
                  ]
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "76fd85b8-6a99-42cd-8f41-ddc0f64ec8ad",
          "name": "List import jobs",
          "request": {
            "name": "List import jobs",
            "description": {
              "content": "Retrieves a list of all import jobs.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "imports"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "eq(name,Alan Turing)"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "10"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "100"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "1a0eb986-b2ca-499a-8a8e-73e3f7ef940b",
              "name": "Success. A list of import jobs is returned.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "imports"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(name,Alan Turing)"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"type\": \"subscription_import\",\n      \"meta\": {\n        \"owner\": \"store\",\n        \"timestamps\": {\n          \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"started_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"finished_at\": \"2017-01-10T11:41:19.244842Z\"\n        },\n        \"records\": {\n          \"uploaded\": {\n            \"subscription_feature\": 50000,\n            \"subscription_subscriber\": 50000,\n            \"subscription_offering\": 50000,\n            \"subscription\": 50000\n          },\n          \"imported\": {\n            \"subscription_feature\": 50000,\n            \"subscription_subscriber\": 45090,\n            \"subscription_offering\": 45090,\n            \"subscription\": 45090\n          }\n        }\n      },\n      \"attributes\": {\n        \"status\": \"pending\",\n        \"external_ref\": \"abc123\"\n      },\n      \"id\": \"11111111-2222-3333-4444-555555555555\"\n    },\n    {\n      \"type\": \"subscription_import\",\n      \"meta\": {\n        \"owner\": \"store\",\n        \"timestamps\": {\n          \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"started_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"finished_at\": \"2017-01-10T11:41:19.244842Z\"\n        },\n        \"records\": {\n          \"uploaded\": {\n            \"subscription_feature\": 50000,\n            \"subscription_subscriber\": 50000,\n            \"subscription_offering\": 50000,\n            \"subscription\": 50000\n          },\n          \"imported\": {\n            \"subscription_feature\": 50000,\n            \"subscription_subscriber\": 45090,\n            \"subscription_offering\": 45090,\n            \"subscription\": 45090\n          }\n        }\n      },\n      \"attributes\": {\n        \"status\": \"pending\",\n        \"external_ref\": \"abc123\"\n      },\n      \"id\": \"11111111-2222-3333-4444-555555555555\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": \"http://example.com/articles/1/comments\",\n    \"key_1\": \"http://example.com/articles/1/comments\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "20836e5f-74be-474a-a70a-703f550a9c4b",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "imports"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(name,Alan Turing)"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "35847c81-0839-4f22-b255-3fe23d809bbb",
          "name": "Get import",
          "request": {
            "name": "Get import",
            "description": {
              "content": "Retrieves the import job for the specified ID.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "imports",
                ":import_uuid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "10"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "100"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "import_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the import.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "e781c7b2-b979-4064-8fa8-896012e08aa0",
              "name": "Success. The import is returned.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "imports",
                    ":import_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the import.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "import_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"subscription_import\",\n    \"meta\": {\n      \"owner\": \"store\",\n      \"timestamps\": {\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"started_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"finished_at\": \"2017-01-10T11:41:19.244842Z\"\n      },\n      \"records\": {\n        \"uploaded\": {\n          \"subscription_feature\": 50000,\n          \"subscription_subscriber\": 50000,\n          \"subscription_offering\": 50000,\n          \"subscription\": 50000\n        },\n        \"imported\": {\n          \"subscription_feature\": 50000,\n          \"subscription_subscriber\": 45090,\n          \"subscription_offering\": 45090,\n          \"subscription\": 45090\n        }\n      }\n    },\n    \"attributes\": {\n      \"status\": \"pending\",\n      \"external_ref\": \"abc123\"\n    },\n    \"id\": \"11111111-2222-3333-4444-555555555555\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7d1ed491-3105-4c65-9d41-4ab17738cee9",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "imports",
                    ":import_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the import.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "import_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2ead3784-2630-4bfe-a5ac-7736db12243e",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "imports",
                    ":import_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the import.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "import_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"No plan found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "26a7a549-6aa0-4757-98a1-f3beb51dec7b",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "imports",
                    ":import_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the import.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "import_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2a43da41-0f67-4fcb-8df6-9018c973cd47",
          "name": "Get import errors",
          "request": {
            "name": "Get import errors",
            "description": {
              "content": "Retrieves all errors encountered as part of the import. Each error is attributed to a line in the JSONL file \nimported, so for example, if at line 1 in your JSONL you had a subscription_offering without a name, there would\nbe a minimum string error for the `name` attribute with `\"line_number\": 1`.\n\nErrors are also ordered by line number ascending, and can be paginated.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "imports",
                ":import_uuid",
                "errors"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "10"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "100"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "import_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the import.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "99ec44ab-1d05-43c2-aa4b-6d363dd81947",
              "name": "Success. The import errors are returned.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "imports",
                    ":import_uuid",
                    "errors"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the import.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "import_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"11111111-2222-3333-4444-555555555555\",\n      \"type\": \"subscription_import_error\",\n      \"meta\": {\n        \"owner\": \"store\",\n        \"timestamps\": {\n          \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n        },\n        \"error\": \"offering name cannot be empty\",\n        \"field\": \"name\",\n        \"line_number\": 123,\n        \"external_ref\": \"abc123\"\n      }\n    },\n    {\n      \"id\": \"11111111-2222-3333-4444-555555555555\",\n      \"type\": \"subscription_import_error\",\n      \"meta\": {\n        \"owner\": \"store\",\n        \"timestamps\": {\n          \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n        },\n        \"error\": \"offering name cannot be empty\",\n        \"field\": \"name\",\n        \"line_number\": 123,\n        \"external_ref\": \"abc123\"\n      }\n    }\n  ],\n  \"links\": {\n    \"key_0\": \"http://example.com/articles/1/comments\",\n    \"key_1\": \"http://example.com/articles/1/comments\",\n    \"key_2\": \"http://example.com/articles/1/comments\",\n    \"key_3\": \"http://example.com/articles/1/comments\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b681e91f-6377-43c4-842f-85d597fcdebb",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "imports",
                    ":import_uuid",
                    "errors"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the import.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "import_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"No plan found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a091e5d8-16f1-490e-8ecf-af52845a1251",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "imports",
                    ":import_uuid",
                    "errors"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the import.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "import_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Schedules",
      "description": "You can schedule your billing, tax, and payment runs. By scheduling billing, tax, and payment runs, you automate the process, reducing manual intervention and ensuring the jobs are run in a timely manner.  You can define a schedule in the format (`* * * * *`) which is a set of five fields in a line, indicating when a job should be executed. For example, you can define a schedule so that your job runs multiple times a day, or runs on specific days and months.\n\nSubscriptions runs on Coordinated Universal Time (UTC) time and conforms to [**RFC 3339**](https://www.rfc-editor.org/rfc/rfc3339). \n\n### Unrestricted fields\n\nSetting a field to an asterisk (`*`) is sometimes referred to as leaving a field unrestricted because it is not restricted to a specific value.\n\nYou can use the asterisk (`*`) to indicate the range of all values for the field. When you use the asterisk, the first value in the range is: 0 for the minute, hour, and day of the week (Sunday) fields, and 1 for day of the month and the month fields.\n\n### Configuring fields\n\nThe time fields have the following format and possible values and must be specified in the following order:\n\n| Field | Format | Description  |                                                                                                    \n| --- | --- | -----|\n| Minute | 0-59 | Indicates how far past the top of the hour your job runs, in minutes. For example if a minute is set to 0, then the job runs at the top of the hour because it is 0 minutes after the hour. This means if the hour is 8.00 AM, the job runs at 8.00 AM. |\n| Hour | 0-23 | Indicates how far past midnight your job runs, in hours. This is rounded down to the nearest hours. This is because minutes are indicated by the minute field. |\n| Day of the month | 0-31 | Indicates the calendar date of the month. For example, 1 for the first day of the month. |\n| Month | 1-12 or JAN to DEC | Indicates the month. Specify the month number or the first three letters of the month name in uppercase. For example, 1 or JAN for January.  |\n| Day of the week | 0-6 (or SUN to SAT, or 7 for Sunday) | Indicates the day of the week. Monday is 1, Tuesday is 2, and so on. Either 0 or 7 indicates Sunday. Alternatively, specify the day of the week using the first three letters of the weekday name in uppercase. For example SUN for Sunday. If you use this field with the day of the month field, then this field is evaluated as an inclusive OR. For example, if the day of the month is set to 1 and the day of the week is set to SAT, the job runs on the first day of the month and on every Saturday of the month, even if the first day of the month is not a Saturday. If the day of the week is marked by an asterisk (*) then the field is marked as unrestricted. This means the job only runs on the first day of the month. |\n\n### Matching all values\n\nTo match all values for a field, set the field to an asterisk (`*`). When a field is set to an asterisk, the field matches all valid values for that field whenever the other field conditions are satisfied. \n\n Here are some examples.\n\n - `* 0 1 1 1`: the job runs every minute of the midnight hour on January 1st and Mondays.\n - `* * * * *`: the job runs every minute (of every hour, of every day of the month, of every month, every day of the week, because each of these is unrestricted).\n\n ### Matching a range\n\n To match a range of values, specify your start and stop values, separated by a hyphen (`-`). Do not include spaces in the range. Ranges are inclusive. The first number must be less than the second number. If you are using abbreviated names for the month or weekday (for example, JAN instead of 1 for the first month of the year), the first value must come earlier in the month or week than the second value.\n\nThe following equivalent examples run at midnight on Mondays, Tuesdays, Wednesdays, Thursdays, and Fridays (for all months):\n\n - `0 0 * * 1-5`\n - `0 0 * * MON-FRI`\n\n### Matching a list\n\nLists can contain any valid value for the field, including ranges. Specify your values, separated by a comma (,). Do not include spaces in the list.\n\nExamples:\n\n- `0 0,12 * * *`: the job runs at midnight and noon.\n- `0-5,30-35 * * * *`: the job runs in each of the first five minutes of every half hour (at the top of the hour and at half past the hour).\n\n### Skipping values in a range\n\nYou can skip values in a range by specifying a rate at which to step through the range. To do this, specify the range, followed by the forward slash (`/`) and the rate at which you want to skip through the range.\n\nThe step value cannot be larger than the largest possible value for the field. The default step is 1, so the step function `/1` is the same as not using a step function at all.\n\nExample ranges that use step functions:\n\n- `*/2`: this is a valid step function for any field. \n    - For the minute field, it matches 0, 2, 4, ... , 58. \n    - For the hour, it matches 0, 2, 4, ... , 22. \n    - For the day of the month, it matches 1, 3, 5, ... , 31 (for a month with 31 days). \n    - For the month, it matches 1, 3, 5, ... , 11. \n    - For the day of the week, it matches 0, 2, 4, 6.\n\n- `0-12/2`: this is a valid step function for the minute and hour fields. It matches 0, 2, 4, ... , 12.\n\nExample schedules using step functions:\n\n- `*/2 * * * *`: the job runs every two minutes.\n- `0 0-12/2 * * *`: the job runs every two hours, on the hour. The first run is at midnight. The last run is at noon.\n",
      "item": [
        {
          "id": "3fc10a56-ce8d-4235-8811-dd5bc0e115a9",
          "name": "List schedules",
          "request": {
            "name": "List schedules",
            "description": {
              "content": "Retrieves a list of all schedules.\n\n### Filtering\n\nThis endpoint supports filtering. For the general syntax, see [**Filtering**](/guides/Getting-Started/filtering).\n\nThe following attributes and operators are supported.\n\n| Operator | Attribute | Description |\n| --- | --- | --- | \n| `eq` | `external_ref` | Equals. Checks if the values of two operands are equal. If they are, the condition is true. |\n| `in` | `external_ref` | In. Checks if the value is in the specified list. If it is, the condition is true. |\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "schedules"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "eq(name,Alan Turing)"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "10"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "100"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "74438d59-85b3-4aaf-ba7a-31550c1919d3",
              "name": "Success. A list of schedules is returned.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "schedules"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(name,Alan Turing)"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"type\": \"subscription_schedule\",\n      \"attributes\": {\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"job\": {\n          \"job_type\": \"billing-run\"\n        },\n        \"location\": \"Europe/London\",\n        \"specification\": \"30 0 * * *\",\n        \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"external_ref\": \"abc123\",\n        \"name\": \"Daily billing run.\"\n      },\n      \"meta\": {\n        \"owner\": \"store\",\n        \"timestamps\": {\n          \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n        },\n        \"scheduled_for\": \"2017-07-21T17:32:28Z\"\n      },\n      \"id\": \"11111111-2222-3333-4444-555555555555\"\n    },\n    {\n      \"type\": \"subscription_schedule\",\n      \"attributes\": {\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"job\": {\n          \"job_type\": \"billing-run\"\n        },\n        \"location\": \"Europe/London\",\n        \"specification\": \"30 0 * * *\",\n        \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"external_ref\": \"abc123\",\n        \"name\": \"Daily billing run.\"\n      },\n      \"meta\": {\n        \"owner\": \"store\",\n        \"timestamps\": {\n          \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n        },\n        \"scheduled_for\": \"2017-07-21T17:32:28Z\"\n      },\n      \"id\": \"11111111-2222-3333-4444-555555555555\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": \"http://example.com/articles/1/comments\",\n    \"key_1\": \"http://example.com/articles/1/comments\",\n    \"key_2\": \"http://example.com/articles/1/comments\",\n    \"key_3\": \"http://example.com/articles/1/comments\",\n    \"key_4\": \"http://example.com/articles/1/comments\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3e85c4c4-53c2-4c07-b44f-36c8b5462308",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "schedules"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(name,Alan Turing)"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1a69e804-bd43-4457-a29b-4f26f3f51928",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "schedules"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(name,Alan Turing)"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a0d91437-b2a6-4e5b-abd2-ed49430b9f9b",
          "name": "Create a schedule",
          "request": {
            "name": "Create a schedule",
            "description": {},
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "schedules"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"subscription_schedule\",\n    \"attributes\": {\n      \"specification\": \"30 0 * * *\",\n      \"location\": \"Europe/London\",\n      \"job\": {\n        \"job_type\": \"billing-run\"\n      },\n      \"external_ref\": \"abc123\",\n      \"name\": \"Daily billing run.\"\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "a3778e58-dbc8-4913-9574-9325bdce79db",
              "name": "Success. The schedule is created.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "schedules"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"subscription_schedule\",\n    \"attributes\": {\n      \"specification\": \"30 0 * * *\",\n      \"location\": \"Europe/London\",\n      \"job\": {\n        \"job_type\": \"billing-run\"\n      },\n      \"external_ref\": \"abc123\",\n      \"name\": \"Daily billing run.\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"subscription_schedule\",\n    \"attributes\": {\n      \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n      \"job\": {\n        \"job_type\": \"billing-run\"\n      },\n      \"location\": \"Europe/London\",\n      \"specification\": \"30 0 * * *\",\n      \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n      \"external_ref\": \"abc123\",\n      \"name\": \"Daily billing run.\"\n    },\n    \"meta\": {\n      \"owner\": \"store\",\n      \"timestamps\": {\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n      },\n      \"scheduled_for\": \"2017-07-21T17:32:28Z\"\n    },\n    \"id\": \"11111111-2222-3333-4444-555555555555\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cedce3e2-1e4a-482c-a6d0-1ea658572db0",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "schedules"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"subscription_schedule\",\n    \"attributes\": {\n      \"specification\": \"30 0 * * *\",\n      \"location\": \"Europe/London\",\n      \"job\": {\n        \"job_type\": \"billing-run\"\n      },\n      \"external_ref\": \"abc123\",\n      \"name\": \"Daily billing run.\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8dfa214e-8e26-45c9-b5a5-81f14e1f4ebf",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "schedules"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"subscription_schedule\",\n    \"attributes\": {\n      \"specification\": \"30 0 * * *\",\n      \"location\": \"Europe/London\",\n      \"job\": {\n        \"job_type\": \"billing-run\"\n      },\n      \"external_ref\": \"abc123\",\n      \"name\": \"Daily billing run.\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e0655c61-5119-43de-9f5f-b45cd4be9e71",
          "name": "Get a schedule",
          "request": {
            "name": "Get a schedule",
            "description": {},
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "schedules",
                ":schedule_uuid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "schedule_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the schedule.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "78ca205a-118a-4d13-b7ae-5bad3eac5489",
              "name": "Success. A schedule is returned.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "schedules",
                    ":schedule_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the schedule.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "schedule_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"subscription_schedule\",\n    \"attributes\": {\n      \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n      \"job\": {\n        \"job_type\": \"billing-run\"\n      },\n      \"location\": \"Europe/London\",\n      \"specification\": \"30 0 * * *\",\n      \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n      \"external_ref\": \"abc123\",\n      \"name\": \"Daily billing run.\"\n    },\n    \"meta\": {\n      \"owner\": \"store\",\n      \"timestamps\": {\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n      },\n      \"scheduled_for\": \"2017-07-21T17:32:28Z\"\n    },\n    \"id\": \"11111111-2222-3333-4444-555555555555\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0d0e94c9-c9cf-446e-88fa-c6e3eedd6184",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "schedules",
                    ":schedule_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the schedule.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "schedule_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3463ce3f-7899-4d9a-858a-2a25c8042b9d",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "schedules",
                    ":schedule_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the schedule.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "schedule_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"No plan found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2319e6da-618c-43af-9d64-81d761bc07d1",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "schedules",
                    ":schedule_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the schedule.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "schedule_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "df7b1dff-63ca-4d4f-8c00-100b1654272d",
          "name": "Update a schedule",
          "request": {
            "name": "Update a schedule",
            "description": {},
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "schedules",
                ":schedule_uuid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "schedule_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the schedule.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"type\": \"subscription_schedule\",\n    \"attributes\": {\n      \"external_ref\": \"abc123\",\n      \"name\": \"Daily billing run.\",\n      \"specification\": \"30 0 * * *\",\n      \"location\": \"Europe/London\",\n      \"job\": {\n        \"job_type\": \"billing-run\"\n      }\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "3df7b9d3-a711-43f1-ae08-f9bce5ca2aef",
              "name": "Success. The schedule details are returned.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "schedules",
                    ":schedule_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the schedule.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "schedule_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"type\": \"subscription_schedule\",\n    \"attributes\": {\n      \"external_ref\": \"abc123\",\n      \"name\": \"Daily billing run.\",\n      \"specification\": \"30 0 * * *\",\n      \"location\": \"Europe/London\",\n      \"job\": {\n        \"job_type\": \"billing-run\"\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"subscription_schedule\",\n    \"attributes\": {\n      \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n      \"job\": {\n        \"job_type\": \"billing-run\"\n      },\n      \"location\": \"Europe/London\",\n      \"specification\": \"30 0 * * *\",\n      \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n      \"external_ref\": \"abc123\",\n      \"name\": \"Daily billing run.\"\n    },\n    \"meta\": {\n      \"owner\": \"store\",\n      \"timestamps\": {\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n      },\n      \"scheduled_for\": \"2017-07-21T17:32:28Z\"\n    },\n    \"id\": \"11111111-2222-3333-4444-555555555555\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d367bc40-3455-4f4e-a711-c015daaa303b",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "schedules",
                    ":schedule_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the schedule.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "schedule_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"type\": \"subscription_schedule\",\n    \"attributes\": {\n      \"external_ref\": \"abc123\",\n      \"name\": \"Daily billing run.\",\n      \"specification\": \"30 0 * * *\",\n      \"location\": \"Europe/London\",\n      \"job\": {\n        \"job_type\": \"billing-run\"\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "74137a07-02b5-4baf-9d03-ad2ac6c39809",
              "name": "Forbidden. The operation is forbidden on this entity.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "schedules",
                    ":schedule_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the schedule.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "schedule_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"type\": \"subscription_schedule\",\n    \"attributes\": {\n      \"external_ref\": \"abc123\",\n      \"name\": \"Daily billing run.\",\n      \"specification\": \"30 0 * * *\",\n      \"location\": \"Europe/London\",\n      \"job\": {\n        \"job_type\": \"billing-run\"\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Permission denied\",\n      \"status\": \"404\",\n      \"detail\": \"Permission denied: plan tenancy mismatch\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "89e5e7b1-816a-4508-bf9b-290ec064036e",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "schedules",
                    ":schedule_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the schedule.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "schedule_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"type\": \"subscription_schedule\",\n    \"attributes\": {\n      \"external_ref\": \"abc123\",\n      \"name\": \"Daily billing run.\",\n      \"specification\": \"30 0 * * *\",\n      \"location\": \"Europe/London\",\n      \"job\": {\n        \"job_type\": \"billing-run\"\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"No plan found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e8e307f2-29b5-4fc1-9c09-c1cb09bb3883",
              "name": "Write conflict. Unable to perform the operation at this time.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "schedules",
                    ":schedule_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the schedule.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "schedule_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"type\": \"subscription_schedule\",\n    \"attributes\": {\n      \"external_ref\": \"abc123\",\n      \"name\": \"Daily billing run.\",\n      \"specification\": \"30 0 * * *\",\n      \"location\": \"Europe/London\",\n      \"job\": {\n        \"job_type\": \"billing-run\"\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Write Conflict\",\n      \"status\": \"409\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cc544089-9243-4991-83e2-371e09819e14",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "schedules",
                    ":schedule_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the schedule.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "schedule_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"type\": \"subscription_schedule\",\n    \"attributes\": {\n      \"external_ref\": \"abc123\",\n      \"name\": \"Daily billing run.\",\n      \"specification\": \"30 0 * * *\",\n      \"location\": \"Europe/London\",\n      \"job\": {\n        \"job_type\": \"billing-run\"\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0b0204c4-53b6-4681-97f3-07ea4a4218a5",
          "name": "Delete schedule",
          "request": {
            "name": "Delete schedule",
            "description": {},
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "schedules",
                ":schedule_uuid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "schedule_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the schedule.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "2ac9970a-6d37-449b-9a1a-ccd19e0b6fe1",
              "name": "Success. The schedule is removed.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "schedules",
                    ":schedule_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the schedule.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "schedule_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "4df9c862-310f-48ce-9021-598b60f6e13c",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "schedules",
                    ":schedule_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the schedule.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "schedule_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "eb2b9aca-d5c0-41f6-a692-07c8585b0802",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "schedules",
                    ":schedule_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the schedule.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "schedule_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Subscribers",
      "description": "A subscriber is someone who subscribes to your plan or service.\n",
      "item": [
        {
          "id": "9d42a127-ef42-4ed0-b6a7-2d06e236dca2",
          "name": "List subscribers",
          "request": {
            "name": "List subscribers",
            "description": {
              "content": "Retrieves a list of all subscribers.\n\n### Filtering\n\nThis endpoint supports filtering. For the general syntax, see [**Filtering**](/guides/Getting-Started/filtering).\n\nThe following attributes and operators are supported.\n\n| Operator | Attribute | Description |\n| --- | --- | --- | \n| `eq` | `account_id`, `name`, `email`, `external_ref` | Equals. Checks if the values of two operands are equal. If they are, the condition is true. |\n| `in` | `account_id`, `name`, `email`, `external_ref` | In. Checks if the value is in the specified list. If it is, the condition is true. |\n| `like` | `name`, `email` | Partial match (case-sensitive). Use `*` at the start, end, or both to match any sequence of characters (e.g. `*substring`, `substring*`, `*substring*`). |\n| `ilike` | `name`, `email` | Partial match (case-insensitive). Same as `like` but matching ignores case. Use `*` at the start, end, or both to match any sequence of characters. |\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "subscribers"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "eq(name,Alan Turing)"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "10"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "100"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "896afa98-aab8-48af-9a10-5341c3921e60",
              "name": "Success. A list of subscribers is returned.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscribers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(name,Alan Turing)"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"type\": \"subscription_subscriber\",\n      \"attributes\": {\n        \"account_id\": \"11111111-2222-3333-4444-555555555555\",\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"email\": \"john.doe@example.com\",\n        \"name\": \"John Doe\",\n        \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n      },\n      \"meta\": {\n        \"owner\": \"store\",\n        \"timestamps\": {\n          \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n        },\n        \"feature_entitlements\": [\n          \"tag1\",\n          \"tag2\"\n        ]\n      },\n      \"id\": \"11111111-2222-3333-4444-555555555555\"\n    },\n    {\n      \"type\": \"subscription_subscriber\",\n      \"attributes\": {\n        \"account_id\": \"11111111-2222-3333-4444-555555555555\",\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"email\": \"john.doe@example.com\",\n        \"name\": \"John Doe\",\n        \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n      },\n      \"meta\": {\n        \"owner\": \"store\",\n        \"timestamps\": {\n          \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n        },\n        \"feature_entitlements\": [\n          \"tag1\",\n          \"tag2\"\n        ]\n      },\n      \"id\": \"11111111-2222-3333-4444-555555555555\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": \"http://example.com/articles/1/comments\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5d4661cd-7eb2-4b03-a229-b4119c43bd76",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscribers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(name,Alan Turing)"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "47d1594e-3bd2-4fe3-a15a-8c5217bda9af",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscribers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(name,Alan Turing)"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b7f31aaa-7c7a-4b35-ba7b-ae747cc5c06b",
          "name": "Create a subscriber",
          "request": {
            "name": "Create a subscriber",
            "description": {},
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "subscribers"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"subscription_subscriber\",\n    \"attributes\": {\n      \"name\": \"John Doe\",\n      \"email\": \"john.doe@example.com\",\n      \"account_id\": \"11111111-2222-3333-4444-555555555555\",\n      \"payment_authority\": {\n        \"type\": \"elastic_path_payments_stripe\",\n        \"customer_id\": \"cus_OPfKlxWV3hp9h6\",\n        \"card_id\": \"card_8Diw3FQPhxK27WADPVMeXieP\"\n      }\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "5d3e75d9-5f8f-4c84-997e-1f95cea555fb",
              "name": "Success. The subscriber is created.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscribers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"subscription_subscriber\",\n    \"attributes\": {\n      \"name\": \"John Doe\",\n      \"email\": \"john.doe@example.com\",\n      \"account_id\": \"11111111-2222-3333-4444-555555555555\",\n      \"payment_authority\": {\n        \"type\": \"elastic_path_payments_stripe\",\n        \"customer_id\": \"cus_OPfKlxWV3hp9h6\",\n        \"card_id\": \"card_8Diw3FQPhxK27WADPVMeXieP\"\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"subscription_subscriber\",\n    \"attributes\": {\n      \"account_id\": \"11111111-2222-3333-4444-555555555555\",\n      \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n      \"email\": \"john.doe@example.com\",\n      \"name\": \"John Doe\",\n      \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n    },\n    \"meta\": {\n      \"owner\": \"store\",\n      \"timestamps\": {\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n      },\n      \"feature_entitlements\": [\n        \"tag1\",\n        \"tag2\"\n      ]\n    },\n    \"id\": \"11111111-2222-3333-4444-555555555555\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9bb2be1f-d86f-45cb-bc7d-53a39d1b26df",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscribers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"subscription_subscriber\",\n    \"attributes\": {\n      \"name\": \"John Doe\",\n      \"email\": \"john.doe@example.com\",\n      \"account_id\": \"11111111-2222-3333-4444-555555555555\",\n      \"payment_authority\": {\n        \"type\": \"elastic_path_payments_stripe\",\n        \"customer_id\": \"cus_OPfKlxWV3hp9h6\",\n        \"card_id\": \"card_8Diw3FQPhxK27WADPVMeXieP\"\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bfef334e-f101-4dbe-8038-cae8922acfd3",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscribers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"subscription_subscriber\",\n    \"attributes\": {\n      \"name\": \"John Doe\",\n      \"email\": \"john.doe@example.com\",\n      \"account_id\": \"11111111-2222-3333-4444-555555555555\",\n      \"payment_authority\": {\n        \"type\": \"elastic_path_payments_stripe\",\n        \"customer_id\": \"cus_OPfKlxWV3hp9h6\",\n        \"card_id\": \"card_8Diw3FQPhxK27WADPVMeXieP\"\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "440f586c-a326-49ee-a921-eab77de0e521",
          "name": "Get a subscriber",
          "request": {
            "name": "Get a subscriber",
            "description": {},
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "subscribers",
                ":subscriber_uuid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "subscriber_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the subscriber.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "420f5d20-76bb-4cba-809a-ce13a9a295e5",
              "name": "Success. A subscriber is returned.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscribers",
                    ":subscriber_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscriber.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscriber_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"subscription_subscriber\",\n    \"attributes\": {\n      \"account_id\": \"11111111-2222-3333-4444-555555555555\",\n      \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n      \"email\": \"john.doe@example.com\",\n      \"name\": \"John Doe\",\n      \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n    },\n    \"meta\": {\n      \"owner\": \"store\",\n      \"timestamps\": {\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n      },\n      \"feature_entitlements\": [\n        \"tag1\",\n        \"tag2\"\n      ]\n    },\n    \"id\": \"11111111-2222-3333-4444-555555555555\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7f86308f-7c2b-4d7d-bbe6-e90af7b1065a",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscribers",
                    ":subscriber_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscriber.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscriber_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4aad53bb-e3be-4be3-890d-14bcbed379e6",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscribers",
                    ":subscriber_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscriber.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscriber_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"No plan found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0ce7f273-81d2-49b6-9c2d-e51a4fe39a68",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscribers",
                    ":subscriber_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscriber.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscriber_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6118188e-900c-4bdc-a90f-6d4f75d0156b",
          "name": "Update a subscriber",
          "request": {
            "name": "Update a subscriber",
            "description": {},
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "subscribers",
                ":subscriber_uuid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "subscriber_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the subscriber.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"type\": \"subscription_subscriber\",\n    \"attributes\": {\n      \"name\": \"John Doe\",\n      \"email\": \"john.doe@example.com\",\n      \"payment_authority\": {\n        \"type\": \"elastic_path_payments_stripe\",\n        \"customer_id\": \"cus_OPfKlxWV3hp9h6\",\n        \"card_id\": \"card_8Diw3FQPhxK27WADPVMeXieP\"\n      }\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "eeb5c9c7-dc5b-4024-a3fd-494c2961f640",
              "name": "Success. The subscriber details are returned.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscribers",
                    ":subscriber_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscriber.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscriber_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"type\": \"subscription_subscriber\",\n    \"attributes\": {\n      \"name\": \"John Doe\",\n      \"email\": \"john.doe@example.com\",\n      \"payment_authority\": {\n        \"type\": \"elastic_path_payments_stripe\",\n        \"customer_id\": \"cus_OPfKlxWV3hp9h6\",\n        \"card_id\": \"card_8Diw3FQPhxK27WADPVMeXieP\"\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"subscription_subscriber\",\n    \"attributes\": {\n      \"account_id\": \"11111111-2222-3333-4444-555555555555\",\n      \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n      \"email\": \"john.doe@example.com\",\n      \"name\": \"John Doe\",\n      \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n    },\n    \"meta\": {\n      \"owner\": \"store\",\n      \"timestamps\": {\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n      },\n      \"feature_entitlements\": [\n        \"tag1\",\n        \"tag2\"\n      ]\n    },\n    \"id\": \"11111111-2222-3333-4444-555555555555\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9da20ce1-2164-44cc-9a1d-c8439b1bbba0",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscribers",
                    ":subscriber_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscriber.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscriber_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"type\": \"subscription_subscriber\",\n    \"attributes\": {\n      \"name\": \"John Doe\",\n      \"email\": \"john.doe@example.com\",\n      \"payment_authority\": {\n        \"type\": \"elastic_path_payments_stripe\",\n        \"customer_id\": \"cus_OPfKlxWV3hp9h6\",\n        \"card_id\": \"card_8Diw3FQPhxK27WADPVMeXieP\"\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "67c7fd42-2194-4d8b-9d0d-953921003076",
              "name": "Forbidden. The operation is forbidden on this entity.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscribers",
                    ":subscriber_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscriber.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscriber_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"type\": \"subscription_subscriber\",\n    \"attributes\": {\n      \"name\": \"John Doe\",\n      \"email\": \"john.doe@example.com\",\n      \"payment_authority\": {\n        \"type\": \"elastic_path_payments_stripe\",\n        \"customer_id\": \"cus_OPfKlxWV3hp9h6\",\n        \"card_id\": \"card_8Diw3FQPhxK27WADPVMeXieP\"\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Permission denied\",\n      \"status\": \"404\",\n      \"detail\": \"Permission denied: plan tenancy mismatch\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "26ee9776-6824-4eb9-8a1d-4ba77773b038",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscribers",
                    ":subscriber_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscriber.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscriber_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"type\": \"subscription_subscriber\",\n    \"attributes\": {\n      \"name\": \"John Doe\",\n      \"email\": \"john.doe@example.com\",\n      \"payment_authority\": {\n        \"type\": \"elastic_path_payments_stripe\",\n        \"customer_id\": \"cus_OPfKlxWV3hp9h6\",\n        \"card_id\": \"card_8Diw3FQPhxK27WADPVMeXieP\"\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"No plan found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e14540d3-df01-4cc3-b280-f52fde1759e0",
              "name": "Write conflict. Unable to perform the operation at this time.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscribers",
                    ":subscriber_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscriber.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscriber_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"type\": \"subscription_subscriber\",\n    \"attributes\": {\n      \"name\": \"John Doe\",\n      \"email\": \"john.doe@example.com\",\n      \"payment_authority\": {\n        \"type\": \"elastic_path_payments_stripe\",\n        \"customer_id\": \"cus_OPfKlxWV3hp9h6\",\n        \"card_id\": \"card_8Diw3FQPhxK27WADPVMeXieP\"\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Write Conflict\",\n      \"status\": \"409\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7bbf67da-83be-437d-a76a-d462174afa47",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscribers",
                    ":subscriber_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscriber.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscriber_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"type\": \"subscription_subscriber\",\n    \"attributes\": {\n      \"name\": \"John Doe\",\n      \"email\": \"john.doe@example.com\",\n      \"payment_authority\": {\n        \"type\": \"elastic_path_payments_stripe\",\n        \"customer_id\": \"cus_OPfKlxWV3hp9h6\",\n        \"card_id\": \"card_8Diw3FQPhxK27WADPVMeXieP\"\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b88c714a-0b06-47d1-9926-e363b5a22a9a",
          "name": "Delete subscriber",
          "request": {
            "name": "Delete subscriber",
            "description": {},
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "subscribers",
                ":subscriber_uuid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "subscriber_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the subscriber.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "0ae4ba07-c152-4308-8e40-920ace6765b9",
              "name": "Success. The subscriber is removed.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscribers",
                    ":subscriber_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscriber.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscriber_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "8901d1e1-bd1d-4539-8ca9-6c08fa9dfb4f",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscribers",
                    ":subscriber_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscriber.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscriber_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ec9480a1-a83d-4cf9-b392-538c18d9414e",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "subscribers",
                    ":subscriber_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the subscriber.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "subscriber_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Invoices",
      "description": "Invoices represent the amount a customer owes for a subscription. Elastic Path Subscriptions generates an invoice for every period in a subscription billing cycle. Invoices provide:\n\n- an itemized list of goods and services provided by a subscription.\n- the cost of a subscription.\n- if applicable, any taxes.\n\nThe invoice lifecycle is described below.\n\n1. When a subscription is created, an invoice for the first billing period is created. When a subscription is created as part of an order, the payment for the order covers the first billing period.\n2. Subscription invoices are created by [**billing runs**](/docs/api/subscriptions/jobs). The billing run identifies subscriptions that require a new invoice for their next billing period and creates them. At this point, invoices are marked as outstanding.\n3. Invoices where `tax_required` is `true` will not have payment taken until a tax run has added the required tax to the invoice.  \n3. The [**payment run**](/docs/api/subscriptions/jobs) identifies invoices that are still outstanding and attempts to take payment for them. If the payment succeeds the the invoice is no longer outstanding. If the payment fails for any reason, then the invoice remains outstanding and is picked up by the next payment run to retry the payment. If an invoice has a failed payment, payment is only retried if the fixed interval has passed from the last payment attempt as defined in Settings.\n\n### Payment Retries\n\nIt is important to limit the number of times Subscriptions retries a failed payment request for many reasons, including: frequent payment retries can indicate fraudulent activities; multiple failed payment attempts can lead to customers accounts being locked out or flagged for suspicious activity resulting in poor customer experience; and excessive retries places an unnecessary load on your payment processing system.\n\nIn Subscriptions, by default, the number of payment retries is 10. You can set this to a limit between 0 - 20, depending on your requirements. Each payment retry is made as a payment run. \n\nOnce the number of payment retries reaches the limit, the payment retries stop, resulting in status of the invoice being unpaid. See [Invoices](#invoices).\n\nWhen configuring payment retries, you have the following options.\n\n| Attribute | Required | Description |\n| --- | --- | --- |\n| `payment_retry_type` | Optional | One of the following options: <ul><li>`fixed` - use `fixed` if you want a fixed time interval between payment retries.</li><li>`backoff` - use `backoff` if you want the time between retry attempts to increase exponentially.</li><li>`tiered` - use `tiered` if you want to specify a list of time durations.</li></ul>  |\n| `payment_retry_interval` | Optional | Represents the retry interval. For example, if `payment_retry_unit` is `week` and `payment_retry_interval` is `1` then, the payment retry interval is 1 week.  |\n| `payment_retry_multiplier` | Optional | Use when `payment_retry_type` is `tiered` and represents the factor by which the time duration increases after each retry.   |\n| `payment_retry_unit` | Optional | Represents the unit of time, either `day` or `week`. |\n\n### Rounding\n\nSubscriptions always rounds down to the penny. \n\n### Tax\n\nSubscriptions allows you to apply any number of tax rates to your invoices and subscriptions. When applying a tax rate, you must specify:\n\n- a name that appears on your customer's invoice that describes the specific type of tax.\n- the tax rate which is the percentage of the subscription amount that is required to be paid as tax.\n\nIn addition, you can optionally specify the jurisdiction which is the geographic area or political entity that has authority to levey and collect taxes.\n\nYou can apply more than one tax rate for all items in an invoice. You cannot apply a tax rate per line item.\n\n### Payments\n\nWhen your customers add a subscription to a cart and the cart is checked out, an unpaid order is returned. You can process the payment for the order though a payment gateway. You can do this using:\n\n- Elastic Path Payments Powered by Stripe. The Elastic Path Payments Powered by Stripe gateway interacts with Stripe to allow your subscribers to pay for their subscriptions. \n- Authorize.Net. \n\n#### Using Elastic Path Payments Powered by Stripe\n\nTo use Elastic Path Payments Powered by Stripe gateway, contact the [**Customer Success Team**](mailto:customersuccess@elasticpath.com). \n\nCreate your Stripe account in [**Stripe Dashboard**](https://dashboard.stripe.com/login) and complete an onboarding form to make payments using the gateway. For more information, see [**Onboarding**](/docs/payments/onboarding).\n\nOnce you have signed up for Elastic Path Payments Powered by Stripe, you must configure the payment gateway so that your shoppers can make payments. See [**Configure Elastic Path Payments Powered by Stripe**](/docs/payments/onboarding).\n\n#### Using Authorize.Net\n\nTo use Authorize.Net, you must have: \n\n- an active merchant account with Authorize.Net\n- obtained API credentials. These include an **API Login ID** and a **Transaction Key**.\n- Enabled Authorize.Net in Commerce Manager. See [Enabling Authorize.net](/docs/commerce-manager/payments/configure-other-payment-gateways#enabling-authorizenet).\n\n#### Payment Requests\n\nSubscriptions only supports the `purchase` payment mechanism. The gateway attempts to charge the customer immediately, and the result of the attempt is returned. If a payment fails, the invoice is kept as outstanding and the payment information, with the reason for the failure is attached to the invoice. A new payment run is required to attempt another payment. \n\nWhen sending a payment request to the Payments service, you must specify the following.\n\n| Attribute | Required | Description |\n| --- | --- | --- |\n| `gateway` | Required| One of `elastic_path_payments_stripe`, `authorize_net` and `stripe_payment_intents`. |\n| `method` | Required | Must be `purchase`.\n| `payment` | Required | The type of payment, for example, `pm_card_visa_debit`.\n| `options` | Required | These options must be set as they set up the card to be used in future without the customer being present. If these options are not set, future payments may fail. There are two options. <ul><li>`off_session`. Must be set to `true`. </li><li>`confirm`. Must be set to `true`.</li></ul> |\n\n#### External Payments\n\nExternal payments are payment methods not offered by Elastic Path Subscriptions (such as Elastic Path Payments powered by Stripe or Authorize.net), but they can still be integrated with Subscriptions. To do this, you must configure your subscriptions to use external payments by setting `manual_payments` to `true`. See [Create a Subscription](/docs/api/subscriptions/create-subscription).\n\nWhen a subscription is created with `manual_payments` set to `true`:\n\n1. When the payment run processes the generated invoice, it creates a pending payment. A `subscription-invoice-created` event is emitted that includes the `subscription_id`, `invoice_id` and `payment_id`. No payment is taken. \n2. You can use the events generated by Elastic Path Subscriptions to configure your external payment system to respond to these events, ensuring that your external payment system knows when the payment schedule has run and it's time to process the payment.\n3. When the external payment system handles the payment (either takes the payment successfully or the payment fails) the [Update Invoice Payment](/docs/api/subscriptions/update-invoice-payment) endpoint, enables the update of the pending payment. \n    - If payment is successful, the invoice is updated to `paid` and the billing/payment cycle continues as normal.\n    - If payment fails, the invoice continues to be marked as `outstanding`. The payment is not `pending` anymore. This is because a payment attempt has been made. Following on from this, the next payment run generates another manual pending payment. The external system is notified of this using the `subscription-invoice-payment-updated`.\n\n#### Card Declines\n\nCard payments can fail for a variety of reasons, including insufficient funds, incorrect card data or fraudulent activity. You can use the `card_id` and `customer_id` attributes to program your front-end implementation to allow your preferred payment service provider to update a subscription with new card details, enabling you to easily manage your subscription changes.\n",
      "item": [
        {
          "id": "f8780bc2-54c1-4a42-b772-9b0ba34ddcec",
          "name": "List invoices",
          "request": {
            "name": "List invoices",
            "description": {
              "content": "Retrieves a list of all invoices.\n\n### Filtering\n\nThis endpoint supports filtering. For the general syntax, see [**Filtering**](/guides/Getting-Started/filtering).\n\nThe following attributes and operators are supported.\n\n| Operator |Attribute | Description |\n| --- | --- | --- | \n| `eq` | `subscriber_id`, `subscription_id`, `outstanding`, `tax_required` | Equals. Checks if the values of two operands are equal. If they are, the condition is true. |\n| `in` | `subscriber_id`, `subscription_id` | In. Checks if the value is in the specified list. If it is, the condition is true. |\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "invoices"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "eq(name,Alan Turing)"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "10"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "100"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "e1d26094-600d-4ff2-b2ac-ae4597ee1a64",
              "name": "Success. A list of invoices is returned.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "invoices"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(name,Alan Turing)"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"type\": \"subscription_invoice\",\n      \"attributes\": {\n        \"billing_period\": {\n          \"start\": \"2017-07-21T17:32:28Z\",\n          \"end\": \"2017-07-21T17:32:28Z\"\n        },\n        \"pro_forma\": false,\n        \"invoice_items\": [\n          {\n            \"description\": \"Magazine issue\",\n            \"price\": {\n              \"currency\": \"USD\",\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"plan_id\": \"11111111-2222-3333-4444-555555555555\",\n            \"from_time_period\": \"2017-01-10T11:41:19.244842Z\",\n            \"until_time_period\": \"2017-01-10T11:41:19.244842Z\"\n          },\n          {\n            \"description\": \"Magazine issue\",\n            \"price\": {\n              \"currency\": \"USD\",\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"plan_id\": \"11111111-2222-3333-4444-555555555555\",\n            \"from_time_period\": \"2017-01-10T11:41:19.244842Z\",\n            \"until_time_period\": \"2017-01-10T11:41:19.244842Z\"\n          }\n        ],\n        \"outstanding\": true,\n        \"tax_required\": true,\n        \"payment_retries_limit_reached\": false,\n        \"manual_payment_pending\": true,\n        \"tax_items\": [\n          {\n            \"type\": \"tax_item\",\n            \"rate\": 0.2,\n            \"name\": \"GST\",\n            \"code\": \"20.0 % S\",\n            \"jurisdiction\": \"USA\"\n          },\n          {\n            \"type\": \"tax_item\",\n            \"rate\": 0.2,\n            \"name\": \"GST\",\n            \"code\": \"20.0 % S\",\n            \"jurisdiction\": \"USA\"\n          }\n        ],\n        \"number\": 1,\n        \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"valid_from\": \"2017-01-10T11:41:19.244842Z\"\n      },\n      \"meta\": {\n        \"owner\": \"store\",\n        \"timestamps\": {\n          \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"taxes_added_at\": \"2017-01-10T11:41:19.244842Z\"\n        },\n        \"proration_events\": [\n          {\n            \"proration_policy_id\": \"11111111-2222-3333-4444-555555555555\",\n            \"billing_cost_before_proration\": 100,\n            \"refunded_amount_for_unused_pricing_option\": 100,\n            \"new_pricing_option_cost\": 100,\n            \"prorated_at\": \"2017-01-10T11:41:19.244842Z\"\n          },\n          {\n            \"proration_policy_id\": \"11111111-2222-3333-4444-555555555555\",\n            \"billing_cost_before_proration\": 100,\n            \"refunded_amount_for_unused_pricing_option\": 100,\n            \"new_pricing_option_cost\": 100,\n            \"prorated_at\": \"2017-01-10T11:41:19.244842Z\"\n          }\n        ],\n        \"pro_rata_remaining_value\": 500,\n        \"display_price\": {\n          \"without_tax\": {\n            \"amount\": 100,\n            \"currency\": \"USD\",\n            \"formatted\": \"$1.00\"\n          },\n          \"with_tax\": {\n            \"amount\": 110,\n            \"currency\": \"USD\",\n            \"formatted\": \"$1.10\"\n          },\n          \"tax\": {\n            \"amount\": 10,\n            \"currency\": \"USD\",\n            \"formatted\": \"$0.10\"\n          }\n        },\n        \"subscription_id\": \"11111111-2222-3333-4444-555555555555\",\n        \"subscriber_id\": \"11111111-2222-3333-4444-555555555555\",\n        \"price\": {\n          \"currency\": \"USD\",\n          \"amount\": 100,\n          \"includes_tax\": false\n        },\n        \"notifications\": [\n          {\n            \"name\": \"7 days before renewal\",\n            \"due\": \"2024-01-24T00:00:00Z\",\n            \"sent_at\": \"2024-01-24T00:00:00Z\"\n          },\n          {\n            \"name\": \"7 days before renewal\",\n            \"due\": \"2024-01-24T00:00:00Z\",\n            \"sent_at\": \"2024-01-24T00:00:00Z\"\n          }\n        ]\n      },\n      \"id\": \"11111111-2222-3333-4444-555555555555\",\n      \"relationships\": {\n        \"key_0\": {\n          \"data\": {\n            \"id\": \"11111111-2222-3333-4444-555555555555\",\n            \"type\": \"11111111-2222-3333-4444-555555555555\"\n          },\n          \"links\": {\n            \"related\": \"foo.bar\"\n          }\n        },\n        \"key_1\": {\n          \"data\": {\n            \"id\": \"11111111-2222-3333-4444-555555555555\",\n            \"type\": \"11111111-2222-3333-4444-555555555555\"\n          },\n          \"links\": {\n            \"related\": \"foo.bar\"\n          }\n        }\n      }\n    },\n    {\n      \"type\": \"subscription_invoice\",\n      \"attributes\": {\n        \"billing_period\": {\n          \"start\": \"2017-07-21T17:32:28Z\",\n          \"end\": \"2017-07-21T17:32:28Z\"\n        },\n        \"pro_forma\": false,\n        \"invoice_items\": [\n          {\n            \"description\": \"Magazine issue\",\n            \"price\": {\n              \"currency\": \"USD\",\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"plan_id\": \"11111111-2222-3333-4444-555555555555\",\n            \"from_time_period\": \"2017-01-10T11:41:19.244842Z\",\n            \"until_time_period\": \"2017-01-10T11:41:19.244842Z\"\n          },\n          {\n            \"description\": \"Magazine issue\",\n            \"price\": {\n              \"currency\": \"USD\",\n              \"amount\": 100,\n              \"includes_tax\": false\n            },\n            \"plan_id\": \"11111111-2222-3333-4444-555555555555\",\n            \"from_time_period\": \"2017-01-10T11:41:19.244842Z\",\n            \"until_time_period\": \"2017-01-10T11:41:19.244842Z\"\n          }\n        ],\n        \"outstanding\": true,\n        \"tax_required\": true,\n        \"payment_retries_limit_reached\": false,\n        \"manual_payment_pending\": true,\n        \"tax_items\": [\n          {\n            \"type\": \"tax_item\",\n            \"rate\": 0.2,\n            \"name\": \"GST\",\n            \"code\": \"20.0 % S\",\n            \"jurisdiction\": \"USA\"\n          },\n          {\n            \"type\": \"tax_item\",\n            \"rate\": 0.2,\n            \"name\": \"GST\",\n            \"code\": \"20.0 % S\",\n            \"jurisdiction\": \"USA\"\n          }\n        ],\n        \"number\": 1,\n        \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"valid_from\": \"2017-01-10T11:41:19.244842Z\"\n      },\n      \"meta\": {\n        \"owner\": \"store\",\n        \"timestamps\": {\n          \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"taxes_added_at\": \"2017-01-10T11:41:19.244842Z\"\n        },\n        \"proration_events\": [\n          {\n            \"proration_policy_id\": \"11111111-2222-3333-4444-555555555555\",\n            \"billing_cost_before_proration\": 100,\n            \"refunded_amount_for_unused_pricing_option\": 100,\n            \"new_pricing_option_cost\": 100,\n            \"prorated_at\": \"2017-01-10T11:41:19.244842Z\"\n          },\n          {\n            \"proration_policy_id\": \"11111111-2222-3333-4444-555555555555\",\n            \"billing_cost_before_proration\": 100,\n            \"refunded_amount_for_unused_pricing_option\": 100,\n            \"new_pricing_option_cost\": 100,\n            \"prorated_at\": \"2017-01-10T11:41:19.244842Z\"\n          }\n        ],\n        \"pro_rata_remaining_value\": 500,\n        \"display_price\": {\n          \"without_tax\": {\n            \"amount\": 100,\n            \"currency\": \"USD\",\n            \"formatted\": \"$1.00\"\n          },\n          \"with_tax\": {\n            \"amount\": 110,\n            \"currency\": \"USD\",\n            \"formatted\": \"$1.10\"\n          },\n          \"tax\": {\n            \"amount\": 10,\n            \"currency\": \"USD\",\n            \"formatted\": \"$0.10\"\n          }\n        },\n        \"subscription_id\": \"11111111-2222-3333-4444-555555555555\",\n        \"subscriber_id\": \"11111111-2222-3333-4444-555555555555\",\n        \"price\": {\n          \"currency\": \"USD\",\n          \"amount\": 100,\n          \"includes_tax\": false\n        },\n        \"notifications\": [\n          {\n            \"name\": \"7 days before renewal\",\n            \"due\": \"2024-01-24T00:00:00Z\",\n            \"sent_at\": \"2024-01-24T00:00:00Z\"\n          },\n          {\n            \"name\": \"7 days before renewal\",\n            \"due\": \"2024-01-24T00:00:00Z\",\n            \"sent_at\": \"2024-01-24T00:00:00Z\"\n          }\n        ]\n      },\n      \"id\": \"11111111-2222-3333-4444-555555555555\",\n      \"relationships\": {\n        \"key_0\": {\n          \"data\": {\n            \"id\": \"11111111-2222-3333-4444-555555555555\",\n            \"type\": \"11111111-2222-3333-4444-555555555555\"\n          },\n          \"links\": {\n            \"related\": \"foo.bar\"\n          }\n        }\n      }\n    }\n  ],\n  \"links\": {\n    \"key_0\": \"http://example.com/articles/1/comments\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "df278309-b8a5-45ac-b3e7-48a6387ec85d",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "invoices"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(name,Alan Turing)"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bca0c3ae-5b6c-4206-8d3c-0259f3f9aeed",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "invoices"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(name,Alan Turing)"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b09edd7c-66d3-46e6-8e70-1bb1c80279bf",
          "name": "Get invoice",
          "request": {
            "name": "Get invoice",
            "description": {},
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "invoices",
                ":invoice_uuid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "invoice_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the invoice.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "553610c6-2548-4851-be97-6cf619eeb1be",
              "name": "Success. The details of the invoice are returned.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "invoices",
                    ":invoice_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the invoice.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "invoice_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"subscription_invoice\",\n    \"attributes\": {\n      \"billing_period\": {\n        \"start\": \"2017-07-21T17:32:28Z\",\n        \"end\": \"2017-07-21T17:32:28Z\"\n      },\n      \"pro_forma\": false,\n      \"invoice_items\": [\n        {\n          \"description\": \"Magazine issue\",\n          \"price\": {\n            \"currency\": \"USD\",\n            \"amount\": 100,\n            \"includes_tax\": false\n          },\n          \"plan_id\": \"11111111-2222-3333-4444-555555555555\",\n          \"from_time_period\": \"2017-01-10T11:41:19.244842Z\",\n          \"until_time_period\": \"2017-01-10T11:41:19.244842Z\"\n        },\n        {\n          \"description\": \"Magazine issue\",\n          \"price\": {\n            \"currency\": \"USD\",\n            \"amount\": 100,\n            \"includes_tax\": false\n          },\n          \"plan_id\": \"11111111-2222-3333-4444-555555555555\",\n          \"from_time_period\": \"2017-01-10T11:41:19.244842Z\",\n          \"until_time_period\": \"2017-01-10T11:41:19.244842Z\"\n        }\n      ],\n      \"outstanding\": true,\n      \"tax_required\": true,\n      \"payment_retries_limit_reached\": false,\n      \"manual_payment_pending\": true,\n      \"tax_items\": [\n        {\n          \"type\": \"tax_item\",\n          \"rate\": 0.2,\n          \"name\": \"GST\",\n          \"code\": \"20.0 % S\",\n          \"jurisdiction\": \"USA\"\n        },\n        {\n          \"type\": \"tax_item\",\n          \"rate\": 0.2,\n          \"name\": \"GST\",\n          \"code\": \"20.0 % S\",\n          \"jurisdiction\": \"USA\"\n        }\n      ],\n      \"number\": 1,\n      \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n      \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n      \"valid_from\": \"2017-01-10T11:41:19.244842Z\"\n    },\n    \"meta\": {\n      \"owner\": \"store\",\n      \"timestamps\": {\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"taxes_added_at\": \"2017-01-10T11:41:19.244842Z\"\n      },\n      \"proration_events\": [\n        {\n          \"proration_policy_id\": \"11111111-2222-3333-4444-555555555555\",\n          \"billing_cost_before_proration\": 100,\n          \"refunded_amount_for_unused_pricing_option\": 100,\n          \"new_pricing_option_cost\": 100,\n          \"prorated_at\": \"2017-01-10T11:41:19.244842Z\"\n        },\n        {\n          \"proration_policy_id\": \"11111111-2222-3333-4444-555555555555\",\n          \"billing_cost_before_proration\": 100,\n          \"refunded_amount_for_unused_pricing_option\": 100,\n          \"new_pricing_option_cost\": 100,\n          \"prorated_at\": \"2017-01-10T11:41:19.244842Z\"\n        }\n      ],\n      \"pro_rata_remaining_value\": 500,\n      \"display_price\": {\n        \"without_tax\": {\n          \"amount\": 100,\n          \"currency\": \"USD\",\n          \"formatted\": \"$1.00\"\n        },\n        \"with_tax\": {\n          \"amount\": 110,\n          \"currency\": \"USD\",\n          \"formatted\": \"$1.10\"\n        },\n        \"tax\": {\n          \"amount\": 10,\n          \"currency\": \"USD\",\n          \"formatted\": \"$0.10\"\n        }\n      },\n      \"subscription_id\": \"11111111-2222-3333-4444-555555555555\",\n      \"subscriber_id\": \"11111111-2222-3333-4444-555555555555\",\n      \"price\": {\n        \"currency\": \"USD\",\n        \"amount\": 100,\n        \"includes_tax\": false\n      },\n      \"notifications\": [\n        {\n          \"name\": \"7 days before renewal\",\n          \"due\": \"2024-01-24T00:00:00Z\",\n          \"sent_at\": \"2024-01-24T00:00:00Z\"\n        },\n        {\n          \"name\": \"7 days before renewal\",\n          \"due\": \"2024-01-24T00:00:00Z\",\n          \"sent_at\": \"2024-01-24T00:00:00Z\"\n        }\n      ]\n    },\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"relationships\": {\n      \"key_0\": {\n        \"data\": {\n          \"id\": \"11111111-2222-3333-4444-555555555555\",\n          \"type\": \"11111111-2222-3333-4444-555555555555\"\n        },\n        \"links\": {\n          \"related\": \"foo.bar\"\n        }\n      },\n      \"key_1\": {\n        \"data\": {\n          \"id\": \"11111111-2222-3333-4444-555555555555\",\n          \"type\": \"11111111-2222-3333-4444-555555555555\"\n        },\n        \"links\": {\n          \"related\": \"foo.bar\"\n        }\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c6be8e9c-1474-4978-afc4-e4ebbc5aed3c",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "invoices",
                    ":invoice_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the invoice.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "invoice_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "25c4a5ab-4799-4bb1-abc2-a5835b84d072",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "invoices",
                    ":invoice_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the invoice.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "invoice_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"No plan found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2eb682da-b3a0-4cd0-9f68-e370b44c134b",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "invoices",
                    ":invoice_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the invoice.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "invoice_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6823a0b1-04fb-4b59-b9e0-ce963a906c82",
          "name": "List invoice payments",
          "request": {
            "name": "List invoice payments",
            "description": {},
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "invoices",
                ":invoice_uuid",
                "payments"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "10"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "100"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "invoice_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the invoice.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "7c85424f-cc7e-4f3b-9053-2f8ee9d76e49",
              "name": "Success. Payments for the invoice are returned",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "invoices",
                    ":invoice_uuid",
                    "payments"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the invoice.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "invoice_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"11111111-2222-3333-4444-555555555555\",\n      \"type\": \"subscription_invoice_payment\",\n      \"attributes\": {\n        \"success\": true,\n        \"amount\": {\n          \"currency\": \"USD\",\n          \"amount\": 100,\n          \"includes_tax\": false\n        },\n        \"gateway\": \"elastic_path_payments_stripe\",\n        \"pending\": true,\n        \"external_payment_id\": \"33e7ec6b-8b34-4c92-a95b-2e2647922e47\",\n        \"failure_detail\": {\n          \"reason\": \"Card Failure\"\n        }\n      },\n      \"meta\": {\n        \"owner\": \"store\",\n        \"timestamps\": {\n          \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"payment_taken_at\": \"2017-01-10T11:41:19.244842Z\"\n        },\n        \"invoice_id\": \"11111111-2222-3333-4444-555555555555\",\n        \"subscription_id\": \"11111111-2222-3333-4444-555555555555\",\n        \"job_id\": \"11111111-2222-3333-4444-555555555555\",\n        \"manual_payment\": false\n      }\n    },\n    {\n      \"id\": \"11111111-2222-3333-4444-555555555555\",\n      \"type\": \"subscription_invoice_payment\",\n      \"attributes\": {\n        \"success\": true,\n        \"amount\": {\n          \"currency\": \"USD\",\n          \"amount\": 100,\n          \"includes_tax\": false\n        },\n        \"gateway\": \"elastic_path_payments_stripe\",\n        \"pending\": true,\n        \"external_payment_id\": \"33e7ec6b-8b34-4c92-a95b-2e2647922e47\",\n        \"failure_detail\": {\n          \"reason\": \"Card Failure\"\n        }\n      },\n      \"meta\": {\n        \"owner\": \"store\",\n        \"timestamps\": {\n          \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"payment_taken_at\": \"2017-01-10T11:41:19.244842Z\"\n        },\n        \"invoice_id\": \"11111111-2222-3333-4444-555555555555\",\n        \"subscription_id\": \"11111111-2222-3333-4444-555555555555\",\n        \"job_id\": \"11111111-2222-3333-4444-555555555555\",\n        \"manual_payment\": false\n      }\n    }\n  ],\n  \"links\": {\n    \"key_0\": \"http://example.com/articles/1/comments\",\n    \"key_1\": \"http://example.com/articles/1/comments\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d08f1e42-1d37-4887-9e0a-9fd3bf2ac425",
          "name": "Get invoice payment",
          "request": {
            "name": "Get invoice payment",
            "description": {},
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "invoices",
                ":invoice_uuid",
                "payments",
                ":payment_uuid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "invoice_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the invoice.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "payment_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the payment.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "36523752-56f0-49d9-bfac-1b3982377a44",
              "name": "Success. Specific payment for the invoice is returned",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "invoices",
                    ":invoice_uuid",
                    "payments",
                    ":payment_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the invoice.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "invoice_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the payment.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "payment_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"type\": \"subscription_invoice_payment\",\n    \"attributes\": {\n      \"success\": true,\n      \"amount\": {\n        \"currency\": \"USD\",\n        \"amount\": 100,\n        \"includes_tax\": false\n      },\n      \"gateway\": \"elastic_path_payments_stripe\",\n      \"pending\": true,\n      \"external_payment_id\": \"33e7ec6b-8b34-4c92-a95b-2e2647922e47\",\n      \"failure_detail\": {\n        \"reason\": \"Card Failure\"\n      }\n    },\n    \"meta\": {\n      \"owner\": \"store\",\n      \"timestamps\": {\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"payment_taken_at\": \"2017-01-10T11:41:19.244842Z\"\n      },\n      \"invoice_id\": \"11111111-2222-3333-4444-555555555555\",\n      \"subscription_id\": \"11111111-2222-3333-4444-555555555555\",\n      \"job_id\": \"11111111-2222-3333-4444-555555555555\",\n      \"manual_payment\": false\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d9280833-325c-4bd7-b3b5-d8460dcfcca2",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "invoices",
                    ":invoice_uuid",
                    "payments",
                    ":payment_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the invoice.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "invoice_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the payment.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "payment_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"No plan found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4aeaebe2-83cc-41ec-9bcf-b96237fc70c6",
          "name": "Update Invoice Payment",
          "request": {
            "name": "Update Invoice Payment",
            "description": {
              "content": "External payment methods are payment methods not offered by Elastic Path Subscriptions (such as Elastic Path Payments powered by Stripe or Authorize.net), but they can still be integrated with Subscriptions. You can use the `Update Invoice Payment` endpoint to manually update a payment against an invoice where an external payment method is handling the payment of your invoices. See [External Payments](/docs/api/subscriptions/invoices#external-payments).\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "invoices",
                ":invoice_uuid",
                "payments",
                ":payment_uuid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "invoice_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the invoice.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "payment_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the payment.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"type\": \"subscription_invoice_payment\",\n    \"attributes\": {\n      \"success\": true,\n      \"external_payment_id\": \"33e7ec6b-8b34-4c92-a95b-2e2647922e47\",\n      \"failure_detail\": \"Card Failure\",\n      \"payment_taken_at\": \"2017-01-10T11:41:19.244842Z\"\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "900a95c1-69c5-4fa6-a42d-c0c7383f652e",
              "name": "Success. Invoice payment has been updated.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "invoices",
                    ":invoice_uuid",
                    "payments",
                    ":payment_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the invoice.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "invoice_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the payment.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "payment_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"type\": \"subscription_invoice_payment\",\n    \"attributes\": {\n      \"success\": true,\n      \"external_payment_id\": \"33e7ec6b-8b34-4c92-a95b-2e2647922e47\",\n      \"failure_detail\": \"Card Failure\",\n      \"payment_taken_at\": \"2017-01-10T11:41:19.244842Z\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"type\": \"subscription_invoice_payment\",\n    \"attributes\": {\n      \"success\": true,\n      \"amount\": {\n        \"currency\": \"USD\",\n        \"amount\": 100,\n        \"includes_tax\": false\n      },\n      \"gateway\": \"elastic_path_payments_stripe\",\n      \"pending\": true,\n      \"external_payment_id\": \"33e7ec6b-8b34-4c92-a95b-2e2647922e47\",\n      \"failure_detail\": {\n        \"reason\": \"Card Failure\"\n      }\n    },\n    \"meta\": {\n      \"owner\": \"store\",\n      \"timestamps\": {\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"updated_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"payment_taken_at\": \"2017-01-10T11:41:19.244842Z\"\n      },\n      \"invoice_id\": \"11111111-2222-3333-4444-555555555555\",\n      \"subscription_id\": \"11111111-2222-3333-4444-555555555555\",\n      \"job_id\": \"11111111-2222-3333-4444-555555555555\",\n      \"manual_payment\": false\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "89a06322-5dd3-4882-9f1c-d96edf64a4fc",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "invoices",
                    ":invoice_uuid",
                    "payments",
                    ":payment_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the invoice.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "invoice_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the payment.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "payment_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"type\": \"subscription_invoice_payment\",\n    \"attributes\": {\n      \"success\": true,\n      \"external_payment_id\": \"33e7ec6b-8b34-4c92-a95b-2e2647922e47\",\n      \"failure_detail\": \"Card Failure\",\n      \"payment_taken_at\": \"2017-01-10T11:41:19.244842Z\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "85be0501-513c-432a-873d-c8d37f06482a",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "invoices",
                    ":invoice_uuid",
                    "payments",
                    ":payment_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the invoice.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "invoice_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the payment.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "payment_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"type\": \"subscription_invoice_payment\",\n    \"attributes\": {\n      \"success\": true,\n      \"external_payment_id\": \"33e7ec6b-8b34-4c92-a95b-2e2647922e47\",\n      \"failure_detail\": \"Card Failure\",\n      \"payment_taken_at\": \"2017-01-10T11:41:19.244842Z\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"No plan found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f9690011-09f5-4da9-be8e-baaf9d323c6f",
              "name": "Write conflict. Unable to perform the operation at this time.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "invoices",
                    ":invoice_uuid",
                    "payments",
                    ":payment_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the invoice.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "invoice_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the payment.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "payment_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"type\": \"subscription_invoice_payment\",\n    \"attributes\": {\n      \"success\": true,\n      \"external_payment_id\": \"33e7ec6b-8b34-4c92-a95b-2e2647922e47\",\n      \"failure_detail\": \"Card Failure\",\n      \"payment_taken_at\": \"2017-01-10T11:41:19.244842Z\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Write Conflict\",\n      \"status\": \"409\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "92f42748-9dcd-457b-bb6f-0d91526cbdb0",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "invoices",
                    ":invoice_uuid",
                    "payments",
                    ":payment_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the invoice.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "invoice_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the payment.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "payment_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"type\": \"subscription_invoice_payment\",\n    \"attributes\": {\n      \"success\": true,\n      \"external_payment_id\": \"33e7ec6b-8b34-4c92-a95b-2e2647922e47\",\n      \"failure_detail\": \"Card Failure\",\n      \"payment_taken_at\": \"2017-01-10T11:41:19.244842Z\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3f0b52ae-979a-4993-bf3e-ff9e0925f9a3",
          "name": "Create a refund for an invoice payment",
          "request": {
            "name": "Create a refund for an invoice payment",
            "description": {
              "content": "Creates a refund for a paid invoice.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "invoices",
                ":invoice_uuid",
                "payments",
                ":payment_uuid",
                "refunds"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "invoice_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the invoice.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "payment_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the payment.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"subscription_invoice_payment_refund\",\n    \"attributes\": {\n      \"amount\": 100,\n      \"reason\": \"Customer requested cancellation\"\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "2900b379-a369-4fd2-b99c-b0c6e9695198",
              "name": "Success. The payment refund is completed.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "invoices",
                    ":invoice_uuid",
                    "payments",
                    ":payment_uuid",
                    "refunds"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the invoice.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "invoice_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the payment.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "payment_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"subscription_invoice_payment_refund\",\n    \"attributes\": {\n      \"amount\": 100,\n      \"reason\": \"Customer requested cancellation\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"type\": \"subscription_invoice_payment_refund\",\n    \"attributes\": {\n      \"amount\": 100,\n      \"reason\": \"Customer requested cancellation\",\n      \"gateway\": \"elastic_path_payments_stripe\",\n      \"external_refund_id\": \"33e7ec6b-8b34-4c92-a95b-2e2647922e47\",\n      \"created_at\": \"2017-01-10T11:41:19.244842Z\"\n    },\n    \"relationships\": {\n      \"key_0\": {\n        \"data\": {\n          \"id\": \"11111111-2222-3333-4444-555555555555\",\n          \"type\": \"11111111-2222-3333-4444-555555555555\"\n        },\n        \"links\": {\n          \"related\": \"foo.bar\"\n        }\n      },\n      \"key_1\": {\n        \"data\": {\n          \"id\": \"11111111-2222-3333-4444-555555555555\",\n          \"type\": \"11111111-2222-3333-4444-555555555555\"\n        },\n        \"links\": {\n          \"related\": \"foo.bar\"\n        }\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "11c8d1d5-43c8-4dec-8268-7af0690d5146",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "invoices",
                    ":invoice_uuid",
                    "payments",
                    ":payment_uuid",
                    "refunds"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the invoice.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "invoice_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the payment.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "payment_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"subscription_invoice_payment_refund\",\n    \"attributes\": {\n      \"amount\": 100,\n      \"reason\": \"Customer requested cancellation\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2dc3c4f4-683b-4341-87d9-5d369a867aca",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "invoices",
                    ":invoice_uuid",
                    "payments",
                    ":payment_uuid",
                    "refunds"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the invoice.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "invoice_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the payment.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "payment_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"subscription_invoice_payment_refund\",\n    \"attributes\": {\n      \"amount\": 100,\n      \"reason\": \"Customer requested cancellation\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"No plan found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ff61bec8-12f1-4a17-8ac7-197fd5f38c95",
              "name": "Unprocessable Content.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "invoices",
                    ":invoice_uuid",
                    "payments",
                    ":payment_uuid",
                    "refunds"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the invoice.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "invoice_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the payment.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "payment_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"subscription_invoice_payment_refund\",\n    \"attributes\": {\n      \"amount\": 100,\n      \"reason\": \"Customer requested cancellation\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Unprocessable Content\",\n      \"status\": \"422\",\n      \"detail\": \"Unprocessable Content: cannot process the refund\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6040b570-7967-4bb6-8453-fe0f044acb09",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "invoices",
                    ":invoice_uuid",
                    "payments",
                    ":payment_uuid",
                    "refunds"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the invoice.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "invoice_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the payment.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "payment_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"subscription_invoice_payment_refund\",\n    \"attributes\": {\n      \"amount\": 100,\n      \"reason\": \"Customer requested cancellation\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f9d40c87-0588-41f6-b0f2-58b8b958568b",
          "name": "List invoice payment refunds",
          "request": {
            "name": "List invoice payment refunds",
            "description": {
              "content": "List all refunds for an invoice payments",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "invoices",
                ":invoice_uuid",
                "payments",
                ":payment_uuid",
                "refunds"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "10"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "100"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "invoice_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the invoice.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "payment_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the payment.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "19ee02bc-dfc7-4ca7-9819-3b7a7198184a",
              "name": "Success. Refunds for an invoice payment are returned.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "invoices",
                    ":invoice_uuid",
                    "payments",
                    ":payment_uuid",
                    "refunds"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the invoice.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "invoice_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the payment.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "payment_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"11111111-2222-3333-4444-555555555555\",\n      \"type\": \"subscription_invoice_payment_refund\",\n      \"attributes\": {\n        \"amount\": 100,\n        \"reason\": \"Customer requested cancellation\",\n        \"gateway\": \"elastic_path_payments_stripe\",\n        \"external_refund_id\": \"33e7ec6b-8b34-4c92-a95b-2e2647922e47\",\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\"\n      },\n      \"relationships\": {\n        \"key_0\": {\n          \"data\": {\n            \"id\": \"11111111-2222-3333-4444-555555555555\",\n            \"type\": \"11111111-2222-3333-4444-555555555555\"\n          },\n          \"links\": {\n            \"related\": \"foo.bar\"\n          }\n        },\n        \"key_1\": {\n          \"data\": {\n            \"id\": \"11111111-2222-3333-4444-555555555555\",\n            \"type\": \"11111111-2222-3333-4444-555555555555\"\n          },\n          \"links\": {\n            \"related\": \"foo.bar\"\n          }\n        },\n        \"key_2\": {\n          \"data\": {\n            \"id\": \"11111111-2222-3333-4444-555555555555\",\n            \"type\": \"11111111-2222-3333-4444-555555555555\"\n          },\n          \"links\": {\n            \"related\": \"foo.bar\"\n          }\n        }\n      }\n    },\n    {\n      \"id\": \"11111111-2222-3333-4444-555555555555\",\n      \"type\": \"subscription_invoice_payment_refund\",\n      \"attributes\": {\n        \"amount\": 100,\n        \"reason\": \"Customer requested cancellation\",\n        \"gateway\": \"elastic_path_payments_stripe\",\n        \"external_refund_id\": \"33e7ec6b-8b34-4c92-a95b-2e2647922e47\",\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\"\n      },\n      \"relationships\": {\n        \"key_0\": {\n          \"data\": {\n            \"id\": \"11111111-2222-3333-4444-555555555555\",\n            \"type\": \"11111111-2222-3333-4444-555555555555\"\n          },\n          \"links\": {\n            \"related\": \"foo.bar\"\n          }\n        }\n      }\n    }\n  ],\n  \"links\": {\n    \"key_0\": \"http://example.com/articles/1/comments\",\n    \"key_1\": \"http://example.com/articles/1/comments\",\n    \"key_2\": \"http://example.com/articles/1/comments\",\n    \"key_3\": \"http://example.com/articles/1/comments\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "03335ea9-99ba-4142-a01a-969643f409ac",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "invoices",
                    ":invoice_uuid",
                    "payments",
                    ":payment_uuid",
                    "refunds"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the invoice.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "invoice_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the payment.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "payment_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "010a1cf9-3ce9-4ec8-96f0-7c69767d30c0",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "invoices",
                    ":invoice_uuid",
                    "payments",
                    ":payment_uuid",
                    "refunds"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the invoice.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "invoice_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the payment.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "payment_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e39d3bb0-4dbf-47d9-8f75-2c6f610df0b8",
          "name": "Get a refund for an invoice payment",
          "request": {
            "name": "Get a refund for an invoice payment",
            "description": {
              "content": "Get a refund for a paid invoice.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "invoices",
                ":invoice_uuid",
                "payments",
                ":payment_uuid",
                "refunds",
                ":refund_uuid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "invoice_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the invoice.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "payment_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the payment.",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "refund_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of the refund.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "382ac127-a21f-49c1-b053-200a49b36b24",
              "name": "Success. Specific refund for the invoice payment is returned",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "invoices",
                    ":invoice_uuid",
                    "payments",
                    ":payment_uuid",
                    "refunds",
                    ":refund_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the invoice.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "invoice_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the payment.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "payment_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the refund.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "refund_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"type\": \"subscription_invoice_payment_refund\",\n    \"attributes\": {\n      \"amount\": 100,\n      \"reason\": \"Customer requested cancellation\",\n      \"gateway\": \"elastic_path_payments_stripe\",\n      \"external_refund_id\": \"33e7ec6b-8b34-4c92-a95b-2e2647922e47\",\n      \"created_at\": \"2017-01-10T11:41:19.244842Z\"\n    },\n    \"relationships\": {\n      \"key_0\": {\n        \"data\": {\n          \"id\": \"11111111-2222-3333-4444-555555555555\",\n          \"type\": \"11111111-2222-3333-4444-555555555555\"\n        },\n        \"links\": {\n          \"related\": \"foo.bar\"\n        }\n      },\n      \"key_1\": {\n        \"data\": {\n          \"id\": \"11111111-2222-3333-4444-555555555555\",\n          \"type\": \"11111111-2222-3333-4444-555555555555\"\n        },\n        \"links\": {\n          \"related\": \"foo.bar\"\n        }\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dc89327c-1b4c-4282-a798-2fd5eec945d8",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "invoices",
                    ":invoice_uuid",
                    "payments",
                    ":payment_uuid",
                    "refunds",
                    ":refund_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the invoice.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "invoice_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the payment.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "payment_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the refund.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "refund_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "33da2620-8daf-4325-a1a5-4eb945359398",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "invoices",
                    ":invoice_uuid",
                    "payments",
                    ":payment_uuid",
                    "refunds",
                    ":refund_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the invoice.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "invoice_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the payment.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "payment_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the refund.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "refund_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"No plan found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0c8c5ac8-3656-4328-ad17-cd095795f200",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "invoices",
                    ":invoice_uuid",
                    "payments",
                    ":payment_uuid",
                    "refunds",
                    ":refund_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the invoice.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "invoice_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the payment.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "payment_uuid"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the refund.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "refund_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Dunning Rules",
      "description": "\nDunning is the process of handling failed payment attempts. This is important for recovering revenue from failed payments, reduces customer churn and maintains cashflow. By implementing efficient dunning processes, you can enhance financial health and operational efficiency.\n\nSubscriptions enables you to create a dunning rule that allows you to configure payment retry schedules. Subscriptions retries failed payments automatically. You can customize the timing and frequency of the payment retries.\n\nDunning is enabled by default. You can choose to disable dunning. If no dunning rule is configured, then payment is retried once a day for 10 days, in total 11 payments. You can decide what action to take after the Subscriptions has stopped retrying the payments.\n\n- Do nothing - the subscription remains active and Subscriptions does not attempt to retry the payment. However, the subscription is still available for a subscriber to use.\n- Suspend the subscription. Subscriptions does not attempt to retry the payment. A subscriber can choose to pay the outstanding invoice. However, a subscriber cannot renew their subscription; a merchandizer must renew the subscription on behalf of the subscriber.\n- close a subscription. The subscription ends and it's status becomes `inactive`. However, a merchandizer can choose to resume the subscription if a subscriber pays the outstanding payment. \n",
      "item": [
        {
          "id": "a1089a7d-a17d-43a5-8b53-ae794fb7a02f",
          "name": "Create a dunning rule",
          "request": {
            "name": "Create a dunning rule",
            "description": {
              "content": "Dunning rules must use a `fixed` strategy. This means payments are retried on a fixed schedule. \n\nWhen an invoice is created, it immediately becomes eligible for payment by the next payment run. If the first payment attempt fails then the invoice enters dunning. In subsequent payment runs, invoices are only  considered for payment if they meet the dunning rules you create.\n\nYou can configure a dunning rule to be the default for your store. There can only be one default rule per store. All invoices in your store will then perform dunning according to the specified rules. \n\n:::note\nIf no dunning rule is configured, then payment is retried once a day for 10 days, in total 11 payments. You can decide what action to take after the Subscriptions has stopped retrying the payments.\n:::\n\nThe following attributes are used to define a `fixed` schedule:\n\n- `payment_retry_unit - the unit of time used to measure the intervals between payment attempts or retries. \n- `payment_retry_interval` - the number of `payment_interval-units` to wait between each payment retry attempt.\n- `payment_retries_limit` - the number of times subscriptions attempts payments retries before an `action` is taken.\n- `action` - the action to take if payment is not successful.\n\nFor example, if:\n\n- the `payment_retry_unit` is `days` \n- the `payment_retry_interval` is `2`\n- the `payment_rety_limit` is `10`\n- the `action` is `close`.\n\nSubscriptions attempts to retry the payment every 2 days until 10 payment attempts have been tried. At that point, the subscription ends and it's status changes to `inacive`. \n\nFollowing on from this, you can specify that the dunning rule is no longer the default. You do not have to specify another rule to replace it. If you do remove the default dunning rule, the store defaults to the behavior that is followed when dunning is not enabled.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "dunning-rules"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"subscription_dunning_rule\",\n    \"attributes\": {\n      \"payment_retry_type\": \"fixed\",\n      \"payment_retry_unit\": \"day\",\n      \"payment_retry_interval\": 1,\n      \"payment_retries_limit\": 10,\n      \"action\": \"none\"\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "0a6bd205-a908-4a9f-836a-35c3332105b8",
              "name": "Success. The dunning rule set is created.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "dunning-rules"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"subscription_dunning_rule\",\n    \"attributes\": {\n      \"payment_retry_type\": \"fixed\",\n      \"payment_retry_unit\": \"day\",\n      \"payment_retry_interval\": 1,\n      \"payment_retries_limit\": 10,\n      \"action\": \"none\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"subscription_dunning_rule\",\n    \"attributes\": {\n      \"payment_retry_type\": \"fixed\",\n      \"payment_retry_unit\": \"day\",\n      \"payment_retry_interval\": 1,\n      \"payment_retries_limit\": 10,\n      \"action\": \"none\"\n    },\n    \"meta\": {\n      \"owner\": \"store\",\n      \"timestamps\": {\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n      }\n    },\n    \"id\": \"11111111-2222-3333-4444-555555555555\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "35f7358f-3df6-4378-b5db-71fa49666ba6",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "dunning-rules"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"subscription_dunning_rule\",\n    \"attributes\": {\n      \"payment_retry_type\": \"fixed\",\n      \"payment_retry_unit\": \"day\",\n      \"payment_retry_interval\": 1,\n      \"payment_retries_limit\": 10,\n      \"action\": \"none\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2e1d18fb-ab8a-47c9-9e74-7ab8280b7e95",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "dunning-rules"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"subscription_dunning_rule\",\n    \"attributes\": {\n      \"payment_retry_type\": \"fixed\",\n      \"payment_retry_unit\": \"day\",\n      \"payment_retry_interval\": 1,\n      \"payment_retries_limit\": 10,\n      \"action\": \"none\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d3f76cd2-fa9f-4bf5-8493-85881743b3d6",
          "name": "List dunning rules",
          "request": {
            "name": "List dunning rules",
            "description": {
              "content": "Retrieves a list of all dunning rule sets.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "dunning-rules"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "eq(name,Alan Turing)"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "10"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "100"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "c3a938ef-4b6f-4b00-8f3d-c805e7b6fd23",
              "name": "Success. A list of dunning rules is returned.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "dunning-rules"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(name,Alan Turing)"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"type\": \"subscription_dunning_rule\",\n      \"attributes\": {\n        \"payment_retry_type\": \"fixed\",\n        \"payment_retry_unit\": \"day\",\n        \"payment_retry_interval\": 1,\n        \"payment_retries_limit\": 10,\n        \"action\": \"none\"\n      },\n      \"meta\": {\n        \"owner\": \"store\",\n        \"timestamps\": {\n          \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n        }\n      },\n      \"id\": \"11111111-2222-3333-4444-555555555555\"\n    },\n    {\n      \"type\": \"subscription_dunning_rule\",\n      \"attributes\": {\n        \"payment_retry_type\": \"fixed\",\n        \"payment_retry_unit\": \"day\",\n        \"payment_retry_interval\": 1,\n        \"payment_retries_limit\": 10,\n        \"action\": \"none\"\n      },\n      \"meta\": {\n        \"owner\": \"store\",\n        \"timestamps\": {\n          \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n        }\n      },\n      \"id\": \"11111111-2222-3333-4444-555555555555\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": \"http://example.com/articles/1/comments\",\n    \"key_1\": \"http://example.com/articles/1/comments\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6196555c-3eef-4393-958d-ff5133caaca6",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "dunning-rules"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(name,Alan Turing)"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3f0acddf-eeb1-4dcd-a47a-fbe3a0850b56",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "dunning-rules"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "eq(name,Alan Turing)"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "73be794d-bd0f-4fa6-b879-f0f976182d17",
          "name": "Get dunning rule policy",
          "request": {
            "name": "Get dunning rule policy",
            "description": {},
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "dunning-rules",
                ":dunning_rule_uuid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "dunning_rule_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of a dunning rule set.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "e59be371-e969-40e6-877b-10a38d72d5d4",
              "name": "Success. The dunning rule details are returned.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "dunning-rules",
                    ":dunning_rule_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a dunning rule set.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "dunning_rule_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"subscription_dunning_rule\",\n    \"attributes\": {\n      \"payment_retry_type\": \"fixed\",\n      \"payment_retry_unit\": \"day\",\n      \"payment_retry_interval\": 1,\n      \"payment_retries_limit\": 10,\n      \"action\": \"none\"\n    },\n    \"meta\": {\n      \"owner\": \"store\",\n      \"timestamps\": {\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n      }\n    },\n    \"id\": \"11111111-2222-3333-4444-555555555555\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "801959af-c1ae-4b6a-94fd-5dfc81f2040c",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "dunning-rules",
                    ":dunning_rule_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a dunning rule set.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "dunning_rule_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "34becbf4-b385-4e18-a7f4-805ba7b3873a",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "dunning-rules",
                    ":dunning_rule_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a dunning rule set.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "dunning_rule_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"No plan found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1fbdc25c-fe65-43e4-b7ed-69aa4dad8a4c",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "dunning-rules",
                    ":dunning_rule_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a dunning rule set.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "dunning_rule_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6ec2a22f-ea5d-479c-b7a5-3106ee8e9982",
          "name": "Update dunning rule policy",
          "request": {
            "name": "Update dunning rule policy",
            "description": {
              "content": "Specify whichever attributes you want to change. The values of the other attributes remain the same. If the attributes section is empty, the rule is not updated. For fields that are optional, an existing value can be removed by specifying a value of null.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "dunning-rules",
                ":dunning_rule_uuid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "dunning_rule_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of a dunning rule set.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"type\": \"subscription_dunning_rule\",\n    \"attributes\": {\n      \"payment_retry_type\": \"fixed\",\n      \"payment_retry_interval\": 1,\n      \"payment_retry_unit\": \"day\",\n      \"payment_retry_multiplier\": 1,\n      \"payment_retries_limit\": 5,\n      \"action\": \"none\",\n      \"default\": false\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "0d05f7ec-5cb1-40ac-9be8-755589eb0f8a",
              "name": "Success. The dunning rule set has been updated.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "dunning-rules",
                    ":dunning_rule_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a dunning rule set.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "dunning_rule_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"type\": \"subscription_dunning_rule\",\n    \"attributes\": {\n      \"payment_retry_type\": \"fixed\",\n      \"payment_retry_interval\": 1,\n      \"payment_retry_unit\": \"day\",\n      \"payment_retry_multiplier\": 1,\n      \"payment_retries_limit\": 5,\n      \"action\": \"none\",\n      \"default\": false\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"subscription_dunning_rule\",\n    \"attributes\": {\n      \"payment_retry_type\": \"fixed\",\n      \"payment_retry_unit\": \"day\",\n      \"payment_retry_interval\": 1,\n      \"payment_retries_limit\": 10,\n      \"action\": \"none\"\n    },\n    \"meta\": {\n      \"owner\": \"store\",\n      \"timestamps\": {\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n      }\n    },\n    \"id\": \"11111111-2222-3333-4444-555555555555\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1681ac47-0a09-43a6-8598-28f6c3dd15ad",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "dunning-rules",
                    ":dunning_rule_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a dunning rule set.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "dunning_rule_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"type\": \"subscription_dunning_rule\",\n    \"attributes\": {\n      \"payment_retry_type\": \"fixed\",\n      \"payment_retry_interval\": 1,\n      \"payment_retry_unit\": \"day\",\n      \"payment_retry_multiplier\": 1,\n      \"payment_retries_limit\": 5,\n      \"action\": \"none\",\n      \"default\": false\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "40dce56f-be13-4093-b149-5e8251fa6d07",
              "name": "Forbidden. The operation is forbidden on this entity.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "dunning-rules",
                    ":dunning_rule_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a dunning rule set.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "dunning_rule_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"type\": \"subscription_dunning_rule\",\n    \"attributes\": {\n      \"payment_retry_type\": \"fixed\",\n      \"payment_retry_interval\": 1,\n      \"payment_retry_unit\": \"day\",\n      \"payment_retry_multiplier\": 1,\n      \"payment_retries_limit\": 5,\n      \"action\": \"none\",\n      \"default\": false\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Permission denied\",\n      \"status\": \"404\",\n      \"detail\": \"Permission denied: plan tenancy mismatch\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "34dd0950-c89a-4164-9f73-e671fb5f1c14",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "dunning-rules",
                    ":dunning_rule_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a dunning rule set.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "dunning_rule_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"type\": \"subscription_dunning_rule\",\n    \"attributes\": {\n      \"payment_retry_type\": \"fixed\",\n      \"payment_retry_interval\": 1,\n      \"payment_retry_unit\": \"day\",\n      \"payment_retry_multiplier\": 1,\n      \"payment_retries_limit\": 5,\n      \"action\": \"none\",\n      \"default\": false\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"No plan found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "82cc91ae-19fb-4edc-8582-ef52d4d34db3",
              "name": "Write conflict. Unable to perform the operation at this time.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "dunning-rules",
                    ":dunning_rule_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a dunning rule set.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "dunning_rule_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"type\": \"subscription_dunning_rule\",\n    \"attributes\": {\n      \"payment_retry_type\": \"fixed\",\n      \"payment_retry_interval\": 1,\n      \"payment_retry_unit\": \"day\",\n      \"payment_retry_multiplier\": 1,\n      \"payment_retries_limit\": 5,\n      \"action\": \"none\",\n      \"default\": false\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Write Conflict\",\n      \"status\": \"409\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "acd5e243-b840-46ed-8feb-242b2a707787",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "dunning-rules",
                    ":dunning_rule_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a dunning rule set.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "dunning_rule_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"type\": \"subscription_dunning_rule\",\n    \"attributes\": {\n      \"payment_retry_type\": \"fixed\",\n      \"payment_retry_interval\": 1,\n      \"payment_retry_unit\": \"day\",\n      \"payment_retry_multiplier\": 1,\n      \"payment_retries_limit\": 5,\n      \"action\": \"none\",\n      \"default\": false\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8ef41388-b6b9-4201-bd36-9fd76e8fffce",
          "name": "Delete dunning rules",
          "request": {
            "name": "Delete dunning rules",
            "description": {
              "content": "You can delete a dunning rule at any time. If a dunning rule is deleted then Subscriptions reverts to the configuration used if no dunning rule is set; payment is retried once a day for 10 days, in total 11 payments. You can decide what action to take after the Subscriptions has stopped retrying the payments. See [Dunning Rules](/docs/api/subscriptions/dunning-rules).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "dunning-rules",
                ":dunning_rule_uuid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "dunning_rule_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of a dunning rule set.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "37183551-0853-45cf-ad86-f24de2a78e52",
              "name": "Success. The dunning rule is removed.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "dunning-rules",
                    ":dunning_rule_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a dunning rule set.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "dunning_rule_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "344f64a9-2256-4fc3-852d-426063615cf9",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "dunning-rules",
                    ":dunning_rule_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a dunning rule set.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "dunning_rule_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "28560a9b-9776-41cd-9e8e-e1fff887fbbf",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "dunning-rules",
                    ":dunning_rule_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a dunning rule set.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "dunning_rule_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Proration Policies",
      "description": "Proration is the adjustment of charges or credits on a subscriber's account based on the amount of time a service is used. Proration ensures that subscribers are only charged for the actual time they use the service, whether they upgrade, downgrade, start, or cancel their subscription partway through a billing cycle. This means fair billing for your subscribers and provides you with the flexibility to change your subscribers subscriptions at any time. \n\n::: note\n\nSubscriptions use client credentials to enable changes to subscriptions, so if you want your shoppers to have the ability to make changes, you can implement a BFF layer using this approach.\n\n:::\n\nProration occurs for:\n\n- Pricing option upgrades/downgrades:  If a subscriber changes their pricing option in the middle of a billing cycle, proration adjusts the charges to reflect the time spent on each pricing option.\n- Service cancellation: If a subscriber cancels a subscription before the end of a billing cycle, they may receive a prorated invoice for the used portion of the subscription.\n- Mid-cycle subscription: If a subscriber starts a subscription in the middle of a billing cycle, they are charged a prorated amount for the remaining days in the billing cycle.\n\nThere are several scenarios when implementing proration policies.\n\n1. You may want one policy for multiple offerings because only some subscriptions need prorating.\n2. You may want a default proration policy for your store.\n3. You may want several policies for different offerings. \n\nIn Subscriptions, charges only prorate by day. As soon as a subscriber changes their subscription, a manual billing run is triggered and an invoice is generated with the new price on the next billing run and the difference in price is prorated over days.  \n\nBy default, proration is not enabled for Subscriptions. Once you have attached a proration policy to an offering, proration is enabled automatically.\n\n### End dates when switching pricing options\n\nSubscriptions manages the subscription end date when shoppers switch from one pricing option to another. Whether or not an end date is configured depends on the end behavior of the pricing options you are switching between.\n\n| Current Subscription | New Subscription | Proration Behavior | End date |\n| --- | --- | --- | --- |\n| `close` | `roll` | The subscription switches from a pricing option with a fixed end date to a rolling pricing option so no end date is set after proration. | No end date is configured. |\n| `roll` | `close` | The subscription switches to a fixed pricing option, and the end date is configured based on the duration of the pricing option. | An end date is configured. |\n| `close` | `close` | The remaining time on the current pricing option is not carried over to the new pricing option. For example, if your current pricing option has 3 months remaining and you switch to a new pricing option that has a fixed length of 6 months, the new end date is calculated as 6 months from the day you switch pricing options, effectively resetting the subscription length to the new pricing option. | New end date calculated from the day you switched pricing option. |\n",
      "item": [
        {
          "id": "6fad8a54-8597-479a-849a-f0d02006802a",
          "name": "Create a Proration Policy",
          "request": {
            "name": "Create a Proration Policy",
            "description": {
              "content": "In Subscriptions, you configure proration by creating a proration policy and attaching it to an offering. Once you have [attached](/docs/api/subscriptions/update-offering) the policy, the proration policy applies to all subscriptions that use the offering.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "proration-policies"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"type\": \"subscription_proration_policy\",\n    \"attributes\": {\n      \"name\": \"Main Policy\",\n      \"rounding\": \"up\",\n      \"external_ref\": \"abc123\"\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "ffe46f73-8f9d-468c-8ef6-a47aa7df6cb2",
              "name": "Success. The proration policy is created.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "proration-policies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"subscription_proration_policy\",\n    \"attributes\": {\n      \"name\": \"Main Policy\",\n      \"rounding\": \"up\",\n      \"external_ref\": \"abc123\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"subscription_proration_policy\",\n    \"attributes\": {\n      \"name\": \"Main Policy\",\n      \"rounding\": \"up\",\n      \"external_ref\": \"abc123\"\n    },\n    \"meta\": {\n      \"owner\": \"store\",\n      \"timestamps\": {\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n      }\n    },\n    \"id\": \"11111111-2222-3333-4444-555555555555\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "130a99c6-e62d-4e1f-9204-b6238d4cb1ec",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "proration-policies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"subscription_proration_policy\",\n    \"attributes\": {\n      \"name\": \"Main Policy\",\n      \"rounding\": \"up\",\n      \"external_ref\": \"abc123\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4fd9a0e9-e051-4d94-8906-fb39d769d0d3",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "proration-policies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"type\": \"subscription_proration_policy\",\n    \"attributes\": {\n      \"name\": \"Main Policy\",\n      \"rounding\": \"up\",\n      \"external_ref\": \"abc123\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c8684f2b-9481-4bca-951b-ddab0f93a0db",
          "name": "List proration policies",
          "request": {
            "name": "List proration policies",
            "description": {
              "content": "Retrieves a list of all proration policies.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "proration-policies"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[offset]",
                  "value": "10"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                    "type": "text/plain"
                  },
                  "key": "page[limit]",
                  "value": "100"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "4989d001-83f7-44c2-9596-352975267e64",
              "name": "Success. A list of proration policies is returned.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "proration-policies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"type\": \"subscription_proration_policy\",\n      \"attributes\": {\n        \"name\": \"Main Policy\",\n        \"rounding\": \"up\",\n        \"external_ref\": \"abc123\"\n      },\n      \"meta\": {\n        \"owner\": \"store\",\n        \"timestamps\": {\n          \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n        }\n      },\n      \"id\": \"11111111-2222-3333-4444-555555555555\"\n    },\n    {\n      \"type\": \"subscription_proration_policy\",\n      \"attributes\": {\n        \"name\": \"Main Policy\",\n        \"rounding\": \"up\",\n        \"external_ref\": \"abc123\"\n      },\n      \"meta\": {\n        \"owner\": \"store\",\n        \"timestamps\": {\n          \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n          \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n        }\n      },\n      \"id\": \"11111111-2222-3333-4444-555555555555\"\n    }\n  ],\n  \"links\": {\n    \"key_0\": \"http://example.com/articles/1/comments\",\n    \"key_1\": \"http://example.com/articles/1/comments\",\n    \"key_2\": \"http://example.com/articles/1/comments\",\n    \"key_3\": \"http://example.com/articles/1/comments\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9f3a5e04-bfc9-4049-9e96-35446a70850e",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "proration-policies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2030c34e-4b2c-43e7-a142-62b24e62ed5f",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "proration-policies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[offset]",
                      "value": "10"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used.",
                        "type": "text/plain"
                      },
                      "key": "page[limit]",
                      "value": "100"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9551675a-0d1c-4c61-8498-9d07dfe80c34",
          "name": "Get proration policy",
          "request": {
            "name": "Get proration policy",
            "description": {},
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "proration-policies",
                ":proration_policy_uuid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "proration_policy_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of a proration policy.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "bb6b7931-026c-47e0-9aa9-0d16f5c869be",
              "name": "Success. The proration policy details are returned.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "proration-policies",
                    ":proration_policy_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a proration policy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "proration_policy_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"subscription_proration_policy\",\n    \"attributes\": {\n      \"name\": \"Main Policy\",\n      \"rounding\": \"up\",\n      \"external_ref\": \"abc123\"\n    },\n    \"meta\": {\n      \"owner\": \"store\",\n      \"timestamps\": {\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n      }\n    },\n    \"id\": \"11111111-2222-3333-4444-555555555555\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9a38c005-d535-4af2-834f-82390a1f5543",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "proration-policies",
                    ":proration_policy_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a proration policy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "proration_policy_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f38c557d-5ed7-4583-ad21-cd1ece9e1a6e",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "proration-policies",
                    ":proration_policy_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a proration policy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "proration_policy_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"No plan found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b1888d99-73ff-4478-8758-9b9387741b61",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "proration-policies",
                    ":proration_policy_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a proration policy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "proration_policy_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1dd8cb4a-d217-44be-b74b-8a995dcf789b",
          "name": "Update proration policy",
          "request": {
            "name": "Update proration policy",
            "description": {
              "content": "You can update a proration policy at any time. For any subscriptions that are using the updated proration policy, the changes are also applied. Specify whichever attributes you want to change. The values of the other attributes remain the same. If the attributes section is empty, the proration policy is not updated.\n\nWhen updating proration policies:\n\n- You can change the name of an existing policy.\n- You can update `rounding`.\n- You can update `external_ref` as long as `external_ref` is still unique in  your store.\n- You can remove `external_ref` as this attribute is optional.\n- You cannot remove any required attributes, such as `name` or `rounding`.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "proration-policies",
                ":proration_policy_uuid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "proration_policy_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of a proration policy.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"type\": \"subscription_proration_policy\",\n    \"attributes\": {\n      \"external_ref\": \"abc123\",\n      \"name\": \"Main Policy\",\n      \"rounding\": \"up\"\n    }\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "440b7fd6-18c7-4eae-b413-821e0f064d1c",
              "name": "Success. The proration policy details are updated.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "proration-policies",
                    ":proration_policy_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a proration policy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "proration_policy_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"type\": \"subscription_proration_policy\",\n    \"attributes\": {\n      \"external_ref\": \"abc123\",\n      \"name\": \"Main Policy\",\n      \"rounding\": \"up\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"type\": \"subscription_proration_policy\",\n    \"attributes\": {\n      \"name\": \"Main Policy\",\n      \"rounding\": \"up\",\n      \"external_ref\": \"abc123\"\n    },\n    \"meta\": {\n      \"owner\": \"store\",\n      \"timestamps\": {\n        \"created_at\": \"2017-01-10T11:41:19.244842Z\",\n        \"updated_at\": \"2017-01-10T11:41:19.244842Z\"\n      }\n    },\n    \"id\": \"11111111-2222-3333-4444-555555555555\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9c8d9d7a-d050-413e-8894-f00922836af1",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "proration-policies",
                    ":proration_policy_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a proration policy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "proration_policy_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"type\": \"subscription_proration_policy\",\n    \"attributes\": {\n      \"external_ref\": \"abc123\",\n      \"name\": \"Main Policy\",\n      \"rounding\": \"up\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b6bf7b8c-8ccc-42b2-b535-de88a222f1b9",
              "name": "Forbidden. The operation is forbidden on this entity.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "proration-policies",
                    ":proration_policy_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a proration policy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "proration_policy_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"type\": \"subscription_proration_policy\",\n    \"attributes\": {\n      \"external_ref\": \"abc123\",\n      \"name\": \"Main Policy\",\n      \"rounding\": \"up\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Permission denied\",\n      \"status\": \"404\",\n      \"detail\": \"Permission denied: plan tenancy mismatch\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2f1c25b2-0ffe-46e1-968c-368a9bda4094",
              "name": "Not found. The requested entity does not exist.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "proration-policies",
                    ":proration_policy_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a proration policy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "proration_policy_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"type\": \"subscription_proration_policy\",\n    \"attributes\": {\n      \"external_ref\": \"abc123\",\n      \"name\": \"Main Policy\",\n      \"rounding\": \"up\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Not Found\",\n      \"status\": \"404\",\n      \"detail\": \"No plan found\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fa088afa-02e9-4b9a-b774-016114b36d22",
              "name": "Write conflict. Unable to perform the operation at this time.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "proration-policies",
                    ":proration_policy_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a proration policy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "proration_policy_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"id\": \"11111111-2222-3333-4444-555555555555\",\n    \"type\": \"subscription_proration_policy\",\n    \"attributes\": {\n      \"external_ref\": \"abc123\",\n      \"name\": \"Main Policy\",\n      \"rounding\": \"up\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Write Conflict\",\n      \"status\": \"409\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6a2cc2b3-50a7-48e3-9c09-c28c19e35ffd",
          "name": "Delete proration policy",
          "request": {
            "name": "Delete proration policy",
            "description": {
              "content": "A proration policy cannot be deleted if it is being used by any subscriptions. This means you must detach a proration policy that you want to delete from any offerings using that policy before deleting the policy. See [Remove a proration policy from an offering](/docs/api/subscriptions/update-offering).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "subscriptions",
                "proration-policies",
                ":proration_policy_uuid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "11111111-2222-3333-4444-555555555555",
                  "key": "proration_policy_uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The unique identifier of a proration policy.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "9124db89-2915-4549-99b6-0c4d276e8aa9",
              "name": "Success. The proration policy details are removed.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "proration-policies",
                    ":proration_policy_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a proration policy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "proration_policy_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "94082620-9eb9-46c1-90c8-2a2fc2ece0c6",
              "name": "Bad request. The request failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "proration-policies",
                    ":proration_policy_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a proration policy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "proration_policy_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Validation Error\",\n      \"status\": \"400\",\n      \"detail\": \"data.attributes.name: \\\"name\\\" is required\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a6a417ad-4d07-4705-a22c-27039cb08cec",
              "name": "Internal server error. There was a system failure in the platform.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "subscriptions",
                    "proration-policies",
                    ":proration_policy_uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of a proration policy.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "11111111-2222-3333-4444-555555555555",
                      "key": "proration_policy_uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"title\": \"Internal Server Error\",\n      \"status\": \"500\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Observable Events",
      "description": "You can integrate Subscriptions with external systems like enterprise resource planning, fulfilment and other systems. For example, when a subscriber updates their address, the Customer Relationship Management system is updated with the change. \n\nEvents are actions that occur in Subscriptions, such as a subscriber changing their address or a subscription changing from active to inactive. You can create custom functions that perform additional processing outside of Subscriptions, and create integrations so that when an event occurs in your store, the custom function is run.\n\nEvents are processed concurrently. This means that events may not be delivered in the order they are created. For example, if a subscription is updated multiple times, the events may not be delivered in the same sequence they were updated. Events operate on an \"at least once\" delivery policy. We aim to deliver messages within 30 minutes or less. Ensure that you design your receiving code accordingly.\n\nFor more information about integrating Subscriptions, see [**Integrations (Event Subscriptions/Notifications)**](/docs/api/integrations/integrations-event-subscriptions-notifications#integration-types).\n\n| Resource | Action | Observable Key | Availability |\n| --- | --- | --- | --- |\n| Offering |  <ul><li>Created</li><li>Updated</li><li>Deleted</li></ul> | <ul><li>`subscription-offering.created`</li><li>`subscription-offering.updated`</li><li>`subscription-offering.deleted`</li></ul> | Store |\n| Subscription | <ul><li>Created</li><li>Create-failed</li><li>Paused</li><li>Canceled</li><li>Pending-cancel</li><li>Pending-pause</li><li>Resumed</li><li>Closed</li></ul> | <ul><li>`subscription.created`</li><li>`subscription.create-failed`</li><li>`subscription.canceled`</li><li>`subscription.paused`</li><li>`subscription.pending_cancel`</li><li>`subscription.pending_pause`</li><li>`subscription.resumed`</li><li>`subscription.closed`</li></ul> | Store |\n| Job | <ul><li>Created</li><li>Updated</li><li>Deleted</li></ul> | <ul><li>`subscription-job.created`</li><li>`subscription-job.updated`</li><li>`subscription-job.deleted`</li></ul> | Store |\n| Invoices | <ul><li>Created</li><li>Deleted</li></ul> | <ul><li>`subscription-invoice.created`</li><li>`subscription-invoice.deleted`</li></ul> | Store |\n| Schedule | <ul><li>Created</li><li>Updated</li><li>Deleted</li></ul> | <ul><li>`subscription-schedule.created`</li><li>`subscription-schedule.updated`</li><li>`subscription-schedule.deleted`</li></ul> | Store |\n| Subscriber | <ul><li>Created</li><li>Updated</li><li>Deleted</li></ul> | <ul><li>`subscription-subscriber.created`</li><li>`subscription-subscriber.updated`</li><li>`subscription-subscriber.deleted`</li></ul> | Store |\n",
      "item": []
    }
  ],
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://useast.api.elasticpath.com",
      "type": "string"
    },
    {
      "key": "baseUrl",
      "value": "https://euwest.api.elasticpath.com",
      "type": "string"
    },
    {
      "key": "baseUrl",
      "value": "https://euwest.api.elasticpath.com/v2",
      "type": "string"
    },
    {
      "key": "baseUrl",
      "value": "https://api.moltin.com",
      "type": "string"
    }
  ],
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "type": "any",
        "value": "{{bearerToken}}",
        "key": "token"
      }
    ]
  }
}