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 ProductCampaignDetailsName | 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": "kIjXmrhUy0q4LRjl8/gzyA==", "comboPriceGroupIdentifier": "9ad78890-54b8-4acb-b82d-18e5f3f833c8", "promoType": 1, "fromHost": true, "storeNames": [ "sample string 1", "sample string 2" ], "pluG_UID": "5k621jPrakeDP6vT18R3ug==", "pluGuid": "d6b64ee6-eb33-476a-833f-abd3d7c477ba", "cartonQuantity": 5, "fuelItem": true, "dealCostHeaderIdentifier": "SBT/SRxTNUWKpyT7ITKVFg==", "dealCostHeaderGuid": "49ff1448-531c-4535-8aa7-24fb21329516", "dealCostIdentifier": "qryjJYhI30y6lWWXqLJfCg==", "dealCostGuid": "25a3bcaa-4888-4cdf-ba95-6597a8b25f0a", "costStartDate": "2025-08-02T23:25:26.1567239", "costEndDate": "2025-08-02T23:25:26.1567239", "newCost": 7, "newCostDecimals": 8, "newPrice": 9, "sellStartDate": "2025-08-02T23:25:26.1567239", "sellEndDate": "2025-08-02T23:25:26.1567239" }, { "$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>kIjXmrhUy0q4LRjl8/gzyA==</ComboPriceGroupG_UID> <ComboPriceGroupIdentifier>9ad78890-54b8-4acb-b82d-18e5f3f833c8</ComboPriceGroupIdentifier> <CostEndDate>2025-08-02T23:25:26.1567239+00:00</CostEndDate> <CostStartDate>2025-08-02T23:25:26.1567239+00:00</CostStartDate> <DealCostGuid>25a3bcaa-4888-4cdf-ba95-6597a8b25f0a</DealCostGuid> <DealCostHeaderGuid>49ff1448-531c-4535-8aa7-24fb21329516</DealCostHeaderGuid> <DealCostHeaderIdentifier>SBT/SRxTNUWKpyT7ITKVFg==</DealCostHeaderIdentifier> <DealCostIdentifier>qryjJYhI30y6lWWXqLJfCg==</DealCostIdentifier> <FromHost>true</FromHost> <FuelItem>true</FuelItem> <NewCost>7</NewCost> <NewCostDecimals>8</NewCostDecimals> <NewPrice>9</NewPrice> <PLUG_UID>5k621jPrakeDP6vT18R3ug==</PLUG_UID> <PluGuid>d6b64ee6-eb33-476a-833f-abd3d7c477ba</PluGuid> <PromoType>1</PromoType> <SellEndDate>2025-08-02T23:25:26.1567239+00:00</SellEndDate> <SellStartDate>2025-08-02T23:25:26.1567239+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>kIjXmrhUy0q4LRjl8/gzyA==</ComboPriceGroupG_UID> <ComboPriceGroupIdentifier>9ad78890-54b8-4acb-b82d-18e5f3f833c8</ComboPriceGroupIdentifier> <CostEndDate>2025-08-02T23:25:26.1567239+00:00</CostEndDate> <CostStartDate>2025-08-02T23:25:26.1567239+00:00</CostStartDate> <DealCostGuid>25a3bcaa-4888-4cdf-ba95-6597a8b25f0a</DealCostGuid> <DealCostHeaderGuid>49ff1448-531c-4535-8aa7-24fb21329516</DealCostHeaderGuid> <DealCostHeaderIdentifier>SBT/SRxTNUWKpyT7ITKVFg==</DealCostHeaderIdentifier> <DealCostIdentifier>qryjJYhI30y6lWWXqLJfCg==</DealCostIdentifier> <FromHost>true</FromHost> <FuelItem>true</FuelItem> <NewCost>7</NewCost> <NewCostDecimals>8</NewCostDecimals> <NewPrice>9</NewPrice> <PLUG_UID>5k621jPrakeDP6vT18R3ug==</PLUG_UID> <PluGuid>d6b64ee6-eb33-476a-833f-abd3d7c477ba</PluGuid> <PromoType>1</PromoType> <SellEndDate>2025-08-02T23:25:26.1567239+00:00</SellEndDate> <SellStartDate>2025-08-02T23:25:26.1567239+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 -�[��5� 5 xl/workbook.xml � (� ����0��&�C��T~TR8q���{��6П�5��B $���~;l4�ӣ��/]�E�$ķ�cAO��8��$���-4�}+Ё�� ��^H��B����� �aA).5��;����.a�QN�Zw6YB�7�"l�� i��� ��\���RN�-M��\\h��4�� o� �����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="R9d29087664eb4e34" /></Relationships>PK -�[�n��� � xl/worksheets/sheet1.xml � (� ��[s�H�� ����{�. ���mclj�a� rI���� �F��`(}���}��<��g��'Y�Nw� B���<]�w/��X�����>�~�$)F���$X��E��U���0}Mv��2Ͷqa>f/Q�\���e:�&�"BBD�%��0G��k� ���fI�([�n����zLNj��~�~�%�I�.f4E�q ?��}�x?:��i����v1 H�F��<�1-�e��)~���d��*̐x�����|mׇ��m����_/�Ձ)�D*��0�oy�ng��U��Oz<둄 �jD ̣�'=��g!JjIɀ��I���i�\�`��� گ�'=?��"J! ��~�8�E�?�8R0*�T�zy��ZOB"�"R2���~�:��Y�h(5 5f�<��\��Ӑ*cD��B�H�RP�LJ��Q�8�,�lY� ��(s#@=+�ʃP�P� A �Ծ*m�HhF� 5�� *k��)I�(� T>�ڈ CThj(�Q�o�A4[��"̸ ��Pyd� �A8�3B�F��J�P �C*T���%JM�$��]beH$�A��V���hA��M��Jzv��g"6��8��&� �8+C"m>V��#r��_!:>�˯�˸���,ݏ��x�Ѽ��/o��)G����%�M|��&.�m_�kW]����.!��M��m�K�6q�%t���11k�_�5�{b����Xs��@��>:k���5�Ě����ӁX���p�5�gbMw�@��F&'�`슬yr ּ?W�#J����/���U� ����b���������Ӓ��y�o⡋P�,��UU��~o� �J���ZK0�VR��OMԺ���k�z~5�Y5��?���B�PX��������sµCn�Ł�a��y�@�О�����7��E:a�WytT��B��e8�D{�B{�B{�2��� ����l�ċ$�J�"��m�SL�PK -�[��i� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞8q\�TM�aö�ƞ|�Ķl��Xp$��U$p%l����I3�����2��a����(��QVOf����v��g�D'HZ1��1F��4� �ФNo�"cJ�@�TG9 ee)��p�$����m�O �:-h�`�j�1���A�c?�@/�*ȣ�`_�+ވ�uU�ju��L-�����;�dT#4g���`���2����O�Ν�r��[ƥxFΚ��V^���_l� 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 -�[:��� � xl/sharedStrings.xml � (� �T]o�0�+����ʐ���5 P-�<�FKt"@�<Iޖ?���v�G�H�)z~��w4Vh���4P1ͅ:.�����0��.�3�0�Yέu�/Uv��k?D�e'l�Nt��#�6 8�i��m �'D��(�N����N�E�&a�)���߀�˹[��iA�48��r]�o�5ZfD뼇k)�s;,�M��`�1�k7_��;9[�ʉZ��'>��1�[�i����/����aTˣ�6��C��i�ԁW�����aӏ���˺�As��ۼ1�?��U��;�-���lȺO��A�c52����h@F��e��R^Uq����yI�b�����d��l�f&��?����ٔ�YEI�"M8�)�uZ�4e�_�7�P�o�����D�d� �&�º���k��E�@/�"C,ViJ�� �kOyɲ���_���:�2J�4f$�ӜP��$Y]%q�����$9� ��/�5�`��"��@�$����D���PK- -�[��5� 5 xl/workbook.xmlPK- -�[���� � [Content_Types].xmlPK- -�[}�$�' ' W _rels/.relsPK- -�[�n��� � � xl/worksheets/sheet1.xmlPK- -�[��i� P � xl/_rels/workbook.xml.relsPK- -�[Ѓc'2 E 8 xl/styles.xmlPK- -�[:��� � � xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
PK -�[A�͢� 5 xl/workbook.xml � (� ����0��J}�(�D�����k��L� ?JR��o�[7�����E۩�z"9+W؊�ޛ�1(�]�Av��|����0�ݽ%*�R�o��^h�Fa�h�������7��h}>R�͞e0���I�b��2����m�%ѹ�M(��ãoyvMrhy��!��X����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="Rc1e72bea95db4932" /></Relationships>PK -�[�n��� � xl/worksheets/sheet1.xml � (� ��[s�H�� ����{�. ���mclj�a� rI���� �F��`(}���}��<��g��'Y�Nw� B���<]�w/��X�����>�~�$)F���$X��E��U���0}Mv��2Ͷqa>f/Q�\���e:�&�"BBD�%��0G��k� ���fI�([�n����zLNj��~�~�%�I�.f4E�q ?��}�x?:��i����v1 H�F��<�1-�e��)~���d��*̐x�����|mׇ��m����_/�Ձ)�D*��0�oy�ng��U��Oz<둄 �jD ̣�'=��g!JjIɀ��I���i�\�`��� گ�'=?��"J! ��~�8�E�?�8R0*�T�zy��ZOB"�"R2���~�:��Y�h(5 5f�<��\��Ӑ*cD��B�H�RP�LJ��Q�8�,�lY� ��(s#@=+�ʃP�P� A �Ծ*m�HhF� 5�� *k��)I�(� T>�ڈ CThj(�Q�o�A4[��"̸ ��Pyd� �A8�3B�F��J�P �C*T���%JM�$��]beH$�A��V���hA��M��Jzv��g"6��8��&� �8+C"m>V��#r��_!:>�˯�˸���,ݏ��x�Ѽ��/o��)G����%�M|��&.�m_�kW]����.!��M��m�K�6q�%t���11k�_�5�{b����Xs��@��>:k���5�Ě����ӁX���p�5�gbMw�@��F&'�`슬yr ּ?W�#J����/���U� ����b���������Ӓ��y�o⡋P�,��UU��~o� �J���ZK0�VR��OMԺ���k�z~5�Y5��?���B�PX��������sµCn�Ł�a��y�@�О�����7��E:a�WytT��B��e8�D{�B{�B{�2��� ����l�ċ$�J�"��m�SL�PK -�[x�j� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞8 n⢦�tö��=N�&�e����G� XEWb�������4����ڼ�9��5TE ��j4}��8l֫N"��0�.��bBC��� �E(�C�:��YĔ��:!��GZ�eC}[&�_��h�%n�<�h�`�j�1��^�c?�@��*ȳ�`�%[T�8�-2�z7�/�_��<�i4g\*�4�bl�xW�AxT/ѧK�Ny9S��D.�z�`�����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 -�[:��� � xl/sharedStrings.xml � (� �T]o�0�+����ʐ���5 P-�<�FKt"@�<Iޖ?���v�G�H�)z~��w4Vh���4P1ͅ:.�����0��.�3�0�Yέu�/Uv��k?D�e'l�Nt��#�6 8�i��m �'D��(�N����N�E�&a�)���߀�˹[��iA�48��r]�o�5ZfD뼇k)�s;,�M��`�1�k7_��;9[�ʉZ��'>��1�[�i����/����aTˣ�6��C��i�ԁW�����aӏ���˺�As��ۼ1�?��U��;�-���lȺO��A�c52����h@F��e��R^Uq����yI�b�����d��l�f&��?����ٔ�YEI�"M8�)�uZ�4e�_�7�P�o�����D�d� �&�º���k��E�@/�"C,ViJ�� �kOyɲ���_���:�2J�4f$�ӜP��$Y]%q�����$9� ��/�5�`��"��@�$����D���PK- -�[A�͢� 5 xl/workbook.xmlPK- -�[���� � � [Content_Types].xmlPK- -�[?!_' ' U _rels/.relsPK- -�[�n��� � � xl/worksheets/sheet1.xmlPK- -�[x�j� P � xl/_rels/workbook.xml.relsPK- -�[Ѓc'2 E 5 xl/styles.xmlPK- -�[:��� � � xl/sharedStrings.xmlPK � �