Skip to main content
POST
JavaScript

授权

Authorization
string
header
必填

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

路径参数

id
string
必填

Product Collection Id

请求体

application/json
products
object[]
必填

Products in this group

group_name
string | null

Optional group name. Multiple groups can have null names, but named groups must be unique per collection

status
boolean | null

Status of the group (defaults to true if not provided)

响应

Group added successfully

group_id
string
必填
products
object[]
必填
status
boolean
必填
group_name
string | null
最后修改于 2026年6月18日