id_region – Numeric region identifier to scope the catalog (for example, geographic region/market).k_business – Business key (ID) whose catalog should be returned.k_location – Location key (ID) used to filter products to a particular site/location.a_product – Primary array of product objects returned for the given business/location. Each product may include:a_data – Optional date range info (for example, dt_start, dt_end) when applicable.a_image – Image metadata for the product (URLs, dimensions, flags).a_shop_category – One or more catalog/shop category IDs the product belongs to.a_location – Location IDs where the product is available.id_sale – Product sale type identifier (for example, event, shop product, etc.).k_id / k_shop_product / k_shop_category – Internal product and category keys.s_title – Human‑readable product name.f_price, s_price, and when present f_price_from/f_price_to and s_price_from/s_price_to for price ranges.a_product_duplicate – Duplicate list mirroring a_product entries for certain catalog use cases, with the same overall shape and pricing fields.curl --location -g --request GET '/v1/catalog/list?id_region={{id_region}}&k_business={{k_business}}&k_location={{k_location}}' \
--header 'Content-Type: text/plain' \
--data-raw ''{}