Skip to content
Guides
API reference
stablepromotion:create

Create order bump

POST/v1/order-bumps

Authorization

bearerAuth
AuthorizationBearer <token>

OAuth2 access token issued by Ecomiq Auth.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X POST "https://example.com/v1/order-bumps" \  -H "Content-Type: application/json" \  -d '{    "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  }'
"string"