Class: Crawlora::ShopAppGroup
- Inherits:
-
Object
- Object
- Crawlora::ShopAppGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #analysis ⇒ Object
- #categories ⇒ Object
- #collection_products ⇒ Object
-
#initialize ⇒ ShopAppGroup
constructor
A new instance of ShopAppGroup.
- #product ⇒ Object
- #product_related ⇒ Object
- #product_reviews ⇒ Object
- #product_shop ⇒ Object
- #product_variant ⇒ Object
- #product_variants ⇒ Object
- #search ⇒ Object
- #shop ⇒ Object
- #shop_locations ⇒ Object
- #shop_products ⇒ Object
- #shop_reviews ⇒ Object
- #shop_typeahead ⇒ Object
- #suggestions ⇒ Object
Constructor Details
#initialize ⇒ ShopAppGroup
Returns a new instance of ShopAppGroup.
700 |
# File 'sig/crawlora.rbs', line 700
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#analysis ⇒ Object
701 |
# File 'sig/crawlora.rbs', line 701
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
|
#categories ⇒ Object
702 |
# File 'sig/crawlora.rbs', line 702
def categories: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#collection_products ⇒ Object
711 |
# File 'sig/crawlora.rbs', line 711
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
|
#product ⇒ Object
703 |
# File 'sig/crawlora.rbs', line 703
def product: (?id: String, ?variant_id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#product_related ⇒ Object
704 |
# File 'sig/crawlora.rbs', line 704
def product_related: (?id: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#product_reviews ⇒ Object
705 |
# File 'sig/crawlora.rbs', line 705
def product_reviews: (?id: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#product_shop ⇒ Object
706 |
# File 'sig/crawlora.rbs', line 706
def product_shop: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#product_variant ⇒ Object
707 |
# File 'sig/crawlora.rbs', line 707
def product_variant: (?id: String, ?selected_options: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#product_variants ⇒ Object
708 |
# File 'sig/crawlora.rbs', line 708
def product_variants: (?id: String, ?selected_options: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
709 |
# File 'sig/crawlora.rbs', line 709
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
|
#shop ⇒ Object
710 |
# File 'sig/crawlora.rbs', line 710
def shop: (?handle: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#shop_locations ⇒ Object
712 |
# File 'sig/crawlora.rbs', line 712
def shop_locations: (?handle: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#shop_products ⇒ Object
713 |
# File 'sig/crawlora.rbs', line 713
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_reviews ⇒ Object
714 |
# File 'sig/crawlora.rbs', line 714
def shop_reviews: (?handle: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#shop_typeahead ⇒ Object
715 |
# File 'sig/crawlora.rbs', line 715
def shop_typeahead: (?handle: String, ?query: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#suggestions ⇒ Object
716 |
# File 'sig/crawlora.rbs', line 716
def suggestions: (?query: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|