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-04-03T06:21:56.5234577",
"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-04-03T06:21:56.5234577",
"startTime": 5,
"endDate": "2026-04-03T06:21:56.5234577",
"endTime": 6,
"newPrice": 7,
"newCost": 8,
"newCostDecimals": 9,
"pctDiscount": 10,
"promoType": 1,
"promotionTypeCode": "sample string 11",
"hostType": 12,
"hostIdentifier": "AeBNoC9BfESK309M5Ueq2Q==",
"hostIdentifierGuid": "a04de001-412f-447c-8adf-4f4ce547aad9",
"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-04-03T06:21:56.5234577+00:00</EndDate>
<EndTime>6</EndTime>
<HostIdentifier>AeBNoC9BfESK309M5Ueq2Q==</HostIdentifier>
<HostIdentifierGuid>a04de001-412f-447c-8adf-4f4ce547aad9</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-04-03T06:21:56.5234577+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-04-03T06:21:56.5234577+00:00</EndDate>
<EndTime>6</EndTime>
<HostIdentifier>AeBNoC9BfESK309M5Ueq2Q==</HostIdentifier>
<HostIdentifierGuid>a04de001-412f-447c-8adf-4f4ce547aad9</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-04-03T06:21:56.5234577+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-04-03T06:21:56.5234577+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-04-03T06:21:56.5234577+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-04-03T06:21:56.5234577+00:00</EndDate>
<EndTime>6</EndTime>
<HostIdentifier>AeBNoC9BfESK309M5Ueq2Q==</HostIdentifier>
<HostIdentifierGuid>a04de001-412f-447c-8adf-4f4ce547aad9</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-04-03T06:21:56.5234577+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 �2�\x�ӷ 5 xl/workbook.xml � (� ����0E�J��(��R�"`b�ڡ�S����T���@�VɃ�����E�W���|�\ik:yoJ�\?�w�U���J�A�'��(zlu���<˒�3�3x����qt���r�"nB�r�P����DH�~���(������m!���"�؈�(�X�<P��PӔ[��ܻ��桊�2N���~��PK �2�\���� � [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
�2�\�_W' ' _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="R2c2625a0cdee47a6" /></Relationships>PK �2�\ʇ�%� + 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 �2�\(�Y� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞87�U�nذ-����I�Ķ<.г��H\�H�J,�Ti4?=�����ٽ�{�@��TE �rz�}�h�n�8ɘ6h=���RC�~�9�gI��h�ĸ0˘��s/�Q���ly�p�d�����1���N3�����p�1;��c��E���"Q�=���U+�U�B4B�-0~35�� ����d�U[/���^,�}�n*3Ȁ�)��ӹS���4�(PT�K %�E�_���PK �2�\Ѓ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 �2�\T��~ � xl/sharedStrings.xml � (� �T]o�0}����y�hE����J�!AՇ��\�V'���l�ߵI���M{˹�~��O�s�<�T��z�뀠E��:q��;�Q����B@�nA���h��v0T���h]����ȉ�2�B�D#�k_�H�6 :�~=?'L�-*�kT�=T�6��P�漚KFA
}=�Ƹ#f&=��fB�)�K���
r�:M�k.���zW����e�� ?�>/*�!�����M��Ґ{�[
7��[�Bb��Ijܽ�. [b��̔����Bw#[Ol�h����8��>�߇��� �fP�r���3��r]D��3h`И)�PS����߁ܧ��pg�B�!������(v�sz'Qxr�sΦm�tC������y�@�i��C���)�Ma�y�D�A7ۜ���<T�E��RV6��}E��Zp�ic��ܴ�r�ӗxF���(E%+�j����=�%<�W|�^+��pMԂ<F�H=&�^�uY2ۣUs"��G�C�o���S�Y���
^�*X��T7��b�ȋZ��5��cZd�h�>a�&.j��V䡇�G��Hga'�U'���3 ~�b
Gq���}uF��zy�����w��w6%��AzS�W�d�z� )o�oW���:�PK- �2�\x�ӷ 5 xl/workbook.xmlPK- �2�\���� � [Content_Types].xmlPK-
�2�\�_W' ' V _rels/.relsPK- �2�\ʇ�%� + � xl/worksheets/sheet1.xmlPK- �2�\(�Y� P � xl/_rels/workbook.xml.relsPK- �2�\Ѓc'2 E
� xl/styles.xmlPK- �2�\T��~ � s xl/sharedStrings.xmlPK � ?
application/vnd.ms-excel
Sample:
PK �2�\�BǶ 5 xl/workbook.xml � (� ����0��J}���PD�0�t��݀S"H��T��@ u��;�?_6�U�t�z�R�C���r����H��0V�Ҿ�B�T���H{Gљ[��K�]+��,a�Z"���Pj(�;Ʋ��S��f���d2���o*�a�Ŭ�FE9����ܛ��l*������)���D��7X����PK �2�\���� � [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
�2�\�bxx' ' _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="R21468fd2c8e8494c" /></Relationships>PK �2�\ʇ�%� + 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 �2�\tos� P xl/_rels/workbook.xml.rels � (� ���N!�_�pw�5��ҋ���aw�] @�>��W��Di��KOd��/�d�|�Xo�扼`L�w-
�����������t�Y�q�\n�a��'.�t�9<0�̀3��t�c}�!�2�,�9B�l���ŚA���p���v4���4���٫��4 fJ{�-����)TJ���Ԫ[ ^�{Y�g7SK�<a����+��RBX�BK٩���{ʱl�v��Jm�4
p�%h}QcW�b�PK �2�\Ѓ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 �2�\T��~ � xl/sharedStrings.xml � (� �T]o�0}����y�hE����J�!AՇ��\�V'���l�ߵI���M{˹�~��O�s�<�T��z�뀠E��:q��;�Q����B@�nA���h��v0T���h]����ȉ�2�B�D#�k_�H�6 :�~=?'L�-*�kT�=T�6��P�漚KFA
}=�Ƹ#f&=��fB�)�K���
r�:M�k.���zW����e�� ?�>/*�!�����M��Ґ{�[
7��[�Bb��Ijܽ�. [b��̔����Bw#[Ol�h����8��>�߇��� �fP�r���3��r]D��3h`И)�PS����߁ܧ��pg�B�!������(v�sz'Qxr�sΦm�tC������y�@�i��C���)�Ma�y�D�A7ۜ���<T�E��RV6��}E��Zp�ic��ܴ�r�ӗxF���(E%+�j����=�%<�W|�^+��pMԂ<F�H=&�^�uY2ۣUs"��G�C�o���S�Y���
^�*X��T7��b�ȋZ��5��cZd�h�>a�&.j��V䡇�G��Hga'�U'���3 ~�b
Gq���}uF��zy�����w��w6%��AzS�W�d�z� )o�oW���:�PK- �2�\�BǶ 5 xl/workbook.xmlPK- �2�\���� � � [Content_Types].xmlPK-
�2�\�bxx' ' U _rels/.relsPK- �2�\ʇ�%� + � xl/worksheets/sheet1.xmlPK- �2�\tos� P � xl/_rels/workbook.xml.relsPK- �2�\Ѓc'2 E
� xl/styles.xmlPK- �2�\T��~ � q xl/sharedStrings.xmlPK � =