Skip to content

List catalog products for one product group

GET
/catalog/product-groups/{product_group_id}/products
product_group_id
required

Product group id

string
/^[1-9]\d*$/
Example
12
delivery_country
required

ISO 3166-1 alpha-2 delivery country code (e.g. FR). Filters catalog by available_countries; cart line items must use a country allowed for the catalog product.

string
Example
FR

Catalog products available for one product group in the delivery country

object
data
required
Array<object>
object
id
required
integer
name
required
string
nullable
has_keyboard
required
boolean
img_url
required
string
nullable
product_group_id
required
integer
nullable
characteristics
required
object
screen_size
required
string
nullable
processor
required
string
nullable
ram
required
string
nullable
storage
required
string
nullable
connectivity
required
string
nullable
graphic
required
string
nullable
weight
required
number
nullable
quality
required
string
nullable
noise_cancellation
required
boolean
nullable
has_microphone
required
boolean
nullable
connection_type
required
Array<string>
nullable
compliance
required
Array<string>
nullable
refresh_rate
required
string
nullable
response_time
required
string
nullable
screen_stand
required
Array<string>
nullable
definition
required
string
nullable
equipment_sub_type
required
string
nullable
battery_life
required
string
nullable
optimized_to
required
string
nullable
power
required
string
nullable
has_stool
required
boolean
nullable
has_video_package
required
boolean
nullable
has_screen
required
boolean
nullable
has_premium_tablet
required
boolean
nullable
color
required
string
nullable
seats_number
required
string
nullable
assembly
required
string
nullable
dimensions
required
string
nullable
height
required
string
nullable
has_power_plug
required
boolean
nullable
has_adjustable_height
required
boolean
nullable
has_cable_management
required
boolean
nullable
has_wheels
required
boolean
nullable
armrest
required
string
nullable
lumbar_support
required
string
nullable
length
required
string
nullable
width
required
string
nullable
has_webcam
required
boolean
nullable
printer_characteristics
required
object
scanner_type
required
string
paper_format
required
string
pages_per_month
required
string
has_maintenance_price
required
boolean
printer_maintenance_prices
required
Array<object>
object
amount
required
Any of:
number
currency
required
string
product_phone_characteristics
required
object
has_e_sim
required
boolean
keyboard_layouts
required
Array<string>
Allowed values: FRENCH_AZERTY SPANISH_QWERTY ITALIAN_QWERTY INTERNATIONAL_ENGLISH_QWERTY GERMAN_QWERTZ PORTUGUESE_QWERTY ENGLISH_QWERTY SWISS_QWERTZ AMERICAN_ENGLISH_QWERTY CANADIAN_ENGLISH_QWERTY DUTCH_QWERTY

Validation error

object
error
required
string

Resource not found

object
error
required
string
Allowed values: COMPANY_NOT_FOUND COUNTRY_NOT_FOUND DELIVERY_COUNTRY_NOT_FOUND PRODUCT_NOT_FOUND