Skip to content
Guides
API reference
stablepromotion:read

List order bumps

GET/v1/order-bumps

Authorization

bearerAuth
AuthorizationBearer <token>

OAuth2 access token issued by Ecomiq Auth.

In: header

Response Body

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  }]