Class: Crawlora::ShopifyGroup
- Inherits:
-
Object
- Object
- Crawlora::ShopifyGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #collection_products ⇒ Object
- #collections ⇒ Object
-
#initialize ⇒ ShopifyGroup
constructor
A new instance of ShopifyGroup.
- #page ⇒ Object
- #pages ⇒ Object
- #product ⇒ Object
- #product_recommendations ⇒ Object
- #products ⇒ Object
- #search_suggest ⇒ Object
- #sitemap_urls ⇒ Object
- #sitemaps ⇒ Object
- #store ⇒ Object
Constructor Details
#initialize ⇒ ShopifyGroup
Returns a new instance of ShopifyGroup.
1065 |
# File 'sig/crawlora.rbs', line 1065
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#collection_products ⇒ Object
1067 |
# File 'sig/crawlora.rbs', line 1067
def collection_products: (?handle: String, ?url: String, ?page: Integer, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#collections ⇒ Object
1066 |
# File 'sig/crawlora.rbs', line 1066
def collections: (?url: String, ?page: Integer, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#page ⇒ Object
1069 |
# File 'sig/crawlora.rbs', line 1069
def page: (?handle: String, ?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#pages ⇒ Object
1068 |
# File 'sig/crawlora.rbs', line 1068
def pages: (?url: String, ?page: Integer, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#product ⇒ Object
1071 |
# File 'sig/crawlora.rbs', line 1071
def product: (?handle: String, ?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#product_recommendations ⇒ Object
1072 |
# File 'sig/crawlora.rbs', line 1072
def product_recommendations: (?handle: String, ?url: String, ?limit: Integer, ?intent: "related" | "complementary", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#products ⇒ Object
1070 |
# File 'sig/crawlora.rbs', line 1070
def products: (?url: String, ?page: Integer, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search_suggest ⇒ Object
1073 |
# File 'sig/crawlora.rbs', line 1073
def search_suggest: (?url: String, ?q: String, ?types: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#sitemap_urls ⇒ Object
1074 |
# File 'sig/crawlora.rbs', line 1074
def sitemap_urls: (?url: String, ?type: "all" | "products" | "collections" | "pages" | "blogs" | "agentic_discovery" | "other", ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#sitemaps ⇒ Object
1075 |
# File 'sig/crawlora.rbs', line 1075
def sitemaps: (?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#store ⇒ Object
1076 |
# File 'sig/crawlora.rbs', line 1076
def store: (?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|