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, text/json
Sample:
{
"priceLevels": [
{
"$id": "2",
"id": 1,
"priceLevelIdentifier": "GkPiM/aX5kSrJ4VgxelE2w==",
"priceLevelIdentifierGuid": "33e2431a-97f6-44e6-ab27-8560c5e944db",
"pluG_UID": "nWpSiOhprEull+59NDtW2w==",
"pluGuid": "88526a9d-69e8-4bac-a597-ee7d343b56db",
"price": 4,
"changeType": 5,
"linkedPriceLevelIdentifier": "+8TydRGISkSkohCFSeFshA==",
"linkedPriceLevelIdentifierGuid": "75f2c4fb-8811-444a-a4a2-108549e16c84",
"updated": "2026-04-03T06:22:02.2601299",
"priceLevelName": "sample string 7",
"storeIDs": [
1,
2
]
},
{
"$ref": "2"
}
],
"storeIDs": [
1,
2
]
}
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>
<ChangeType>5</ChangeType>
<ID>1</ID>
<LinkedPriceLevelIdentifier>+8TydRGISkSkohCFSeFshA==</LinkedPriceLevelIdentifier>
<LinkedPriceLevelIdentifierGuid>75f2c4fb-8811-444a-a4a2-108549e16c84</LinkedPriceLevelIdentifierGuid>
<PLUG_UID>nWpSiOhprEull+59NDtW2w==</PLUG_UID>
<PluGuid>88526a9d-69e8-4bac-a597-ee7d343b56db</PluGuid>
<Price>4</Price>
<PriceLevelIdentifier>GkPiM/aX5kSrJ4VgxelE2w==</PriceLevelIdentifier>
<PriceLevelIdentifierGuid>33e2431a-97f6-44e6-ab27-8560c5e944db</PriceLevelIdentifierGuid>
<PriceLevelName>sample string 7</PriceLevelName>
<StoreIDs xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:int>1</d4p1:int>
<d4p1:int>2</d4p1:int>
</StoreIDs>
<Updated>2026-04-03T06:22:02.2601299+00:00</Updated>
</ProductPriceLevel>
<ProductPriceLevel>
<ChangeType>5</ChangeType>
<ID>1</ID>
<LinkedPriceLevelIdentifier>+8TydRGISkSkohCFSeFshA==</LinkedPriceLevelIdentifier>
<LinkedPriceLevelIdentifierGuid>75f2c4fb-8811-444a-a4a2-108549e16c84</LinkedPriceLevelIdentifierGuid>
<PLUG_UID>nWpSiOhprEull+59NDtW2w==</PLUG_UID>
<PluGuid>88526a9d-69e8-4bac-a597-ee7d343b56db</PluGuid>
<Price>4</Price>
<PriceLevelIdentifier>GkPiM/aX5kSrJ4VgxelE2w==</PriceLevelIdentifier>
<PriceLevelIdentifierGuid>33e2431a-97f6-44e6-ab27-8560c5e944db</PriceLevelIdentifierGuid>
<PriceLevelName>sample string 7</PriceLevelName>
<StoreIDs xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:int>1</d4p1:int>
<d4p1:int>2</d4p1:int>
</StoreIDs>
<Updated>2026-04-03T06:22:02.2601299+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.