Qodex.ai
Qodex.ai
IntroductionAsk Anything
BigCommerce API V3
{store-hash}/v3/catalog/products-{id}-images
Retrieve images for a single productRetrieve a single product image's data
{store-hash}/v3/catalog/products-{id}
Retrieve a single product with expanded sub-resources
{store-hash}/v3/catalog/products
Retrieve all products with expanded sub-resources
{store hash}/v3-catalog-products-{id}-videos
Retrieve all videos for a single productRetrieve a video on a product
{store hash}/v3-catalog-products-{id}-options
Retrieve an array of product optionsRetrieve a product option
{store hash}/v3-catalog-products-{id}-modifiers-{id}
Retrieve a product modifierAdd an image to a modifier value
{store hash}/v3-catalog-products-{id}-modifiers
Retrieve an array of product modifiers
{store hash}/v3-catalog-products-{id}-variants-{id}
Retrieve a single variantUpload a variant image
{store hash}/v3-catalog-products-{id}-variants
Retrieve a list of variants
{store hash}/v3-catalog-products
Retrieve variant with parameters
{store hash}/v3-catalog-categories-{id}
Retrieve a single categoryCreate an image for a category
{store hash}/v3-catalog-categories
Retrieve categoriesRetrieve category structure/tree
{store hash}/v3-catalog-brands-{id}
Retrieve a brandUpload an image for a brand
{store hash}/v3-catalog-brands
Retrieve brands
{store hash}/v3-catalog
Returns a lightweight inventory summary
{store hash}/v3-customers/subscribers
Returns all newsletter subscribersReturn a single subscriber by ID
Update a product option
Enabled Payment Methods
Get All Payment Methods
Tax Class API
Get a Tax Class
Wishlist API
wishlists-{wishlist id}
Get a WishlistDelete Wishlist Item
wishlists
Create a Wishlist
IntroductionAsk Anything
BigCommerce API V3
{store-hash}/v3/catalog/products-{id}-images
Retrieve images for a single productRetrieve a single product image's data
{store-hash}/v3/catalog/products-{id}
Retrieve a single product with expanded sub-resources
{store-hash}/v3/catalog/products
Retrieve all products with expanded sub-resources
{store hash}/v3-catalog-products-{id}-videos
Retrieve all videos for a single productRetrieve a video on a product
{store hash}/v3-catalog-products-{id}-options
Retrieve an array of product optionsRetrieve a product option
{store hash}/v3-catalog-products-{id}-modifiers-{id}
Retrieve a product modifierAdd an image to a modifier value
{store hash}/v3-catalog-products-{id}-modifiers
Retrieve an array of product modifiers
{store hash}/v3-catalog-products-{id}-variants-{id}
Retrieve a single variantUpload a variant image
{store hash}/v3-catalog-products-{id}-variants
Retrieve a list of variants
{store hash}/v3-catalog-products
Retrieve variant with parameters
{store hash}/v3-catalog-categories-{id}
Retrieve a single categoryCreate an image for a category
{store hash}/v3-catalog-categories
Retrieve categoriesRetrieve category structure/tree
{store hash}/v3-catalog-brands-{id}
Retrieve a brandUpload an image for a brand
{store hash}/v3-catalog-brands
Retrieve brands
{store hash}/v3-catalog
Returns a lightweight inventory summary
{store hash}/v3-customers/subscribers
Returns all newsletter subscribersReturn a single subscriber by ID
Update a product option
Enabled Payment Methods
Get All Payment Methods
Tax Class API
Get a Tax Class
Wishlist API
wishlists-{wishlist id}
Get a WishlistDelete Wishlist Item
wishlists
Create a Wishlist
HomeBigCommerce API V3{store hash}/v3-catalog-products-{id}-modifiers-{id}

{store hash}/v3-catalog-products-{id}-modifiers-{id}

Number of APIs: 2

  1. Retrieve a product modifier GET {{baseUrl}}/:store_hash/v3/catalog/products/:id/modifiers/:id

  2. Add an image to a modifier value POST {{baseUrl}}/:store_hash/v3/catalog/products/:id/modifiers/:id/values/:id/image

Previous
Retrieve a product option
Next
Retrieve a product modifier