Skip to main content
POST
Retrieve a category

Authorizations

Authorization
string
header
required

An API key from Settings → API keys in Arcade Studio.

Body

application/json
categoryId
string
required

Category ID, from categories.list

Minimum string length: 1
selections
object

The values you have decided, option key to option value, in any number including none; options you leave out are open

Response

200 - application/json

OK

categoryId
string
required

Category ID, from categories.list

Minimum string length: 1
name
string
required
options
object[]
required
selections
object
required

A complete selection that keeps every value you sent: each open option takes its default where that can still be made, else another available value. Pass it to products.create when canManufacture is true

canManufacture
boolean
required

Whether selections can be made; products.create uses the lowest-priced maker that can make it. False when the values you sent cannot be made together, and selections then fills the open options with their defaults