POST api/store/{id}/product/{guid}/pricelevels
Save price level for store product
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Store ID |
integer |
Required |
| guid |
Store Product Guid |
globally unique identifier |
Required |
Body Parameters
price levels
ProductPriceLevelList| Name | Description | Type | Additional information |
|---|---|---|---|
| PriceLevels | Collection of ProductPriceLevel |
None. |
|
| StoreIDs | Collection of integer |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml, text/xml
Sample:
<ProductPriceLevelList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.EMC.Products">
<PriceLevels>
<ProductPriceLevel>
<BasedOn>5</BasedOn>
<ChangeType>7</ChangeType>
<ID>1</ID>
<LinkedPriceLevelIdentifier>x+uworsfvU6DAA2Pgtt2hA==</LinkedPriceLevelIdentifier>
<LinkedPriceLevelIdentifierGuid>a2b0ebc7-1fbb-4ebd-8300-0d8f82db7684</LinkedPriceLevelIdentifierGuid>
<Online>true</Online>
<PLUG_UID>Jimt/brDcE6v7K2mRoa+ig==</PLUG_UID>
<PluGuid>fdad2926-c3ba-4e70-afec-ada64686be8a</PluGuid>
<Price>6</Price>
<PriceLevelIdentifier>KnFjeJ9rmUu7dVwyWv8r4A==</PriceLevelIdentifier>
<PriceLevelIdentifierGuid>7863712a-6b9f-4b99-bb75-5c325aff2be0</PriceLevelIdentifierGuid>
<PriceLevelName>sample string 10</PriceLevelName>
<PriceLevelOnline>true</PriceLevelOnline>
<RoundPrice>true</RoundPrice>
<StoreIDs xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:int>1</d4p1:int>
<d4p1:int>2</d4p1:int>
</StoreIDs>
<Updated>2026-06-03T18:35:50.7771604+00:00</Updated>
</ProductPriceLevel>
<ProductPriceLevel>
<BasedOn>5</BasedOn>
<ChangeType>7</ChangeType>
<ID>1</ID>
<LinkedPriceLevelIdentifier>x+uworsfvU6DAA2Pgtt2hA==</LinkedPriceLevelIdentifier>
<LinkedPriceLevelIdentifierGuid>a2b0ebc7-1fbb-4ebd-8300-0d8f82db7684</LinkedPriceLevelIdentifierGuid>
<Online>true</Online>
<PLUG_UID>Jimt/brDcE6v7K2mRoa+ig==</PLUG_UID>
<PluGuid>fdad2926-c3ba-4e70-afec-ada64686be8a</PluGuid>
<Price>6</Price>
<PriceLevelIdentifier>KnFjeJ9rmUu7dVwyWv8r4A==</PriceLevelIdentifier>
<PriceLevelIdentifierGuid>7863712a-6b9f-4b99-bb75-5c325aff2be0</PriceLevelIdentifierGuid>
<PriceLevelName>sample string 10</PriceLevelName>
<PriceLevelOnline>true</PriceLevelOnline>
<RoundPrice>true</RoundPrice>
<StoreIDs xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:int>1</d4p1:int>
<d4p1:int>2</d4p1:int>
</StoreIDs>
<Updated>2026-06-03T18:35:50.7771604+00:00</Updated>
</ProductPriceLevel>
</PriceLevels>
<StoreIDs xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</StoreIDs>
</ProductPriceLevelList>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.ms-excel
Sample:
Sample not available.