Bundles
Calculate discounts and taxes bundles
Calculate discounts and taxes
Permissions
This endpoint is usually used internally for backend services and does not require user permissions.
post/pub/bundles
Headers
Content-Typestring required
Type of the content being sent.
Acceptstring required
HTTP Client Negotiation Accept Header. Indicates the types of responses the client can understand.
Request body
Example request
{
"origin": "origin",
"salesChannel": "channel",
"profileId": "1",
"items": [
{
"index": 1,
"id": "1",
"quantity": 1,
"isGift": true,
"measurementUnit": "un",
"unitMultiplier": 1,
"priceTags": [
"tag"
],
"params": [
{
"name": "Seller@CatalogSystem",
"value": "1"
}
],
"priceSheet": [
"pricesheet"
],
"logisticsInfos": [
"logistic"
],
"sellerId": "1",
"productSpecifications": [
"spefification"
]
}
]
}Response
OK
Changes
Changed in 3 of the 52 revisions of this API.111
- ●
removed the request property
request-property-removed
This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 11 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