/trade-groups

POST {{baseUrl}}/trade-groups

Creates a new trade pricing band

Request Body

{"title"=>"<string>", "products"=>[{"id"=>"<integer>", "sku"=>"<string>", "price"=>"<number>"}, {"id"=>"<integer>", "sku"=>"<string>", "price"=>"<number>"}]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: Created

{&quot;id&quot;:&quot;\u003cinteger\u003e&quot;,&quot;title&quot;:&quot;\u003cstring\u003e&quot;,&quot;products&quot;:[{&quot;id&quot;:&quot;\u003cinteger\u003e&quot;,&quot;sku&quot;:&quot;\u003cstring\u003e&quot;,&quot;price&quot;:&quot;\u003cnumber\u003e&quot;},{&quot;id&quot;:&quot;\u003cinteger\u003e&quot;,&quot;sku&quot;:&quot;\u003cstring\u003e&quot;,&quot;price&quot;:&quot;\u003cnumber\u003e&quot;}]}