Saltar al contenido principal
GET
/
v1
/
warehouse
/
counts
/
{countReference}
/
skus
Get the skus registered in a count
curl --request GET \
  --url https://api.bold-factory.com/v1/warehouse/counts/{countReference}/skus \
  --header 'Authorization: Bearer <token>'
{
  "results": [
    {
      "countId": "<string>",
      "locationId": "<string>",
      "location": {
        "id": "<string>",
        "externalReference": "<string>",
        "name": "<string>",
        "createdAt": "2023-11-07T05:31:56Z",
        "createdBy": "<string>",
        "lastModifiedAt": "2023-11-07T05:31:56Z",
        "lastModifiedBy": "<string>"
      },
      "skuId": "<string>",
      "sku": {
        "id": "<string>",
        "code": "<string>",
        "externalReference": "<string>",
        "name": "<string>",
        "managesLots": true,
        "stock": 123,
        "unit": {
          "id": "<string>",
          "code": "<string>",
          "name": "<string>"
        },
        "displayDecimalPlaces": 123
      },
      "stockBeforeApplying": 123,
      "adjustment": 123,
      "currentStock": 123,
      "stockAfter": 123,
      "lastCountedAt": "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

countReference
string
requerido

Respuesta

OK

results
object[]
requerido
totalCount
integer<int32>
requerido