collections
collections object contain all collection object excluded product object. The collections object has the following attributes:
collections.id
Returns the id of the collection.
collections.parent_id
Returns the parent collection id of the collection.
collections.name
Returns the name of the collection.
collections.title
Returns the title of the collection.
collections.handle
Returns the handle of the collection.
collections.position
Returns the position of the collection.
collections.is_locked
Returns true if the collection is locked for not showing, or false if it not.
collections.total_products
Returns the total product count of the collection.
collections.updated_at
Returns the updated date of the collection.
collections.created_at
Returns the created date of the collection.