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.
727 |
# File 'sig/crawlora.rbs', line 727
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#analysis ⇒ Object
728 |
# File 'sig/crawlora.rbs', line 728
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
729 |
# File 'sig/crawlora.rbs', line 729
def categories: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#collection_products ⇒ Object
738 |
# File 'sig/crawlora.rbs', line 738
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
730 |
# File 'sig/crawlora.rbs', line 730
def product: (?id: String, ?variant_id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#product_related ⇒ Object
731 |
# File 'sig/crawlora.rbs', line 731
def product_related: (?id: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#product_reviews ⇒ Object
732 |
# File 'sig/crawlora.rbs', line 732
def product_reviews: (?id: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#product_shop ⇒ Object
733 |
# File 'sig/crawlora.rbs', line 733
def product_shop: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#product_variant ⇒ Object
734 |
# File 'sig/crawlora.rbs', line 734
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
735 |
# File 'sig/crawlora.rbs', line 735
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
736 |
# File 'sig/crawlora.rbs', line 736
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
737 |
# File 'sig/crawlora.rbs', line 737
def shop: (?handle: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#shop_locations ⇒ Object
739 |
# File 'sig/crawlora.rbs', line 739
def shop_locations: (?handle: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#shop_products ⇒ Object
740 |
# File 'sig/crawlora.rbs', line 740
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
741 |
# File 'sig/crawlora.rbs', line 741
def shop_reviews: (?handle: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#shop_typeahead ⇒ Object
742 |
# File 'sig/crawlora.rbs', line 742
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
743 |
# File 'sig/crawlora.rbs', line 743
def suggestions: (?query: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|