API reference
Get order bump
GET
/v1/order-bumps/{orderBumpId}Authorization
bearerAuth AuthorizationBearer <token>
OAuth2 access token issued by Ecomiq Auth.
In: header
Path Parameters
orderBumpId*string
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/string"{ "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}