v2

latestOpenAPI 3.1.02026-07-26102336742.6 KB
Promotions

Get a promotion by id

Rate limit: 100 requests / 10 seconds per shop. See Rate limiting.

Returns a promotion by id

get/open-api/v1.0/promotions/{promotionId}

Path parameters

promotionIdstring required

Response

OK

OR
OR
OR
OR

Example response

{
  "discount": {
    "money": {
      "value": 10,
      "currency": "USD"
    }
  },
  "requirements": {
    "minimumOrderValue": {
      "value": 10,
      "currency": "USD"
    }
  }
}