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년 5월 26일