class ShopifyAPI::CollectionListing

def all(

def all(
  limit: nil,
  session: ShopifyAPI::Context.active_session,
  **kwargs
)
  response = base_find(
    session: session,
    ids: {},
    params: {limit: limit}.merge(kwargs).compact,
  )
  T.cast(response, T::Array[CollectionListing])
end

def all(

def all(
  limit: nil,
  session: ShopifyAPI::Context.active_session,
  **kwargs
)
  response = base_find(
    session: session,
    ids: {},
    params: {limit: limit}.merge(kwargs).compact,
  )
  T.cast(response, T::Array[CollectionListing])
end

def all(

def all(
  limit: nil,
  session: ShopifyAPI::Context.active_session,
  **kwargs
)
  response = base_find(
    session: session,
    ids: {},
    params: {limit: limit}.merge(kwargs).compact,
  )
  T.cast(response, T::Array[CollectionListing])
end

def all(

def all(
  limit: nil,
  session: ShopifyAPI::Context.active_session,
  **kwargs
)
  response = base_find(
    session: session,
    ids: {},
    params: {limit: limit}.merge(kwargs).compact,
  )
  T.cast(response, T::Array[CollectionListing])
end

def all(

def all(
  limit: nil,
  session: ShopifyAPI::Context.active_session,
  **kwargs
)
  response = base_find(
    session: session,
    ids: {},
    params: {limit: limit}.merge(kwargs).compact,
  )
  T.cast(response, T::Array[CollectionListing])
end

def all(

def all(
  limit: nil,
  session: ShopifyAPI::Context.active_session,
  **kwargs
)
  response = base_find(
    session: session,
    ids: {},
    params: {limit: limit}.merge(kwargs).compact,
  )
  T.cast(response, T::Array[CollectionListing])
end

def all(

def all(
  limit: nil,
  session: ShopifyAPI::Context.active_session,
  **kwargs
)
  response = base_find(
    session: session,
    ids: {},
    params: {limit: limit}.merge(kwargs).compact,
  )
  T.cast(response, T::Array[CollectionListing])
end

def delete(

def delete(
  collection_id:,
  session: ShopifyAPI::Context.active_session
)
  request(
    http_method: :delete,
    operation: :delete,
    session: session,
    ids: {collection_id: collection_id},
    params: {},
  )
end

def delete(

def delete(
  collection_id:,
  session: ShopifyAPI::Context.active_session
)
  request(
    http_method: :delete,
    operation: :delete,
    session: session,
    ids: {collection_id: collection_id},
    params: {},
  )
end

def delete(

def delete(
  collection_id:,
  session: ShopifyAPI::Context.active_session
)
  request(
    http_method: :delete,
    operation: :delete,
    session: session,
    ids: {collection_id: collection_id},
    params: {},
  )
end

def delete(

def delete(
  collection_id:,
  session: ShopifyAPI::Context.active_session
)
  request(
    http_method: :delete,
    operation: :delete,
    session: session,
    ids: {collection_id: collection_id},
    params: {},
  )
end

def delete(

def delete(
  collection_id:,
  session: ShopifyAPI::Context.active_session
)
  request(
    http_method: :delete,
    operation: :delete,
    session: session,
    ids: {collection_id: collection_id},
    params: {},
  )
end

def delete(

def delete(
  collection_id:,
  session: ShopifyAPI::Context.active_session
)
  request(
    http_method: :delete,
    operation: :delete,
    session: session,
    ids: {collection_id: collection_id},
    params: {},
  )
end

def delete(

def delete(
  collection_id:,
  session: ShopifyAPI::Context.active_session
)
  request(
    http_method: :delete,
    operation: :delete,
    session: session,
    ids: {collection_id: collection_id},
    params: {},
  )
end

def find(

def find(
  collection_id:,
  session: ShopifyAPI::Context.active_session
)
  result = base_find(
    session: session,
    ids: {collection_id: collection_id},
    params: {},
  )
  T.cast(result[0], T.nilable(CollectionListing))
end

def find(

def find(
  collection_id:,
  session: ShopifyAPI::Context.active_session
)
  result = base_find(
    session: session,
    ids: {collection_id: collection_id},
    params: {},
  )
  T.cast(result[0], T.nilable(CollectionListing))
end

def find(

def find(
  collection_id:,
  session: ShopifyAPI::Context.active_session
)
  result = base_find(
    session: session,
    ids: {collection_id: collection_id},
    params: {},
  )
  T.cast(result[0], T.nilable(CollectionListing))
end

def find(

def find(
  collection_id:,
  session: ShopifyAPI::Context.active_session
)
  result = base_find(
    session: session,
    ids: {collection_id: collection_id},
    params: {},
  )
  T.cast(result[0], T.nilable(CollectionListing))
end

def find(

def find(
  collection_id:,
  session: ShopifyAPI::Context.active_session
)
  result = base_find(
    session: session,
    ids: {collection_id: collection_id},
    params: {},
  )
  T.cast(result[0], T.nilable(CollectionListing))
end

def find(

def find(
  collection_id:,
  session: ShopifyAPI::Context.active_session
)
  result = base_find(
    session: session,
    ids: {collection_id: collection_id},
    params: {},
  )
  T.cast(result[0], T.nilable(CollectionListing))
end

def find(

def find(
  collection_id:,
  session: ShopifyAPI::Context.active_session
)
  result = base_find(
    session: session,
    ids: {collection_id: collection_id},
    params: {},
  )
  T.cast(result[0], T.nilable(CollectionListing))
end

def initialize(session: ShopifyAPI::Context.active_session)

def initialize(session: ShopifyAPI::Context.active_session)
  super(session: session)
  @body_html = T.let(nil, T.nilable(String))
  @collection_id = T.let(nil, T.nilable(Integer))
  @default_product_image = T.let(nil, T.nilable(T::Array[T.untyped]))
  @handle = T.let(nil, T.nilable(String))
  @image = T.let(nil, T.nilable(Image))
  @published_at = T.let(nil, T.nilable(String))
  @sort_order = T.let(nil, T.nilable(String))
  @title = T.let(nil, T.nilable(String))
  @updated_at = T.let(nil, T.nilable(String))
end

def initialize(session: ShopifyAPI::Context.active_session)

def initialize(session: ShopifyAPI::Context.active_session)
  super(session: session)
  @body_html = T.let(nil, T.nilable(String))
  @collection_id = T.let(nil, T.nilable(Integer))
  @default_product_image = T.let(nil, T.nilable(T::Array[T.untyped]))
  @handle = T.let(nil, T.nilable(String))
  @image = T.let(nil, T.nilable(Image))
  @published_at = T.let(nil, T.nilable(String))
  @sort_order = T.let(nil, T.nilable(String))
  @title = T.let(nil, T.nilable(String))
  @updated_at = T.let(nil, T.nilable(String))
end

def initialize(session: ShopifyAPI::Context.active_session)

def initialize(session: ShopifyAPI::Context.active_session)
  super(session: session)
  @body_html = T.let(nil, T.nilable(String))
  @collection_id = T.let(nil, T.nilable(Integer))
  @default_product_image = T.let(nil, T.nilable(T::Array[T.untyped]))
  @handle = T.let(nil, T.nilable(String))
  @image = T.let(nil, T.nilable(Image))
  @published_at = T.let(nil, T.nilable(String))
  @sort_order = T.let(nil, T.nilable(String))
  @title = T.let(nil, T.nilable(String))
  @updated_at = T.let(nil, T.nilable(String))
end

def initialize(session: ShopifyAPI::Context.active_session)

def initialize(session: ShopifyAPI::Context.active_session)
  super(session: session)
  @body_html = T.let(nil, T.nilable(String))
  @collection_id = T.let(nil, T.nilable(Integer))
  @default_product_image = T.let(nil, T.nilable(T::Array[T.untyped]))
  @handle = T.let(nil, T.nilable(String))
  @image = T.let(nil, T.nilable(Image))
  @published_at = T.let(nil, T.nilable(String))
  @sort_order = T.let(nil, T.nilable(String))
  @title = T.let(nil, T.nilable(String))
  @updated_at = T.let(nil, T.nilable(String))
end

def initialize(session: ShopifyAPI::Context.active_session)

def initialize(session: ShopifyAPI::Context.active_session)
  super(session: session)
  @body_html = T.let(nil, T.nilable(String))
  @collection_id = T.let(nil, T.nilable(Integer))
  @default_product_image = T.let(nil, T.nilable(T::Array[T.untyped]))
  @handle = T.let(nil, T.nilable(String))
  @image = T.let(nil, T.nilable(Image))
  @published_at = T.let(nil, T.nilable(String))
  @sort_order = T.let(nil, T.nilable(String))
  @title = T.let(nil, T.nilable(String))
  @updated_at = T.let(nil, T.nilable(String))
end

def initialize(session: ShopifyAPI::Context.active_session)

def initialize(session: ShopifyAPI::Context.active_session)
  super(session: session)
  @body_html = T.let(nil, T.nilable(String))
  @collection_id = T.let(nil, T.nilable(Integer))
  @default_product_image = T.let(nil, T.nilable(T::Array[T.untyped]))
  @handle = T.let(nil, T.nilable(String))
  @image = T.let(nil, T.nilable(Image))
  @published_at = T.let(nil, T.nilable(String))
  @sort_order = T.let(nil, T.nilable(String))
  @title = T.let(nil, T.nilable(String))
  @updated_at = T.let(nil, T.nilable(String))
end

def initialize(session: ShopifyAPI::Context.active_session)

def initialize(session: ShopifyAPI::Context.active_session)
  super(session: session)
  @body_html = T.let(nil, T.nilable(String))
  @collection_id = T.let(nil, T.nilable(Integer))
  @default_product_image = T.let(nil, T.nilable(T::Array[T.untyped]))
  @handle = T.let(nil, T.nilable(String))
  @image = T.let(nil, T.nilable(Image))
  @published_at = T.let(nil, T.nilable(String))
  @sort_order = T.let(nil, T.nilable(String))
  @title = T.let(nil, T.nilable(String))
  @updated_at = T.let(nil, T.nilable(String))
end

def primary_key()

def primary_key()
  "collection_id"
end

def primary_key()

def primary_key()
  "collection_id"
end

def primary_key()

def primary_key()
  "collection_id"
end

def primary_key()

def primary_key()
  "collection_id"
end

def primary_key()

def primary_key()
  "collection_id"
end

def primary_key()

def primary_key()
  "collection_id"
end

def primary_key()

def primary_key()
  "collection_id"
end

def product_ids(

def product_ids(
  collection_id:,
  limit: nil,
  session: ShopifyAPI::Context.active_session,
  **kwargs
)
  request(
    http_method: :get,
    operation: :product_ids,
    session: session,
    ids: {collection_id: collection_id},
    params: {limit: limit}.merge(kwargs).compact,
    body: {},
    entity: nil,
  )
end

def product_ids(

def product_ids(
  collection_id:,
  limit: nil,
  session: ShopifyAPI::Context.active_session,
  **kwargs
)
  request(
    http_method: :get,
    operation: :product_ids,
    session: session,
    ids: {collection_id: collection_id},
    params: {limit: limit}.merge(kwargs).compact,
    body: {},
    entity: nil,
  )
end

def product_ids(

def product_ids(
  collection_id:,
  limit: nil,
  session: ShopifyAPI::Context.active_session,
  **kwargs
)
  request(
    http_method: :get,
    operation: :product_ids,
    session: session,
    ids: {collection_id: collection_id},
    params: {limit: limit}.merge(kwargs).compact,
    body: {},
    entity: nil,
  )
end

def product_ids(

def product_ids(
  collection_id:,
  limit: nil,
  session: ShopifyAPI::Context.active_session,
  **kwargs
)
  request(
    http_method: :get,
    operation: :product_ids,
    session: session,
    ids: {collection_id: collection_id},
    params: {limit: limit}.merge(kwargs).compact,
    body: {},
    entity: nil,
  )
end

def product_ids(

def product_ids(
  collection_id:,
  limit: nil,
  session: ShopifyAPI::Context.active_session,
  **kwargs
)
  request(
    http_method: :get,
    operation: :product_ids,
    session: session,
    ids: {collection_id: collection_id},
    params: {limit: limit}.merge(kwargs).compact,
    body: {},
    entity: nil,
  )
end

def product_ids(

def product_ids(
  collection_id:,
  limit: nil,
  session: ShopifyAPI::Context.active_session,
  **kwargs
)
  request(
    http_method: :get,
    operation: :product_ids,
    session: session,
    ids: {collection_id: collection_id},
    params: {limit: limit}.merge(kwargs).compact,
    body: {},
    entity: nil,
  )
end

def product_ids(

def product_ids(
  collection_id:,
  limit: nil,
  session: ShopifyAPI::Context.active_session,
  **kwargs
)
  request(
    http_method: :get,
    operation: :product_ids,
    session: session,
    ids: {collection_id: collection_id},
    params: {limit: limit}.merge(kwargs).compact,
    body: {},
    entity: nil,
  )
end