How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

BigCommerce Metafields API

The Metafields API from BigCommerce — 14 operation(s) for metafields.

BigCommerce Metafields API is one of 161 APIs that BigCommerce publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.

Tagged areas include Metafields. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and an AsyncAPI specification.

This API exposes 35 operations across 14 paths, and defines 31 schemas. It is described by OpenAPI 3.0.0, at version 3.0.0.

Requests are made against a single base URL, https://api.bigcommerce.com/stores/{store_hash}/v3.

35 operations 14 paths 31 schemas 7 DELETE14 GET7 POST7 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
3.0.0
Base URL
https://api.example.com
Authentication
API Key
Terms of Service
Resource Areas
1

Authentication & Security 1

BigCommerce Metafields API declares 1 security scheme for authenticating requests. An API key is passed in the header as X-Auth-Token (X-Auth-Token). By default, every request must be authenticated.

  • X-Auth-Token — OAuth scopes | UI Name | Permission | Parameter | |:--|:--|:-| | Information & Settings | read-only | storev2informationreadonly| | Information & Settings | mo…

Paths & Operations 35

Across 14 paths, the API surfaces 35 operations — 7 DELETE, 14 GET, 7 POST, 7 PUT. Each is listed below with its method, path, parameters, and response codes.

Metafields 35
GET
/carts/{cart_id}/metafields
BigCommerce Get Cart Metafields
getCartMetafields 7 params → 200409422
POST
/carts/{cart_id}/metafields
BigCommerce Create a Cart Metafield
createCartMetafield 3 params body → 200404
GET
/carts/{cart_id}/metafields/{metafield_id}
BigCommerce Get a Cart Metafield
getCartMetafield 8 params → 200409422500
PUT
/carts/{cart_id}/metafields/{metafield_id}
BigCommerce Update a Cart Metafield
updateCartMetafield 4 params body → 200404
DELETE
/carts/{cart_id}/metafields/{metafield_id}
BigCommerce Delete a Metafield
deleteCartMetafield 3 params → 204
GET
/catalog/brands/{brand_id}/metafields
BigCommerce Get Brand Metafields
getBrandMetafields 15 params → 200404
POST
/catalog/brands/{brand_id}/metafields
BigCommerce Create a Brand Metafield
createBrandMetafield 3 params body → 200409422
GET
/catalog/brands/{brand_id}/metafields/{metafield_id}
BigCommerce Get a Brand Metafields
getBrandMetafield 7 params → 200404
PUT
/catalog/brands/{brand_id}/metafields/{metafield_id}
BigCommerce Update a Brand Metafield
updateBrandMetafield 5 params body → 200404
DELETE
/catalog/brands/{brand_id}/metafields/{metafield_id}
BigCommerce Delete a Brand Metafield
deleteBrandMetafield 5 params → 204
GET
/catalog/categories/{category_id}/metafields
BigCommerce Get Category Metafields
getCategoryMetafields 15 params → 200404
POST
/catalog/categories/{category_id}/metafields
BigCommerce Create a Category Metafield
createCategoryMetafield 3 params body → 200409422
GET
/catalog/categories/{category_id}/metafields/{metafield_id}
BigCommerce Get a Category Metafield
getCategoryMetafield 5 params → 200404
PUT
/catalog/categories/{category_id}/metafields/{metafield_id}
BigCommerce Update a Category Metafield
updateCategoryMetafield 4 params body → 200404
DELETE
/catalog/categories/{category_id}/metafields/{metafield_id}
BigCommerce Delete a Category Metafield
deleteCategoryMetafield 3 params → 204
GET
/catalog/products/{product_id}/variants/{variant_id}/metafields
BigCommerce Get Product Variant Metafields
getProductVariantMetafields 10 params → 200404
POST
/catalog/products/{product_id}/variants/{variant_id}/metafields
BigCommerce Create a Product Variant Metafield
createProductVariantMetafield 5 params body → 200409422
GET
/catalog/products/{product_id}/variants/{variant_id}/metafields/{metafield_id}
BigCommerce Get a Product Variant Metafields
getProductVariantMetafield 6 params → 200404
PUT
/catalog/products/{product_id}/variants/{variant_id}/metafields/{metafield_id}
BigCommerce Update Product Variant Metafields
updateProductVariantMetafield 5 params body → 200404
DELETE
/catalog/products/{product_id}/variants/{variant_id}/metafields/{metafield_id}
BigCommerce Delete a Product Variant Metafield
deleteProductVariantMetafield 4 params → 204
GET
/catalog/products/{product_id}/metafields
BigCommerce Get Product Metafields
getProductMetafields 8 params → 200404
POST
/catalog/products/{product_id}/metafields
BigCommerce Create a Product Metafield
createProductMetafield 3 params body → 200409422
GET
/catalog/products/{product_id}/metafields/{metafield_id}
BigCommerce Get a Product Metafield
getProductMetafield 5 params → 200404
PUT
/catalog/products/{product_id}/metafields/{metafield_id}
BigCommerce Update a Product Metafield
updateProductMetafield 4 params body → 200404
DELETE
/catalog/products/{product_id}/metafields/{metafield_id}
BigCommerce Delete a Product Metafield
deleteProductMetafield 3 params → 204
GET
/channels/{channel_id}/metafields
BigCommerce Get Channel Metafields
getChannelMetafields 7 params → 200
POST
/channels/{channel_id}/metafields
BigCommerce Create a Channel Metafield
createChannelMetafield 3 params body → 200
GET
/channels/{channel_id}/metafields/{metafield_id}
BigCommerce Get a Channel Metafield
getChannelMetafield 3 params → 200
PUT
/channels/{channel_id}/metafields/{metafield_id}
BigCommerce Update a Channel Metafield
updateChannelMetafield 4 params body → 200
DELETE
/channels/{channel_id}/metafields/{metafield_id}
BigCommerce Delete a Channel Metafield
deleteChannelMetafield 3 params → 204
GET
/orders/{order_id}/metafields
BigCommerce Get Order Metafields
getOrderMetafields 7 params → 200404
POST
/orders/{order_id}/metafields
BigCommerce Create Metafields
createOrderMetafield 3 params body → 200409422
GET
/orders/{order_id}/metafields/{metafield_id}
BigCommerce Get a Metafield
getOrderMetafield 3 params → 200404
PUT
/orders/{order_id}/metafields/{metafield_id}
BigCommerce Update a Metafield
updateOrderMetafield 4 params body → 200404
DELETE
/orders/{order_id}/metafields/{metafield_id}
BigCommerce Delete a Metafield
deleteOrderMetafield 3 params → 204

