BigCommerce · Example Payload

Bigcommerce Upsertcategorytrees Example

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Bigcommerce Upsertcategorytrees Example is an example object payload from BigCommerce, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "upsertCategoryTrees",
  "method": "PUT",
  "path": "/catalog/trees",
  "summary": "BigCommerce Upsert Category Trees",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "data": [
          {
            "id": 0,
            "name": "string",
            "channels": [
              0
            ]
          }
        ],
        "meta": {}
      }
    },
    {
      "status": "422",
      "contentType": "application/json",
      "example": {
        "status": 0,
        "title": "string",
        "type": "string",
        "instance": "string",
        "errors": {
          "additionalProp1": "string",
          "additionalProp2": "string",
          "additionalProp3": "string"
        }
      }
    }
  ]
}