POST api/product/{guid}/pricelevels
Save price level for master product
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| guid |
Master 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>yRoTc0n6UkOR3KLVt7YqyQ==</LinkedPriceLevelIdentifier>
<LinkedPriceLevelIdentifierGuid>73131ac9-fa49-4352-91dc-a2d5b7b62ac9</LinkedPriceLevelIdentifierGuid>
<Online>true</Online>
<PLUG_UID>zQWFk4mV6Euphg4L+zvV0w==</PLUG_UID>
<PluGuid>938505cd-9589-4be8-a986-0e0bfb3bd5d3</PluGuid>
<Price>6</Price>
<PriceLevelIdentifier>VDqKHrf1Jkup5fC6IwKHiw==</PriceLevelIdentifier>
<PriceLevelIdentifierGuid>1e8a3a54-f5b7-4b26-a9e5-f0ba2302878b</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:34:22.4043628+00:00</Updated>
</ProductPriceLevel>
<ProductPriceLevel>
<BasedOn>5</BasedOn>
<ChangeType>7</ChangeType>
<ID>1</ID>
<LinkedPriceLevelIdentifier>yRoTc0n6UkOR3KLVt7YqyQ==</LinkedPriceLevelIdentifier>
<LinkedPriceLevelIdentifierGuid>73131ac9-fa49-4352-91dc-a2d5b7b62ac9</LinkedPriceLevelIdentifierGuid>
<Online>true</Online>
<PLUG_UID>zQWFk4mV6Euphg4L+zvV0w==</PLUG_UID>
<PluGuid>938505cd-9589-4be8-a986-0e0bfb3bd5d3</PluGuid>
<Price>6</Price>
<PriceLevelIdentifier>VDqKHrf1Jkup5fC6IwKHiw==</PriceLevelIdentifier>
<PriceLevelIdentifierGuid>1e8a3a54-f5b7-4b26-a9e5-f0ba2302878b</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:34:22.4043628+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.