Saltar al contenido principal
GET
/
v1
/
items
/
skus
/
{skuReference}
/
inputs
Get the theoretical inputs required to manufacture this sku
curl --request GET \
  --url https://api.bold-factory.com/v1/items/skus/{skuReference}/inputs \
  --header 'Authorization: Bearer <token>'
{
  "results": [
    {
      "skuId": "<string>",
      "quantity": 123
    }
  ],
  "totalCount": 123
}

Autorizaciones

Authorization
string
header
requerido

Use a valid JWT token in the Authorization header with the format 'Bearer {token}'

Parámetros de ruta

skuReference
string
requerido

Respuesta

OK

results
object[]
requerido
totalCount
integer<int32>
requerido