Store With Products

Retrieves a paginated list of stores, each with its associated products.

Endpoint

POST https://partners.waffarx.com/api/{partner}/getstoreswithproducts

Request Headers

Header

Description

wxc-id

Your WaffarX Client Id

wxc-auth

Signature auth header for the request

wxc-date

UTC timestamp of the request, e.g. 2024-04-24T12:34:56Z

Accept-Language

Response language preference (e.g. en | ar)

Content-Type

Must be application/json

Note

wxc-id: The WaffarX client ID specified in your integration data.

Path Parameters

Name

Type

Required

Description

partner

string

Required

The partner name

Request Parameters

Name

Type

Required

Description

ProductsCount

integer

Required

Products Count to retrieve (1-based index, must be ≥ 1)

PageNumber

integer

Required

Page number to retrieve (1-based index, must be ≥ 1)

PageSize

integer

Required

Number of items per page (1–50)

Request Body

Example Request Body
{
  "ProductsCount":2,
  "PageNumber": 1,
  "PageSize": 20
}

cURL Example

curl --location 'https://partners.waffarx.com/api/{partner}/getstoreswithproducts' \
     --header 'Content-Type: application/json' \
     --header 'Accept-Language: en' \
     --header  "wxc-id: {YOUR_CLIENT_ID}" \
     --header 'wxc-date: 2025-05-18T11:47:15Z' \
     --header 'wxc-auth: 712310e9379796869cf4915ef3e418f1f7fa45cf508aef44020cce' \
     --data '{"PageNumber":1,"PageSize":10,"ProductsCount":5}'

Responses

Success (HTTP 200)

