Skip to main content
Version: v1.0.0(int)

Products

SKUs and the SKU type taxonomy.

Endpoints E076E086. Each maps 1:1 to the L3 workflow with the same number — see the master endpoints table for the flat view.

Writes

  • E076 POST /skus — Create SKU → W076
  • E079 PATCH /skus/:id — Update SKU → W079
  • E080 DELETE /skus/:id — Delete SKU → W080
  • E086 POST /skus/bulk-import — Bulk-import SKUs → W086
  • E081 POST /sku-types — Create SKU type → W081
  • E083 PATCH /sku-types/:id — Update SKU type → W083
  • E084 DELETE /sku-types/:id — Delete SKU type → W084

Reads

  • E078 GET /skus/:id — Get SKU detail → W078
  • E077 GET /skus — List SKUs → W077
  • E082 GET /sku-types — List SKU types → W082
  • E085 GET /sku-types/:id/in-use — Check if SKU type is in use → W085