BigCommerce
Catalog API
Images

Catalog - Product modifiers

Create product modifier Image

POST /catalog/products/{product_id}/modifiers/{modifier_id}/values/{value_id}/image

Request

Creates a Modifier Image.

The image will show on the storefront when the value is selected.

Required Fields

  • image_file: Form posts are the only accepted upload option.

Authentication

  • X-Auth-Token in header
    required

Parameters

  • store_hash in path - string
  • Content-Type in header with default of application/json - string
    required

    The MIME type of the request body.

Response

Body

object | application/json

Image Response returns for:

  • Create Variant Image
  • Create Modifier Image
  • Create Category Image
  • Create Brand Image
  • data
    object

    An object containing a publicly accessible image URL, or a form post that contains an image file.

  • meta
    object

    Response metadata.

example

Did you find what you were looking for?