docs
  1. Storefront Api
  2. Resources
  3. Baskets
  4. Get Applicable Promotions By Code

Get Applicable Promotions by Code

Get applicable promotions by code

Path Parameters

ParameterDetails
basketId
  • required
string
Example:
fySXbTJxa9q_xu_t8edGOHYeJSpaxe7A

Query Parameters

ParameterDetails
campaignKey
string
Example:
e6413f96-b47c-4be1-be61-d2206adeae71
pricePromotionKey
string
Example:
promotion-key-123
includeItemsWithoutProductData
boolean
Example:
true
with
Array of strings
string
Example:
[
  "items.product.attributes"
]
shopId
integer
Example:
10001

Header Parameters

ParameterDetails
X-Shop-Id
integer
Example:
10001
X-Order-Custom-Data
string
Example:
YWJjMTIz
X-Customer-Token
string
Example:
yJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3O DkwIi
X-Access-Token
  • required
string
Example:
f36POk6yJV_adQssw5c

Request body

ParameterDetails
promotionCode
  • required
string

Responses

200
The Basket Item was returned sucessfully with applicable promotions.
application/json
Success
keyrequired
string
required
Array of object
required
object
required
Array of object
Array of object
400
Required query parameter missing / invalid
application/json
Error
401
Authentication information is missing or invalid
application/json
Error
404
The specified resource was not found
application/json
Error
423
Dependency is currently locked due to another request, please retry.
application/json
Error
424
The API Request failed due to an underlying dependency error.
application/json
Error
429
Triggered when a client exceeds the API request limit.
application/json
Error
POST/v1/baskets/{basketId}/promotion-code

Request samples

Response samples

200
Content type: application/json
Provide Feedback