Class: Crawlora::ShopAppGroup

Inherits:
Object
  • Object
show all
Defined in:
sig/crawlora.rbs

Instance Method Summary collapse

Constructor Details

#initializeShopAppGroup

Returns a new instance of ShopAppGroup.

Parameters:

  • (Client)
  • (Hash[String, String])


488
# File 'sig/crawlora.rbs', line 488

def initialize: (Client, Hash[String, String]) -> void

Instance Method Details

#analysisObject

Parameters:

  • query: (String)
  • limit: (Integer)
  • in_stock: (Boolean)
  • on_sale: (Boolean)
  • deep_search: (Boolean)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


489
# File 'sig/crawlora.rbs', line 489

def analysis: (?query: String, ?limit: Integer, ?in_stock: bool, ?on_sale: bool, ?deep_search: bool, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#categoriesObject

Parameters:

  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


490
# File 'sig/crawlora.rbs', line 490

def categories: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#collection_productsObject

Parameters:

  • handle: (String)
  • collection_id: (String)
  • limit: (Integer)
  • sort_by: ("MOST_SALES", "PRICE_LOW_TO_HIGH", "PRICE_HIGH_TO_LOW", "RELEVANCE")
  • in_stock: (Boolean)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


499
# File 'sig/crawlora.rbs', line 499

def collection_products: (?handle: String, ?collection_id: String, ?limit: Integer, ?sort_by: "MOST_SALES" | "PRICE_LOW_TO_HIGH" | "PRICE_HIGH_TO_LOW" | "RELEVANCE", ?in_stock: bool, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#productObject

Parameters:

  • id: (String)
  • variant_id: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


491
# File 'sig/crawlora.rbs', line 491

def product: (?id: String, ?variant_id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

Parameters:

  • id: (String)
  • limit: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


492
# File 'sig/crawlora.rbs', line 492

def product_related: (?id: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#product_reviewsObject

Parameters:

  • id: (String)
  • limit: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


493
# File 'sig/crawlora.rbs', line 493

def product_reviews: (?id: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#product_shopObject

Parameters:

  • id: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


494
# File 'sig/crawlora.rbs', line 494

def product_shop: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#product_variantObject

Parameters:

  • id: (String)
  • selected_options: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


495
# File 'sig/crawlora.rbs', line 495

def product_variant: (?id: String, ?selected_options: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#product_variantsObject

Parameters:

  • id: (String)
  • selected_options: (String)
  • limit: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


496
# File 'sig/crawlora.rbs', line 496

def product_variants: (?id: String, ?selected_options: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#searchObject

Parameters:

  • query: (String)
  • limit: (Integer)
  • in_stock: (Boolean)
  • on_sale: (Boolean)
  • deep_search: (Boolean)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


497
# File 'sig/crawlora.rbs', line 497

def search: (?query: String, ?limit: Integer, ?in_stock: bool, ?on_sale: bool, ?deep_search: bool, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#shopObject

Parameters:

  • handle: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


498
# File 'sig/crawlora.rbs', line 498

def shop: (?handle: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#shop_locationsObject

Parameters:

  • handle: (String)
  • limit: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


500
# File 'sig/crawlora.rbs', line 500

def shop_locations: (?handle: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#shop_productsObject

Parameters:

  • handle: (String)
  • limit: (Integer)
  • sort_by: ("MOST_SALES", "PRICE_LOW_TO_HIGH", "PRICE_HIGH_TO_LOW", "RELEVANCE")
  • in_stock: (Boolean)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


501
# File 'sig/crawlora.rbs', line 501

def shop_products: (?handle: String, ?limit: Integer, ?sort_by: "MOST_SALES" | "PRICE_LOW_TO_HIGH" | "PRICE_HIGH_TO_LOW" | "RELEVANCE", ?in_stock: bool, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#shop_reviewsObject

Parameters:

  • handle: (String)
  • limit: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


502
# File 'sig/crawlora.rbs', line 502

def shop_reviews: (?handle: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#shop_typeaheadObject

Parameters:

  • handle: (String)
  • query: (String)
  • limit: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


503
# File 'sig/crawlora.rbs', line 503

def shop_typeahead: (?handle: String, ?query: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#suggestionsObject

Parameters:

  • query: (String)
  • limit: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


504
# File 'sig/crawlora.rbs', line 504

def suggestions: (?query: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped