Saltar al contenido principal
GET
/
v1
/
items
/
skus
/
{skuReference}
/
unresolvedInputs
/
{recipeReference}
Get the input SKUs required to manufacture this SKU that cannot be resolved because they are missing or ambiguous
curl --request GET \
  --url https://api.bold-factory.com/v1/items/skus/{skuReference}/unresolvedInputs/{recipeReference} \
  --header 'Authorization: Bearer <token>'
{
  "results": [
    {
      "productId": "<string>",
      "product": {
        "id": "<string>",
        "code": "<string>",
        "name": "<string>",
        "externalReference": "<string>"
      },
      "values": [
        {
          "propertyId": "<string>",
          "propertyName": "<string>",
          "displayValue": "<string>",
          "value": "<string>"
        }
      ],
      "matchingSkus": [
        {
          "id": "<string>",
          "externalReference": "<string>",
          "code": "<string>",
          "name": "<string>",
          "status": "<string>",
          "productId": "<string>",
          "managesLots": true,
          "unit": {
            "id": "<string>",
            "code": "<string>",
            "name": "<string>"
          },
          "displayDecimalPlaces": 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
recipeReference
string
requerido

Respuesta

OK

results
object[]
requerido
totalCount
integer<int32>
requerido