PATCH v3/baskets/{id}/merchandise/{merchandiseItemId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

merchandiseItemId

string

Required

Body Parameters

MerchandiseItemPatch
NameDescriptionTypeAdditional information
Reference

string

None.

OverriddenPrice

decimal number

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json

Sample:
{
  "reference": "sample string 1"
}

text/xml

Sample:
<MerchandiseItemPatch>
  <Reference>sample string 1</Reference>
</MerchandiseItemPatch>

Response Information

Resource Description

MerchandiseItem
NameDescriptionTypeAdditional information
Barcode

string

None.

StockItem

StockItem

None.

Delivered

boolean

None.

Offer

Offer

None.

CustomItems

Collection of CustomItem

None.

Discount

The amount this item has been discounted by from any offers.

decimal number

None.

OriginalPrice

The original price of the item, before it was overridden.

decimal number

None.

Price

The nominal price of the item, before any commissions, discounts etc. have been applied.

decimal number

None.

PriceOverridden

If true, the nominal price of the item (before commissions, discounts etc.) has been overridden. Price contains the overridden price; OriginalPrice contains the price before it was overridden

boolean

None.

Total

The total price of the item after any commissions, discounts etc. have been applied.

decimal number

None.

Id

string

None.

Response Formats

application/json, text/xml

Sample:

Sample not available.