BigCommerce · Schema

product_Put

The model for a PUT to update a product.

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS
View JSON Schema on GitHub

JSON Schema

bigcommerce-product-put-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/product_Put",
  "title": "product_Put",
  "description": "The model for a PUT to update a product.",
  "allOf": [
    {
      "$ref": "#/components/schemas/product_Base"
    },
    {
      "type": "object"
    }
  ],
  "x-internal": false
}