Saltar al contenido
Guías
Referencia de API
establepromotion:read

Listar ofertas adicionales

GET/v1/order-bumps

Autorización

bearerAuth
AutorizaciónBearer <token>

Token de acceso OAuth 2.0 emitido por Ecomiq Auth.

Ubicación: header

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/order-bumps"
[  {    "id": "string",    "storeId": "string",    "name": "string",    "description": null,    "status": "draft",    "productId": "string",    "variantId": "string",    "offerPrice": null,    "minimumCartSubtotal": null,    "priority": 0,    "maxPerCart": 0,    "startsAt": null,    "endsAt": null,    "badgeLabel": null,    "callToAction": null,    "createdOn": "2019-08-24T14:15:22Z",    "updatedOn": null  }]