GET /pricelists/assignments
Fetches an array of Price List Assignments
matching a particular Customer Group and Price List and Channel.
Servers
- https://api.bigcommerce.com/stores/{store_hash}/v3
Request headers
Name | Type | Required | Description |
---|---|---|---|
Accept |
String | Yes |
The MIME type of the response body. Default value: "application/json" |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
id |
Integer | No |
The ID of the |
customer_group_id |
Integer | No |
The ID of the |
page |
Integer | No |
Specifies the page number in a limited (paginated) list of products. |
price_list_id |
Integer | No |
The ID of the |
channel_id:in[] |
Array | No |
Filter items by a comma-separated list of channel IDs. |
limit |
Integer | No |
Controls the number of items per page in a limited (paginated) list of products. If you provide only a limit, the API returns both paginations while applying that limit. |
channel_id |
Integer | No |
The ID of the |
after |
String | No |
A cursor that can be used for forwards pagination. Will fetch results after the position corresponding to the cursor. Cannot be used with the 'page' query parameter. Cannot be used with the 'before' query parameter. |
customer_group_id:in[] |
Array | No |
Filter items by a comma-separated list of customer group IDs. |
price_list_id:in[] |
Array | No |
Filter items by a comma-separated list of price list IDs. |
before |
String | No |
A cursor that can be used for backwards pagination. Will fetch results before the position corresponding to the cursor. Cannot be used with the 'page' query parameter. Cannot be used with the 'after' query parameter. |
id:in[] |
Array | No |
Filter items by a comma-separated list of IDs. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.