Specs
Specs are used to capture user input when adding a Product to an Order. At its simplest, a spec is a name/value pair. A spec value may have a price markup or markdown associated with it. In more advanced scenarios, specs can drive the product SKU. For example, a product may be available in 3 colors and 3 sizes and therefore have a total of 9 SKUs. **The OrderCloud platform will choose the correct SKU based on the user-selected color and size specs**.
Get a list of specs.
postCreate a new spec.
getGet a single spec.
putCreate or update a spec.
deleteDelete a spec.
patchPartially update a spec.
getGet a list of spec options.
postCreate a new spec option.
getGet a single spec option.
putCreate or update a spec option.
deleteDelete a spec option.
patchPartially update a spec option.
deleteDelete a spec product assignment.
getGet a list of spec product assignments.
postCreate or update a spec product assignment.