Saltar al contenido principal
GET
/
v1
/
warehouse
/
value
Gets the total value of all sku units
curl --request GET \
  --url https://api.bold-factory.com/v1/warehouse/value \
  --header 'Authorization: Bearer <token>'
{
  "totalValue": {
    "amount": 123,
    "currency": "<string>"
  }
}

Autorizaciones

Authorization
string
header
requerido

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

Respuesta

OK

totalValue
object
requerido