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

Obtener oferta adicional

GET/v1/order-bumps/{orderBumpId}

Autorización

bearerAuth
AutorizaciónBearer <token>

Token de acceso OAuth 2.0 emitido por Ecomiq Auth.

Ubicación: header

Parámetros de ruta

orderBumpId*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/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}