BigCommerce · Schema
Item Custom
**Read Only** This will return in the Cart Response if the Cart was created using the [REST Management API](/docs/rest-management/carts). A custom item can only be added to a cart using the REST Management API.
E-CommerceRetailCatalogOrderCheckoutPaymentsSoftware-as-a-Service
Properties
| Name | Type | Description |
|---|---|---|
| extendedListPrice | integer | |
| id | string | ID of the custom item |
| listPrice | integer | Price of the item. With or without tax depending on your stores set up. |
| name | string | Name of the custom item. |
| quantity | integer | |
| sku | string | SKU of the custom item. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/responseCartLineItemsCustomItems",
"title": "Item Custom",
"type": "object",
"properties": {
"extendedListPrice": {
"type": "integer",
"readOnly": true
},
"id": {
"type": "string",
"description": "ID of the custom item",
"readOnly": true,
"example": "f1f3a531-fbcf-439b-bac1-40d5ae5c2bff"
},
"listPrice": {
"type": "integer",
"description": "Price of the item. With or without tax depending on your stores set up.",
"readOnly": true,
"example": 10
},
"name": {
"type": "string",
"description": "Name of the custom item.",
"readOnly": true,
"example": "Custom Item Name"
},
"quantity": {
"type": "integer",
"readOnly": true,
"example": 1
},
"sku": {
"type": "string",
"description": "SKU of the custom item.",
"readOnly": true,
"example": "SM-456"
}
},
"description": "**Read Only**\n\nThis will return in the Cart Response if the Cart was created using the [REST Management API](/docs/rest-management/carts). A custom item can only be added to a cart using the REST Management API.",
"x-internal": false
}
Work with this as data
Every JSON Schema 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 schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema 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 JSON Schema
curl "https://apis.io/api/v1/json-schemas/bigcommerce-responsecartlineitemscustomitems"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.