GET api/product/{guid}/campaignPrices?todayOnly={todayOnly}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| guid | globally unique identifier |
Required |
|
| Plu | integer |
None. |
|
| PluGuid | globally unique identifier |
None. |
|
| PluG_UID | Collection of byte |
None. |
|
| Stores |
Used to avoid store ID lookups where needed |
Collection of integer |
None. |
| NormalPrice | integer |
None. |
|
| Cost | integer |
None. |
|
| Break1 | integer |
None. |
|
| Price1 | integer |
None. |
|
| Break2 | integer |
None. |
|
| Price2 | integer |
None. |
|
| Break3 | integer |
None. |
|
| Price3 | integer |
None. |
|
| DiscountPrice | integer |
None. |
|
| MemberDiscountPrice | integer |
None. |
|
| AcceptedUtc | date |
None. |
|
| PriceChangeType | PriceChangeType |
None. |
|
| CostDecimals | integer |
None. |
|
| CostCalcMethod | integer |
None. |
|
| TargetCampaignPriceGtOrEquNormal | boolean |
None. |
|
| todayOnly | boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
CampaignPrices| Name | Description | Type | Additional information |
|---|---|---|---|
| PluPrices |
Current product pricing |
ProductPrices |
None. |
| NormalPluPrices |
The set of campaign prices as they are after processing for PriceChange campaigns, but not yet applied to CampaignOrSale campaigns |
ProductPrices |
None. |
| WinningCampaign |
Winning campaign index |
integer |
None. |
| Winner |
Winning campaign record |
CampaignDetails |
None. |
| Details |
campaign list |
Collection of CampaignDetails |
None. |
Response Formats
application/json, text/json
Sample:
{
"pluPrices": {
"$id": "2",
"plu": 1,
"pluG_UID": "QEA=",
"stores": [
1,
2
],
"normalPrice": 1,
"cost": 2,
"break1": 3,
"price1": 4,
"break2": 5,
"price2": 6,
"break3": 7,
"price3": 8,
"discountPrice": 9,
"memberDiscountPrice": 10,
"acceptedUtc": "2026-06-03T18:36:09.4951913",
"priceChangeType": 0,
"costDecimals": 11,
"costCalcMethod": 12,
"targetCampaignPriceGtOrEquNormal": true
},
"normalPluPrices": {
"$ref": "2"
},
"winningCampaign": 1,
"winner": {
"$id": "3",
"campaignName": "sample string 1",
"campaignDescription": "sample string 2",
"talkerText": "sample string 3",
"disableWasSave": true,
"startDate": "2026-06-03T18:36:09.4951913",
"startTime": 5,
"endDate": "2026-06-03T18:36:09.4951913",
"endTime": 6,
"newPrice": 7,
"newCost": 8,
"newCostDecimals": 9,
"pctDiscount": 10,
"promoType": 1,
"promotionTypeCode": "sample string 11",
"hostType": 12,
"hostIdentifier": "uBFLK2laGEycRqqFLFd5rw==",
"hostIdentifierGuid": "2b4b11b8-5a69-4c18-9c46-aa852c5779af",
"storeNames": [
"sample string 1",
"sample string 2"
]
},
"details": [
{
"$ref": "3"
},
{
"$ref": "3"
}
]
}
application/xml, text/xml
Sample:
<CampaignPrices xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.EMC.Campaigns">
<Details>
<CampaignDetails>
<CampaignDescription>sample string 2</CampaignDescription>
<CampaignName>sample string 1</CampaignName>
<DisableWasSave>true</DisableWasSave>
<EndDate>2026-06-03T18:36:09.4951913+00:00</EndDate>
<EndTime>6</EndTime>
<HostIdentifier>uBFLK2laGEycRqqFLFd5rw==</HostIdentifier>
<HostIdentifierGuid>2b4b11b8-5a69-4c18-9c46-aa852c5779af</HostIdentifierGuid>
<HostType>12</HostType>
<NewCost>8</NewCost>
<NewCostDecimals>9</NewCostDecimals>
<NewPrice>7</NewPrice>
<PctDiscount>10</PctDiscount>
<PromoType>1</PromoType>
<PromotionTypeCode>sample string 11</PromotionTypeCode>
<StartDate>2026-06-03T18:36:09.4951913+00:00</StartDate>
<StartTime>5</StartTime>
<StoreNames xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:string>sample string 1</d4p1:string>
<d4p1:string>sample string 2</d4p1:string>
</StoreNames>
<TalkerText>sample string 3</TalkerText>
</CampaignDetails>
<CampaignDetails>
<CampaignDescription>sample string 2</CampaignDescription>
<CampaignName>sample string 1</CampaignName>
<DisableWasSave>true</DisableWasSave>
<EndDate>2026-06-03T18:36:09.4951913+00:00</EndDate>
<EndTime>6</EndTime>
<HostIdentifier>uBFLK2laGEycRqqFLFd5rw==</HostIdentifier>
<HostIdentifierGuid>2b4b11b8-5a69-4c18-9c46-aa852c5779af</HostIdentifierGuid>
<HostType>12</HostType>
<NewCost>8</NewCost>
<NewCostDecimals>9</NewCostDecimals>
<NewPrice>7</NewPrice>
<PctDiscount>10</PctDiscount>
<PromoType>1</PromoType>
<PromotionTypeCode>sample string 11</PromotionTypeCode>
<StartDate>2026-06-03T18:36:09.4951913+00:00</StartDate>
<StartTime>5</StartTime>
<StoreNames xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:string>sample string 1</d4p1:string>
<d4p1:string>sample string 2</d4p1:string>
</StoreNames>
<TalkerText>sample string 3</TalkerText>
</CampaignDetails>
</Details>
<NormalPluPrices xmlns:d2p1="http://schemas.datacontract.org/2004/07/EziManager.Models.EMC.Products">
<d2p1:AcceptedUtc>2026-06-03T18:36:09.4951913+00:00</d2p1:AcceptedUtc>
<d2p1:Break1>3</d2p1:Break1>
<d2p1:Break2>5</d2p1:Break2>
<d2p1:Break3>7</d2p1:Break3>
<d2p1:Cost>2</d2p1:Cost>
<d2p1:CostCalcMethod>12</d2p1:CostCalcMethod>
<d2p1:CostDecimals>11</d2p1:CostDecimals>
<d2p1:DiscountPrice>9</d2p1:DiscountPrice>
<d2p1:MemberDiscountPrice>10</d2p1:MemberDiscountPrice>
<d2p1:NormalPrice>1</d2p1:NormalPrice>
<d2p1:Plu>1</d2p1:Plu>
<d2p1:PluG_UID>QEA=</d2p1:PluG_UID>
<d2p1:PluGuid i:nil="true" />
<d2p1:Price1>4</d2p1:Price1>
<d2p1:Price2>6</d2p1:Price2>
<d2p1:Price3>8</d2p1:Price3>
<d2p1:PriceChangeType>None</d2p1:PriceChangeType>
<d2p1:Stores xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:int>1</d3p1:int>
<d3p1:int>2</d3p1:int>
</d2p1:Stores>
<d2p1:TargetCampaignPriceGtOrEquNormal>true</d2p1:TargetCampaignPriceGtOrEquNormal>
</NormalPluPrices>
<PluPrices xmlns:d2p1="http://schemas.datacontract.org/2004/07/EziManager.Models.EMC.Products">
<d2p1:AcceptedUtc>2026-06-03T18:36:09.4951913+00:00</d2p1:AcceptedUtc>
<d2p1:Break1>3</d2p1:Break1>
<d2p1:Break2>5</d2p1:Break2>
<d2p1:Break3>7</d2p1:Break3>
<d2p1:Cost>2</d2p1:Cost>
<d2p1:CostCalcMethod>12</d2p1:CostCalcMethod>
<d2p1:CostDecimals>11</d2p1:CostDecimals>
<d2p1:DiscountPrice>9</d2p1:DiscountPrice>
<d2p1:MemberDiscountPrice>10</d2p1:MemberDiscountPrice>
<d2p1:NormalPrice>1</d2p1:NormalPrice>
<d2p1:Plu>1</d2p1:Plu>
<d2p1:PluG_UID>QEA=</d2p1:PluG_UID>
<d2p1:PluGuid i:nil="true" />
<d2p1:Price1>4</d2p1:Price1>
<d2p1:Price2>6</d2p1:Price2>
<d2p1:Price3>8</d2p1:Price3>
<d2p1:PriceChangeType>None</d2p1:PriceChangeType>
<d2p1:Stores xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:int>1</d3p1:int>
<d3p1:int>2</d3p1:int>
</d2p1:Stores>
<d2p1:TargetCampaignPriceGtOrEquNormal>true</d2p1:TargetCampaignPriceGtOrEquNormal>
</PluPrices>
<Winner>
<CampaignDescription>sample string 2</CampaignDescription>
<CampaignName>sample string 1</CampaignName>
<DisableWasSave>true</DisableWasSave>
<EndDate>2026-06-03T18:36:09.4951913+00:00</EndDate>
<EndTime>6</EndTime>
<HostIdentifier>uBFLK2laGEycRqqFLFd5rw==</HostIdentifier>
<HostIdentifierGuid>2b4b11b8-5a69-4c18-9c46-aa852c5779af</HostIdentifierGuid>
<HostType>12</HostType>
<NewCost>8</NewCost>
<NewCostDecimals>9</NewCostDecimals>
<NewPrice>7</NewPrice>
<PctDiscount>10</PctDiscount>
<PromoType>1</PromoType>
<PromotionTypeCode>sample string 11</PromotionTypeCode>
<StartDate>2026-06-03T18:36:09.4951913+00:00</StartDate>
<StartTime>5</StartTime>
<StoreNames xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>sample string 1</d3p1:string>
<d3p1:string>sample string 2</d3p1:string>
</StoreNames>
<TalkerText>sample string 3</TalkerText>
</Winner>
<WinningCampaign>1</WinningCampaign>
</CampaignPrices>
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Sample:
PK ���\
��)� 5 xl/workbook.xml � (� ����0��&�C�����N\�z�^`���n
>�P�7o;�����jc�Q�������aӃx2��S��ҽ��:�@e���YEs0
/��^Z�+�Z����qE)!5-�B���)a� gc�����!����_E�PP�JxAIp�mAϔ�\����M�Fqz��$�/tg�0ζ��PK ���\���� � [Content_Types].xml � (� ���J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
���\I�h�' ' _rels/.rels � (� <?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="Ra40615fa475e49df" /></Relationships>PK ���\ʇ�%� + xl/worksheets/sheet1.xml � (� ���n� �_�p��("��v���m�b{�*��"`�>�"Z��mӘ(��;�B~�,{p��50
B�P�F��l�-�7e>*�d:�-p�`v�����B�L��|ps�Ҳ��W�j[Q�O��0L��}e�R�G�j��e��W�� ����� ˼���h��6��cP�{���y3�N�*�4��l
zm���/
�V���V�.�uM"ީUo�H1�Y=��(���c)�$&I���d����t�Re����/���ǫ� !,�YL3��~�����i@ӄQ�f)u��}��d�)"L)c,s��]�]�-�W�*s�F���+>�n����r�7���e����.��-]w[_�-_�["Y �b���kv�q�U����}�vz�zKЫ��M�;w˸~P�r��g���?PK ���\#s��� P xl/_rels/workbook.xml.rels � (� ��An� E��f_�p�*N6�t��c�Hۜ���W(j�֑��&+4��i������m��8x�BY0 �׃�[8%s��n���(S��0G���Mi~�4*��������a�)����TG�#��iX2�I��C��
�:M��`���1Z�� C����(��,2ȓna����U�֜w+ �fj1�G��^�z!Ì,�nXW��w��T�ʀ�9����2^�5�7�qS�ˎky����/PK ���\Ѓc'2 E
xl/styles.xml � (� �S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v �F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}� ��LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK ���\�;�E� � xl/sharedStrings.xml � (� �T]o�0}����y$$@��P��uH�!AՇ�ڌsV'���l�ߵI���M{˹�~��Ο2�<�T,�xm�A�m�^�?���4)Ṁ�݃r���H)�`�P��Ӻ8�}Ew���d�r��Pn}UH ����a��a�uh^
�X�졄��X��Gz���R2
j����7��0����5GHHV��h��� h���\K��%ՇB���,��N���yY��(9�-_�f4��JC�]�5��n�s�9&�9�q�ʻl�Q�S�kpSȳ�6���tQOrT!vB�}�+�ul�͠nÅ�z
gP�pD��3h`Є)�P]th�s�6 ���m���B�!�����;(v9�Y':k�弩����z_���V=�(�9͒�fȄp:��͢;��-�Z`��R�Ӈ�(t\�Ҧ�y�hU n5�m���Bx�Ϩ�v��d�Q�c����'���Tk%�D��#<kt�������Y�5�=Z5�"�{:T�V�|�5�W�:��3�L+���Z�Fl|Y^)4�cL�����G,PDž�a���쎁<�p��^\��n�`3h�H4lui0h
i7j2腴���]�ꌮ���V��ۓ��$��lNق�� ���<��R�� �����u�PK- ���\
��)� 5 xl/workbook.xmlPK- ���\���� � [Content_Types].xmlPK-
���\I�h�' ' V _rels/.relsPK- ���\ʇ�%� + � xl/worksheets/sheet1.xmlPK- ���\#s��� P � xl/_rels/workbook.xml.relsPK- ���\Ѓc'2 E
� xl/styles.xmlPK- ���\�;�E� � t xl/sharedStrings.xmlPK � B
application/vnd.ms-excel
Sample:
PK ���\����� 5 xl/workbook.xml � (� ����0D�&�C��� )��x��})[i�-ik��-H�yۙ�};|��o���G���]c��j�';��;i���{1+�X[��h;'I��5�S��+��B�;Ġ��AZ���S�����l���o�/��bQĀƒ���Ź�%M)q��ã���a"��WLs��wg���PK ���\���� � [Content_Types].xml � (� ���J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
���\~[' ' _rels/.rels � (� <?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="R831ffaeb58474c33" /></Relationships>PK ���\ʇ�%� + xl/worksheets/sheet1.xml � (� ���n� �_�p��("��v���m�b{�*��"`�>�"Z��mӘ(��;�B~�,{p��50
B�P�F��l�-�7e>*�d:�-p�`v�����B�L��|ps�Ҳ��W�j[Q�O��0L��}e�R�G�j��e��W�� ����� ˼���h��6��cP�{���y3�N�*�4��l
zm���/
�V���V�.�uM"ީUo�H1�Y=��(���c)�$&I���d����t�Re����/���ǫ� !,�YL3��~�����i@ӄQ�f)u��}��d�)"L)c,s��]�]�-�W�*s�F���+>�n����r�7���e����.��-]w[_�-_�["Y �b���kv�q�U����}�vz�zKЫ��M�;w˸~P�r��g���?PK ���\�T<� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞8� �i7l�-���㨉m�n�gc���V� �X��j4��'�|���o�D���hME�A#m?���ST
l7�=N"���GHZ1��{�4H���uhRGY?��R?P'�QH�<��/p�$�����R��g+O3����Z19?`l��5Y���-�;ը��y�0, �nj!^&�^��B{U>2�ꘐ���]e��ؿD�.�tZ�jE��u]֕%�$��ћ��|PK ���\Ѓc'2 E
xl/styles.xml � (� �S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v �F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}� ��LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK ���\�;�E� � xl/sharedStrings.xml � (� �T]o�0}����y$$@��P��uH�!AՇ�ڌsV'���l�ߵI���M{˹�~��Ο2�<�T,�xm�A�m�^�?���4)Ṁ�݃r���H)�`�P��Ӻ8�}Ew���d�r��Pn}UH ����a��a�uh^
�X�졄��X��Gz���R2
j����7��0����5GHHV��h��� h���\K��%ՇB���,��N���yY��(9�-_�f4��JC�]�5��n�s�9&�9�q�ʻl�Q�S�kpSȳ�6���tQOrT!vB�}�+�ul�͠nÅ�z
gP�pD��3h`Є)�P]th�s�6 ���m���B�!�����;(v9�Y':k�弩����z_���V=�(�9͒�fȄp:��͢;��-�Z`��R�Ӈ�(t\�Ҧ�y�hU n5�m���Bx�Ϩ�v��d�Q�c����'���Tk%�D��#<kt�������Y�5�=Z5�"�{:T�V�|�5�W�:��3�L+���Z�Fl|Y^)4�cL�����G,PDž�a���쎁<�p��^\��n�`3h�H4lui0h
i7j2腴���]�ꌮ���V��ۓ��$��lNق�� ���<��R�� �����u�PK- ���\����� 5 xl/workbook.xmlPK- ���\���� � � [Content_Types].xmlPK-
���\~[' ' U _rels/.relsPK- ���\ʇ�%� + � xl/worksheets/sheet1.xmlPK- ���\�T<� P � xl/_rels/workbook.xml.relsPK- ���\Ѓc'2 E
� xl/styles.xmlPK- ���\�;�E� � s xl/sharedStrings.xmlPK � A