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. |
|
StoreID | integer |
None. |
|
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": "6iXCvmZ1RkikIyLPi0AXHg==", "pluGuid": "bec225ea-7566-4846-a423-22cf8b40171e", "supplierIdentifier": "Do9Z/KVvP0CjjxdVYZvdyQ==", "supplierGuid": "fc598f0e-6fa5-403f-a38f-1755619bddc9", "storeID": 2, "price": 3, "cost": 4, "cartonCost": 5 }
application/xml, text/xml
Sample:
<ProductFastPricingChange xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://gapsolutions.com.au/schema/ezimanager"> <CartonCost>5</CartonCost> <Cost>4</Cost> <PLUG_UID>6iXCvmZ1RkikIyLPi0AXHg==</PLUG_UID> <PluGuid>bec225ea-7566-4846-a423-22cf8b40171e</PluGuid> <Price>3</Price> <StoreID>2</StoreID> <SupplierGuid>fc598f0e-6fa5-403f-a38f-1755619bddc9</SupplierGuid> <SupplierIdentifier>Do9Z/KVvP0CjjxdVYZvdyQ==</SupplierIdentifier> </ProductFastPricingChange>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.