Create product group

POST {{baseUrl}}/catalogs/product_groups

This endpoint is currently in beta and not available to all apps. Learn more.

Create product group to use in Catalogs.

Request Body

{"name"=>"Lorem", "filters"=>{"any_of"=>{"value"=>"<Error: Too many levels of nesting to fake this schema>"}}, "feed_id"=>"2680059592705", "description"=>"sint laboris sit in", "is_featured"=>false}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;filters&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;id&quot;:&quot;443727193917&quot;,&quot;feed_id&quot;:&quot;2680059592705&quot;,&quot;name&quot;:&quot;Most Popular&quot;,&quot;description&quot;:&quot;aute ullamco ex&quot;,&quot;is_featured&quot;:true,&quot;type&quot;:&quot;TOP_SELLERS&quot;,&quot;status&quot;:&quot;ACTIVE&quot;,&quot;created_at&quot;:1621350033000,&quot;updated_at&quot;:1622742155000}