Saltar al contenido principal
GET
/
v1
/
items
/
products
/
{productReference}
/
properties
Get all properties assigned to a specific product
curl --request GET \
  --url https://api.bold-factory.com/v1/items/products/{productReference}/properties \
  --header 'Authorization: Bearer <token>'
{
  "results": [
    {
      "productId": "<string>",
      "product": {
        "id": "<string>",
        "externalReference": "<string>",
        "code": "<string>",
        "name": "<string>",
        "description": "<string>",
        "deletedAt": "2023-11-07T05:31:56Z",
        "createdAt": "2023-11-07T05:31:56Z",
        "createdBy": "<string>",
        "lastModifiedAt": "2023-11-07T05:31:56Z",
        "lastModifiedBy": "<string>"
      },
      "propertyId": "<string>",
      "property": {
        "id": "<string>",
        "externalReference": "<string>",
        "name": "<string>",
        "createdAt": "2023-11-07T05:31:56Z",
        "createdBy": "<string>",
        "lastModifiedAt": "2023-11-07T05:31:56Z",
        "lastModifiedBy": "<string>"
      }
    }
  ],
  "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

productReference
string
requerido

Respuesta

OK

results
object[]
requerido
totalCount
integer<int32>
requerido