Allocation Templates Admin
Create, update, delete and list global and account Allocation templates. Templates allow you to store and automate your policy towards suppliers on the Exchange.
📄️ Lists allocation templates for an account
Lists a paginated set of allocation templates for an account. The response includes each template's ID, name, and last update details. Use the `page_size` parameter to control the number of results per page, and use the `start_after` and `end_before` parameters to navigate between pages.
📄️ Delete an allocation template
Delete an allocation template
📄️ Retrieves the default allocation template for an account
Retrieves the default allocation template for an account
📄️ Create an allocation template
Creates a new allocation template for an account. You'll need to provide a template name and the allocation specifications, which define supplier blocks, distribution groups, and their respective percentages.
📄️ Update an allocation template
Updates the name and allocation specifications for a template. This endpoint uses the If-Match header for optimistic locking. To get the required ETag value, first make a GET request for this resource.
📄️ Retrieves the system allocation template
Retrieves the system's default allocation template for a specific locale. This template contains a dynamic list of all suppliers currently available in that market. You can use this data as a baseline to ensure your custom allocation templates only include suppliers that are valid for a specific country or region.
📄️ Retrieve an allocation template by ID
Retrieves the details of a specific allocation template by its ID.
📄️ Lists global allocation templates
Lists a paginated set of global allocation templates. The response includes each template's ID, name, and last update details. Use the `page_size` parameter to control the number of results per page, and use the `start_after` and `end_before` parameters to navigate between pages.
📄️ Retrieves a global allocation template by ID
Retrieves the details of a specific global allocation template by its ID.
📄️ Assigns a default allocation template to an account
Assigns a default allocation template to an account. This endpoint uses the If-Match header for optimistic locking. To get the required ETag value, first make a request to the [GET endpoint](#tag/Allocation-Templates-Admin/operation/get_account_allocation_template_association) for this resource.