shopifyGetProducts Step
Retrieves a list of products and product variants.
Das sind die Optionen, mit denen man den Step konfigurieren kann.
Name | Datentyp | Beschreibung | Pflichtfeld | Werte |
account | ACCOUNT | shopify Account | Ja | |
published_status | STRING | Publishing status of the product for the Online Store channel. | Ja | - Show all products (default)
- Show only published products
- Show only unpublished products
|
limit | STRING | Limits the number of products to be retrieved. Enter a small number for tests. If limit is empty or greater than 249 then all products are retrieved. | Nein | |
vendor | STRING | Filter by product vendor | Nein | |
ids | STRING | A comma-separated list of product ids | Nein | |
collection_id | STRING | Filter by collection id | Nein | |
created_at_from | DATETIME | Show products created after date | Nein | |
created_at_to | DATETIME | how products created before date | Nein | |
updated_at_from | DATETIME | Show products last updated after date | Nein | |
updated_at_to | DATETIME | Show products last updated before date | Nein | |
Outputs
Das sind die Ergebnisse des Steps, die von nachfolgenden Steps, nach der Ausführung verwendet werden können.
Name | Datentyp | Beschreibung | Pflichtfeld | Werte |
products | SPREADSHEET | list of product variants | Ja | |
| Folgende Felder sind im Output enthalten:
Feld | Datentyp | Beschreibung | Pflichtfeld | Standardwert | identifier | SINGLE | | Nein | | id | SINGLE | A unique numeric identifier, of up to 32 digits, for the product. Each id is unique across the Shopify system. No two products will have the same id, even if they're from different shops. | Nein | | product_id | SINGLE | A non-unique numeric identifier for the product master. For a product with variants, the variants have a unique identifier (id) and are assigned to the same product master (product_id). | Nein | | sku | SINGLE | A unique identifier (stock keeping unit) for the product variant in the shop. Required in order to connect to a FulfillmentService. | Nein | | barcode | SINGLE | The barcode, UPC, EAN or ISBN number for the product/variant. | Nein | | item_title | SINGLE | The title of the product variant. | Nein | | item_body_html | SINGLE | A description of the product variant. Supports HTML formatting. | Nein | | price | SINGLE | The price of the product variant. | Nein | | compare_at_price | SINGLE | The original price of the item before an adjustment or a sale. | Nein | | inventory_quantity | SINGLE | An aggregate of inventory across all locations. To adjust inventory at a specific location, use the InventoryLevel resource. | Nein | | old_inventory_quantity | SINGLE | | Nein | | inventory_management | SINGLE | The fulfillment service that tracks the number of items in stock for the product variant. | Nein | | inventory_policy | SINGLE | Whether customers are allowed to place an order for the product variant when it's out of stock. | Nein | | inventory_item_id | SINGLE | | Nein | | position | SINGLE | | Nein | | fulfillment_service | SINGLE | | Nein | | option1 | SINGLE | | Nein | | option1_name | SINGLE | | Nein | | option2 | SINGLE | | Nein | | option2_name | SINGLE | | Nein | | option3 | SINGLE | | Nein | | option3_name | SINGLE | | Nein | | created_at | SINGLE | | Nein | | updated_at | SINGLE | | Nein | | taxable | SINGLE | | Nein | | grams | SINGLE | | Nein | | weight | SINGLE | | Nein | | weight_unit | SINGLE | | Nein | | requires_shipping | SINGLE | | Nein | | admin_graphql_api_id | SINGLE | | Nein | | item_handle | SINGLE | | Nein | | item_url | SINGLE | | Nein | | item_vendor | SINGLE | The name of the product's vendor. | Nein | | item_product_type | SINGLE | | Nein | | item_status | SINGLE | | Nein | | item_published_scope | SINGLE | | Nein | | item_published_at | SINGLE | | Nein | | item_tags | SINGLE | | Nein | | isVariant | SINGLE | | Nein | | item_images | SINGLE | | Nein | |
|