Saltar al contenido principal
GET
/
v1
/
production
/
requests
/
{requestReference}
/
inputs
Get the production inputs planned for a production request
curl --request GET \
  --url https://api.bold-factory.com/v1/production/requests/{requestReference}/inputs \
  --header 'Authorization: Bearer <token>'
{
  "results": [
    {
      "id": "<string>",
      "skuId": "<string>",
      "sku": {
        "id": "<string>",
        "externalReference": "<string>",
        "code": "<string>",
        "name": "<string>",
        "status": "<string>",
        "productId": "<string>",
        "managesLots": true,
        "unit": {
          "id": "<string>",
          "code": "<string>",
          "name": "<string>"
        },
        "displayDecimalPlaces": 123
      },
      "pendingQuantity": 123,
      "stockExpectedAt": "2023-11-07T05:31:56Z"
    }
  ],
  "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

requestReference
string
requerido

Respuesta

OK

results
object[]
requerido
totalCount
integer<int32>
requerido