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": "/Md8QvPdGEKriU+As8jehg==", "pluGuid": "427cc7fc-ddf3-4218-ab89-4f80b3c8de86", "supplierIdentifier": "SDJCMx1Tx0i9DTTa33kx0g==", "supplierGuid": "33423248-531d-48c7-bd0d-34dadf7931d2", "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>/Md8QvPdGEKriU+As8jehg==</PLUG_UID> <PluGuid>427cc7fc-ddf3-4218-ab89-4f80b3c8de86</PluGuid> <Price>2</Price> <SupplierGuid>33423248-531d-48c7-bd0d-34dadf7931d2</SupplierGuid> <SupplierIdentifier>SDJCMx1Tx0i9DTTa33kx0g==</SupplierIdentifier> </ProductFastPricingChange>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.