Referencia de API
Listar listas de precios
GET
/v1/catalog/price-listsAutorización
bearerAuth AutorizaciónBearer <token>
Token de acceso OAuth 2.0 emitido por Ecomiq Auth.
Ubicación: header
Parámetros de consulta
productId?null|string
Cuerpo de la respuesta
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X GET "https://example.com/v1/catalog/price-lists"[ { "id": "string", "name": "string", "currency": "string", "isActive": true, "priority": 0, "scope": "string", "customerId": null, "productId": null, "productIds": [], "categoryIds": [], "tags": [ "string" ], "excludedProductIds": [], "validFrom": null, "validTo": null, "items": [ { "id": "string", "variantId": "string", "unitPrice": 0.1, "compareAtPrice": null, "breaks": [ { "minQuantity": 0, "unitPrice": 0.1 } ] } ], "rules": [ { "minQuantity": 0, "maxQuantity": null, "discountType": "string", "value": 0.1 } ] }]