Fields
_id
StringUnique identifier of the product grouping.
choice
JSONThe choice of the product grouping.
company_id
IntThe ID of the company that owns the product grouping.
is_active
BooleanWhether the product grouping is active.
logo
StringThe URL for the logo of the product grouping.
meta
JSONA dictionary containing metadata information.
name
JSON!Required
The name of the product grouping.
page_visibility
[PageVisibilityOfItem]A list of page visibilities of the product grouping.
products
[ProductInGroup]!Required
A list of products in the grouping.
same_store_assignment
BooleanWhether the products are assigned to the same store.
slug
JSONThe unique identifier for the product grouping.
created_by
UserDetailsUser details of the creator of the document.
created_on
String!Required
Timestamp of the creation of the document.
verified_by
UserDetailsUser details of the verifier of the document, if applicable.
verified_on
StringTimestamp of when the document was verified, if applicable.
modified_by
UserDetailsUser details of the last modifier of the document.
modified_on
String!Required
Timestamp of the last modification of the document.
Was this section helpful?