Home
BigCommerce
Bigcommerce Getproductmodifiers Example
Bigcommerce Getproductmodifiers Example
E-Commerce Retail Catalog Order Checkout Payments Software-as-a-Service
Bigcommerce Getproductmodifiers 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
operationId method path summary requestExamples responseExamples
Example Payload
{
"operationId": "getProductModifiers",
"method": "GET",
"path": "/catalog/products/{product_id}/modifiers",
"summary": "BigCommerce Get All Product Modifiers",
"requestExamples": [],
"responseExamples": [
{
"status": "200",
"contentType": "application/json",
"example": {
"data": [
{
"id": 206,
"product_id": 158,
"name": "Insurance",
"display_name": "Insurace",
"type": "checkbox",
"required": true,
"config": {
"checkbox_label": "$5 for insurance",
"checked_by_default": false
},
"option_values": [
{
"id": 183,
"option_id": 206,
"label": "Yes",
"sort_order": 0,
"value_data": {
"checked_value": true
},
"is_default": false,
"adjusters": {
"price": {},
"weight": {},
"image_url": "",
"purchasing_disabled": {
"status": false,
"message": ""
}
}
},
{
"id": 184,
"option_id": 206,
"label": "No",
"sort_order": 1,
"value_data": {
"checked_value": false
},
"is_default": true,
"adjusters": {
"price": {},
"weight": {},
"image_url": "",
"purchasing_disabled": {
"status": false,
"message": ""
}
}
}
]
}
],
"meta": {
"pagination": {
"total": 1,
"count": 1,
"per_page": 50,
"current_page": 1,
"total_pages": 1,
"links": {
"current": "?page=1&limit=50"
}
}
}
}
}
]
}
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.
All 92 tools →
Call it yourself
curl for this page
This example
curl "https://apis.io/api/v1/examples/bigcommerce-getproductmodifiers-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.