Schemas 31

The contract defines 31 schemas that model the data the API accepts and returns. The most detailed are MetafieldBase_2 (7 properties), MetafieldBase (7 properties), pagination_Full (6 properties), MetafieldBase_Post_2 (5 properties). Each schema is shown below with its type and property counts.

metaEmpty_Full
object
Response metadata.
CollectionMeta_2
object
Data about the response, including pagination and collection totals.
1 property
Meta
object
1 property
ErrorResponse
object
5 properties
MetaFieldCollectionResponse_2
object
Response payload for the BigCommerce API.
2 properties
metafield_Post
object
Metafield for products, categories, variants, and brands. The max number of metafields allowed on each product, category, variant, or brand is 250. For more in…
5 properties 4 required
pagination_Full
object
Data about the response, including pagination and collection totals.
6 properties
Metafield
Allows app partners to write custom data to various resources in the API.
MetafieldBase_Put
object
Common Metafield properties.
5 properties
metaCollection_Full
object
Data about the response, including pagination and collection totals.
1 property
ErrorResponse_2
MetafieldBase_2
object
Common Metafield properties.
7 properties 1 required
MetafieldBase
object
Common Metafield properties.
7 properties 1 required
metafield_Put
object
Metafield for products, categories, variants, and brands. The max number of metafields allowed on each product, category, variant, or brand 250. For more infor…
5 properties
CollectionMeta
object
Data about the response, including pagination and collection totals.
1 property
metafield_Base_3
object
Metafield for products, categories, variants, and brands; the max number of metafields allowed on each is 50. For more information, see [Platform Limits](https…
5 properties 4 required
Metafield_2
Allows app partners to write custom data to various resources in the API.
categoriesTreeNode_Full
object
Used to reflect parent < child category relationships. Used by Category Tree.
5 properties
metafield_Base_4
object
Metafield for products, categories, variants, and brands; the max number of metafields allowed on each is 250. For more information, see [Platform Limits](http…
5 properties 4 required
MetafieldBase_Post
object
Common Metafield properties.
5 properties 4 required
metafield_Full
MetafieldResponse_2
Response payload for the BigCommerce API.
metafield_Base_2
object
Metafield for products, categories, variants, and brands; the max number of metafields allowed on each is 50. For more information, see [Platform Limits (Help…
5 properties 4 required
categoriesTree_Resp
object
Returns the categories tree, a nested lineage of the categories with parent-child relationship. The Category objects returned are simplified versions of the ca…
2 properties
MetafieldPut
The model for a PUT to update metafield.
MetafieldBase_Post_2
object
Common Metafield properties.
5 properties 4 required
NotFound
object
Error payload for the BigCommerce API.
4 properties
MetafieldResponse
Response payload for the BigCommerce API.
error_Base
object
Error payload for the BigCommerce API.
3 properties
metafield_Base
object
Metafield for products, categories, variants, and brands; the max number of metafields allowed on each is 50. For more information, see [Platform Limits](https…
5 properties 4 required
MetaFieldCollectionResponse
object
Response payload for the BigCommerce API.
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

bigcommerce-metafields-api-openapi.yml Raw ↑

Other APIs BigCommerce publishes across the network.

Big Commerce Inventory
Big Commerce Locations
Big Commerce Customer Segmentation
Big Commerce Promotions
Big Commerce Promotion Settings
Big Commerce Pickup Methods
Big Commerce Storefront Pickup Options
Big Commerce Transactions
BigCommerce Abandoned Cart Emails API
BigCommerce Abandoned Cart Settings API
BigCommerce Abandoned Carts API
BigCommerce Abandoned Carts Settings API
Where this information came from

This is an independent, third-party profile of BigCommerce Metafields API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.