Collection
A collection represents a grouping of products that a shop owner can create to organize them or make their shops easier to browse.
Attributes
| Attributes | Description |
| id | long: Unique identifier of the collection. |
| name | string: Name of the collection. |
| url | string: Complete URL of the collection in the store. |
| description | string: Detailed description of the collection. |
| handle | string: Handle of the collection URL. |
| products | array: List of all the products belonging to the collection. |
| sort_by_options | array: Array of the different sort options available. |
| is_selected | boolean: Denotes whether the sort by option is selected. |
| name | string: Name of the sort by option. |
| value | string: Value of the sort by option. |