PUT api/store/{storeID}/product/{id}/fastprice
Request Information
Deprecated Replace with 'POST api/store/{storeID}/product/{id}/fastPricing' using CartonCost field. Removed after 31 Dec 2025
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
storeID | integer |
Required |
|
id | globally unique identifier |
Required |
Body Parameters
ProductFastPricingChangeName | Description | Type | Additional information |
---|---|---|---|
PLUG_UID | Collection of byte |
None. |
|
PluGuid | globally unique identifier |
None. |
|
SupplierIdentifier | Collection of byte |
Deprecated. |
|
SupplierGuid | globally unique identifier |
Deprecated. |
|
Price |
The new price of the product |
integer |
None. |
Cost |
The new cost of the product |
integer |
None. |
CartonCost |
The new carton cost of the product |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "pluG_UID": "Zzv8vhMpK0SrTcDoJqbhow==", "pluGuid": "befc3b67-2913-442b-ab4d-c0e826a6e1a3", "supplierIdentifier": "u4yIxuO7WUuGNRjfKWgaQw==", "supplierGuid": "c6888cbb-bbe3-4b59-8635-18df29681a43", "price": 2, "cost": 3, "cartonCost": 4 }
application/xml, text/xml
Sample:
<ProductFastPricingChange xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://gapsolutions.com.au/schema/ezimanager"> <CartonCost>4</CartonCost> <Cost>3</Cost> <PLUG_UID>Zzv8vhMpK0SrTcDoJqbhow==</PLUG_UID> <PluGuid>befc3b67-2913-442b-ab4d-c0e826a6e1a3</PluGuid> <Price>2</Price> <SupplierGuid>c6888cbb-bbe3-4b59-8635-18df29681a43</SupplierGuid> <SupplierIdentifier>u4yIxuO7WUuGNRjfKWgaQw==</SupplierIdentifier> </ProductFastPricingChange>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.