BigCommerce · Example Payload
Bigcommerce Getpricelistrecords Example
E-CommerceRetailCatalogOrderCheckoutPaymentsSoftware-as-a-Service
Bigcommerce Getpricelistrecords Example is an example object payload from BigCommerce, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
operationIdmethodpathsummaryrequestExamplesresponseExamples
Example Payload
{
"operationId": "getPriceListRecords",
"method": "GET",
"path": "/pricelists/{price_list_id}/records",
"summary": "BigCommerce Get All Price List Records",
"requestExamples": [],
"responseExamples": [
{
"status": "200",
"contentType": "application/json",
"example": {
"data": [
{
"price_list_id": 3,
"variant_id": 358,
"price": 25.48,
"sale_price": 18.57,
"retail_price": 25.48,
"map_price": 18.57,
"calculated_price": 25.48,
"date_created": "2022-09-17T20:33:14Z",
"date_modified": "2022-09-17T20:33:14Z",
"currency": "usd",
"product_id": 187,
"bulk_pricing_tiers": []
},
{
"price_list_id": 3,
"variant_id": 359,
"price": 31.31,
"sale_price": 31.31,
"retail_price": 31.31,
"map_price": 31.31,
"calculated_price": 31.31,
"date_created": "2022-09-17T20:33:14Z",
"date_modified": "2022-09-17T20:33:14Z",
"currency": "usd",
"product_id": 188,
"bulk_pricing_tiers": []
},
{
"price_list_id": 3,
"variant_id": 360,
"price": 18.57,
"sale_price": 18.57,
"retail_price": 18.57,
"map_price": 18.57,
"calculated_price": 18.57,
"date_created": "2022-09-17T20:33:14Z",
"date_modified": "2022-09-17T20:33:14Z",
"currency": "usd",
"product_id": 189,
"bulk_pricing_tiers": []
},
{
"price_list_id": 3,
"variant_id": 361,
"price": 22.54,
"sale_price": 22.54,
"retail_price": 22.54,
"map_price": 22.54,
"calculated_price": 22.54,
"date_created": "2022-09-17T20:33:14Z",
"date_modified": "2022-09-17T20:33:14Z",
"currency": "usd",
"product_id": 190,
"bulk_pricing_tiers": []
},
{
"price_list_id": 3,
"variant_id": 362,
"price": 27.39,
"sale_price": 27.39,
"retail_price": 27.39,
"map_price": 27.39,
"calculated_price": 27.39,
"date_created": "2022-09-17T20:33:14Z",
"date_modified": "2022-09-17T20:51:26Z",
"currency": "usd",
"product_id": 191,
"bulk_pricing_tiers": [
{
"quantity_min": 10,
"quantity_max": 19,
"type": "percent",
"amount": 1
},
{
"quantity_min": 20,
"quantity_max": 29,
"type": "percent",
"amount": 3
},
{
"quantity_min": 30,
"quantity_max": 2147483647,
"type": "percent",
"amount": 5
}
]
},
{
"price_list_id": 3,
"variant_id": 382,
"price": 9.8,
"sale_price": 9.8,
"retail_price": 9.8,
"map_price": 9.8,
"calculated_price": 9.8,
"date_created": "2022-09-17T20:33:14Z",
"date_modified": "2022-09-17T20:33:14Z",
"currency": "usd",
"product_id": 192,
"bulk_pricing_tiers": []
},
{
"price_list_id": 3,
"variant_id": 383,
"price": 24.5,
"sale_price": 24.5,
"retail_price": 24.5,
"map_price": 24.5,
"calculated_price": 24.5,
"date_created": "2022-09-17T20:33:14Z",
"date_modified": "2022-09-17T20:33:14Z",
"currency": "usd",
"product_id": 192,
"bulk_pricing_tiers": []
},
{
"price_list_id": 3,
"variant_id": 384,
"price": 24.5,
"sale_price": 24.5,
"retail_price": 24.5,
"map_price": 24.5,
"calculated_price": 24.5,
"date_created": "2022-09-17T20:33:14Z",
"date_modified": "2022-09-17T20:33:14Z",
"currency": "usd",
"product_id": 192,
"bulk_pricing_tiers": []
},
{
"price_list_id": 3,
"variant_id": 385,
"price": 9.8,
"sale_price": 9.8,
"retail_price": 9.8,
"map_price": 9.8,
"calculated_price": 9.8,
"date_created": "2022-09-17T20:33:14Z",
"date_modified": "2022-09-17T20:33:14Z",
"currency": "usd",
"product_id": 193,
"bulk_pricing_tiers": []
},
{
"price_list_id": 3,
"variant_id": 386,
"price": 10.78,
"sale_price": 10.78,
"retail_price": 10.78,
"map_price": 10.78,
"calculated_price": 10.78,
"date_created": "2022-09-17T20:33:14Z",
"date_modified": "2022-09-17T20:33:14Z",
"currency": "usd",
"product_id": 194,
"bulk_pricing_tiers": []
},
{
"price_list_id": 3,
"variant_id": 388,
"price": 10.78,
"sale_price": 10.78,
"retail_price": 10.78,
"map_price": 10.78,
"calculated_price": 10.78,
"date_created": "2022-09-17T20:33:14Z",
"date_modified": "2022-09-17T20:35:42Z",
"currency": "usd",
"product_id": 195,
"bulk_pricing_tiers": [
{
"quantity_min": 2,
"quantity_max": 9,
"type": "percent",
"amount": 1
},
{
"quantity_min": 10,
"quantity_max": 19,
"type": "percent",
"amount": 2
},
{
"quantity_min": 20,
"quantity_max": 2147483647,
"type": "percent",
"amount": 3
}
]
},
{
"price_list_id": 3,
"variant_id": 389,
"price": 18.62,
"sale_price": 18.62,
"retail_price": 18.62,
"map_price": 18.62,
"calculated_price": 18.62,
"date_created": "2022-09-17T20:33:14Z",
"date_modified": "2022-09-17T20:35:42Z",
"currency": "usd",
"product_id": 195,
"bulk_pricing_tiers": [
{
"quantity_min": 2,
"quantity_max": 9,
"type": "percent",
"amount": 1
},
{
"quantity_min": 10,
"quantity_max": 19,
"type": "percent",
"amount": 2
},
{
"quantity_min": 20,
"quantity_max": 2147483647,
"type": "percent",
"amount": 3
}
]
},
{
"price_list_id": 3,
"variant_id": 390,
"price": 10.78,
"sale_price": 10.78,
"retail_price": 10.78,
"map_price": 10.78,
"calculated_price": 10.78,
"date_created": "2022-09-17T20:33:14Z",
"date_modified": "2022-09-17T20:35:42Z",
"currency": "usd",
"product_id": 195,
"bulk_pricing_tiers": [
{
"quantity_min": 2,
"quantity_max": 9,
"type": "percent",
"amount": 1
},
{
"quantity_min": 10,
"quantity_max": 19,
"type": "percent",
"amount": 2
},
{
"quantity_min": 20,
"quantity_max": 2147483647,
"type": "percent",
"amount": 3
}
]
},
{
"price_list_id": 3,
"variant_id": 391,
"price": 10.78,
"sale_price": 10.78,
"retail_price": 10.78,
"map_price": 10.78,
"calculated_price": 10.78,
"date_created": "2022-09-17T20:33:14Z",
"date_modified": "2022-09-17T20:35:42Z",
"currency": "usd",
"product_id": 195,
"bulk_pricing_tiers": [
{
"quantity_min": 2,
"quantity_max": 9,
"type": "percent",
"amount": 1
},
{
"quantity_min": 10,
"quantity_max": 19,
"type": "percent",
"amount": 2
},
{
"quantity_min": 20,
"quantity_max": 2147483647,
"type": "percent",
"amount": 3
}
]
}
],
"meta": {
"pagination": {
"total": 14,
"count": 14,
"per_page": 50,
"current_page": 1,
"total_pages": 1
}
}
}
},
{
"status": "429",
"contentType": "application/json",
"name": "response",
"example": {
"status": 429,
"title": "Too many requests",
"type": "/api-docs/getting-started/api-status-codes",
"errors": {}
}
}
]
}
Work with this as data
Every example here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for examples
4 MCP tools reach this
find_examplesBrowse and filter every example in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This example
curl "https://apis.io/api/v1/examples/bigcommerce-getpricelistrecords-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.