GET api/product/{guid}/campaigns/deals?PluGuid={PluGuid}&ShowPriceChanges={ShowPriceChanges}&IncludePast={IncludePast}&ShowDealCosts={ShowDealCosts}
Get product campaign information for presentation as deals
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| guid |
Product identifier |
globally unique identifier |
Required |
| PluGuid | globally unique identifier |
None. |
|
| ShowPriceChanges | boolean |
None. |
|
| IncludePast | boolean |
None. |
|
| ShowDealCosts | boolean |
None. |
Body Parameters
None.
Response Information
Resource Description
List of product campaign details
Collection of ProductCampaignDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| CampaignName |
Campaign Identifier |
string |
None. |
| CampaignDescription |
Campaign Description |
string |
None. |
| CampaignType | CampaignType |
None. |
|
| ComboPriceGroupG_UID | Collection of byte |
None. |
|
| ComboPriceGroupIdentifier |
Combo Price Group Identifier of combo pricing campaign's price group |
globally unique identifier |
None. |
| PromoType |
The Campaign promo type enum |
PromoType |
None. |
| FromHost |
Campaign from host flag |
boolean |
None. |
| StoreNames |
Names of stores Campaign is at |
Collection of string |
None. |
| PLUG_UID | Collection of byte |
None. |
|
| PluGuid |
Product Identifier |
globally unique identifier |
None. |
| CartonQuantity |
Product Carton Quantity value |
integer |
None. |
| FuelItem |
Product Fuel Item flag |
boolean |
None. |
| DealCostHeaderIdentifier | Collection of byte |
None. |
|
| DealCostHeaderGuid |
Deal Cost Header Identifier if campaign plu is associated |
globally unique identifier |
None. |
| DealCostIdentifier | Collection of byte |
None. |
|
| DealCostGuid |
Deal Cost Identifier if campaign plu is associated |
globally unique identifier |
None. |
| CostStartDate |
Cost start date, if present |
date |
None. |
| CostEndDate |
Cost end date, if present |
date |
None. |
| NewCost |
New Unit Cost as cents |
integer |
None. |
| NewCostDecimals |
New Cost decimals |
integer |
None. |
| NewPrice |
New Unit Sell Price as cents |
integer |
None. |
| SellStartDate |
Campaign start date |
date |
None. |
| SellEndDate |
Campaign end date |
date |
None. |
Response Formats
application/json, text/json
[
{
"$id": "1",
"campaignName": "sample string 1",
"campaignDescription": "sample string 2",
"campaignType": 1,
"comboPriceGroupG_UID": "d9utES+tT0Kx7GFVpKsnUg==",
"comboPriceGroupIdentifier": "11addb77-ad2f-424f-b1ec-6155a4ab2752",
"promoType": 1,
"fromHost": true,
"storeNames": [
"sample string 1",
"sample string 2"
],
"pluG_UID": "VgDlkvrTiE6ikQoMZAx42g==",
"pluGuid": "92e50056-d3fa-4e88-a291-0a0c640c78da",
"cartonQuantity": 5,
"fuelItem": true,
"dealCostHeaderIdentifier": "39HrKWIBo02AvaXVWCG3NQ==",
"dealCostHeaderGuid": "29ebd1df-0162-4da3-80bd-a5d55821b735",
"dealCostIdentifier": "2kZlpAr+DE+mpFkelLMx9Q==",
"dealCostGuid": "a46546da-fe0a-4f0c-a6a4-591e94b331f5",
"costStartDate": "2026-06-03T18:36:18.8463579",
"costEndDate": "2026-06-03T18:36:18.8463579",
"newCost": 7,
"newCostDecimals": 8,
"newPrice": 9,
"sellStartDate": "2026-06-03T18:36:18.8463579",
"sellEndDate": "2026-06-03T18:36:18.8463579"
},
{
"$ref": "1"
}
]
application/xml, text/xml
<ArrayOfProductCampaignDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.EMC.Campaigns">
<ProductCampaignDetails>
<CampaignDescription>sample string 2</CampaignDescription>
<CampaignName>sample string 1</CampaignName>
<CampaignType>1</CampaignType>
<CartonQuantity>5</CartonQuantity>
<ComboPriceGroupG_UID>d9utES+tT0Kx7GFVpKsnUg==</ComboPriceGroupG_UID>
<ComboPriceGroupIdentifier>11addb77-ad2f-424f-b1ec-6155a4ab2752</ComboPriceGroupIdentifier>
<CostEndDate>2026-06-03T18:36:18.8463579+00:00</CostEndDate>
<CostStartDate>2026-06-03T18:36:18.8463579+00:00</CostStartDate>
<DealCostGuid>a46546da-fe0a-4f0c-a6a4-591e94b331f5</DealCostGuid>
<DealCostHeaderGuid>29ebd1df-0162-4da3-80bd-a5d55821b735</DealCostHeaderGuid>
<DealCostHeaderIdentifier>39HrKWIBo02AvaXVWCG3NQ==</DealCostHeaderIdentifier>
<DealCostIdentifier>2kZlpAr+DE+mpFkelLMx9Q==</DealCostIdentifier>
<FromHost>true</FromHost>
<FuelItem>true</FuelItem>
<NewCost>7</NewCost>
<NewCostDecimals>8</NewCostDecimals>
<NewPrice>9</NewPrice>
<PLUG_UID>VgDlkvrTiE6ikQoMZAx42g==</PLUG_UID>
<PluGuid>92e50056-d3fa-4e88-a291-0a0c640c78da</PluGuid>
<PromoType>1</PromoType>
<SellEndDate>2026-06-03T18:36:18.8463579+00:00</SellEndDate>
<SellStartDate>2026-06-03T18:36:18.8463579+00:00</SellStartDate>
<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>
</ProductCampaignDetails>
<ProductCampaignDetails>
<CampaignDescription>sample string 2</CampaignDescription>
<CampaignName>sample string 1</CampaignName>
<CampaignType>1</CampaignType>
<CartonQuantity>5</CartonQuantity>
<ComboPriceGroupG_UID>d9utES+tT0Kx7GFVpKsnUg==</ComboPriceGroupG_UID>
<ComboPriceGroupIdentifier>11addb77-ad2f-424f-b1ec-6155a4ab2752</ComboPriceGroupIdentifier>
<CostEndDate>2026-06-03T18:36:18.8463579+00:00</CostEndDate>
<CostStartDate>2026-06-03T18:36:18.8463579+00:00</CostStartDate>
<DealCostGuid>a46546da-fe0a-4f0c-a6a4-591e94b331f5</DealCostGuid>
<DealCostHeaderGuid>29ebd1df-0162-4da3-80bd-a5d55821b735</DealCostHeaderGuid>
<DealCostHeaderIdentifier>39HrKWIBo02AvaXVWCG3NQ==</DealCostHeaderIdentifier>
<DealCostIdentifier>2kZlpAr+DE+mpFkelLMx9Q==</DealCostIdentifier>
<FromHost>true</FromHost>
<FuelItem>true</FuelItem>
<NewCost>7</NewCost>
<NewCostDecimals>8</NewCostDecimals>
<NewPrice>9</NewPrice>
<PLUG_UID>VgDlkvrTiE6ikQoMZAx42g==</PLUG_UID>
<PluGuid>92e50056-d3fa-4e88-a291-0a0c640c78da</PluGuid>
<PromoType>1</PromoType>
<SellEndDate>2026-06-03T18:36:18.8463579+00:00</SellEndDate>
<SellStartDate>2026-06-03T18:36:18.8463579+00:00</SellStartDate>
<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>
</ProductCampaignDetails>
</ArrayOfProductCampaignDetails>
text/csv
Sample not available.
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
PK ���\[w�E� 5 xl/workbook.xml � (� ����0D�&�C���H")��x��}ii�-ik��-H�yۙ�};|��o���G���]c��j�';����:
!J�b�m��ڊ�FX�$9s8@P��N����X~t�w�A+J�2�:�s����/2[��$l
��_`���%�! %�s�%=S�
���M�\��r�2����a�m��/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
���\lL �' ' _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="R8f15e9eb0c4f4ccd" /></Relationships>PK ���\j��f� � xl/worksheets/sheet1.xml � (� ��[s�0��
�{A��2�;m��ڤi�����1S�d�����1D����;+��Y�x���v��Y�����x�H���y��w�?����w������.?˦��(^��0_��m��K���Vi��
�1{��*Y����u�#��,�D�^*_'/��6�V���Ѳ��vs,����?�,]��{/�WS��͉I ?%�>o]{���J�߇�˩�J6��������W��xH�Wq�.�I��,�M^�����:��F���dY�\@�@B2�1����5/���]W9�q��'=Fp
c ԡ'��4�Ӏp)� h�����f}`ƁS��!��Y�g'=�� ����Jϛ�C��Q.8%��^Tz��Q�8�HʥxX/+�<�) � :lL�cyU�U�< '�R��.���A��2@�IL��K�8 �؉ J�� @-�:�ЄP �c�X92u��S�E�It'��BC�m��u��#��MAX�(��
s�jEE��,���$1P�D;�!�F 0��Y��<��S��V�Q�N$�V3u�����N$Fm#AQ��P'CkB�^O4�B
G��K���N$&�V!<~��ς�f�,�{Yy[�?\}Зy���\?��fh���O@���'p�8��K|��K\� �%.��W}Bt��>!��M�P]��1�ԯ�p�ւ��Y��o�0�ނ�~� �����т��� ��?-i3�}� ��sҸ�99
n��E��-������ҹEn��1zq1�¥En��ʂ}�v��Ƃ���ާ!����{w}�a��ro�b���}��*�~F0�b���6i��G��ќ��{��O�W��!;�B�A!�A� 栐�A���A� ��pi���bA�Aq��Ƃ��BŽ�[�&��HoP�U�-U�A!�e4�H�
�ѫ�ǐ�A [�b�8Z��E�qV���~���PK ���\�%}�� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞8M�$��ݰ���=N�&v�q=�����ĂMW��==i���c�}�FvFO��
,�Z��`�N�<ݬ�8�'�fbq�R}��z�$enF;��I�����Re�������Lv����3fP���iB� �W��#`�;
���_�"�T`;��^��V���r%�����(\F�_��<�)��*SԵ(�h��2��_���N��r���*�J!*)������|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 ���\a`��� � xl/sharedStrings.xml � (� �T]o�0�+��K��3$)�dME�$OŰ���%O����O�a���Ѽ#�H����ld��Z-B6�a���\��"<�oIց� ��ExF7˹�.��.s�(�� �ݢ�H�M��cd[��� �52�)ͣ�
�Jw�-�$�N�o����X��rM���y������VF���p��?��tݔ�ш
7Fw���a�~��娜��>���F���z�N[�6x��J�F�<�n� >l�8��:���y ߡ�:l��5�\y[w~3h����7����~�Q�>�s��5��
Y�I�1��F��^c%���z�e��e��W]\�+.�^��0�?
����������>�p^N�x\�4NkR2�HβR(�i6(�7���o����ˉ���)L�u_��+c��r�ccFi���@R,
�
��SZM��x�%g�&��1I9$��%'��,+bVN���i��9R#�:5�䐒l�p��I��r"�Z�PK- ���\[w�E� 5 xl/workbook.xmlPK- ���\���� � � [Content_Types].xmlPK-
���\lL �' ' U _rels/.relsPK- ���\j��f� � � xl/worksheets/sheet1.xmlPK- ���\�%}�� P � xl/_rels/workbook.xml.relsPK- ���\Ѓc'2 E
$ xl/styles.xmlPK- ���\a`��� � �
xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
PK ���\��릷 5 xl/workbook.xml � (� ����0D�J��(�@E���k��L� JR��o �ԭ��|~>1;���F�r[���)g�5=*p3���X>H�b��d��i�
�g�(���^�z99���a��"��G�j�P
����D�X�=%�n����.&a[����
;.VE4(,h(Y�{[��0<�.Ky|�i' ���&����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
���\M��Y' ' _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="R3dd3dda95e1b4549" /></Relationships>PK ���\j��f� � xl/worksheets/sheet1.xml � (� ��[s�0��
�{A��2�;m��ڤi�����1S�d�����1D����;+��Y�x���v��Y�����x�H���y��w�?����w������.?˦��(^��0_��m��K���Vi��
�1{��*Y����u�#��,�D�^*_'/��6�V���Ѳ��vs,����?�,]��{/�WS��͉I ?%�>o]{���J�߇�˩�J6��������W��xH�Wq�.�I��,�M^�����:��F���dY�\@�@B2�1����5/���]W9�q��'=Fp
c ԡ'��4�Ӏp)� h�����f}`ƁS��!��Y�g'=�� ����Jϛ�C��Q.8%��^Tz��Q�8�HʥxX/+�<�) � :lL�cyU�U�< '�R��.���A��2@�IL��K�8 �؉ J�� @-�:�ЄP �c�X92u��S�E�It'��BC�m��u��#��MAX�(��
s�jEE��,���$1P�D;�!�F 0��Y��<��S��V�Q�N$�V3u�����N$Fm#AQ��P'CkB�^O4�B
G��K���N$&�V!<~��ς�f�,�{Yy[�?\}Зy���\?��fh���O@���'p�8��K|��K\� �%.��W}Bt��>!��M�P]��1�ԯ�p�ւ��Y��o�0�ނ�~� �����т��� ��?-i3�}� ��sҸ�99
n��E��-������ҹEn��1zq1�¥En��ʂ}�v��Ƃ���ާ!����{w}�a��ro�b���}��*�~F0�b���6i��G��ќ��{��O�W��!;�B�A!�A� 栐�A���A� ��pi���bA�Aq��Ƃ��BŽ�[�&��HoP�U�-U�A!�e4�H�
�ѫ�ǐ�A [�b�8Z��E�qV���~���PK ���\�^~� P xl/_rels/workbook.xml.rels � (� ��An� E��f_�۲��l��6�Ɗ
H�����W(J�֑��&�џ���������2��
C��PZ��`{���ZجW;E�'�|$���LJ���(
N"Σ���$R���^ȣ�.kh�3�I�W��!:��['O����]8F����E�1q�iEz+e��@^�]�ۺ)��>�UՈ}�ZL���w�ɴU��Lg�JH|���k
���N��Lm�y=Zu��U����ݿXPK ���\Ѓ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 ���\a`��� � xl/sharedStrings.xml � (� �T]o�0�+��K��3$)�dME�$OŰ���%O����O�a���Ѽ#�H����ld��Z-B6�a���\��"<�oIց� ��ExF7˹�.��.s�(�� �ݢ�H�M��cd[��� �52�)ͣ�
�Jw�-�$�N�o����X��rM���y������VF���p��?��tݔ�ш
7Fw���a�~��娜��>���F���z�N[�6x��J�F�<�n� >l�8��:���y ߡ�:l��5�\y[w~3h����7����~�Q�>�s��5��
Y�I�1��F��^c%���z�e��e��W]\�+.�^��0�?
����������>�p^N�x\�4NkR2�HβR(�i6(�7���o����ˉ���)L�u_��+c��r�ccFi���@R,
�
��SZM��x�%g�&��1I9$��%'��,+bVN���i��9R#�:5�䐒l�p��I��r"�Z�PK- ���\��릷 5 xl/workbook.xmlPK- ���\���� � [Content_Types].xmlPK-
���\M��Y' ' V _rels/.relsPK- ���\j��f� � � xl/worksheets/sheet1.xmlPK- ���\�^~� P � xl/_rels/workbook.xml.relsPK- ���\Ѓc'2 E
$ xl/styles.xmlPK- ���\a`��� � �
xl/sharedStrings.xmlPK � �