class Falsify::Collect

See the [API documentation](help.shopify.com/en/api/reference/products/collect).

Attributes

collection_id[RW]

The ID of the custom collection containing the product. @return [String]

created_at[RW]

The date and time ([ISO 8601](en.wikipedia.org/wiki/ISO_8601) format) when the collect was created. @return [String]

id[RW]

A unique numeric identifier for the collect. @return [String]

position[RW]

The position of this product in a manually sorted custom collection. The first position is 1. This value is applied only when the custom collection is sorted manually. @return [Integer]

product_id[RW]

The unique numeric identifier for the product in the custom collection. @return [String]

sort_value[RW]

This is the same value as `position` but padded with leading zeroes to make it alphanumeric-sortable. This value is applied only when the custom collection is sorted manually. @return [String]

updated_at[RW]

The date and time ([ISO 8601](en.wikipedia.org/wiki/ISO_8601) format) when the collect was last updated. @return [String]