BigCommerce · Schema

Job Id

The job identifier for theme upload or download.

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
job_id string The job identifier.
View JSON Schema on GitHub

JSON Schema

bigcommerce-jobid-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/JobId",
  "title": "Job Id",
  "description": "The job identifier for theme upload or download.",
  "type": "object",
  "properties": {
    "job_id": {
      "description": "The job identifier.",
      "type": "string"
    }
  },
  "x-internal": false
}