Success Response Example
 {
 "totalCount": 9,
 "status": "Success",
 "data": [
     {
         "shoppingUrl": "https://partners.waffarx.com/api/valu/shoppingtrip/advertiser/e279d45c-95ac-49c0-b940-c0536455be4a",
         "shoppingUrlBase": "/api/valu/shoppingtrip/advertiser/e279d45c-95ac-49c0-b940-c0536455be4a",
         "offers": [],
         "products": [
             {
                 "id": "6836b47f27e4e29f37615c3d",
                 "name": "Apple iPhone 16 Pro Max (256 GB) - Desert Titanium with Face ID | Tax Paid | 2 Years Official Warranty",
                 "merchantName": "Amazon.eg",
                 "price": 93700,
                 "priceText": "EGP 93,700.00",
                 "oldPrice": 93700,
                 "oldPriceText": "EGP 93,700.00",
                 "discounted": false,
                 "discountedText": null,
                 "category": "Electronics > Mobile Phones > SIM-free & Unlocked Mobile Phones",
                 "brand": "Apple",
                 "currency": "EGP",
                 "primaryImg": "https://m.media-amazon.com/images/I/21V3U0c3LCL._SL500_.jpg",
                 "errorImg": "https://waffarxcdn-akcrhqbhbah9gpcc.z01.azurefd.net/waffarx-cdn/img/productsearcherror.png",
                 "shoppingUrl": "https://partners.waffarx.com/api/valu/shoppingtrip/productsearch/e279d45c-95ac-49c0-b940-c0536455be4a",
                 "shoppingUrlBase": "/api/valu/shoppingtrip/productsearch/e279d45c-95ac-49c0-b940-c0536455be4a/6836b47f27e4e29f37615c3d",
                 "variantsImgs": [
                     "https://m.media-amazon.com/images/I/31Mwolgu7JL._SL500_.jpg"
                 ],
                 "store": {
                     "shoppingUrl": "https://partners.waffarx.com/api/valu/shoppingtrip/advertiser/e279d45c-95ac-49c0-b940-c0536455be4a",
                     "shoppingUrlBase": "/api/valu/shoppingtrip/advertiser/e279d45c-95ac-49c0-b940-c0536455be4a",
                     "id": "e279d45c-95ac-49c0-b940-c0536455be4a",
                     "name": "Amazon.eg",
                     "logo": "https://waffarxcdn-akcrhqbhbah9gpcc.z01.azurefd.net/waffarx-cdn/siteimages/stores/advlogo202408150823202320.png",
                     "logoPng": "https://waffarxcdn-akcrhqbhbah9gpcc.z01.azurefd.net/waffarx-cdn/siteimages/stores/advpnglogo202408150837133713.png",
                     "backgroundColor": null
                 },
                 "offers": null,
                 "rateCard": {
                     "uptoText": "Up to 7%",
                     "storeValue": 7.00,
                     "rateCardOptions": [
                         {
                             "title": "Apparel",
                             "rateText": "7 %",
                             "rateValue": 7.00
                         },
                         {
                             "title": "Bags & Wallets\t",
                             "rateText": "7 %",
                             "rateValue": 7.00
                         },
                         {
                             "title": "Eyewear & Optics\t",
                             "rateText": "7 %",
                             "rateValue": 7.00
                         },
                         {
                             "title": "Jewelry & Accessories\t",
                             "rateText": "7 %",
                             "rateValue": 7.00
                         },
                         {
                             "title": "Footwear",
                             "rateText": "7 %",
                             "rateValue": 7.00
                         },
                         {
                             "title": "Classic Watches",
                             "rateText": "6 %",
                             "rateValue": 6.00
                         },
                         {
                             "title": "Books",
                             "rateText": "5 %",
                             "rateValue": 5.00
                         },
                         {
                             "title": "Sports & Fitness\t",
                             "rateText": "4 %",
                             "rateValue": 4.00
                         },
                         {
                             "title": "Beauty\t",
                             "rateText": "4 %",
                             "rateValue": 4.00
                         },
                         {
                             "title": "Perfumes\t",
                             "rateText": "4 %",
                             "rateValue": 4.00
                         },
                         {
                             "title": "Vehicle Parts Accessories\t",
                             "rateText": "4 %",
                             "rateValue": 4.00
                         },
                         {
                             "title": "Musical Instruments",
                             "rateText": "3.5 %",
                             "rateValue": 3.50
                         },
                         {
                             "title": "TVs\t",
                             "rateText": "2.5 %",
                             "rateValue": 2.50
                         },
                         {
                             "title": "Tools & Home Improvement",
                             "rateText": "2.5 %",
                             "rateValue": 2.50
                         },
                         {
                             "title": "Kitchen Appliances\t",
                             "rateText": "2.5 %",
                             "rateValue": 2.50
                         },
                         {
                             "title": "Home Decor & Furniture\t",
                             "rateText": "2.5 %",
                             "rateValue": 2.50
                         },
                         {
                             "title": "Health & Personal Care\t",
                             "rateText": "2.5 %",
                             "rateValue": 2.50
                         },
                         {
                             "title": "Office Products & Supplies\t",
                             "rateText": "2.5 %",
                             "rateValue": 2.50
                         },
                         {
                             "title": "Kitchen & Home Supplies\t",
                             "rateText": "2.5 %",
                             "rateValue": 2.50
                         },
                         {
                             "title": "Bathing & Body supplies\t",
                             "rateText": "2.5 %",
                             "rateValue": 2.50
                         },
                         {
                             "title": "Baby",
                             "rateText": "2.5 %",
                             "rateValue": 2.50
                         },
                         {
                             "title": "Toys",
                             "rateText": "2.5 %",
                             "rateValue": 2.50
                         },
                         {
                             "title": "Home Appliances\t",
                             "rateText": "2.5 %",
                             "rateValue": 2.50
                         },
                         {
                             "title": "Garden & Outdoor\t",
                             "rateText": "2.5 %",
                             "rateValue": 2.50
                         },
                         {
                             "title": "Electronics",
                             "rateText": "2.5 %",
                             "rateValue": 2.50
                         },
                         {
                             "title": "Laptops & Notebooks\t",
                             "rateText": "2 %",
                             "rateValue": 2.00
                         },
                         {
                             "title": "Computers & IT/Networking\t",
                             "rateText": "2 %",
                             "rateValue": 2.00
                         },
                         {
                             "title": "Video Games\t",
                             "rateText": "2 %",
                             "rateValue": 2.00
                         },
                         {
                             "title": "Supermarket",
                             "rateText": "2 %",
                             "rateValue": 2.00
                         },
                         {
                             "title": "Tablets & Accessories\t",
                             "rateText": "2 %",
                             "rateValue": 2.00
                         },
                         {
                             "title": "Pet Food & Supplies\t",
                             "rateText": "2 %",
                             "rateValue": 2.00
                         },
                         {
                             "title": "USB",
                             "rateText": "2 %",
                             "rateValue": 2.00
                         },
                         {
                             "title": "Cameras & Accessories\t",
                             "rateText": "1 %",
                             "rateValue": 1.00
                         },
                         {
                             "title": "Mobiles & Accessories\t",
                             "rateText": "1 %",
                             "rateValue": 1.00
                         }
                     ]
                 }
             }
         ],
         "rateCard": {
             "uptoText": "Up to 7%",
             "storeValue": 7.00,
             "rateCardOptions": [
                 {
                     "title": "Apparel",
                     "rateText": "7 %",
                     "rateValue": 7.00
                 },
                 {
                     "title": "Bags & Wallets\t",
                     "rateText": "7 %",
                     "rateValue": 7.00
                 },
                 {
                     "title": "Eyewear & Optics\t",
                     "rateText": "7 %",
                     "rateValue": 7.00
                 },
                 {
                     "title": "Jewelry & Accessories\t",
                     "rateText": "7 %",
                     "rateValue": 7.00
                 },
                 {
                     "title": "Footwear",
                     "rateText": "7 %",
                     "rateValue": 7.00
                 },
                 {
                     "title": "Classic Watches",
                     "rateText": "6 %",
                     "rateValue": 6.00
                 },
                 {
                     "title": "Books",
                     "rateText": "5 %",
                     "rateValue": 5.00
                 },
                 {
                     "title": "Sports & Fitness\t",
                     "rateText": "4 %",
                     "rateValue": 4.00
                 },
                 {
                     "title": "Beauty\t",
                     "rateText": "4 %",
                     "rateValue": 4.00
                 },
                 {
                     "title": "Perfumes\t",
                     "rateText": "4 %",
                     "rateValue": 4.00
                 },
                 {
                     "title": "Vehicle Parts Accessories\t",
                     "rateText": "4 %",
                     "rateValue": 4.00
                 },
                 {
                     "title": "Musical Instruments",
                     "rateText": "3.5 %",
                     "rateValue": 3.50
                 },
                 {
                     "title": "TVs\t",
                     "rateText": "2.5 %",
                     "rateValue": 2.50
                 },
                 {
                     "title": "Tools & Home Improvement",
                     "rateText": "2.5 %",
                     "rateValue": 2.50
                 },
                 {
                     "title": "Kitchen Appliances\t",
                     "rateText": "2.5 %",
                     "rateValue": 2.50
                 },
                 {
                     "title": "Home Decor & Furniture\t",
                     "rateText": "2.5 %",
                     "rateValue": 2.50
                 },
                 {
                     "title": "Health & Personal Care\t",
                     "rateText": "2.5 %",
                     "rateValue": 2.50
                 },
                 {
                     "title": "Office Products & Supplies\t",
                     "rateText": "2.5 %",
                     "rateValue": 2.50
                 },
                 {
                     "title": "Kitchen & Home Supplies\t",
                     "rateText": "2.5 %",
                     "rateValue": 2.50
                 },
                 {
                     "title": "Bathing & Body supplies\t",
                     "rateText": "2.5 %",
                     "rateValue": 2.50
                 },
                 {
                     "title": "Baby",
                     "rateText": "2.5 %",
                     "rateValue": 2.50
                 },
                 {
                     "title": "Toys",
                     "rateText": "2.5 %",
                     "rateValue": 2.50
                 },
                 {
                     "title": "Home Appliances\t",
                     "rateText": "2.5 %",
                     "rateValue": 2.50
                 },
                 {
                     "title": "Garden & Outdoor\t",
                     "rateText": "2.5 %",
                     "rateValue": 2.50
                 },
                 {
                     "title": "Electronics",
                     "rateText": "2.5 %",
                     "rateValue": 2.50
                 },
                 {
                     "title": "Laptops & Notebooks\t",
                     "rateText": "2 %",
                     "rateValue": 2.00
                 },
                 {
                     "title": "Computers & IT/Networking\t",
                     "rateText": "2 %",
                     "rateValue": 2.00
                 },
                 {
                     "title": "Video Games\t",
                     "rateText": "2 %",
                     "rateValue": 2.00
                 },
                 {
                     "title": "Supermarket",
                     "rateText": "2 %",
                     "rateValue": 2.00
                 },
                 {
                     "title": "Tablets & Accessories\t",
                     "rateText": "2 %",
                     "rateValue": 2.00
                 },
                 {
                     "title": "Pet Food & Supplies\t",
                     "rateText": "2 %",
                     "rateValue": 2.00
                 },
                 {
                     "title": "USB",
                     "rateText": "2 %",
                     "rateValue": 2.00
                 },
                 {
                     "title": "Cameras & Accessories\t",
                     "rateText": "1 %",
                     "rateValue": 1.00
                 },
                 {
                     "title": "Mobiles & Accessories\t",
                     "rateText": "1 %",
                     "rateValue": 1.00
                 }
             ]
         },
         "id": "e279d45c-95ac-49c0-b940-c0536455be4a",
         "name": "Amazon.eg",
         "logo": "https://waffarxcdn-akcrhqbhbah9gpcc.z01.azurefd.net/waffarx-cdn/siteimages/stores/advlogo202408150823202320.png",
         "logoPng": "https://waffarxcdn-akcrhqbhbah9gpcc.z01.azurefd.net/waffarx-cdn/siteimages/stores/advpnglogo202408150837133713.png",
         "backgroundColor": ""
     }
 ],
 "message": null,
 "errors": null

}

Error (HTTP 4XX/5XX)

Error Response Example
{
  "status": "Error",
  "data": null,
  "message": "",
  "errors": ["Store not found"]
}