id
reflects the products that are associated with it. For example, if your site sells computer accessories, your SKU groups might have some of the following id
values:wireless-keyboards
wireless-mice
memory-cards
docking-stations
alias
is meant to provide a more detailed description of the SKU group. For example, a SKU group with an id
of wireless-keyboards
might have an alias
of wireless keyboards with lithium-ion batteries
.skuGroupId
in the body of a POST/skus
, POST/skus/{id}
, or PUT/skus/{id}
request.skuGroupId
to wireless-keyboards
).GET/sku-groups
to help you build a GUI widget in your admin portal that allows users to associate and disassociate SKU groups with SKUs and products.