GET /api/rest/webmaster/xml/goods?start=<int>&limit=<int>&geo=<string>&categories=<string>&brands=<string>&offer=<string>¤cy=<string>&shop=<string>&sku=<string>&subaccount=<string>&min_price=<int>&max_price=<int>&keyword=<string>&traffic_channel_id=<int>&similar=<enum>&sort=<enum>&sort_type=<enum>&available=<enum>&filter=<string>
Returns goods list
Type: | Name: | Description: | Possible values: | Required: |
---|---|---|---|---|
int | start | number of current page. 0 by default | ||
int | limit | number of elements per page. 50 by default, 1000 maximum | ||
string | geo | filter by region. Integer identifiers shall be listed separated by commas. See regions guide | ||
string | categories | filter by goods categories. Integer identifiers shall be listed separated by commas. See goods' categories guide | ||
string | brands | filter by brands. Integer identifiers shall be listed separated by commas. See goods' brands guide | ||
string | offer | filter by offers. Integer identifiers shall be listed separated by commas. See list of offers | ||
string | currency | filter by currencies. Integer identifiers shall be listed separated by commas. See currencies' quide | ||
string | shop | filter by shop ids. Integer identifiers shall be listed separated by commas | ||
string | sku | SKU filter | ||
string | subaccount | |||
int | min_price | |||
int | max_price | |||
string | keyword | searching by substring in good's name | ||
int | traffic_channel_id | filter by traffic channels. Integer identifier. See traffic channels guide | ||
enum | similar | xml, json | ||
enum | sort | number of elements per page | id, name, link, title, price, old_price, delivery, brand, credit, rating, discount, retargeting, currency, sku, upc, image | |
enum | sort_type | sort by field | asc, desc | |
enum | available | available goods | true, false | |
string | filter | downloads filter |
GET /api/rest/webmaster/xml/coupons?start=<int>&limit=<int>&keyword=<string>&geo=<string>&categories=<string>&offers=<string>&status=<string>&type=<string>&other=<int>&subaccount=<string>&traffic_channel_id=<int>&scope_id=<string>&coupon_categories=<string>&is_exclusive=<boolean>&is_personal=<boolean>&ids=<string>&coupon_lang=<string>§oring=<string>&sort=<enum>&sort_type=<enum>&filter=<string>
Get coupon list
Type: | Name: | Description: | Possible values: | Required: |
---|---|---|---|---|
int | start | number of current page. 0 by default | ||
int | limit | number of elements per page. 50 by default, 1000 maximum | ||
string | keyword | filter by substring in name or description | ||
string | geo | filter by region. Integer identifiers shall be listed separated by commas. See regions guide | ||
string | categories | filter by categories. Integer identifiers shall be listed separated by commas. See categories guide | ||
string | offers | filter by offers. Integer identifiers shall be listed separated by commas. See list of offers | ||
string | status | filter by statuses, which determine the state of the activity of the coupon (New, Expected, etc.). Integer identifiers shall be listed separated by commas. See goods' statuses guide | ||
string | type | filter by type (Promo code, Promo event, etc.) of coupons. Integer identifiers shall be listed separated by commas. See goods' types guide | ||
int | other | additional filter. Integer identifiers shall be listed separated by commas. See additional filter | ||
string | subaccount | subaccount | ||
int | traffic_channel_id | filter by traffic channel. Integer identifier. See traffic channels guide | ||
string | scope_id | filter by coupon scope. Integer IDs are separated by commas. See coupon scopes guide | ||
string | coupon_categories | filter by coupon category. Integer IDs are separated by commas. See coupon categories guide | ||
boolean | is_exclusive | shows whether the coupon is offered exclusively by CityAds | ||
boolean | is_personal | shows whether the coupon is offered individual for publisher | ||
string | ids | filter by coupon ids. Integer identifiers shall be listed separated by commas. | ||
string | coupon_lang | filter by coupon language. Code of the language. See language guide | ||
string | sectoring | filter by sectoring | ||
enum | sort | sort by field | id, name, rating, description, active_to, promo_code, offer_name, offer_id, status, promo_code, offer_name, retargeting, status, promo_code, offer_name, coupon_type | |
enum | sort_type | sort direction | asc, desc | |
string | filter | saved custom filter |